1st Online Phone screen interview: Given an array A of length N: A[0]..A[N-1]. Each element A[i] can only be a 0 or 1. If a sub-array only contains 0, we call it valid. How many valid sub-arrays are there in A? For example, A = [0, 0, 1, 0, 0, 0], there are 9 valid sub-arrays. 2nd Onsite interview: Q1. on data streaming of infinite users, and to find out top 5 most active users. Given a Whatsapp group, people are chatting, we have to find who uses the maximum number of words? Q2. on a robot finding a path in a grid from top-left to bottom right along the obstacles Given a grid of a terrain for a robot to traverse from one corner to opposite corner. find the path, or if even the path is possible. Grid is 10x10, or NxN. Given each square defines height or depth of the square. Q3. finding out the difference between two satellite images of same place 1 month apart Q4. on string and tree
Software Enginner Interview Questions
884 software enginner interview questions shared by candidates
What is a lambda function in python?
Rotating an array in the most efficient way
Java oops concepts as im a fresher
Dado uma sequência 6 - 11 - 18 - 27, qual o próximo número da lista?
tell me about yourself , thats the most common question?
Why do you want to work here?
find the missing term in arithmetic progression. questions on four pillars of oops find the sum of n elements using java 8 Question on exception handling syntax of throw catch
Explain a time where you had to take leadership over a project. How did you manage it. Technical: Where would you send sensitive data in node.js.
system design question: you have all access & control to all domain in the internet, get the most popular domain and write the query for it but you have to do this from scratch assuming that you have to do every action by your self.
Viewing 21 - 30 interview questions