Edit Distance Pattern printing print all permutations
Software Development Intern Interview Questions
2,989 software development intern interview questions shared by candidates
BQ questions mostly asking BQ questions
1) Basic Array problem, easy question, to find if X array can be divided into two halves such that each half has atleast K sum 2) Basic String Matching, Can be solved in O(n^2) the constraints allow it 3) prefix suffix 4) sliding window
Fundamentals of object oriented programming and data structure question.
A scheduling problem. Very similar to question 253 on leetcode.
CS Fundamentals OS,CN,DBMS and OOPS
write a function that takes in an int and returns a string that would be how one would say that number (ex: 123 -> one hundred twenty three; 50019 -> five thousand nineteen).
They asked standard data structure questions. For example, search times and design decisions.
Write code to find the next least node in a binary search tree given a node.
The second round of interview I was asked to calculate the product of three highest numbers in an array. The interviewer kept further questioning me about giving a more generalized answer.
Viewing 2751 - 2760 interview questions