Write a code to implement equals method and then read it to me.
Developer Intern Interview Questions
12,195 developer intern interview questions shared by candidates
Generate Fibonacci numbers
Having to explain how I implemented all my code (down to specific details).
A lot of questions about some "definitions" of C++ constructs, ask a few questions about programming related experience on your resume and want you to demonstrate it (such as SQL) and they wanted to make sure you knew about things like inheritance and everything.
The Technical Employment Test [TET] had 20 programming questions. The language was a custom language developed for the test. While not difficult, some of the sytax/programming paradigms were awkward.
I had to solve problems about a slot machine and determine the probabilities of spinning particular combinations.
System design questions based on the prompt, business/ inventory/ customer service based
1) A pretty number is a number in base 4 whose digits are all either 1 or 0. How many pretty numbers are there < n? 2) Given a list of moves in reversi, return the total number of pieces for each player at the end of the game 3) Trees are given as lists of nodes, where each node is a list with data [key, value, *children), where the order of the children matters. Two trees must be merged (left and right). For a given merged node with the same key between left and right inputs, the merged value should come from the right tree. The list of the merged node's children should start with children from the left tree's child list, and then the leftover right tree's child list. Output (key1,value1,...) in pre-order traversal
For me to explain my background.
Code a solution that determines whether a list of words are anagrams of the first word.
Viewing 9741 - 9750 interview questions