prepare as per ur resume
Engenheiro De Software Iv Interview Questions
159 engenheiro de software 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
Solve Factorial problem using java. Create your own classes. 1/2 + 1/4 should result in 3/4 or 6/8
In your job, what is your ideal work day?
How would you architect the game of monopoly in an OO manner?
What type of experience did I have with IV&V?
Char string handling, basic RTOS questions, ARM memory layout architecture questions, product development experience, etc.
Viewing 131 - 140 interview questions