Asked about my Capstone project.
Sde Interview Questions
16,594 sde interview questions shared by candidates
What is Polymorphism. Explain different types of it.
Basics of javascript and 2 coding questions.
3 Sum problem, which I was able to solve and a follow up on how would I modify it for 4 sum. Just a basic explanation was needed for the follow up.
What is Microservice,which is better microlithic or monolithic
Binary Search and its time complexity and write a code implementing Binary Search.
What are optimization technique used in Database
Round-1 Implement a data structure similar to Hashmap that maps integer to integer, but with additional methods: get(key), set(key, x),:- usual as a normal hashmap, incr_value(s), incr_key(s):- they respectively increment integer value of all "values" of the keys, and all "keys" of the dictionary by the value "s" eg:- if dat_str={1:10, 4:12} and I call dat_str.incr_value(7), I get dat_str as {1:17, 4:19}. Further if I now call dat_str.incr_key(7), I get dat_str as {8:17, 11:19).
Solve this coding question brother.
Describe OOPs and why it's preferred?
Viewing 801 - 810 interview questions