What was the best or worst thing in your recent project?
Internship Engineer Interview Questions
24,416 internship engineer interview questions shared by candidates
Describe what happens when a segfault occurs Binary tree length
Merge two sorted linked lists
Dado una coleccion de enteros A, retornar otra coleccion B, donde cada elemento B[i] sea el producto de todos los elementos de A, excepto A[i].
Water Container
Question regarding linked lists.
Given any signed 32-bit integer (any number between -2 billion and +2 billion), translate it into English words. For example, given 13,324 return "thirteen thousand three hundred twenty four"
first round: Set Matrix Zeroes from leetcode second round: Max Consecutive Ones III from leetcode
Given array of points find the K closest to the origin
Given a sorted array and integer K find the number of occurrences of K, and there was a follow up question what will happen if there is m queries with different K how can you handle this, but didn't ask for the code for the follow up
Viewing 1901 - 1910 interview questions