Answers

Question and Answer:

  Home  Placement Assistance

⟩ AMDOCS Interview Questions and Answers

1. How many times minute hand is faster than hour hand

Ans:- 12 times

2. Age questions.

Like A, B, C are sister...

Age differences are given between them and you are told to find the age

3. Relation questions.( like father-son)

4. All A are B, All C are not B

There are many of such questions.

5. Figurative questions.

Like what will be the next in sequence

In most of the questions a square is given, with some designs inside it.

The designs are either moving clock wise or anticlockwise

One was like a square has 4 white lines and 1 black line in it..than next 3 white ,2 black and so on.

Practice some of such type questions, which will help u in the test.

Technical

1. Test Language

A code is given with some spaces in between

U have to fill up the spaces with correct option, so that code would work correctly.

*******************Remember following points *******************

Print n --> for displaying n

read n --> for taking input n from terminal

main() ends with endmain

for ends with endfor

while ends with endwhile.

data types-->

Intiger

Real

string

Arithmetic operation between integer and real is always integer.

a = mod(b,10) --> a stores remainder

always integer

a = sqrt(b) --> a store square root of B

always integer

a = sizeof(b[ ]) --> a stores size of array.

a =XXX(b,2,3) ---> copy string b into a starting from 2nd position upto next 3.

xxx = i don't remember this.

for loop is like this

For i=1 to N step 1

.

.

.

.

Endfor

 180 views

More Questions for you: