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.
Graduate Developer Interview Questions
5,191 graduate developer interview questions shared by candidates
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 ?
What happens when you type www.google.com into the address bar of your browser and press enter?
The interview comes with two questions, all about basic programming: revert the bit sequence of a number(32 bits), like 0100 0110 0000 0001 -> 1000 0000 0110 0010. Just a reminder: the interviewer did require the most efficient way of programming.
Question about graph and traverse.
Viewing 1081 - 1090 interview questions