Branch & bound based question no.of ways to buy exactly one pair of jeans, skirt, shirt, short. Find if infinite sequence of L,R, front , back is forming a closed path(circle) Design practo (patient slot booking system) Find current running median in stream of integers Find min cost to paint N houses, given Red, Blue, Green costs to paint every houses Given a 2d matrix of 0s & 1s, it can be scaled rotated, find if the 0s are forming shape ‘A’ or ‘B’ or ‘C’ Given a BST where 2 nodes are swapped, swap them back.
Software Development Engineer Interview Questions
32,839 software development engineer interview questions shared by candidates
They give you questions based on coding and you must figure out what is wrong with them.
The question asked was similar to a medium level on leetcode.
Design Amazon Music service but support only 2 functions: getPlaylist playPlaylist
The first interviewer asked basic questions about arrays, linked lists and asked me to solve a question on arrays.
Write a function that takes two strings A & B as arguments. Return a boolean that indicates if A is a substring of B. Explain the various test cases you would run on the function.
Write an algorithm to find the minimum-depth of a binary tree.
Given a log file containing (User_Id, URL, Timestamp) user can navigate page from one to the other. Find the three page subset sequence repeated maximum number of times. Records are sorted by Timestamp.
Mostly about machine learning (as it was on my resume). What is neural network, weights and bias, what features would you use for a realtime handwriting recognition system, etc.
They asked about projects and its related questons such as what is the accuracy of the model(mine was ML project). Questions related to DBMS,Networking and OS were asked too.
Viewing 1481 - 1490 interview questions