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.
Engineer Intern Interview Questions
20,688 engineer intern interview questions shared by candidates
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?
Which byte occurs most frequently in an array? Write a function that returns the byte that occurs most frequently in an array of bytes Parameters: Array of bytes Count of the number of bytes in the array (if you want it)
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.
Find intersection of two lists
The only "technical" question I was asked was to explain what I knew about cloud computing.
What are the core data types.
Intro, Leetcode problem, ML approach for same problem.
Viewing 2101 - 2110 interview questions