Regex String Matching.
Grad Interview Questions
7,386 grad interview questions shared by candidates
1. Began with Introduce Yourself. 2. Resume Question: You mention the Boot and Fuse Controller in your project. Tell me about that. 3. Further questions about the importance of Fuse in SoC. 4. Shift Preference? Open to relocation? 5. Do you have any questions you want to ask? Moving to technical: 1. Design an XNOR gate using a 2:1 Mux 2. Design a 1 Sticky Register
Phone interview Given a 2D array of gifts, find path from top left to bottom right corner with greatest aggregated gift values.
This was literally the question: https://leetcode.com/problems/path-sum-iii/. Phone screens or online screens can usually be found on leetcode or hackerrank.
Find a needle in the haystack: given two c-strings (null terminated), return a pointer to the location of where the needle occurs in the haystack, NULL otherwise.
palindrome leetcode word break but with backtracking
1. Implement next() and hasNext() function of the iterator; 2. find the max value of each layer in a binary tree
If there is an important project set by upper management that is high priority, and another internal project that has a sooner deadline within the team that is not really known to upper management, what would you work on first??
coding question 2: given an array of integers, minimum no of operations needed to make all the elements equal. While doing each increment, any one of the elements in kept fixed.
what data structure would you use to store the web pages visited by a user as he clicks on the forward and back buttons in the browser?
Viewing 651 - 660 interview questions