If you have a 10 x 10 x 10 rubix cube and covered it in paint, how many cubes remain untouched with paint?
Programmer Analyst Ii Interview Questions
716,716 programmer analyst ii interview questions shared by candidates
Do this take home project. (They don't tell you, but you'll be extending it later.)
Basic hr interview questions and basics of Java
What design patterns do you know?
Do you know Microsoft Project
Write a function in a language of your choice to generate all possible permutations of the characters in a given string.
the sys design one was something about how you would communicate with a payments processor. forgot the coding ones but I think they were fairly easy
Given a list of nodes and a list of directed connections each one of those nodes has to each other(not every node has a connection, and cycles may exist), find the minimal amount of entry points for a message to spread to every node.
Given an array of numbers, find the longest consecutive subsequence.
Write a program to get an int value as argument and return it as string. For example, if I give the number 3456 as int, it should return the same number 3456 but as an object of String. You cannot use Java API methods.
Viewing 2161 - 2170 interview questions