All typical questions
Engineer Iv Interview Questions
360 engineer iv interview questions shared by candidates
What projects have you lead in the past year?
Tell us a time when you had to influence somebody to see things your ways.
If you have a query that filters on 4 fields, what is the best index to implement on the table?
one programming questions on hackerrank one SQL query on hackerrank
LINQ problems and String manipulation in C#, with Web API basics mixed in between to explain the reasoning behind.
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 me about a time when...
Architecture, Data Structure Tree, REST, Java complex code etc.
Viewing 281 - 290 interview questions