Tell me how your experience relates to the job description?
Generalist Interview Questions
6,657 generalist interview questions shared by candidates
What skills do I possess to effectively function as a HR Officer?
What would you do when you found that you made a mistake?
simple questions about the work process
Preguntas sobre tu C.V. Sobre tu inglés Experiencia en ese rol
Why do you want to work for Rapleaf?
What is your greatest asset? Your weakness? Why should we choose you?
What is the best thing that your enemy would say about you?
What was the worst advice you were ever given?
Your program should perform parentheses matching on a given string to verify that the parentheses are balanced. It should print "True" if the match is good and "False" if the match is bad. The input will be a string with 3 different kinds of parentheses - { }, [ ], ( ) Examples: Valid: (returns True) abc{def}ghi(jkl)mno[pqr] a{([b])} Invalid: (returns False) abc{(def}) ab[c) abc}def{ Bonus Points for solutions that do not use extra memory (ex. mutable variables) to store state.
Viewing 1081 - 1090 interview questions