The phone interview mainly focussed on my technical experience, and asked me to describe old projects in detail.
Desenvolvedor De Software Senior Interview Questions
6,801 desenvolvedor de software senior interview questions shared by candidates
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
What is your big achievement? How do you think about failure?
Never reached this round thanks to the unexpected elimination
Difference between React class components and functional components
Framework related questions like DI , IOC, different between PUT/POST/PATCH, Swagger, Curl, Rest APIs, load balancing, Microservices
basic questions on your skills
Virtual Methods
Viewing 6461 - 6470 interview questions