In the second round, two questions were asked. The first was string-based. The second was Tree-Based.
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
Since abstract class have abstract members, why Interface has been introduced?
How to Implement PropertyChangeEvent handler (in context of MVVM) ?
Implement BFS traversal with constraints
Develop password reset API using email(send a unique reset link with an expiry time of 24 hour) and OTP based based technique.
All kinds of programming questions, oops concepts, Collection questions, questions related to framework etc
React Basics, System Design, SAGA Design Pattern, projects-based
What is the run time complexity of the solution provided?
Searching characters in String and its count. Collections Sorting SQL Queries Linux command Framework related question
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 201 - 210 interview questions