Showing posts with label AMDOCS. Show all posts
Showing posts with label AMDOCS. Show all posts

Monday, February 13, 2012

AMDOCS Written Exam Paper Pattern

AMDOCS Written Exam Paper Pattern

Experieance of a candidate -
Hi Amodocs Written pattern is as below :

There are two section


1. Aptitude section: This section consist of 3 sub section analytical reasoning, learning ability and logical reasoning.
a. analytical reasoning: in this section total 20 question in 20 minutes
1) If 50 student plays cricket and 30 plays football and 10 plays both find the total number of student in a class.
2) If  $ means less then, ? means not greater then, * not equal to and % means not not less then
 2.1) find one which implies P$Q*R like question.

b. logical reasoning
if + = / and - = * and / = + and * = - then
1) 2+4/5-7*8 equal to

c. learning ability  :  one passage is given we have to read the passage and find the answers.


2. Technical - Java, unix and sql

java:
1. some question on thread and trace the output of the program

sql:
some question on index and view and query related questions, some on permission and constraints question most of the theoretical questions.

unix;

1. command for comparing two files
2. cat file1 file2 >> file3 find output.
3. which command is used to create a sub processes
4. ls -l ! grep unix > temp.txt what is output.
5. how to delete 100 lines in vi editor using single command
6 which key is used to reach to the end of line
7. if temp.txt contains 100 lines how to print 11th line
-----------------------------------------
Test Date        : 02 Aug 2007, Test Location   : MNNIT Allahabad
AMDOCS PAPER 3rd AUGUST AT ALLAHABAD

Written test: online test of arround 2:30 hrs
there were two sections first one is apptitude section and second one is technical
there will be sectional cutoff in both of the section...each sections have 3-3 sub sections but they havn't individual cut off..

in technical section the three sub section was
i)c (it's on u'r choice u can choose java too)
ii)sql & dbms
iii)unix(in it some part of os too).

AMDOCS EXAM PAPER / INTERVIEW PATTERN Test Date : 14 Jul 2008 , Test Location : TSEC,MUMBAI

AMDOCS EXAM PAPER / INTERVIEW PATTERN

Test Date  : 14 Jul 2008 , Test Location   : TSEC,MUMBAI

 Experieance of a candidate -
110 students sat for the aptitude test out of which 20 where sortlisted and finally 10 were selected.i was one of them after getting rejected in Infosys and Accenture.

The recruitment process consists of the following rounds:

1) Aptitude test (General + Technical)
2) Technical Interview
3) HR Interview

APTITUDE TEST

The duration of the test is approximately 110 min. It was an online test . There were a total of 95 questions to attempt.

There is 60% sectional cut-off for both sections.that is what i heard but i dont think that they follow it strictly as i wont hv got 60%.it depends on the performance of ur batch.
every right ans has +1mark and wrong ans has  -0.25 marks.so be careful if u dont know leave the question.

test paper has many sets.

The aptitude test comprises mainly of two sections:
1) General Aptitude Test-contains 3 subsection
2) Technical Test-contains 3 subsection

General Aptitude test
The general aptitude test consisted of the following sub-sections:
1) quantitative ability 20 ques(25 min)-toughest part of the test as time is very less.questions were not so easy.i was able to do only 11 ques.trick(when u press submit time stops and ask for confirmation if u press cancel u will be brought back to question page)try this at ur own risk as they might rectify this fault.
3 ques on set theory(venn diagram) not so easy prepare set theory thourougly from R.S Agarwal.
2 ques on clock-damn easy took 1 min to get the ans.
next 5 ques was very easy.-no prep required
5 ques were like $ represents 1 and 0 represents * then 4 is represented as $**.some common airthmetic were given u hv to calculate result and just have to convert the no in binary.time consuming.
i forgot other ques but they where not so easy u hv to prepare R.S Aggarwal thouroughly.

2)comprehension(15 min)-damn easy.my passage was on connecting computer.i even dont hv to read the passage as i know 8 ans out of 10.it took me 7 min in total to find remaining 2 ans and crosscheck my ans with the passage.
3)15 easy questions(15 min) on substitution ques like + is *,* is -etc,pattern matching,reasoning.it will take no more than 12 min.

Technical Test
The technical test includes three sub-sections:

- SQL (15 min)
- UNIX (15 min)
- Language (15 min) (Here you can choose between C, C++ or Java)
  I chose C for the language test.

1)C ques were very easy if u know even a little bit of c u will be able to do 15-16 ques. 20ques(25 min)-ample time.
a)int a=10;
b=a++ + ++a;
print(b);
ans-22
b)what is the function used to read n write a specified no of line from file?

AMDOCS PAPER Exam Paper / Interview Pattern - AMDOCS PAPER 3rd AUGUST AT ALLAHABAD


AMDOCS PAPER Exam Paper / Interview Pattern

AMDOCS PAPER 3rd AUGUST AT ALLAHABAD

Written test: online test of arround 2:30 hrs
there were two sections first one is apptitude section and second one is technical
there will be sectional cutoff in both of the section...each sections have 3-3 sub sections but they havn't individual cut off..

in technical section the three sub section was
i)c (it's on u'r choice u can choose java too)
ii)sql & dbms
iii)unix(in it some part of os too).

in apptitude section the three subsection was
i) arithematic
ii)simple apptitude n small puzzles
iii)comprehension
TECHNICAL SECTION
I) C section       25 min    20 ques
1)float   a=.7
     if(a=.7)
        printf("this");
     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
In c questions were mainly related with pointers(arround 5-6 questions), 2 questions from command line argument, 1 questions related to size of  structure, 2 on string pointer, 1 on preprocessor, 1 on bitwise operator,1 on just declare, the node of link list, 1 on tree whose inorder and preorder is given., 1 on continue..

II) Sql section           15 min    10 ques
i)  what is data dictionary ..........4 options were given
ii)  what is view.......
iii)  2 questions were on transactions  redo undo table was given
iv) given a table u have to find all those customer name and id which not belong to city california or messchustte or his name is jackson