Tip 1 : Don't panic if you think you've gone blank
Tip 2 : Learn to use your breath
Tip 1 : Don't Put Everything on There. Your resume should not have every work experience you've ever had listed on it
Tip 2 : Think like an employer.
here were 3 coding questions and each was worth 100 points and the duration of the test was 3 hours.The test for the ASE role and Power Programmer role is the same. If you solve 2 or more questions then you have a chance of being qualified for the PP role, otherwise, if you are able to solve 1 question only then you will probably be shortlisted for DSE Role.
I only remember 1 coding question unfortunately.



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
So in this questions I had used bubble sort apporoach,it's easy for me to crack this question
The interviewer started by asking me to introduce myself. I mentioned my background, technical skills, projects I’ve done, and internships I’d done. I also mentioned my career objectives and which programming languages I was comfortable in
1.Why do you prefer Java over other programming languages? What are its advantages?
2.Explain JDK, JRE, and JVM.
3.What are Wrapper classes?
4.What are constructors? What is its use?
Answer confidently and clearly. Explain with examples.
In your introduction, let the interviewer know your technical skills (the one you are confident about). He will probably ask you questions in those only. I had mentioned Java.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?