The number of paths in a m x n grid to a given cell? (After looking it up I noticed the interviewer actually asked the question incorrectly). So, always ask for more details if things are unclear.
Engineer Interviews
Engineer Interview Questions
Engineers are responsible for designing and building products. In an interview context, expect to be quizzed on your technical skills, and also evaluated for your ability to work as a part of a team to get things built. The specific questions you are asked will depend on what type of engineering position you are looking for such as a specific engineering discipline like software engineer, electrical engineer, or mechanical engineer.
Top Engineer Interview Questions & How to Answer
Question #1: What is the most challenging engineering project you've dealt with, and how did you ensure it was successful?
Question #2: In your current role, what steps do you take to avoid making mistakes?
Question #3: Describe a time you dealt with a difficult client or stakeholder.
843,412 engineer interview questions shared by candidates
Given array of n integers and given a number X, find all the unique pairs of elemens (a,b), whoose some is equal to X.
Technical stuff
Given a string, print unique elements from the string(Order doesn't matter) Eg: Input: "abbbfjhuuyyd" output: ('a', 'b', 'f', 'j', 'h', 'u', 'y', 'd')
Easy
What tool do you use better than anybody else?
wap to search an element in a rotated array ?, wap to merge and then sort 3 different linked lists.?
What is 23 in Hex?
Array reverse without using iteration. Code in C.
What are 3 challenges that tpp are facing right now
Viewing 2651 - 2660 interview questions