The recruiter draw an RC circuit and let me draw the vo/vin diagram in 10ns.
Intern Engineer Interview Questions
15,358 intern engineer interview questions shared by candidates
How to size an inverter, and its operating regions
give you the preorder and postorder print of tree nodes, reconstruct the tree.
Explain what a critical path is.
Given a 2d array sorted in increasing order from left to right and top to bottom, what is the best way to search for a target number?
Name a time where you had to sacrifice quality in order to finish on time
In the last round few questions asked were What is thrashing What is paging
Reverse a linked list. After presenting a solution I was asked to provide a recursive method.
it is basic algorithms. The first is a sort algorithm. There is an array with a million integer. The integer's length is 10 bit. Find an algorithm with run complexity of N. The second is about detect if there is any circle in a linkelist
Given a keyword (ex: "abc") and a list of words (ex: "aabc", "cab", "ab"), write a function that will return all words in the list that are the same/anagrams of the keyword. In this case, "cab" would be the only word returned. Later changes to the function were added: numbers and symbols might be included in the words but were to be ignored ("ca2b" still matched "abc"), make the function not case sensitive ("A" == "a"), etc...
Viewing 1601 - 1610 interview questions