ADF Fresher Interview Questions – Part – I
This blog explains about ADF Fresher Interview Questions – Part – I including both analytical and technical questions. They are :
This ADF Fresher Interview Questions clearly illustrates about the pattern involved in the Interview session . It comprises about four rounds covering up the syllabus like Analytical may be either Quantitative or Logical reasoning and Technical . Each and every round involves simultaneus interaction with the interviewer and the candidate.
ROUND – I
- Maths – 20 marks
- Logical – 20 marks
- English – 20 marks
ROUND – II
1) Descending sort
2) Array Rotation
Input :
A = { 1 , 5 , 4 , 3 , 2 , 5 }
Output :
A = { 4 , 3 , 2 , 6 , 5 , 1 }
3 ) Sort by Hashmap by values , not using keys and write their comparator
ROUND – III ( Face to face with written )
1 . Explain OOPS .
2 . Write a program for overriding .
3 . Write a program for Encapsulation .
4 . Why interface .
5 . Constructor using program .
6 . Write a program to access d . v from one class to another .
ROUND – IV ( Face to face with written )
- Input :
A = { 1 , 2 , 3 , 4 , 5 }
B = { 6 , 7 , 8 , 9 , 10 }
Output :
C = { 8 , 10 , 12 , . . . } having A [ 0 ] + B [ 1 ]
2 . INPUT :
A = { 1 , 2 , 4 , 5 }
B = { 2 , 6 , 7 }
Check the number in B array is present at A . If it is not present in array A then insert it .
3 . SQL
Question : Imagine the company has to buy a product from the supplier .
At the end of the month , it will return their products to supplier
whatever unsold . You should write a query for to display having
the number of products bought , number of products returned with
respect to date for one year .
4 . SQL
Question : Imagine about 100 members attend the interview . Display the
members who are getting first rank with respect to the date in the
display according to their name .
These are the following pattern by which the Fresher Interview Question will be asked for the new trainees. Some of them are discussed above for the knowledge of the question pattern . In the above mentioned blog we are clear about the rounds for various topics .