Software Engineer Iv Interview Questions

161 software engineer iv interview questions shared by candidates

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" }
avatar

Senior Software Engineer (Level IV)

Interviewed at Walmart

3.4
Jul 16, 2020

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" }

PCI adapter cards need to be qualified on different OS running on UCS server. There is a team that already qualifies the functionality of the adapter card. As a system test engineer how would you devise a plan to test the adapter card's functionality across multiple OSs within a short span of time?
avatar

Software Engineer IV

Interviewed at Cisco

4.1
Jul 27, 2013

PCI adapter cards need to be qualified on different OS running on UCS server. There is a team that already qualifies the functionality of the adapter card. As a system test engineer how would you devise a plan to test the adapter card's functionality across multiple OSs within a short span of time?

Viewing 121 - 130 interview questions

Glassdoor has 161 interview questions and reports from Software engineer iv interviews. Prepare for your interview. Get hired. Love your job.