A 3-member panel was present to take the interview. Questions were:- Find if a number is prime or not. Add two numbers represented as linked lists. Merge 2 linked lists. Easy to moderate level of questions related to OOPS were asked. Finally, 2 tables were provided and a SQL query to calculate second largest salary was to be written.
Dev
2y
Answer to find the second largest salary:
select min(salary) from (select distinct(salary) from employee order by salary desc) where rownum<3;
if it asks to find using subquery then:
select max(salary...read more
Help your peers!
Add answer anonymously...
Popular interview questions of Software Engineer Trainee
Top HR questions asked in Nirvana Solutions Software Engineer Trainee
>
Nirvana Solutions Software Engineer Trainee Interview Questions
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app