prepare as per ur resume
Software Engineer Iv Interview Questions
1,282 software engineer iv interview questions shared by candidates
Language basics, Algorithms and DS. System design.
How would you make this function
Flatten deep nested object: const nestedData = { name: 'Abc', age: '29', address: { pincode: '110011', area: 'bangalore', state: 'karnataka', location: { lat: '122.21', long: '11.21', }, phone: '1212121', }, }; Output: const op = { "nestedData_name": "Abc", "nestedData_age": "29", "nestedData_address_pincode": "110011", "nestedData_address_area": "bangalore", "nestedData_address_state": "karnataka", "nestedData_address_location_lat": "122.21", "nestedData_address_location_long": "11.21", "nestedData_address_phone": "1212121" }
Implement getElementById
There were questions about Data structure and python
Tell us a time when you had to influence somebody to see things your ways.
1. Design a dictionary where we have a list of words, and there will be multiple queries and you have to optimize the average query time. 2. Given an array, implement N stacks within the same array such that we optimize the overall space.
There were several question involving data structures, algorithms, and a few involving databases.
Are you willing to work over the weekends?
Viewing 1071 - 1080 interview questions