Debugging questions will be of 7 questions for 21 minutes. Ex: An array will be sorted in descending you need to change the code to sort it in ascending.
Development Engineer Interview Questions
37,124 development engineer interview questions shared by candidates
Logic questions/debugging in the first section. A work simulation in the 2nd part with a coding challenge.
Tell me about a time when you disagreed with the work direction you were given, and how you resolved it.
(onsite questions) Tell me about the code you wrote? Walk me through how it works. Is there anyway you think you can optimize it?
Design a connection pool
They asked from data structures and algorithms, oops, os, dbms
given a linked list which has two types of pointers, a normal next pointer which points to next element in the list and random pointer which points to random element in the list. Question was to clone this linked list
You are in a room by yourself and someone walks into the room, asks you to find the temperature, and leaves. How would you find the temperature in the room without leaving the room?
Reverse a singly linked-list with and without using an auxiliary data structure.
Write an algorithm that does an in-order traversal of a tree recursively. Now, write the same algorithm iteratively.
Viewing 401 - 410 interview questions