Basic questions on Quality Assurance
Software Analyst Interview Questions
2,597 software analyst interview questions shared by candidates
Inheritance
Deadlock conditions
Basic oops concepts:
Many of the questions were very personalized about my experience, know your resume and how you personally have actively helped or improved the organizations you are a part of. Know how that applies to the job. Know the structure of the organization.
No technical questions at all as long as you know how to program.
Solving puzzles in HR round
Nothing memorable which I would characterize as "difficult" or even unexpected.
puzzles
Whats wrong with the below syntax? int *ptr1 = new int(); int *ptr2 = new int(10); int * ptr3 = new (gPtr1) int(); int * ptr4 = new (gPtr1) int(10); gPtr1 is a globally memory allocation pointer.
Viewing 1791 - 1800 interview questions