Baan Previous Years Solved Sample Placement Papers
- If f(x) = (x + 2) / (x-2) for all integers except x=2, which of the following has the greatest value?
(a) f(-1)
(b) f(0)
(c) f(1)
(d) f(3) (Ans)
(e) f(4) - A perfect cube is an integer whose cube root is an integer. For example, 27, 64 and 125 are perfect cubes. If p and q are perfect cubes, which of the following will not necessarily be a perfect cube?
(a) 8p
(b) pq
(c) pq + 27 (Ans)
(d) -p
(e) (p - q)6 - A piece of ribbon 4 yards long is used to make bows requiring 15 inches of ribbon for each. What is the maximum number of bows that can be made?
(a) 8
(b) 9 (Ans)
(c) 10
(d) 11
(e) 12 -
Three partners shared the profit in a business in the ratio 5 : 7 : 8. They had partnered for 14 months, 8 months and 7 months respectively. What was the ratio of their investments?
(A) 5 : 7 : 8
(B) 20 : 49 : 64
(C) 38 : 28 : 21
(D) None of these
Answer: (B) 20 : 49 : 64
-
The banker's discount on a bill due 4 months hence at 15% is Rs. 420. The true discount is:
(A) Rs. 400
(B) Rs. 360
(C) Rs. 480
(D) Rs. 320
Answer: (C) Rs. 480
-
The banker's gain of a certain sum due 2 years hence at 10% per annum is Rs. 24. The present worth is:
(A) Rs. 480
(B) Rs. 520
(C) Rs. 600
(D) Rs. 960
Answer: (B) Rs. 520
- Which addressing mode is used in the following statements:
(a) MVI B,55 (Immediate addressing mode)
(b) MOV B,A (Register Addressing Mode)
(c) MOV M,A (Direct addressing mode)
- RS-232C standard is used in:
Ans: Serial I/O - Memory Management in Operating Systems is done by:
(a) Memory Management Unit
(b) Memory management software of the Operating System (Ans)
(c) Kernel - What is done for a Push operation?
Ans: SP is decremented and then the value is stored. - Binary equivalent of 52:
Ans: 110100