If PAINTER is written in a code language as NCGPRGP, then REASON would be written as:
Clear selection
A sum of money is to be distributed among A, B, C, D in the ratio of 5:8:6:4 . If C gets Rs. 1000 more than D, what is B’s share ?
Clear selection
The sum of three consecutive odd numbers is 56 more than the average these numbers. What is first of these numbers ?
Clear selection
How many four digit numbers can be formed from the digits 2, 3, 5, 6, 7, 0 and 9 which are divisible by 5 and none of the digits is repeated ?
Clear selection
In a simultaneous throw of a pair of dice, find the probability of getting a total equal to or more than 7.
Clear selection
A batsman makes a score of 94 runs in the 17th inning and thus increases his average by 3. His average after 17th innings is
Clear selection
Many home renters buy their first homes believing that it is clearly more profitable to make mortgage payments than to pay rent. Other costs, such as maintenance, property taxes, and insurance must be factored in, however. All housing expenses together total at least 40% of most homeowners' income. It is not financially reasonable to spend any more than 30% of income on housing expenses. If the information is correct, which of the following cannot be true?
Clear selection
Four young men Raj, Ram, Ved and Ashok are friendly with four girls Sushma, Kushum, Vimla and Poonam.Sushma and Vimla are friends.Ved’s girl friend does not like Sushma and Vimla.Kusum does not care for Ved.Prem’s girl friend is friendly with Sushma. Sushma does not like Raj.Who is Poonam’s boy friend ?
Clear selection
The fibonacci series is 1, 1, 2, 3, 5, 8, 13, …. . The nth fibonacci number is the sum of the two previous fibonacci numbers.Write code in Javascript to return the nth fibonacci number.
Your answer
What is the output of the following code: - function foo(x, y) { if (x < 1) { return x + y; } return x + y + foo(x / 2, y / 2); }alert(foo(4, 6));
Your answer
Write code in Javascript to merge two sorted arrays and return a single sorted array.For example if the input is [1, 3, 5, 9] and [2, 6, 8, 10] then the output should be [1, 2, 3, 5, 6, 8, 9, 10]
Your answer
Submit
Page 1 of 1
Clear form
Never submit passwords through Google Forms.
This form was created inside of Neftx Solutions Pvt Ltd. Report Abuse