Tell me about yourself, about your projects and all the internships you have done till now, also explain briefly the work in each of them.
Software Development Engineer Interview Questions
33,205 software development engineer interview questions shared by candidates
Format: Programming questions on paper without debugging tools. Focus Areas: 1. Patterns 2. Arrays 3. Strings 4. Maps
Given a binary search tree find the nth highest number.
Compute Nth Fibonacci number. Given tree data structure, print each level as a row. Given data from stock's trade during day, compute what would have been the best trade of the day. Create a circular buffer of size N, program reads and writes.
What is hosting and how to fetch an API?
Given a data set with details pertaining to amount that one person owes to the other in the form of csv . Sample Input Friend 1 Friend 2 Amount M N 20 L M 70 N L 40 N K 100 M N 10 N M 5 Row 1 implies that M owed 20 Rs to N Row 2 implies that L owed 70 Rs to M Similar to other rows Given the above info, design a solution to derive the below-mentioned insights : How much debt does each person owe to all users? How much money is a person owed ? Who is the person with the most money owed ? Who is the person with the most debt ? Sample input in CSV: M,N,20 L,M,70 N,L,40 N,K,100 M,N,10 N,M,5
What is the worst time complexity of Binary Search Tree?
what is your Project AND use of the project?
You have a binary tree and need to flatten it to a linked list.
Willingness to relocate
Viewing 2181 - 2190 interview questions