Round 3 (Cultural Fit) :
Sde Interview Questions
16,598 sde interview questions shared by candidates
Reversing a linked list in single pass.
Explain C++ pointers and how memory allocation works .
Q1. Tell me about yourself.
What is the underlying data structure of a map in c++?
Searching and Sorting Algorithms, Traversal of Trees and Linked lists
Linked list traversal and the graphs related problem
Design tiny URL like bit.ly and discuss how to scale for millions of QPS.
Where do you see yourself in five years
Design splitwise application Input You can create a few users in your main method. No need to take it as input. There will be 3 types of input: Expense in the format: EXPENSE <user-id-of-person-who-paid> <no-of-users> <space-separated-list-of-users> <EQUAL/EXACT> <space-separated-values-in-case-of-non-equal> Show balances for all: SHOW Show balances for a single user: SHOW <user-id> Output When asked to show balance for a single user. Show all the balances that user is part of: Format: <user-id-of-x> owes <user-id-of-y>: <amount> If there are no balances for the input, print No balances In cases where the user for which balance was asked for, owes money, they’ll be x. They’ll be y otherwise.
Viewing 651 - 660 interview questions