

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
1. |
Identify most recent duplicate ?{"google","yahoo","yahoo","google"}-both google and yahoo are repeated but google is first return index 3 |
Answer» | |
2. |
4. Which traversal would I prefer for finding a cycle in a graph? |
Answer» | |
3. |
wat r ur strengths weaknesses |
Answer» | |
4. |
Are you planning for any higher studies? |
Answer» | |
5. |
Program to reverse a singly linked list |
Answer» | |
6. |
are you comfortable with travelling |
Answer» | |
7. |
If you are a manager, your team contains four members, one member working hard and remaining three not working good, but finally four people get same appraisal, what you do if the first member asked about apraisal ? |
Answer» | |
8. |
DS Algo Questions on Trees. Leadership Principles |
Answer» | |
9. |
Coin change problem by dynamic programming |
Answer» | |
10. |
Nouri.com |
Answer» | |
11. |
How to prevent SQL Injection? |
Answer» | |
12. |
Mainframes comp questions , clauses, db2 cursors. |
Answer» | |
13. |
flowchart for the two program |
Answer» | |
14. |
why you wanna work in our company? |
Answer» | |
15. |
Ballon Burst Problem |
Answer» | |
16. |
standard HR interview like what are your strengths and weakness, why do you want to join in our company etc |
Answer» | |
17. |
How will you rotate matrix by 90 degrees clockwise and anticlockwise? |
Answer» | |
18. |
what is networking? |
Answer» | |
19. |
What are the functions using in software? |
Answer» | |
20. |
Explain segmentation fault |
Answer» | |
21. |
why do you want to join our company? what are your skills? |
Answer» | |
22. |
What are the steps involved in program execution? When is the memory allocated to the program variables? |
Answer» | |
23. |
2 types of detective ball puzzles |
Answer» | |
24. |
If yes then why are you leaving that company?? |
Answer» | |
25. |
Describe yourself? |
Answer» | |
26. |
There was one easy string question.. Dont remember.something on trie data structure |
Answer» | |
27. |
Given a linked list find if there is loop. (I gave standard algo, then he asked why it works?) Extended to find loop point. (I said I know this question, So he just changed the topic without getting into details.. :P ;) ) |
Answer» | |
28. |
what do you watch ion tv? |
Answer» | |
29. |
Write a program to insert a node in linked list |
Answer» | |
30. |
What factors can you think of which will determine the pricing of product on our e-retail website? |
Answer» | |
31. |
What is modulation |
Answer» | |
32. |
Why didn't you get selected in the last company that visited your college ? |
Answer» | |
33. |
Insertion sort |
Answer» | |
34. |
Given numbers in range 1 to 1000000006, find the minimum number such that the product of its digits modulo 1000000007 is equal to itself |
Answer» | |
35. |
Write code for QuickSort |
Answer» | |
36. |
How the database works in Unstructured Stack.? |
Answer» | |
37. |
If you are really strong in the subject there won't be any question instead of that you can play with the company otherwise they will play with your career also. Company rules will keep on changing depending on the person. You can not expect salary for a |
Answer» | |
38. |
How do I rate myself in C, web technologies on a scale of 10? |
Answer» | |
39. |
Give a brief introduction about yourself |
Answer» | |
40. |
Same managerial questions that were asked in technical round. |
Answer» | |
41. |
Explain VMware’s virtualization on a multicore machine |
Answer» | |
42. |
What is React |
Answer» | |
43. |
output of this program public static int floating(int x){ return x*floating(x-1); } public static void main(String[] args){ floating(10); } |
Answer» | |
44. |
how do you develop CSS without using bootstrap |
Answer» | |
45. |
Please introduce youself |
Answer» | |
46. |
Yy |
Answer» | |
47. |
Given an employee table with employee name and salary find the 2nd highest salary in sql? |
Answer» | |
48. |
why cant u open two serial port connections at a time |
Answer» | |
49. |
Everything from resume only |
Answer» | |
50. |
synchronisation and locks - given 2 threads...print out 1 to 10 such that 1 thread shud print all odd nos and other should print even nos |
Answer» | |