Rightpoint Interview Questions, Process, and Tips

Ques:- If A can do a particular work in 8 days. B can do the work in 6 days. By C joining with them, they can finish the work in 3 days. If Rs.540 was paid to them, what is the share of C?
Recent Answer : Added by Timi On 2022-05-17 09:07:16:

C will get RS 95

Ques:- Four bells begin to toll together respectively at the intervals of 8, 10, 12 and 16 seconds. After how many seconds will they toll together again?
Ques:- What was your experience?
Ques:- A, B, C and D playing cards. A and B are partners. D faces towards North. If A faces towards West, then who faces towards South?
Recent Answer : Added by Gladson On 2021-04-29 08:10:41:

C

Ques:- How many people are flying in airplanes at any time in India?
Ques:- A and B put in Rs.300 and Rs.400 respectively into a business. A reinvests into the business his share of the first year’s profit of Rs.210 where as B does not. In what ratio should they divide the second year’s profit?
Ques:- What was the most difficult decision you have made in your past life?
Ques:- A rich man died. In his will, he has divided his gold coins among his 5 sons, 5 daughters and a manager. According to his will: First give one coin to manager. 1/5th of the remaining to the elder son.Now give one coin to the manager and 1/5th of the remaining to second son and so on….. After giving coins to 5th son, divided the remaining coins among five daughters equally.All should get full coins. Find the minimum number of coins he has?
Recent Answer : Added by Biplab Nath On 2021-07-31 16:35:53:

Answer: 3121 gold coins
Let total no of coins be M
Let the disbursement D to each son:

D1 = 1 + (M – 1)/5 = (M + 4)/5
D2 = 1 + ( M – D1 -1)/5 = (D1) * 4/5
D3= (D2) * 4/5
D4= (D3) * 4/5
D5= (D4) * 4/5
Total disbursements to sons=
= ∑D= (M+4)*1/5[ 1+4/5+(4/5)(4/5)+ (4/5)(4/5)(4/5)+(4/5)(4/5)(4/5)(4/5) ]
= (2101/3125)*(M+4)
Thus balance left for daughters =M-{(2101/3125)*(M+4)}
=(1024M-8404)/3125
This balance should be a positive integer ( assuming M and all disbursements are full coins )
Thus 1024M-8404 should be a multiple of 3125….so….
1024M – 8404 = N*3125 where N is an integer
Using Python code:
n=int(input(“Enter num n: “))
X=int()
a=int()
a=0
X=’ ‘
for a in range(0,n+1):
a=a+1
X= (3125*a + 8404)/1024
if (3125*a + 8404)% 1024== 0:
print(X,a)
Enter num n: 10000
3121.0 1020
6246.0 2044
9371.0 3068
12496.0 4092
15621.0 5116
18746.0 6140
21871.0 7164
24996.0 8188
28121.0 9212
We get minimum value of N = 1021 and M = 3121 gold coins

Ques:- Time management means planning
Ques:- How many years experience you have in this field?
Ques:- Find out the wrong number in the series:
2880, 480, 92, 24, 8, 4, 4
A. 4
B. 8
C. 24
D. 92
Recent Answer : Added by Javed Walandkar On 2022-08-14 16:35:10:

4×1 = 4
4×2=8
8×3=24
24×4= 96 (not 92)
96×5 =480
480×6= 2880

So answer is 92

Ques:- Describe a time when you took extra effort to make sure the person with whom you were communicating with had really understood your point. How did you do this?
Ques:- Design an elevator system for a 100 story building. Address all issues, like number of elevators, speed of each (Not numerically), waiting times etc. There would be 100-200 people living/working on each floor.
Ques:- Insert the missing number:
8, 7, 11, 12, 14, 17, 17, 22, (…..)
A. 20
B. 22
C. 24
D. 27
Recent Answer : Added by Swapnil On 2022-11-24 16:55:31:

20

Ques:- Basic personal and technical
Ques:- Find the odd man out:
385, 462, 572, 396, 427, 671, 264
A. 671
B. 427
C. 385
D. 264
Recent Answer : Added by Manthan Shukla On 2022-03-11 17:00:08:

427 is the answer
Because
385 means (3+5=8) or (8-3=5) ,
462 means (4+2=6) or (6-2=4) ,
572 means (5+2=7) or (7-5=2) ,
396 means (6+3=9) or (9-3=6) ,
671 means (6+1=7) or (7-6=1) ,
264 means (4+2=6) or (6-2=4) ,
but only 427 is the number in which if we do addition of any of its two digits (e.g 4+2 or 4+7) then its answer doesn’t come 3rd digit
like if we do 4+2 then answer will be 6 so the number should be 426 but it is not
or if we do 7-4 then answer will be 3 (not 2)
so the right answer is 427

Ques:- In what time will Rs.4000 lent at 3% per annum on simple interest earn as much interest as Rs.5000 will earn in 5 years at 4% per annum on simple interest?
Recent Answer : Added by narendra On 2021-12-25 15:45:42:

10%

Ques:- About my education, my expectation from the job.
Ques:- You will be posted in any part of the world and you will be transferred periodically, with minimum of six months, are you willing to join?
Ques:- Tell me something abt colour pink? and blue?
Ques:- Find the odd man out:
10, 25, 45, 54, 60, 75, 80
A. 75
B. 54
C. 45
D. 10
Recent Answer : Added by Sai On 2022-03-09 16:28:43:

54

Ques:- A student scored an average of 80 marks in 3 subjects: Physics, Chemistry and Mathematics. If the average marks in Physics and Mathematics is 90 and that in Physics and Chemistry is 70, what are the marks in Physics?
Recent Answer : Added by Karthik On 2022-09-15 16:36:57:

P+C+M=80
P+C=70
Therefore M=10
Given , P+M=90
If M=10
P=80

Ques:- For 2009, World Bank has projected India?s GDP growth at?
Recent Answer : Added by Kapil dev On 2022-08-14 16:31:28:

In a cube all the diagonal and sides are equal, we can go diagonally.

Ques:- About me, about my subject and my future planning
Ques:- What is the worst or Most Embarrassing aspect of your Business Career? How would you have done things differently now with 20 20 hindsight?
Ques:- What do you like about computers?
Ques:- Insert the missing number:
9, 12, 11, 14, 13, (…..), 15
A. 10
B. 12
C. 16
D. 17
Recent Answer : Added by Tanmoy Dey On 2022-09-15 16:39:01:

16

Ques:- What about future planning of after 2yr
Ques:- Tell me something about you, your qualification, where lastly working?
Ques:- Difference between JSP & servlets.
Recent Answer : Added by GMK On 2021-08-06 04:58:03:

Servlets are faster as compared to JSP, as they have a short response time.
JSP is slower than Servlets – JSP is a HTML-based codes.
Servlets are harder to code, as here, the HTML codes are written in Java – JSPs are easier to code, as here Java is coded in HTML.
In an MVC architecture, Servlets act as the controllers. – In MVC architectures, the JSPs act as a view to present the output to the users.
The service() function can be overridden in Servlets. – The service() function cannot be overridden in JSPs.

Contact with us regarding this list

Devendra Bhardwaj With a decade of experience as a Job Hiring Expert, I am a results-driven professional dedicated to elevating recruitment strategies. My expertise lies in navigating the dynamic landscape of talent acquisition, employing innovative approaches to attract, assess, and secure top-tier candidates. I excel in optimizing hiring processes, leveraging cutting-edge technologies, and fostering collaborative relationships with stakeholders. A keen understanding of industry trends allows me to stay ahead, ensuring a competitive edge in securing the best talent for your organization. I am passionate about connecting the right people with the right opportunities and thrive in creating impactful, streamlined recruitment solutions.

Scroll to top