Why do you want to join the company?
Development Engineer Interview Questions
37,130 development engineer interview questions shared by candidates
Write code to reverse a linked list from its mid point. So 1->2->3->4->5->6->7 becomes 1->2->3->7->6->5->4
tcp flow control,bgp,ospf,routing overall a average difficult
Identify bugs in code.
NDA- I can't say
Write a function that returns true if a string of parentheses is balanced or not, such as "(())()", which would return true.
Given an origin (assumed to be 0,0) and a set of points around the origin, return k points in ascending order of distance from the origin.
Implement atoi()
How do you check if a Binary Tree is a Binary Search Tree?
(following the previous one) You got only ONE baby bottle sample. You would like to know the max height you can drop it without breaking the bottle. Let set the unit as 1 foot. And the highest height you can reach is at N feet. So how would you find the (max) safe height?
Viewing 871 - 880 interview questions