Tip 1 : Stay focused
Tip 2 : Practice coding questions
Tip 3 : View previous interviews of the company applying to
Tip 1 : Have atleast 3 great project
Tip 2 : Write only what you know and prepare well
Quantitative, Verbal Reasoning, Objectives on PL/SQL and Unix
Coding and SQL: This section had 4 questions.
Based on arrays, simple array manipulation. (Very Easy) (choice between C/C++/Java)
A variation of subset sum problem (Hard) – DP soln passed all test cases.
Based SQL query using order by, Limit. (Easy)
Based SQL query using joins, Order by, group by, Limit, sum, average. (Easy)
This was a 15 mins test that had 50 objective-type questions. This was not a pass or fail the test, this round was taken just to check your decisions in different situations.
Technical Interview
How are you/ Give your Introduction
What You Know about AMDOCS
Why AMDOCS?
Tell Me about Your Projects?
Any Technical Skills you are aware of?
OOPs advantages?
What is OOPs?
What is Encapsulation?
What is Abstraction?
What is Overriding?
What is inheritance?
Pass by value and pass by reference?
Pointers and it’s all types?
malloc and calloc?
Tell me about DBMS (as I mentioned DBMS as my technical skill)?
What are joins?
2nd Minimum salary(SQL code).
DDL, DML, DCL, and TCL(SQL Languages )?
SQL Commands like., SELECT,TRUNCATE,DROP,COMMIT,ROLLBACK and SAVEPOINT?
ACID properties?
What is DATA STRUCTURES?
What is Stack, queue, and Linked List?
How to imply Queue using Stack?
What is the difference between Stack and queue?
Coding Question: check whether two are palindrome or Not?
What is an Exception in C++?
What is Exceptional handling?
What are Try, catch and throw?
Then he asked me about my future coming projects if any?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you select an element by class name in CSS?