N. van staveren b.v. Interview Questions, Process, and Tips

Ques:- Speed of a boat in standing water is 9 kmph and the speed of the stream is 1.5 kmph. A man rows to a place at a distance of 105 km and comes back to the starting point. The total time taken by him is:
Ques:- About myself and total experience?
Ques:- Passenger train and Freight train passing on parallel tracks. Passenger train takes takes twice as much time to pass the Freight train when moving in same direction and also the same time when moving in the opp direction. How much faster is the passanger train?
Ques:- If we declare a pointer like char *p; how much memory is allocated for pointer variable 'p'.
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:- If in a certain language, NATURE is coded as MASUQE, how is FAMINE coded in that code ?
Recent Answer : Added by Nagarjuna On 2022-10-27 17:33:14:

EALIME

Ques:- Given two billion distinct points on a plane such that no three are collinear. I color any half of them red and the Remaining blue. Is it always possible for you to join each red point to one (and Only one) blue point by means of line segments suc…
Ques:- A train 110 m long is running with a speed of 60 km/hr. In what time will it pass a man who is running at 6 km/hr in the direction opposite to that in which the train is going?
Ques:- 2 hours after a freight train leaves Delhi a passenger train leaves the same station travelling in the same direction at an average speed of 16 km/hr. After travelling 4 hrs the passenger train overtakes the freight train. The average speed of the freight train was?
Recent Answer : Added by Kenneth R On 2022-08-14 16:46:03:

10.66 kmph

Ques:- A man sells a horse for Rs.800 and loses something, if he had sold it for Rs.980, his gain would have been double the former loss. Find the cost price of the horse?
Recent Answer : Added by Dev On 2022-10-21 19:49:12:

860

Ques:- Generally earlier work related.
Ques:- What is the maximum number of half-pint bottles of cream that can be filled with a 4-gallon can of cream(2 pt.=1 qt. and 4 qt.=1 gal)
Recent Answer : Added by Ashish On 2021-09-18 16:12:08:

64

Ques:- Rs.160 contained in a box consists of one rupee, 50 paisa and 25 paisa coins in the ratio 4:5:6. What is the number of 25 paisa coins?
Recent Answer : Added by Admin On 2022-09-28 18:19:47:

4x:5x:6x
100:50:25
100×4x +50×5x+25×6x
then 400x + 250x + 150x = 16000
800x=16000
x = 20

25 paisa=6x = 20×6=120

so the ans is 120 coins

Ques:- Ready to relocate anywhere across the country
Ques:- What is the difference between goal and ambition?
Ques:- The speed at which a man can row a boat in still water is 15 kmph. If he rows downstream, where the speed of current is 3 kmph, what time will he take to cover 60 metres?
Ques:- 3 cubes of metal whose edges are 9, 12 and 15 cm respectively, are melted and one new cube is made. Find the edge of the new cube?
Recent Answer : Added by Anna On 2021-10-22 09:13:17:

let a = 9 * 9 * 9;
let b = 12 * 12 * 12;
let c = 15 * 15 * 15;

sum = a + b + c;

edge = Math.cbrt(sum);

console.log(edge);

Ques:- Just imagine that you have enough money to retire right now. Would you?
Ques:- Find the greatest number of four digits which when divided by 10, 15, 21 and 28 leaves 4, 9, 15 and 22 as remainders respectively?
Recent Answer : Added by saikiran On 2022-08-24 17:03:44:

9654

Ques:- What is your Academic Qualification
Ques:- 20% of (A) 6 litre solution and 60% of (B) 4 litre solution are mixed. What percentage of the mixture of solution is A?
Recent Answer : Added by Jack On 2023-04-21 15:58:12:

Mixture is 1.2 L of A + 2.4L of B which is 3.6L total. 1.2L / 3.6L = 1/3 (0.33)

Ques:- You have 5 jars of pills. Each pill weighs 10 gram, exceptfor contaminated pills contained in one jar, where each pillweighs 9 gm. Given a scale, how could you tell which jar hadthe contaminated pills in just one measurement?
Ques:- How do you handle stress and pressure?
Ques:- Why i should do MBA?
Ques:- a sum ‘s is devided into 4 parts. second person gets Rs 10 more than first.3rd person is Rs 10 more than second, 4th is 10 more than 3rd. how much amount do 1st person get.
Recent Answer : Added by Admin On 2020-05-17 12:00:33:

1st gets 15 RS less than average
4x+60=s
x=(s-60)/4 = s/4-15
s/4 is average
1st gets 15 RS less than average

Ques:- How many seconds will a train 100 meters long take to cross a bridge 150 meters long if the speed of the train is 36 kmph?
Recent Answer : Added by Reshma patro On 2022-03-09 16:35:28:

35 km/h = 10 m/s
Speed = Distance/Time

Distance= (100+150)m = 250m
Speed = 10 m/s

Time= 250/10 = 25s

Ques:- Why do you think you would do well at this job?
Ques:- Axman travels 7 km towards south and then 5 km towards his left. He further travels 5 km towards south. How far is he from the starting point?
Ques:- If you found 10 million dollars that belongs to nobody, what would you do?
Recent Answer : Added by Prajapati mitesh On 2022-08-14 16:41:51:

I will try to find that person
Or give that bag to police ..

Ques:- Why do you want to change the current organization

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