Tuesday, April 27, 2010

Amdocs placement paper - 28th march 2010

1. All fat people are not dancers, food loving people are all fat .Find the contradictory statement?


2.The day before yesterday was WEDNESDAY then the day after 2morrow is?

3. A goes to the party if B goes
B goes to the party if C goes
C goes to the party if D goes
Totally how many will go to the party?

4.Mary's father's brother is Andrews Andrews daughter's son is Sunil Brothers name is Sam Who is Sam to Sunil?


5. If A>B , AD , B Find the Shortest?

6. There are A,B teachers and C,D doctors.Find the possible no of combinations that should not be repeated more than once?


7. There are 3 males and 2 females,find the possible no of orders that can be made by making the arrangement as in between two males one women is allowed to sit?


8. Computer checking:eeeDD
1.eeggg 2.eeeDD3.eerrt,4.DDeee The write answer is 2)eeeDD


9. The syntax of command statement in UNIX


10. If the permission for a file is 000,then the file can be accessed by whom?


11. Where we can run two same programs on a UNIX console at the same time?


12.Which is the Shell of UNIX?


13.Wat is the number of the masked code ee@?

14. We are UPDATING a field in SQL and ALTER the row also.After giving the COMMIT command the system is crashed.Wat will happen to the commands given,whether it will UPDATE and ALTER the table r not?


15. If we r terminated at the middle of the program execution in UNIX,wat will happen to the program,it will continue running r terminate r the o/p will be send to ur mail?

16. How will add additional conditions in SQL?

17. How will u print TATA alone from TATA POWER using string copy and concate commands in C?

18. If switch(n)
case 1:printf("CASE !");
case(2):printf("default")
break;
Wat will be printed?

19. How will u divide two numbers in a MACRO?


20.

int a,b;
1. main()
2. {
3. scanf("............",&a,&b);
4. if...........{
5. printf("Print A");
6. else
7. Printf("...........");
8. endif}
9..........
A.Wat will come in the 9 dash?
B.Wat will happen if we replace Print A as Print X?
C.Wat will come in the 3 dash?
D.Wat will happen if we interchange 4 and 7?
E.Wat will come in the 4 dash?