GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  AMDOC
Go To First  |  Previous Question  |  
 AMDOC  |  Question 3 of 3    Print  
AMDOCS Questions
AMDOCS




Aptitude Questions:-

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


Dont forget to revise palindrome, fibonaci programs of C.
This will help a lot.






2. Unix


Easy, basic UNIX COMMAND... read yeswant kanitkar book.. starting 5 chepters..

4-5 questins on general things like on protocols,TELNET ect.



kernel, 1-2 qs on TCP/IP, basic commands ( more on commands)


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
7. what is the command to fetch first 10 records in a file
8. unix has the following features
a. multithreading
b. multitasking
c. ..






3. COBOL

1. Qeustions were on files
2. Strings
3. What is default length of a variable in cobol.
4. Select statement in file conrol.
5. Comp1, Comp2, Comp3
6. Sort with input/output procedures




4. SQl

1. Joins
2. Union
3. Refrential Intergity
4. Syntax for table defination.



  
Total Answers and Comments: 1 Last Update: September 17, 2009     Asked by: Amol 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: sukhvinder_tm
 

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?
Ans: root

2.  Where we can run two same programs on a UNIX console at the same time?
Ans: we can two programmes simulataneously in the background.

3.  Which is the Shell of UNIX?
Ans: Shell is a command line interpretter which accepts command from the user and executes them. It is the interface which actually understands what the user requires when he is firing a command

4.  What is the number of the masked code ee@?
Ans: Sorry don't know

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 your mail?

Ans : (ii) terminate

6.  what is the command to connect to remote terminals
Ans: rlogin, login, telnet, ssh numerous commands are there

7. what is the command to fetch first 10 records in a file
Ans: head -10

8. Unix has the following features
a. multithreading
b. multitasking
c. ..

Ans: multiuser
 
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?

Ans : It will update



Above answer was rated as good by the following members:
pratikprajapati
September 11, 2009 05:13:13   #1  
sukhvinder_tm Member Since: February 2009   Contribution: 1    

RE: AMDOCS Questions

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?
Ans: root

2. Where we can run two same programs on a UNIX console at the same time?
Ans: we can two programmes simulataneously in the background.

3. Which is the Shell of UNIX?
Ans: Shell is a command line interpretter which accepts command from the user and executes them. It is the interface which actually understands what the user requires when he is firing a command

4. What is the number of the masked code ee@?
Ans: Sorry don't know

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 your mail?

Ans : (ii) terminate

6. what is the command to connect to remote terminals
Ans: rlogin login telnet ssh numerous commands are there

7. what is the command to fetch first 10 records in a file
Ans: head -10

8. Unix has the following features
a. multithreading
b. multitasking
c. ..

Ans: multiuser

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?

Ans : It will update


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

 Related Questions

AMDOCSSection: 136 qs,30 min.sample:FGH ``ABC=> + => => =>BAAFG RRQPThen:TUV=> => => =>?VUT SECTION:236qs,20 minsimilar type of qs only boxes of different colours are chosenSECTION:460qsthis is the 
Latest Answer : Hi All,I am 2+ exphave written test very shortlyTest consists of following modules 1. Intellectual Ability        A] Analytical Ability version        B] Attention to Detail C] ...
Read Answers (7) | Asked by : Lokesh M

AMDOCSAptitude Questions:-1. How many times minute hand is faster than hour hand Ans:- 12 times2. Age questions. Like A, B, C are sister... Age differences are given between them and you are told 
Latest Answer : 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?Ans: root2.  Where we can run two same programs on a UNIX console at the same time?Ans: we can two programmes simulataneously ...
Read Answers (1) | Asked by : Amol


 Sponsored Links

 
Related Articles

HR Interview - Most Popular HR Interview Questions With Generic Answer Formats

Most Popular HR Interview Questions With Generic Answer Formats While it is impossible to know exactly what you will be asked during a job interview there are a number of generic questions that most companies will ask you mosgoogle In this article I will present you with some questions that are comm
 

HR Interview - How To Deal With Tricky Interview Questions

How To Deal With Tricky Interview Questions During your HR interview you will be presented with a number of questions from the interviewer The way you answer these questions will play a role in whether or not you re hired While some of these questions have obvious answers others will be tricky and t
 

Questions You Should Be Prepared For During A Job Interview

Questions You Should Be Prepared For During A Job Interview While the way you answer questions during a job interview will only play a small role in whether or not you are hired it is important to pay attention to them Going to a job interview can be stressful especially if it is a highly competitiv
 

ASP.NET Interview Questions

Microsoft ASP NET Interview Questions This article provides Microsoft Interview Questions covering Microsoft ASP NET questions For more Interview Questions Answers related to Microsoft click on links provided at the end of each question set mosgoogle Microsoft ASP NET Interview Questions 1 What is R
 

C# Interview Questions

Microsoft C Interview Questions This article provides Microsoft Interview Questions covering Microsoft C questions For more Interview Questions Answers related to Microsoft click on links provided at the end of each question set mosgoogle Microsoft C Interview Questions 1 What is indexer Where it i
 

C Interview Questions

C Interview Questions This article provides C Interview Questions For more Interview Questions Answers related to C click on links provided at the end of each question set mosgoogle C Interview Questions 1 A switch statement cannot includea constants as arguments b constant expression as argumentsc
 

DB2 Interview Questions

DB2 Interview Questions This article provides Mainframe Interview Questions covering db2 questions For more Interview Questions Answers related to Mainframe click on links provided at the end of each question set mosgoogle 1 Loading of DB2 Unload with packed Decimal’ data to Oracle envi
 

Siebel Interview Questions

Siebel Interview Questions This article provides Siebel Interview Questions For more Interview Questions Answers related to Siebel click on links provided at the end of each question set mosgoogle Siebel Interview Questions 1 What is foreign key table in Siebel 2 Why do you need Primary in MVG 3 Whe
 

JCL Interview Questions

JCL Interview Questions This article provides Mainframe Interview Questions covering JCL questions For more Interview Questions Answers related to Mainframe click on links provided at the end of each question set mosgoogle JCL Interview Questions 1 What is the advatage of coding RECFM F over RECFM F
 

IDMS Interview Questions

IDMS Interview Questions This article provides Mainframe Interview Questions covering IDMS questions For more Interview Questions Answers related to Mainframe click on links provided at the end of each question set mosgoogle IDMS 1 What is a Region 2 What is the difference between a schema and a su
 

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