All questions are already on glass door. Just make a list of all the questions and answer them.
Engineer Interview Questions
935,577 engineer interview questions shared by candidates
Q: Write a program which prints out all numbers between 1 and 100. When the program would print out a number exactly divisible by 4, print "Linked" instead. When it would print out a number exactly divisible by 6, print "In" instead. When it would print out a number exactly divisible by both 4 and 6, print "LinkedIn."
Given an array of integers, write a function that will produce a random permutation of the input array.
Given a large document and a short pattern consisting of a few words (eg. W1 W2 W3), find the shortest string that has all the words in any order (for eg. W2 foo bar dog W1 cat W3 -- is a valid pattern)
Given a single-line text string and a maximum width value, write the function 'string justify(string text, int maxWidth)' that formats the input text using full-justification, i.e., extra spaces on each line are equally distributed between the words; the first word on each line is flushed left and the last word on each line is flushed right.
In mgr round, "What would you do if there is a member in your team, who is not willing to share the knowledge or information that can help you resolve the issues? Have you experienced this in the past?"
Find indices start and end for a particular value in a sorted integer array with duplicates
Design a baseband receiver from scratch
What are the steps to connect to a database?
Personal questions, technical about the education you mastered. GD can be one procedure
Viewing 2251 - 2260 interview questions