Tell me about the critical issue which you have fixed recently
Senior Software Developer Interview Questions
7,030 senior software developer interview questions shared by candidates
Web APIs
Foi necessário criar um software que trabalhasse o conceito de hibernate
some in-depth questions on C#.
I was asked to sit a 2 hour long technical online exam. The exam covered the inner workings of Python, Django and Javascript.
The phone interview mainly focussed on my technical experience, and asked me to describe old projects in detail.
trim string, count spaces in string, count occurrence of any character, collection questions
Given an integer array and another number, find a pair whose sum is given number. Best solution is to use unordered map <int, int> then use this logic map[sum - a[i]] = a[i]; // O(n) then, for each a[i], if map[a[i]] present then that will be the answer. // O(n)
Basics, told to write syntax, even after explaining stuff was rejected
- design a microservice - implement paging API
Viewing 6681 - 6690 interview questions