Add two numbers represented as linked lists of the digits
Technology Development Interview Questions
1,351 technology development interview questions shared by candidates
Q: Given an array of ints, push all 0's to the front.
Technical: 1) "Design a OO structure to handle users, bank accounts (users can have more than one), CC numbers, balances, withdrawals, etc." 2) "Given two stacks of "Transactions," return the first intersection."
Explain something technical to someone non-technical (what they want here is to use the SAR method - situation, action, results). So don't just say "well, I would use analogies and visual aids." You need to be thorough and demonstrate an instance where you had to explain something technical and how you were able to get it across to someone non-techy.
Tell me how you would explain a technical topic to someone who no relevant experience in the field.
Design a transaction system for debit and credit card accounts. We have to save the last 7 months of customer statements, and some other requirements. OOD UML class diagram fine I was told.
Given a dollar amount convert it into euro coins and bills. You are given the dollar amount as the argument, and said that the dollar to euro rate is 1.30. You are given that euro denomations are 500 bill, 200 bill, 100 bill, 50 bill, 20 bill, 10 bill, 5 bill, 2 bill, 1 bill, 50 cents, 25 cents, 10 cents, 5 cents, 2 cents, 1 cent. Convert that dollar amount into the least amount of bills and coins.
Sort two stacks.
Divide two numbers, using only bit operations.
Write a method that takes a string input (someone else's program) and checks whether the parentheses, brackets, et c are balanced i.e. there are as many opened as there are closed.
Viewing 141 - 150 interview questions