Tree walking code analysis
Software Engineer Iv Interview Questions
161 software engineer iv interview questions shared by candidates
Basics of networking, coding.
Data structures, networking and about my projects.
If you can work with colleagues from different nationalities
-write programe to print Thread1,Thread2.....in a sequense. -search and replace strings from given file.( i was asked to run the command in his laptop)
How would you make this function
Language basics, Algorithms and DS. System design.
Implement getElementById
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" }
Tell me about a time when...
Viewing 131 - 140 interview questions