Amdocs:: Round 1

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Amdocs:

Round 1:

1.Quantative (16 ques in 16 min) Distance & time, height & distance, ages ques, DI, ratio,
average, blood relation
2.Reasoning(14 in 14 min).
3.English(18 in 16 min).
4.Coding(2 question in 45 min).

5. Sql+dbms(10 question) +unix(10 q)+c+ds(10 quest) in 30 min.

Round 2: Technical

1. What is inline function? Advantages of it.


2. Explain process state diagram.Explain degree of multiprogramming.
3. Tell me about fragmentation(told about internal as well as external). How external
fragmentation can be prevented?
4. Entry control loop and Exit control loop.
5. What is an Abstract class?
6. What is pure Virtual function? Why we need it?
7. What makes a DBMS a RDBMS(told about E.F.Codd and 12 rules)
8. What is binary search tree? Insertion and deletion in BST(required codes).
9. Garbage collector in java and in c++.
10. Difference between calloc ,malloc and realloc.Why they are used?
11. Asked about new and delete operator in C++.
12. Asked about memory leak.
13. What is polymorphism?Explain types of it.
14. Difference between #include and #include “stdio.h”
15. What is encapsulation? Explain with an example.
16. What is the difference between overloading and overriding?
17. What is Stored procedure and triggers in sql and difference between the two.
18. How is Python better than any other language?What is the major advantages of
it.(Project)
19. Explain your ongoing project. What is normal distribution? (Project)
20. Write code for the Insertion of a node into a circularly linked list?
21. What is Tower of Hanoi and how to solve it.
22. Draw a tree which is Perfect tree and another, Complete tree.
23. Behavioural Question: If in a team of 10, 6 employee do not work what will you do at
your level?

Round 3:HR

1. Where are you from?


2. What are your Goals in Life?
3. Tell me about your strength? Give me an example for the same.
4. Joining location:Pune or Gurgaon
5. Tell me about your Family background.
6. Why Amdocs?
7. What is Amdocs?

(I)Print pattern(for N=4)

1
3*2
4*5*6
10*9*8*7

GENERAL QUESTIONS IN C / DS / ALGORITHM


(a) what is auto variable?
(b) what is void pointer?use of it?
(c) use of const in C?
(d) what are register variables?
(e) n – queens problem with algo?
(f) linked list creation?
(g) what data structure do we use in computer networks?
(h) which data structures use to reverse a string ?

2.2.QUESTIONS IN DATABASE
(a) query based on self join.
(b) transctions in ATM MACHINE.
(c) difference between truncate , delete , drop table.
(d) some other very easy sql queries.

2.3.QUESTIONS IN NETWORKS
(a) describe OSI model.
(b) TCP/IP model
(c) protocols used in respective layers with their functionalities.

2.4.QUESTIONS IN JAVA
(a) program on this keyword
(b) inheritance
(c) run time polymorphism
(d) default constructor

2.5.PUZZLES
(a)bar puzzle
(b)coding decoding puzzle(medium)

3.ROUND 3::HR INTERVIEW


(a)Introduce yourself
(b) tell me about your family
(c) which location do you prefer?
(d) why AMDOCS?
Coding question #1:-

 Write a program to print pattern as the following output as per the given input.
Sample Input:-
4Sample Output:-
1
2*3
4*5*6
7*8*9*10
7*8*9*10
4*5*6
2*3
1
 Coding question #2:-Write a program to print all the prime numbers till ‘n’ (input).

Sample Input:-
11

Sample Output:-
2,3,5,7,11

ROUND 2 (TECHNICAL INTERVIEW):-

Questions on the basis of resume. It focuses a lot on projects.

1. What is your dream and passion?

2. How are you able to manage all your projects, semester courses and so many positions of
responsibilities at the same time?

3. Out of all the projects that you have developed, explain your favorite project.

5. What is your proficiency in the following technologies?


a) Languages : C, C++, Java, XML, Visual Basic
b) RDBMS : Oracle SQL, MySQL
c) OS : Unix, Linux, Windows

6. Which languages do you use for competitive programming and for development?

7. Out of C++ and Java, which language do you prefer as an OOP language?

8. Will you be able to learn Linux/Unix before the date of joining?

9. Where do you see yourself in the future?

10. Where are you from?


11. Which school did you study from?
12. What is your biggest achievement till date at the intra-school level?

13. Which is the most important position of responsibility that you have held till date?

ROUND 3 (HR INTERVIEW):-

1. What are your strengths and weaknesses?

2. Have you been ditched by someone? Have you learnt any lesson from it?

3. Are you shy? How can you overcome it?

4. What is your biggest achievement in life till date?

5. Briefly tell me something about your family background?

6. Do you have any siblings?

7. Being a single child, what is your responsibility towards your parents?

8. Being a single child, do you think you are pampered too much?

9. Do you enjoy being a single child?

10. Where do you live?

11. What is your native place?

12. Who lives in your native place?

13. You will be posted in either Gurgaon/Pune which is very far from current place of living
as well as from your native place, so how will you perform your responsibilities towards your
parents?

14. Why Amdocs?

15. Where do you see yourselves 5 years down the line?

16. Do you have leadership qualities?

17. How well do you work in a team?

18. Have you faced any problems while working in a team anytime?

19. Suppose you are the team leader for a project in the company. How will take inputs and
ideas from your team members for the project?

20. Are you?


· Flexibility to work across any technology/ platform used by Amdocs
· Flexibility to work in any phases of SDLC
· Ready to work in Shift operations
· Flexible to work in Pune, Gurgaon or any other Amdocs location.
Give your answer in Yes/No.

21. Are you flexible to travel in case it is required? If yes, justify your answer with a valid
point except the point that “I love travelling” which I hear always.

Puzzle: You have a 7 inch gold bar and you have to give 1 inch bar daily to a servant working
for you (he works for 7 days). what will be the minimum cut so that you can give the wage to
servant. ( what if the bar is 15 inch and servant works for 15 days).

(2.1.2) what will come at question mark?

2+5 = 14
6+6 = 72
8+9 = 136
4+11 = ?

what is structure, difference between structure and union,


what is void pointer,
const pointer, pointer to const,

selection sort complexity ( worst case, best case, he was trying to confuse me )
program for Perfect number,
2’s cmplement of -5,
merge sort (only explanation and complexity)
Dangling pointer

Data structure to reverse string ( other than stack)


Data structure used for networking
what is multiplexing and demultiplexing
what is signal
what is cursor
Difference between ‘where’ and ‘having’ (dbms)
Difference between ‘truncate, drop and delete’ (dbms)
what are aggregate function(dbms)
Simple queries related to Self join

#3. HR-Round
1. Tell me about your family background
2. why amdocs?
3. Do you want to do any further study?
4. issue with job location ?
5. why there is variation in percentage of marks

The major questions were from Java and Data Structure and from rest of the topics there were
basic questions.
Java

1) Difference between ArrayList & List and LinkedList & List

2)Collection in Java

3)Oops Concepts

4)Code to print the first non-repeating character in a string.

5)Code for the explanation of Runtime and Compile Time polymorphism and need of both.

6)How abstraction can be achieved and difference between interface and abstract class.

Data Structure

1)Code for insertion of node in linked list.

2)Traversal of tree.

3)Which is better array or Linked List and which data structure will you prefer between both
if you need to maintain a record of 100 names?

4)Recursion

Computer Networks

1)OSI Model with explanation of each level.

2)Protocols in each level of OSI model

3)Difference between TCP/UDP

4)Difference between ipv4 and ipv6 and use of ipv6.

5)Difference between http and https

DBMS

1)Primary Forien Key

2)Candidate Key

3)Normal Forms and their practical usage.

Unix

1)How to change current directory

2)Use of chmod command


3)What is ssh

Operating System

1)What are threads.

2)Which is better Multiprocessing or Multithreading.

Round 3: It was a telephonic technical interview.When you clear Round 2 you will have a
telephonic technical interview. The questions asked in the telephonic interview were very
basic and from the same topics i.e. Java, OS and Computer Networks.

At first, he introduced himself and asked me to introduce myself. Then he began asking
questions from java.

Java

1)Why is java better than other object oriented languages?


2)How java implements its security and portability features? (Please do mention the use of
JVM)
3)What is the use of polymorphism and how it is achieved?

Operating System

1)Differentiate between Physical Memory and Logical Memory.


2)What is a virtual memory?

Computer Networks

1)Explain TCP/IP and OSI model and differentiate between them.


2)Explain the protocols in TCP/IP and OSI model layer by layer.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy