Karat interview is about easy or medium leetcode questions. And also will ask you something about OOD and Testing. Whiteboard problems are a little more difficult. But the interviewer will guide you. Resume dive-in will also include some character checking like the biggest challenges you have ever encountered and so on.
Software Development Engineer Internship Interview Questions
76 software development engineer internship interview questions shared by candidates
JavaScript in depth questions were asked
Leetcode type questions (tree, array)
Two questions, neither very hard: 1. Create a "flood" method for an image class (similar to the paint bucket in Microsoft Paint), taking in x and y coordinates and a color to fill with. 2. Create a function to input integers (1-999999) and output strings (one - nine hundred ninety-nine thousand nine hundred-ninety-nine).
For each level of a binary tree, return an list of elements on each level from right to left
Dbs c code debugging coding
After successfully clearing online assessment round, two interviews were conducted in a single day. First Interview - Interviewer directly jumped to coding questions. a) Maximum profit by buying and selling a share at most k times b) LCA of given nodes of n-ary tree. Second Interview - Interviewer asked to tell him about myself and after that jumped to coding questions. a)Median in running stream. b)Left view of binary tree.
Name a time you faced a deadline and how did you deal with it?
Basic questions about OOP, data structures and algorithms.
The problems that I remember: 1. Write a lock 2. how do you test a generator for random numbers? 3. write a data structure that can take input integers and keep track of the k largest of the numbers typed in so far
Viewing 51 - 60 interview questions