Leadership Principle questions. Interviewers tend to pick their favourite LP and ask a behavioural question around it. Also they ask leetcode (medium - hard) depending on the interviewer.
Software Development Engineer Interview Questions
32,839 software development engineer interview questions shared by candidates
Read in an n by n matrix and shift each element over by one position along the edges (like a concentric circle).
How to sync user shopping cart over multiple data centers.
How would you test XXX system?
Find if a string is pallindrome or not by using just append operation.
Given a string of digits, how would you find the best places to place periods to form an IP address? Ex: Given '123456', you could make '12.34.56' or '1.234.5.6'
Hashmap, and bst related questions. The last round was some random database question.
Implement an LRU Cahce
Write a program that gives suggestions for purchases based on a a database of customer purchases for the past day
Algorithms and Data Structres
Viewing 1521 - 1530 interview questions