calculate and print the frequency of each character in a given string
Intern Software Engineer Interview Questions
9,450 intern software engineer interview questions shared by candidates
What are the 4 major principles of OOP
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.
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
What are the core data types.
Walk me through your resume
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.
Viewing 1041 - 1050 interview questions