EMC Corporation Question-Paper |   5091

EMC Corporation Question-Paper

                                                                EMC Question Paper

1. What is Ann's relation with her husband's mother's only daughter-in-law's sister's husband?
a. Brother 
b. Brother-in-law 
c. Son 
d. Son-in-law 
e. None of these

2. Some guy holding a glass of wine in his hand looking around in the room says, "This is same as it was four years ago, how old are your two kids now?" Other guy says "Three now, Pam had one more in the meanwhile." Pam says, "If you multiply their ages, answer is 96 and if you add the ages of first two kids, addition is same as our house number." The first guy says, "You are very smart but that doesn't tell me their ages." Pam says, "It's very simple, just think." What are the ages of three kids?
a. 8, 4, 3 
b. 12, 4, 2 
c. 8, 6, 2 
d. 16, 3, 2 
e. None of these

3. A motor cyclist participant of a race says "We drove with the speed of 10 miles an hour one way, but while returning because of less traffic we drove on the same route with 15 miles per hour." What was their average speed in the whole journey?
a. 12 miles per hour 
b. 12.5 miles per hour 
c. 14 miles per hour 
d. 15 miles per hour 
e. None of these

4. Given following sequence, find the next term in the series:
0, 2, 4, 6, 8, 12, 12, 20, 16, ____
a. 12 
b. 18 
c. 30 
d. 36 
e. None of these

5. Given following sequence, find the next term in the series:
3, 6, 13, 26, 33, 66, ___
a. 73 
b. 63 
c. 53 
d. 43 
e. None of these

6. Three customers want haircut and a shave. In a saloon, two barbers operate at same speed. They take quarter of an hour for the haircut and 5 mins for the shave. How quickly can they finish the haircut and shave of these three customers?
a. 20 minutes 
b. 30 minutes 
c. 45 minutes 
d. 60 minutes 
e. None of these

7. A shopkeeper likes to arrange and rearrange his collection of stamps. He arranges them sometimes in pair, sometimes in bundle of three, sometimes in bundle of fours, occasionally in bundle of fives and sixes. Every time he's left with one stamp in hand after arrangement in bundles. But if he arranges in the bundle of seven, he's not left with any stamp. How many stamps does a shopkeeper have?
a. 61 
b. 301 
c. 721 
d. 1001 
e. None of these

8. There are three different types of objects in a bucket. How many times does one need to select object from the bucket to get atleast 3 objects of the same type?
a. 3 
b. 5 
c. 7 
d. 9 
e. None of these

9. What will be the output of below program?
main()
{
char *a = "Hello ";
char *b = "World";
clrscr();
printf("%s", strcat(a,b));
}

a. Hello 
b. Hello World 
c. HelloWorld 
d. World 
e. None of these

10. What will be the output of below program?
main()
{
char *a = "Hello ";
char *b = "World";
clrscr();
printf("%s", strcpy(a,b));
}

a. Hello 
b. Hello World 
c. HelloWorld 
d. World 
e. None of these

11. Which of the following responsible for memory management?
a. system hardware 
b. operating system 
c. system software 
d. system program 
e. None of these

12. Which of the following is not a file access operation?
a. read 
b. write 
c. open 
d. rename 
e. None of these

13. Which of the following is not connected with revocation of access rights?
a. immediate 
b. delayed 
c. selective 
d. reactive 
e. None of these

14. Under which condition we have any process neither killed nor shared?
a. Mutual exclution 
b. no preemption 
c. circular wait 
d. hold and wait 
e. None of these

15. Which of the following is not a deadlock prevention technique?
a. Mutual exclution 
b. no preemption 
c. bankers algorithm 
d. hold and wait 
e. None of these

16. Which of the following dos commands find errors in a drive and fixes any problem it encounters?
a. SCANDISK 
b. CHKDISK 
c. DISKCOPY 
d. DISKCHK 
e. None of these

17. In the _______ approach, you can keep the address of first free block and number of free contiguous blocks that follow first block?
a. Counting 
b. linked list 
c. bit vector 
d. grouping 
e. None of these

18. If computers are connected across a single cable, this is called which type of topology?
a. star 
b. bus 
c. hierarchical 
d. mesh 
e. None of these

19. Mirroring uses which raid level?
a. 1 
b. 3 
c. 5 
d. 0 
e. None of these

20. In which layers, do error correction and detection happen?
a. layer 4,layer2 
b. layer 5,layer 1 
c. layer2,layer 4 
d. layer1 ,layer 5 
e. None of these

feedback