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.
Intern Software Engineer Interview Questions
9,348 intern software engineer 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.
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.
Walk me through your resume
They asked about all the types of normalisation in DBMS with examples
some medium/hard leetcode questions, the platform they used was codesignal
so tell me about yourself
What are your areas of interest in technology - maybe some projects you've worked on in the past or some coursework that you've been interested in?
Nothing difficult. The first question is about combination of HashMap and ArrayList, which the best answer should be LinkedHashMap but it's OK if you didn't know about this class. The second interview is to find the same element in two lists
Count number of duplicates in a binary search tree. Recursively? Iteratively?
Viewing 1041 - 1050 interview questions