Design part of their product - notification system
Backend Developer Interview Questions
9,173 backend developer interview questions shared by candidates
What do you want to gain working with plum?
Why did you choose plum
Coding questions: 1. Given two strings s1 and s2 , find whether s2 is rotated version of s1 or not 2. Given an array find first non repeating integer. 3. Given a stack , remove middle element without using extra data structure 4. Search element in BST , provided leaf nodes are connected to each other forming circular doubly linked list. SQL and mongodb query ACID property Normalization caching mathematical series puzzle: given series ABBCCCDDD.... find 97th element? one system design question
Tell me about yourself
Q: Given two strings, you have to write a function that returns a boolean value that returns true if two strings are Anagrams and return false if they are not Anagrams. Two parameters have been passed to the function i.e String 1 and String 2. He told me to write down the function in the Notepad and present my screen while writing the code. (He mentioned that Brute Force Approach is also allowed).
Q: What is Convex and Concave Polygon?
Q: Introduce yourself. Tell us something about your skills, hobbies, etc.
Q: Given an unsorted array with duplicate elements. You have to remove the duplicate elements without using a built-in data structure(Java Collection Framework or C++ STL Library). The interviewer mentioned that you can use the data structure that you can build on your own like Array, LinkedList, etc. Only the approach was asked not code.
Print left view of a tree , system design question related to oops(parking slot)
Viewing 9121 - 9130 interview questions