no unexpected question.
Engineer Iv Interview Questions
1,282 engineer iv interview questions shared by candidates
The questions were all common questions with some trying to get an insight about your approach to solve a particular problem
prepare as per ur resume
Language basics, Algorithms and DS. System design.
How would you make this function
Value based questions: what you would do in certain situations?
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.
Viewing 1071 - 1080 interview questions