Balanced braces technical question.
Technology Analyst Program Interview Questions
2,222 technology analyst program interview questions shared by candidates
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.
What is one time you had a team member that made you angry or frustrated? How did you handle it?
Implement an account manager that can get, deposit to, withdraw from, and transfer between accounts. After that, implement and undo function and a redo function.
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.
Q: Given an array of ints, push all 0's to the front.
Divide two numbers, using only bit operations.
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."
Sort two stacks.
Viewing 241 - 250 interview questions