Sort Arraylist
Software Development Engineer Intern Interview Questions
2,286 software development engineer intern interview questions shared by candidates
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.
They asked about all the types of normalisation in DBMS with examples
Which thing u prefer aiml or cloud if I were offered these two and had to pick one up
Check if a string is symmetric or not.
Given two arrays, write a function to compute their intersection.
given a number in string format ("13") and an int (10) write a function to return the number in the specified base (ie, convert("13", 16) returns 19)
There was a question about delimiters that was tough.
Reveres all the words in a string before you encounter a word which has 'x' in it. Hi, I like Microsoft asdfxab Settle -> Microsoft like I Hi, asdfxab seattle.
Viewing 301 - 310 interview questions