GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  AMDOC
Next Question 
 AMDOC  |  Question 1 of 3    Print  
AMDOC Placement Paper
AMDOCS

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

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->correct
c: 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

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=mean
3 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
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.

note-there is no psychometric test

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)=0
then sum=sum+i
endif
endfor
if sum<>n
then return 0(not perfect)
else
return 1(perfect)
*****************

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 in
IF ????? = 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 these

B) 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.shape And 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.



  
Total Answers and Comments: 7 Last Update: April 28, 2008     Asked by: Lokesh M 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 21, 2006 00:55:45   #1  
vijay        

RE: AMDOC Placement Paper

Hi

can i get more detailed paper as i got a mail form AMDOC this weekend.

i need paper for the following areas..

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.

i am in to mainframes so in technical i need questions in Cobol.

its very urgent....

Thanks in Advance

Vijay



 
Is this answer useful? Yes | No
May 18, 2006 12:50:55   #2  
Idiki Ogan .I        

RE: AMDOC Placement Paper
I need more information on the Diagramatic Test
 
Is this answer useful? Yes | No
June 17, 2006 06:00:17   #3  
vsgiri1 Member Since: June 2006   Contribution: 2    

RE: AMDOC Placement Paper
I am having Clarify testing experience for 2 years. i am going for test on 21th june 2006 for test. can anybody tell me how the interview is and wht r the question they will ask in the interview and in the written test.
 
Is this answer useful? Yes | No
September 10, 2006 14:26:59   #4  
aks        

RE: AMDOC Placement Paper
Hi..Unix:-The questions on unix are simple basic command level questons like whats the functionality of umask..and the inode info and similar basic stuff.Sql:- The Sql is quite easy part we have the simple querries to be solved.Apti:- Do questions like all dogs are cats all cats are mice...similar questions.Interview for me had basic one/two puzzles file handling quicksort code b-trees..rest it depends on ur area of interest..(mine was data structures) Good luck..
 
Is this answer useful? Yes | No
November 08, 2006 09:01:37   #5  
Srikanth        

RE: AMDOC Placement Paper

hai!

I got a call from AMDOCs

so i have to attend written test on java 1+ Exp

r u attend on which platform or all platform have the same written papaer

waiting 4 ur response

thanks


 
Is this answer useful? Yes | No
May 31, 2007 06:07:51   #6  
Srinivas        

RE: AMDOC Placement Paper
Hi rajendraa

This is srinivas from hyd.

I am cleared the online test and this Sunday final round.

I am in java domain (1+ Year of exp ) wht they are mainly asking ( i mean in which area they are mainly asking questions) .

please respond quickly.

Thanks & Regards

Srinivas


 
Is this answer useful? Yes | No
March 07, 2008 11:14:57   #7  
snigdha_agrawal Member Since: February 2008   Contribution: 2    

RE: AMDOC Placement Paper

Hi All
I am 2+ exp
have written test very shortly
Test consists of following modules

1. Intellectual Ability
A] Analytical Ability version
B] Attention to Detail
C] Learning Ability

2. Technical Test
A] SQL
B] UNIX[Command Level]
C]JAVA

please help me out for the question in them.I m sure lot of people might havre an idea about it.
Thanks


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    


 
Go To Top


 Sponsored Links

 
Related Categories
Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape