The hardest problem posed was the C# function I had to write. Write a function that accepts a character parameter such as "8" and then returns its digit value which would be 8 in this case. You cannot use any helper functions, casting or conversion functions. int ParseCharToInt(char c)
Engineer Interview Questions
843,795 engineer interview questions shared by candidates
given a chess board that is 3 x 3 squares, and only one piece, the knight, write a program that will move the knight from any starting location to any other (given) location in the board and return an error if it can not.
The most unexpected question was when they asked me to provide them the result of 2 to the power of 8. Really?
Why 50 ohm, not 75 ohm?
Mostly, they asked to describe my current responsibilities in detail.
decide whether the enter should be accepted or not for a passcode, one number missing is permitted, can be missed several times, 18687 is the passcode, then 167 is accepted, the rest should be right and in right sequence.
What is mutex, semaphore? What is best sorting algorithm, its time complexity? Fibonacci which skips one digit eg: 5!=5x3x1 Exceptional handling Function overriding Inheritance concepts Race condition, life stages of thread A lot of code snippets asking to predict output Birthday Paradox problem How to check if a number can be expressed in powers of 2? Using bitwise op OO model for a college including professor students etc
given a matrix, you can move right or down only and cost of each move is 1. Find an optimal way to reach to right-bottom from top-left of the matrix.
Standard interview questions: tell me about yourself, why you choose to apply to Micron, tell us where you wanna be in 5, 20 years time.
Rank the importance of your values in the company. Describe 3 words of yourself Where do you see yourself in 5 years?
Viewing 1471 - 1480 interview questions