The good ol' triangle problem.
Software Development Engineer I Interview Questions
32,852 software development engineer i interview questions shared by candidates
Given an array with integers, return the array so that it will not have any consecutive duplicates.
The coding problem he asked me was to find the next larger element in a BST.
I was asked about the egg dropping problem
I got a brain teaser question that how can I make the most number of triangles with 9 wooden stick.
There is a cuboid, with metal balls, now you are given X-RAy of two adjacent faces, so that you have black spots of there is ball in ( depth ) of that cell. Now u have to tell where all are there balls
Write a function to reverse a String. I asked if I could use Java which the interviewer said was fine. After writing half the code he indicated that I actually should have written the algorithm for a character array. Ughh, I really screwed this one up but I feel like the question should have been administered better.
I am given eight same size balls, one ball has less weight than others, how to find the ball in two step.
merge two sorted arrays in sorted order?
Which cycle performs quickier? for (int i=0; i<1000; i++) for (int j=0;j<100;j++) or for (int i=0; i<100; i++) for (int j=0;j<1000;j++)
Viewing 971 - 980 interview questions