What is the run time complexity of the solution provided?
Engineer Ii Interview Questions
9,766 engineer ii interview questions shared by candidates
How do you react to conflicts at workplace.
Easy questions were only asked, normal dsa, product based,resume based
Technical questions on customer support, experiences, specific incidents and how managed to address/ resolve them
I don't remember any questions aside from What is your experience? Have you used "x" skill? etc.
Are accidents preventable
I was asked several technical questions and situational experiences.
Searching characters in String and its count. Collections Sorting SQL Queries Linux command Framework related question
the project manager asked questions about my mental health status which I thought was weird.
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).
Viewing 921 - 930 interview questions