I was asked to solve a problem involving counting words spoken by individuals in a conversation.
Grader Interview Questions
8,340 grader interview questions shared by candidates
they gave us a very quick interview in the info section
In a recent evaluation what advise was given to improve your teaching strategies.
Given a weight capacity, a limit on the number of shipping containers your ship can carry, a quantity of containers and their weights, and an array of port IDs at which to drop off these respective containers, return the number of cross-ocean trips required to complete the job.
Technical coding question, common behavior question
What is polymorphism? Give an example. What is the difference between private inheritance and protected inheritance?
Return a String with the characters present in the first word but not in the second word. "ab", "ab" -> "" "abc", "ca" -> "b" "a", "z" -> "a" They were looking for O(n+m).
Delete node from linked list BFS on nodes in a matrix Return deepest level of string nested in parentheses Design tic-tac-toe Manager interview was top k stocks
Tell me the formula for the Gaussian Random Variable?
Very straight forward interview: know the company (technical and culture) and be able to articulate your experience (teamwork and technical).
Viewing 1201 - 1210 interview questions