Simple regex matching.
Engineering Technology Interview Questions
45,240 engineering technology interview questions shared by candidates
Phone interview questions: Given an array of numbers (1,2,3,8,0,2,2,0,10), move all 0s to the right end and all other numbers to the left while keeping relative order of non-zero numbers. Has to be linear in time and in-place.
Given only a pointer to an arbitrary node in a singly-linked list, how would you delete that node? Are there any cases where this is impossible?
Can you tell us a little about yourself ?
have you worked in the shipping company
When have you been faced with a difficult challenge? How did you respond? What was outcome?
About projects
You have a set of envelopes of different widths and heights. One envelope can fit into another if and only if both the width and height of one envelope is greater than the width and height of the other envelope. What is the maximum number of envelopes can you russian doll?
You are given the price of a stock in a period of time. Find the days to buy and sell the stock for one time to get the most profit.
Given a string of parantheses, brackets, and curly braces, write a function that returns whether the string is well balanced, in that every left delimiter is closed by the correct right delimiter. I was asked this question by multiple interviewers, it seems like their go-to question.
Viewing 91 - 100 interview questions