In every interview will have four rounds.Written test round,technical round,project manager round,hr round.
In these four rounds we will face the following questions.Questions are of three types,they are
WHAT TYPE,HOW TYPE AND WHERE TYPE of questions
Written test round WHAT TYPE
Project Manager round WHERE TYPE
HR round WHAT TYPE
In written test we will face WHAT TYPE of question as below
-->What is the output in Java?
int a=10.0;
System.out.println(a);
1) compile time error
2) Run time error
3) 10
4) 10.0
Ans: 1
So in what type of questions,question is given and options are given.
In technical round we face HOW TYPE of questions as follows
-->How can you develop a program to get below output ?
*
* *
* * * *
* * * * * *
Ans: Program
In project manager round we will face WHERE TYPE of questions as below
-->Where did you use collections concept, Exception handling, Multithreading etc.