-->



Oracle Placement Paper


PART 1: APTITUDE - 10 Q.
1. X is taller than Y and Z is shorter than X. Which of the following statements would be most accurate ? (similar to this)
a) Z is taller than Y.
b) Z is shorter than Y.
c) Z is as tall as Y.
d) It is impossible to tell Z or Y is taller.

2. A man travels for 12hours 30min. He covers one-third of the journey by train at the rate of 60kmph and two-third of the journey by road at the rate of 30kmph. The distance traveled by him is:
3. Excluding stoppages the speed of a bus is 45 kmph. Including stoppages it is 42kmph. For How many minutes does the bus stop in two hour?
4. The rates of working of A and B are in the ratio of 9:6. The number of days taken by them to finish the work would be in the ratio of:
5. The average of 5 consecutive numbers is n. If the next three numbers are also included, the average will:
6. A family consists of a grand father, a father, a mother , five sons and their wives and each son has two son and one daughters. How many males are there in the family ?
7. If the number 423 is multiplied by another number and if the answer is 65589. In the above answer if the two 5?s are wrong, What is the correct answer ?
8. If a ship travels a distance of 20km upstream in 2 hours and downstream in 1 hour. How much time it takes to travel a distance of 30km in still water?
9. A sum 650 is divided among A, B, C. If 1/6th of A?s share equal to 1/9th of B?s share it also equal to 1/12th of C?s share, What is the share of B?
10. The diameter of the driving wheel of a bus is 140. How many revolutions per min. must the wheel make in order to keep a speed of 66 kmph.
COMPUTER SCIENCE SECTION
1. Which of the following is used in n/w layer of osi model:
a) bridge
b) router
c) repeater
d) none of those

2. internal fregmentation and external fregmentation are concepts of which memory management:
a) paged only
b) segmented only
c) paged and segmented respectively
d) segmented and paged respectively

3. In a paged memory, the page hit ratio is 0.35. time required to access a page in secondary memory is equal to 100ns.the time requiredto access a page in primary memory is 10ns. The average time required to access a page is: [similar with changed data, used the basic formula.]
4. in an another easy question, three processes were given with their burst time, time quantum was also given, so the question was to find the time in which second process will finish in round-robin scheduling policy.
5. On binary tree search should items must be in ascending or descending order while searching?
6. RTOS.
7.Define MUTEX and critical section.
8. virtual memory
a) greater than physical memory
b) greater than physical address
c) less than physical address
d) equal to physical memory