If I have a 100-ohm resistor and I pass 5V at 1amp through the resistor, what happens to the resistor?
Intern Engineer Interview Questions
15,357 intern engineer interview questions shared by candidates
Write a function that finds a number in an array that does not have a duplicate. For example [2,5,8,3,8,2,5] - > the answer would be 3.
Given a 0-9 numerical keypad and three chess pieces (pawn, knight, queen), use any language to write a function such that Input(piece, location)->Output(# of possible phone numbers). Code must compile and run.
Write a function to make a power set (as a list of lists) from a set (as a list). Wrote code in ocaml, although I was told that any language would do.
What is your weakest attribute?
Q: virtual functions, friend functions, all from c++ Q: basic coding questions like prime no.
Implement a function that takes in two unsigned integers and returns a boolean indicating whether you will have overflow if they are added together. Language of your choice.
Tell me about yourself, what would you like to do after college
Walk me through your resume
They asked about all the types of normalisation in DBMS with examples
Viewing 1551 - 1560 interview questions