Amdocs Placement Papers

20
 Here are the details of 2011 Amdocs Placement Papers - I job in Amdocs Welcome to Amdocs Placement Paper 2011. Here you will find Amdocs Placement Paper for Electronics, Java, SQL, Pattern and Download questions of Amdocs Placement Paper 2011 with Answers & Solutions. Amdocs Placement Papers 2011:- 1. All birds are animals. All animals are four legged. Implications a. All animals which are four legged are birds.  b. All birds are four legged c. Some birds are four legged d. Some birds are animals but not four legged. 1. a and b 2. b and c 3. only b 4. only d 2. All fat people are not dancers, food loving people are all fat .Find the contradictory statement? 3. The day before yesterday was WEDNESDAY then the day after 2morrow is? 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,A<C,B>D,B<DFind the Shortest? 6. There are A,B techers 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. The syntax of command statement in UNIX 10. If the permission for a file is 000,then the file can be accessed by whom? 9. Where we can run two same programs on a UNIX console at the same time? 10. Which is the Shell of UNIX? 11. What is the number of the masked code ee@? 12. If we are terminated at the middle of the program execution in UNIX,what will happen to the program,it will (i) continue running (ii) terminate (iii)the o/p will be send to ur mail? 13. what is the command to connecto to remote terminals 14. what is the command to fetch first 10 records in a file 15. unix has the following features  a. multithreading  b. multitasking 16. We are UPDATING a field in SQL and ALTER the row also.After giving the COMMIT command the system is crashed.What will happen to the commands given,whether it will UPDATE and ALTER the table or not? 17. How will add additional conditions in SQL? 18. How will u print TATA alone from TATA POWER using string copy and concate commands in C? 19. If switch(n)

Transcript of Amdocs Placement Papers

Page 1: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 1/20

 

Here are the details of 2011 Amdocs Placement Papers - I job in Amdocs

Welcome to Amdocs Placement Paper 2011. Here you will find Amdocs Placement Paper for Electronics, Java, SQL,

Pattern and Download questions of Amdocs Placement Paper 2011 with Answers & Solutions.

Amdocs Placement Papers 2011:- 

1. All birds are animals. All animals are four legged. Implications

a. All animals which are four legged are birds. b. All birds are four leggedc. Some birds are four leggedd. Some birds are animals but not four legged.

1. a and b 2. b and c 3. only b 4. only d

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

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

A goes to the party if B goesB goes to the party if C goesC 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,A<C,B>D,B<DFind the Shortest?

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

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. The syntax of command statement in UNIX 10. If the permission for a file is 000,then the file can be accessed bywhom?

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

10. Which is the Shell of UNIX?

11. What is the number of the masked code ee@?

12. If we are terminated at the middle of the program execution in UNIX,what will happen to the program,it will (i)continue running

(ii) terminate(iii)the o/p will be send to ur mail?

13. what is the command to connecto to remote terminals

14. what is the command to fetch first 10 records in a file

15. unix has the following features

 

a. multithreading b. multitasking

16. We are UPDATING a field in SQL and ALTER the row also.After giving the COMMIT command the system iscrashed.What will happen to the commands given,whether it will UPDATE and ALTER the table or not?

17. How will add additional conditions in SQL?

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

19. If switch(n)

Page 2: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 2/20

 

case 1:printf("CASE !");case(2):printf("default"); break;

What will be printed?

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

Category  IT 

SubCategory  Placement Papers 

Location  Pune 

Company  Amdocs 

About Amdocs:- 

Amdocs empowers the communications and IP industry with software systems built tosupport the next generation. As a leader in communications and IP technology, Amdocscontributes to the industry through active membership in leading industry associations.

 

Amdocs is the market leader in customer experience systems innovation with over 19,000 employees delivering the most advanced business support systems (BSS),operational support systems (OSS) and service delivery to innovative service providersin more than 60 countries around the world.

Working at Amdocs - Why should i join Amdocs?:- 

 

Personal Development is a continuous development process, in which an employee'scompetencies, potential, talents, knowledge, skills and self-fulfillment needs are

 proactively realized in line with the company's business needs.

Amdocs providing you with the most up-to-date, comprehensive learning servicesavailable. Whether it be instructor-led training in a classroom, self-study or liveeLearning sessions, Amdocs Learning Services provides you with the tools to develop

 

and build your career.

As an Amdocs employee, you are invited to explore opportunities for personal growthin Amdocs ± in your city, your country or globally.

Here are the details of 2011 Amdocs Placement Papers - II job in Amdocs

Welcome to Amdocs Placement Paper 2011. Here you will find Amdocs Placement Paper for Electronics, Java, SQL,Pattern and Download questions of Amdocs Placement Paper 2011 with Answers & Solutions.

Amdocs Placement Papers 2011:- 

1. float a=.7if(a=.7) printf("this");

Page 3: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 3/20

 

else printf("that");

2. switch(n)case 1: printf("case 1");case (2) : printf("default"); break;

what will be output??

ans: it will be error since case(2) is not allowed

3. u have to store data on the system which command is used .....

(a)fread (b)fwrite (c)read (d)write

4. what is data dictionary

5. what is view.......

6. what is output of cal j 2005

7. In which message passing is fast .....options are

(a)pipe (b) message passing (c) message queue (d) memory sharing

ans : d

8. question on nice command that is how to change the priority

ans: change the priority of the process

9. context switching takes place....

a) kernel to user mode b)user to user modec)kernel to kernel moded)one process to another process

10. what is the difference between dbms and rdbms options were given

11. u have a xwindow and u have to display clock on it then which command will be used??

12. what is fork..... and: to create a new process

13. cp xxx.txt edu

what will it do

ans: copy file xxx to directory edu.

14. if 4 represent as $** and 3 represent as *$$

 based on it there were 4 questions....like

 

i) what is the value of $$$** + $**$*

in similar way rest of 3 questions

 

15. who provide the certificate

16. along with which hardware this is added...

17. where is security key retain

18. which algorithm is used to generate a key.....

19. to choose which two are similar in the given pattern....this type of four questions

I) i) 123456.876543 ii)123456.876943 iii) 123456.876543

Page 4: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 4/20

 

(a)i & ii (b) i & iii (c) ii & iii (d)all are similar 

20. main ()

{int x=5;

x=x----1; printf ("%d", x);}

Output?

Category  IT 

SubCategory  Placement Papers 

Location  Pune 

Company  Amdocs 

About Amdocs:- 

Amdocs empowers the communications and IP industry with software systems built to

support the next generation. As a leader in communications and IP technology, Amdocscontributes to the industry through active membership in leading industry associations.

Amdocs is the market leader in customer experience systems innovation with over 19,000 employees delivering the most advanced business support systems (BSS),

 

operational support systems (OSS) and service delivery to innovative service providersin more than 60 countries around the world.

Working at Amdocs - Why should i join Amdocs?:- 

Personal Development is a continuous development process, in which an employee'scompetencies, potential, talents, knowledge, skills and self-fulfillment needs are

 proactively realized in line with the company's business needs.

Amdocs providing you with the most up-to-date, comprehensive learning servicesavailable. Whether it be instructor-led training in a classroom, self-study or liveeLearning sessions, Amdocs Learning Services provides you with the tools to developand build your career.

As an Amdocs employee, you are invited to explore opportunities for personal growth

 

in Amdocs ± in your city, your country or globally.

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

Page 5: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 5/20

 

C goes to the party if D goesTotally 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,A<C,B>D,B<DFind the Shortest?

6. There are A,B techers 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.eeeDD

3.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")

Page 6: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 6/20

 

 break;Wat will be printed?

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

20. int a,b;

main(){scanf("............",&a,&b);

if...........{

  printf("Print

else

Printf("...........");

endif}

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?

There were 6 part in paper total 95 question 2 hour 

First & Second part was containing APTITUDE & REASONING

Third part contain 10 very basic networking question....which can be easily solved....

Fourth part contains 15 question the programming language (have to choose one between) C, C++, JAVA

Fifth part contain the SQL 15 question ( any one who have read the PL/SQL of Oracle quite easy would be for him, mainly

of ORDER BY CLAUSE )

Last part contain the UNIX 15 question ( very basic command line question were there mainly from vi editor, and the 3

question were from shell scripting ).

All the best guys.!

AMDOCS INTEGRATED CUSTOMER MANAGEMENT deals with CRM software and billing services and products. The clientsof the company include international reputed companies such as AT&T and Bell etc. The center of company in Pune is a world class

center.

Page 7: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 7/20

 

The selection process of the company includes a written test and a personal interview. The personal interview has two rounds-

technical and HR interview.

Aptitude Test: 

The aptitude test is generally of duration of two hours. The number of questions in the test is 95. There are two sections- General

Aptitude Test and Technical Test. Sectional cut-off for both of these sections is 60%. The topics for the general aptitude test are

 

Arithmetic Ability, Verbal Reasoning and Attention to Detail. Questions are from Puzzles, Data Sufficiency, Venn Diagrams, Blood

Relations, Profit and Loss, Ratio, Percentage etc.

The topics for the technical test are UNIX, SQL and any programming language from C, C++ and Java. All the three sections are of 

 

15 minutes. The UNIX and SQL sections consist of 15 questions each while the language section has 20 minutes. The language

section consists of ³find the error type questions´. UNIX section consists of questions based on UNIX commands generally.

Those who clear the written test are called for the interviews.

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,A<C,B>D,B<DFind the Shortest?

6. There are A,B techers 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;

What will be printed?

Page 8: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 8/20

 

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?

1. All birds are animals. All animals which are four legged are birds. 

 b. All birds are four legged 

 

c. Some birds are four legged 

 

d. Some birds are animals but not four legged.  

 

1. a and b 2. b and c 3. only b 4. only d 

 

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<="" font="">

Page 9: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 9/20

 

6. There are A,B techers 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

 

2. q#Df684%d

 

options would be: 1. q#Df634%d 2. q#Df684%d 3. q#df684%D 4. q#Df685%d

 

3. Find the matching one below same as "Quiescent"

 

a. Quiesent b. Quiescant c. Quiescent d. Quicesant.

 

UNIX Test:

1. The syntax of command statement in UNIX 10. If the permission for a file is 000,then the

 

file can be accessed by whom?

 

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

 

3. Which is the Shell of UNIX?

4. What is the number of the masked code ee@?

 

5. If we are terminated at the middle of the program execution in UNIX,what will happen to

 

the program,it will

 

(i) continue running

 

(ii) terminate

 

(iii)the o/p will be send to ur mail?

 

6. what is the command to connecto to remote terminals

Page 10: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 10/20

 

7. what is the command to fetch first 10 records in a file

8. unix has the following features

 

a. multithreading

 

 b. multitasking

 

c. ..

SQL:

 

1. We are UPDATING a field in SQL and ALTER the row also.After giving the COMMIT

 

command the system is crashed.What will happen to the commands given,whether it will

 

UPDATE and ALTER the table or not?

2. How will add additional conditions in SQL?

 

C Test:

1. How will u print TATA alone from TATA POWER using string copy and concate

 

commands in C?

2. If switch(n)

 

case 1:printf("CASE !");

 

case(2):printf("default");

 

 break;

 

What will be printed?

 

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

int a,b;

 

1.main()

 

2.{

 

3.scanf("............",&a,&b);

Page 11: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 11/20

 

 

4.if...........{

5.printf("Print A");

 

6.else

7.Printf("...........");

 

8.endif}

9..........

A.What will come in the 9 dash?

B.What will happen if we replace Print A as Print X?

 

C.What will come in the 3 dash?

D.What will happen if we interchange 4 and 7?

 

E.What will come in the 4 dash? 

Section: 1

36 qs,30 min.

sample:

FGH

``

ABC=> + => => =>BAA

FG

RRQP

Then:

TUV=> => => =>?

VUT

SECTION:2

36qs,20 min

similar type of qs only boxes of different colours are chosen

SECTION:4

60qs

this is the easiest section

Page 12: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 12/20

 

MATCHMAKING:

60 question in 7 minutes.

u can attemp all as question is very easy

1:AM%:$69

match with

a: BM%:$69

 b: AM%:$69->correctc: AM%:69

d: AM%:$59

section:6

technical test.

this is very easy test. you will get enough time.

A language made up of c and pascal is given

And 30 qs follow.25 carry marks and 5 are bonus i.e. if two people

get the same marks one getting more bonuses right will be in

a advantageous

 position. If u have learned c well don't waste much time reading

the language as it is like c. go back to it when answering qs. Try

to get as many correctly as possible.30 qs, 90 min

***********

a program is given and u have to find count

ans of first question is 3 and next question ans is 0(believe me).

1:input string 1011011100010

a long program is given and u'll have to find out the a count

answer given here is =3.

2:the string is changed to 10101010101010 and u'll have to

find the count again.

ans-0

3: if not C1 AND NOT C2 AND NOT C3 =?

answer given here is =if not(c1or c2 or c3).

4:given a program on input string what will be printed

answer given here is =GOOD GOLD

5: answer given here is =CANNY

7:similar qs

 

answer given here is =HELLO

****a program of binary search is given

ans

1-mean=(top+botton)/2

2=mean3 top=min+1

4-bottom=mean-1

*********

8:A PROGRAM on fibonacci series u'll have to find out the

changes to be made.

** in this quwstion

 

in a line given

 b=c;

a=b;

this is incorrect

Page 13: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 13/20

 

it should be

a=b;

 b=c;

and

in next question intialise sum=2;

*************

a program to cheque a palindrom(1253521)

it is very easy,ans-

1 temp=n

2 temp >0

3 mod(temp,10)

4 temp/10

 plz verify the ans also

 

****************

Section :3

This is a tough section and there r some coloured lights

and they r on or off.

It is similar to first and second sections. don't panic u'll get

enough time to grasp these in the example time given.See u.

note-there is no psychometric test

BEST OF LUCK 

SECTION -I : PROGRAMMING SKILLS TEST (30 QUESTIONS)

 

(25 COMPULSORY + 5 OPTIONAL Q'S)

TIME: 90 MINUTES.

SECTION - II: LETTER REASONING. (36 QUESTIONS)

 

TIME:30 MINUTES

SECTION -III: DIAGRAMATIC REASONING TEST (36 QUESTIONS)

TIME : 20 MINUTES.

SECTION- IV: FAULT FINDING TEST (36 QUESTIONS)TIME: 20 MINUTES.

SECTION -V : COMPUTER CHECKING TEST (60 QUESTIONS)

TIME: 7 MINUTES.

SECTION -VI: PSYCHOLOGY TEST (136 QUESTIONS)

TIME : 15 - 20 MINUTES.

1) PROGRAMMING TEST:

 

 program- One to find whether no. is perfect or not.

eg. 28 = 1+2+4+7+14 (sum of factors excluding no.)

ans-

**************

for i=2 to n/2 step 1

if mod(n ,i)=0then sum=sum+i

endif 

endfor 

if sum<>n

then return 0(not perfect)

else

return 1(perfect)

*****************

Page 14: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 14/20

 

EXAMPLE:

The following program reads 100 integers and displays the

no. of appearances of Even and Odd nos. resp.

MAIN()

INTEGER in,odds=0,evens = 0,i

FOR i = ???????

READ inIF ????? = 0

evens = evens + 1

else

odds = odds + 1

ENDIF

ENDFOR 

PRINT evens,odds

ENDMAIN

A) What does the ??????in line 3 represent?

i) i = 1 TO 100 STEP 1

ii) i = 1 TO 100 STEP 2 Correct ans: (i)

iii) i = 1 TO 100

iv) None of theseB) What does the ????? in line 5 represent?

i) in/2

ii) MOD(in,10)

iii) MOD(in,2) Correct ans ; (iii)

iv) in

THESE ARE THE TYPE OF TEST QUESTIONS YOU WILL ENCOUNTER.

3) DIAGRAMMATIC REASONING :

This section aims at finding the resultant figure

obtained after passing

Through some special symbols (2 in no.)

Process box: When figure is input to this box the

corresponding size.shapeAnd color attribute changes according to marked X .

Check Box: it compares the input figure with the comparison

Figure .comparison is done of the attribute marked by ?

In the symbol.

Amdocs test has 2 sections

1. Aptitude consist of 4 sections n consisted of diagrammatic reasoning n non verbal stuff 

2. Technical test consisted of 4 sections each of pseudocode,c,unix n sql all tests r computer based

In C learn for - Programming (ARRAY, SEARCH, SEQUENCE NUMBERS, PERFECT NUMBBERS, FIBONOCCI etc),

Quries on STRINGS, MACRO especially

In SQL learn for - Commands that are somewhat internal like COMMIT,

etc..but its easy only

In UNIX learn for - the common features of UNIX console,executing the commands ,syntax etc.,

The aptitude cum technical test for Amdocs consisted of 7-8 papers. The test is computer based. It takes abt 5-6 hrs. Each

 paper has a time slot. u can take a break after each test. It's very cool.

Page 15: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 15/20

 

 

The tests were :

1. Analytical reasoning:simple maths

2. diagrammatic reasoning: In this, we were given 8 diagrams and had to select the 9th corresponding dg frm the givn

choices. U have to be very fast in this test.

3: problems to be solved using Venn diagrams.

4. This test was to check our adaptation to the computer screen.We had to solve abt 30 qs in 15 min( I don't remember the

timings very well). U have to be very very fast in this also.

5. In this test we were given a booklet of abt 7-8 pgs in which there was the syntax of some hypothetical lang, ( its syntax

was somewhat like Visual Basic). This was very easy since the whole syntax was g iven & u can refer to it.

We were given almost 90-120mins for this test. If u want u can rd the booklet before the start of the test.(As I said, U can

start a paticular test whenever u want). The qs consisted of programs for which u have to find the o/p or where there is wrong

syntax etc.

6. C test: Study pointers very well .Visit www.c4swimmers.esmartguy.com that helps you to test the C/C++ programming

strengths.

It also consists of qs on args of main function, i.e. argc and argv

7. SQL test: It consisted of sql queries mainly inner join, outer join ,group by statements etc.

8. Unix test: kernel, 1-2 qs on TCP/IP, basic commands ( more on commands).

ALL IN A MIX:(VERBAL,QUANTITATIVE, DIAGRAMMATIC, C, SQL, UNIX, COMPUTER CHECKING ETC..)

1. All birds are animals. All animals are four legged.

Implications:

a. All animals which are four legged are birds.

 b. All birds are four legged

c. Some birds are four legged

d. Some birds are animals but not four legged.1. a and b 2. b and c 3. only b 4. only d

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&gt;B,A&lt;C,B&gt;D,B&lt;DFind the Shortest?

6. There are A, B techers 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

Page 16: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 16/20

 

2. q#Df684%d

options would be: 1. q#Df634%d 2. q#Df684%d 3. q#df684%D 4. q#Df685%d

3. Find the matching one below same as "Quiescent"

a. Quiesent b. Quiescant c. Quiescent d. Quicesant

UNIX Test:

1. The syntax of command statement in UNIX 10. If the permission for a file is 000,then the file can be accessed by whom?

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

3. Which is the Shell of UNIX?

4. What is the number of the masked code ee@?

5. If we are terminated at the middle of the program execution in UNIX,what will happen to the program, it will &n! bsp;

(i) continue running

(ii) terminate

(iii)the o/p will be send to ur mail?

6. what is the command to connecto to remote terminals

7. what is the command to fetch first 10 records in a file

8. unix has the following features

a. multithreading

 b. multitasking

c. ..

SQL:

1. We are UPDATING a field in SQL and ALTER the row also.After giving the COMMIT command the system is

crashed.What will happen to the commands given,whether it will UPDATE and ALTER the table or not?

2. How will add additional conditions in SQL?

C Test:

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

2. If switch(n)

case 1:printf("CASE !");

case(2):printf("default");

 break;

What will be printed?

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

int a,b;1.main()

2.{

3.scanf("............",&a,&b);

4.if...........{

5.printf("Print A");

6.else

7.Printf("...........");

8.endif}

9..........

Page 17: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 17/20

 

A.What will come in the 9 dash?

B.What will happen if we replace Print A as Print X?

C.What will come in the 3 dash?

D.What will happen if we interchange 4 and 7?

E.What will come in the 4 dash?

Hi Friends

Aptitude :

Aptitude is very easy no need to worry

See questions based on analytical reasoning as:

Ex1:

Statements

1 All books are chairs

2 All chairs are red

Conclusions

I All books are redIi Some red (objects) are books

Ex2:

Study The following information to answer the given questions. The following are the criteria for registration in training

workshop. The participant must

i be more than 30 years of age

ii be a graduate with 60% marks

iii have atleast four years of experience of working in industry

iv be sponsored by his employer for workshop

v have sent paper for presentation in the workshop

However, if he fulfills all these criteria except

(A) iii above, he or she«««..

(B) ««««..

(C) ««««««.

In these type of questions there is no guessing you have to answer based on the data they have provided.

They have given 2 questions based on this model i.e 10 marks (approximately)

Questions based on pattern matching.

These are questions you have to answer by observing the options as:

Ex: ee@@@ee

1. ee@@@ee 2 ee@@@ee 3 ee@@eee

They have given approximately five questions based on this model.

Some problems based on blood relations(very Simple)

Some questions are like

Ex: if + is -, - is *, * is /, / is + then value of 3+4-3*5/2 is?

Technical :

This is very important.

U have to concentrate on technical questions only

Page 18: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 18/20

 

C

See about Command line arguments, Pointers, Files<===( Mainly)

Some other topics like declarations are given

I cannot remember the questions (sorry)

Some syntaxes are given and asked to find the correct choice, which is correct syntaxically or logically

SQL

Questions based on joins, subQueries,Some example like :

To select employees in the organization who r getting salary same as mgr,

they have given four queries.U have to select the correct choice from the given options.

Asked about Non-clustered subquery

U concentration must be on joins, subqueries, views, indexes, cursors etc«

UNIX

Very simple

They have given basic commands only.

See about µgrep¶ command

Piping in UNIX is also important.

It is better to prepare basic commands in UNIX.

Hi Friends

Amdocs came to our campus for placements on July 6th, 2007. This year they have changed the pattern. It was only 2 hours

exam. They have removed the pseudo code section. Total 7 sections were there - 4 for aptitude and 3 for technical (C / C++ /

JAVA, SQL, Unix). They have selected all the candidates who opted for JAVA in the technical section.

There were 95 questions in total. There was sectional cut off of 60% for aptitude section. For technical section, there was no

sectional cut off. But in total as usual 60% cut off was there. The total paper was objective. 0.25 negative marking was

there.

Section: I

1. Analytical Ability - 20q

2. Pattern Matching - 15q

3. Comprehension - 10q

Section: II

1. C / C++ / Java - We can choose one of them - 20q

2. SQL - 15q

3. Unix - 15q

Analytical Ability

I remember only very few questions. First two questions related to sets. In a forest in total 42 animals are there of which 21

have 4 legs n 30 have horns n 5 have both. Then

1. How many animals are there with only 4 legs

2. How many animals are there with only horns

3. There is a die. We can see only three sides of the die at a time. When 3 was on the top 2, 4 were on the adjacent sides like

that 2 more cases were given and we have to find out the number which is on the opposite side of 2

Questions 5-10 are alike. Two statements n one question will be there. All of them will be having the same options of 

a. The question can be answered with help of only Statement I.

 b. With help of only Statement II.

c. We need both the statements to answer the questions

d. We can¶t answer the question at all.

Page 19: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 19/20

 

And I remember some questions among them

What is the value of sin ½ ? n the statements are

a. sin½cos½=0

 b. sin½-cos½=0

What is the value of n?

a. k3-n3=0 b. k=0

Is A=1?

a. 3A2/5A2=3/5

 b. AB=1

«..like that

Questions 12-16 will be having some number conversions. In general they will give the binary to decimal conversion

indirectly. Like for us they have given the following instructions.

In a number system, $ represents 1 and * represents 0. $ when shifted to left, will be multiplied by 2. So 4 is represented as

$**.

And they have given the questions like evaluate the expression like that. And in another paper I saw that they have given the

same pattern except that @ represents 1 and # represents 0.

Pattern Matching

In pattern Matching the following options were there for questions 1-3.

A. The expression is same as A&C

B. The expression is same as B&C

C. The expression is same as A&B

D. All are same.

E. None of them are same.

Sample question:

1. [email protected]

A. [email protected] B.nnMMM@734 C. [email protected]

Be careful in this section

2. In some system + represents *, - represents +, * represents / and / represents- then evaluate the following expression 6/8-

3*6+4

3. Similar kind of question with different system

For Questions 6-10 they have given selection criteria of a company and we have to find out whether the given candidate is

eligible or not like

The candidate need the following:

1. He should have 60% till 12th in all the examinations

2. He should have minimum of 65% in graduation and 70% in post graduation

And he should satisfy atleast one of the following conditions:

1. He should have recommendation letter.2. He should be an athlet in atleast state level

1. Rahul have 62% in 12th, 75% in graduation n 80% in PG. He was tennis champion in university Level. (Ans: not eligible)

Questions 11-15 also have the same type of questions but the selection criteria is different.

Comprehension

We were given a comprehension related to sequential, direct memory addressing, indexing n hashing and based on that 10q

were there.

Page 20: Amdocs Placement Papers

5/12/2018 Amdocs Placement Papers - slidepdf.com

http://slidepdf.com/reader/full/amdocs-placement-papers 20/20

 

 

C

1. What is the output?

Struct ee

{

int i;}

Main(){

Printf(³main()´);

} (Note: Semicolon is missing after struct)

2.What is the output?

Main()

{

Int I=5;

For(i=5;i>=0;i--)

{

Printf(³%d´,i); Main();

}

} (Note:I is not a static variable)

3. What is the output?

Main()

{

Char *p;

 p=fun();

Printf(³%s´,*p);

}

Char* fun()

{

Char b[]=´hello´;

Return b;

}

Some more questions on strings, One question was there on enumerations«. Like that«..

SQL

Most of the questions u can answer only if u know PL/SQL n with some knowledge of ORACLE.

UNIX

My seniors told me that in previous papers shell scripting was not there but this year we have some questions on shell

scripting too. So be prepared for that.

1. What is the output? - shell scripting for loop and command line arguments

2. One question on $$ - used for shell variables

3. What happens when we give cal j 1997²j is for jan, june, july

4. One question on pipes using tee