What is a project that challenged you in the past?
Software Intern Interview Questions
17,721 software intern interview questions shared by candidates
I was asked to implement a function in a functional programming language (since I had listed in on my resume) that would test to see if two lambda expressions were alpha-equivalent.
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.
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.
Basic data structures, OS, DBMS, Graph, Behavioural questions.
Find intersection of two lists
Given a root directory, return all the sub files of this root directory. Note, a file can be a directory with more sub files or a data file which has no sub files.
Viewing 1921 - 1930 interview questions