Language basics, Algorithms and DS. System design.
Ingeniero Iv Interview Questions
360 ingeniero iv interview questions shared by candidates
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
Tell us a time when you had to influence somebody to see things your ways.
Tell me about a time when...
More about tech questions thanks
Solve Factorial problem using java. Create your own classes. 1/2 + 1/4 should result in 3/4 or 6/8
Nothing really technical, just a few questions about what I worked on and what I know
I see your supervisory skills in one area, but I don't see them listed in other areas.
Viewing 301 - 310 interview questions