Problem to be solved with general data stractures and some logic
Graduate Software Engineer Interview Questions
3,307 graduate software engineer interview questions shared by candidates
All they asked was the technical coding question
Basic Data structure and algorithms related First round involved having knowledge of time complexity of different sorting algorithms and second round had a system design question.
Given an array of positive integers sorted in a strictly increasing order, and an integer k. Find the kth positive integer that is missing from this array.
Multiple graph questions involving both BFS & DFS. Also String manipulation with potential dynamic programming (I did not see the DP solution but the interviewer was happy with my brute force method). Each question was about a leetcode medium.
Given an undirected connected graph, alice and bob start from different nodes A and B and want to reach a destination node D if they travel separate edges count them as separate, and if they meet at some node and travel the same edge together, count it as a single edge find the minimum no of total edges travelled by alice and bob to reach D.
Tell me about yourself?
Described a project on my resume
First was a relatively simple sliding window question. The second was a slightly more difficult "puzzle-like" question that didn't require any fancy data structure just some pattern recognition.
Recruiter Chat (15 Minutes):- What offices do you prefer ? What programming languages do you write ? And he told me what the interview process will be ? And asked some basics question regarding the complexity analysis and C++ and Java. The first Phone interview (45 minutes) It had two coding questions and he asked about the complexity of my code the second phone interview :- general programming questions that having the following format :- tell me about X ? when and why would you use it ? What the difference between data structure X and Y and tell me some applications where you can use them ?
Viewing 701 - 710 interview questions