BST with different test cases which returns tree is BST or not. ? Given array of 4 values,we need to add the two consecutive numbers so that it gives different combinations of values with there sums we nee d to pop out the smallest value among those combinations?
Software Development Interview Questions
37,019 software development interview questions shared by candidates
How to implement a calculator?
How would you approach creating some form of applicant tracking?
int main() { int i = 3; switch (i & 1) { case EVEN: printf("Even"); break; case ODD: printf("Odd"); break; default: printf("Default"); } return 0; }
Phone screening was the most difficult for me. You need to code on a shared document and discuss what you are doing by asking relevant questions and thinking out loud.
GIVEN: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Sample Title</title> </head> <body> <div class="wrapper"> <div>A</div> <div>B</div> <div>C</div> </div> </body> USING CSS: // Make a 3 column layout that is: // • Is the full width of the page // • Has even width columns // • Gutter space in between (width doesn't matter, just an even gap between each is fine.) // • Responsive. Stack the columns on displays narrower than 320px // For a challenge try: // • Make the center column wider than the outer two. // • Make the first column (A) appear farthest too the right- without changing the markup order // // Browser should look like this: // ------------- // |A |B |C | // | | | | // | | | | // | | | | // ------------- //
Merge intervals.
How would you determine the outermost points (think surrounding) of a random distribution of points on a graph.
1. What was a good experiences you get for a difficult situation in a previous job? 2. What would you change if you have the opportunity to come back to resolve that problem? 3. What did you learn for that experience?
Questions based on Resume and questions from our syllabus
Viewing 2881 - 2890 interview questions