Questions related to authentication, SSR vs. CSR...
Sr Software Developer Interview Questions
7,030 sr software developer interview questions shared by candidates
Online timed coding assessment with tests that need to pass. Four stages of the coding assessment that builds upon itself.
online MCQ exam
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
Array, Sliding window array, matrix, dynamic programming, backtracking etc.
STAR behavior questions. Design banking system.
Behavioral Questions and Questions about Resume
What are your weaknesses
Viewing 6681 - 6690 interview questions