Standard interview questions regarding past experience. Basic coding questions, followed by a ~4hr technical take home challenge.
Software Development Engineer Ii Interview Questions
2,270 software development engineer ii interview questions shared by candidates
How does binary search tree work?
tell me about yourself and explain.
bold first round 1. anagram 2. factorial 3. check if string contains all a to z characters ( you can use hashset and check size if it is 26 then all char is present in string) 4. if there is any vowel in string, just replace it with $ 5. left join query write ( 2 table employee and project) 6. insert query write 7. cake cut 8 pieces puzzle 8. api response - related to json array and their modification ( their is a json array if any value present in that array has size >4 then truncate it to length 4 only ) -- example if "abxbndhhdjd" is a value then make it to "abxb" 9. jenkins basic use - pipeline basics 10. 2 sharks eats 2 fish in 2 days then 10 sharks eats 10 fish in how many days ? Bold second round- 1.8L 5L 3L puzzle 2. List -- ["ABC","MNO","XYZ"] o/p - ["ZYX","ONM","CBA"] 3. same api needs to be executed for 3 countries(how would u optimise suite run time) 4. issue comes in production , how will u debug 5. Salary and employee table -- find avg salary where department is IT 6. API push data in queue and queue pushes data in db ( queue can take 30 mins) how would u automate it 7. there is json array in response, pick any item and how to do assertion with db 8. Service A calling Service B ..Service A is down , would it impact Service B and how would test now ?
in first round there is one question based on algo & one is for rdbms. in second round cto just ask questions about concept of hashing, indexing, scaleable system design & data encryption related.
given a nested hashmap find if a particular key exists
Tree, array , design a payment system, how the system will work on black friday sale.
Given a composite class with a calculation method, calculate the value of the entire tree
medium to hard level leetcode
round one: coding in react round 2: coding in js round 3: DS and algo(ll) , CSS position , low level design round 4: high level design round 5: hiring manager round 6: hr
Viewing 881 - 890 interview questions