Given a linked list with three fields: a data field, a next field and a random pointer field (which is a field that points to null or to an element in the linked list) write a function to return a copy of the linked list without destructively modifying the original linked list
Engineering Technology Interview Questions
45,261 engineering technology interview questions shared by candidates
Tell me about the most challenging situation you faced as an engineering manager
Find a method to identify whether a linked list has a loop in it.
What is Newton's three law's , Moment of inertia ?
Describe a time you felt uncomfortable in a situation and how did you deal with it.
why do you want to join our organization?
Tell me about your final year project.
Tell me about your strengths and weaknesses?
Given an unsorted list of integers, return true if the list contains any fuzzy duplicates within k indices of each element. A fuzzy duplicate is another integer within d of the original integer. Example: If d=4, then 6 is a fuzzy duplicate of 3 but 8 is not. Do it faster than O(n^2).
Viewing 191 - 200 interview questions