Campus Interview Questions in Amdocs

8901a4676caf410caa9035f77e19b713
0

Amdocs is a good company and pays pretty well. It can pay around 5 lakh to Fresher’s in premium colleges. This company started with Telecom billing software but now does a variety of services in the Telecommunication and Media vertical. This company has good onsite opportunity in the Middle East and US. Definitely a good choice if you want to work on technical stuff and also want to travel abroad. Check with the HR on your joining location. It could be Pune or Bangalore. Note that there could be an online test which is facilitated by a third party.

Here is the interview Questions, compiled by several students in an Engineering College in Tamil Nadu:
• In C learn for – Programming (ARRAY, SEARCH, SEQUENCE NUMBERS, PERFECT NUMBERS, FIBONOCCI etc), Queries 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.,

SECTION -I: PROGRAMMING SKILLS TEST (30 QUESTIONS)
25 COMPULSORY + 5 OPTIONAL QUETIONS     TIME: 90 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.)

Answer:
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

A program of binary search is given
Answer:

1-mean=(top+botton)/2
2-mean
3 top=min+1
4-bottom=mean-1

A PROGRAM on Fibonacci series you’ll have to find out:
The changes to be made.
In this question
In a line given
b=c;
a=b;

This is incorrect
It should be
a=b;
b=c;

A program to cheque a palindrom(1253521).it is very easy,
answer-

1 temp=n
2 temp >0
3 mod(temp,10)
4 temp/10

SECTION – II: LETTER/String Pattern REASONING. (36 QUESTIONS)  TIME: 30 MINUTES

1) Input string 1011011100010
A long program is given and you’ll have to find out the a count function is given.
The answer given here will be 3.
The string is changed to 10101010101010 and you’ll have to  find the count again.

Answer-0

SECTION -III: DIAGRAMATIC REASONING TEST (36 QUESTIONS)       TIME: 20 MINUTES.

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.

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

Analytical Reasoning Kind of Questions. Refer to GRE Barron.

SECTION -V: COMPUTER CHECKING TEST (60 QUESTIONS)    TIME: 7 MINUTES.

1) If not C1 AND NOT C2 AND NOT C3 =?
Answer given here is =if not (c1or c2 or c3).

2) Given a program on input string what will be printed?
Answer given here is =GOOD GOLD

SECTION -VI: PSYCHOLOGY TEST (136 QUESTIONS)  TIME: 15 – 20 MINUTES.

In some campus, this was removed. It is still conducted in some colleges.

Blog Author

HR Joblagao is a group of Individuals working in IT companies who like to share Employee Referral Jobs and share information with each other. They work towards making a group of like minded people ,share accurate  information and build a strong trusted network. Want to share some information, Post it here

Follow :

Related Blogs