Notepad coding question. Given some basic pseudo-code assembly code instructions, write code to solve multiplication/division/modulo questions. No other code or comments allowed.
Junior Software Developer Interview Questions
4,371 junior software developer interview questions shared by candidates
Benefit of a hash table, and how to resolve a conflict in a hash table
How to detect an overflow in addition
Given a stair of n steps, and you can only take 1 step up or 2 steps up, how many combinations of ways to get to the top of the stair. For example a stair of 3 steps has 3 ways (1,1,1; 1,2; 2,1;)
What I thought about working in the mortgages industry
POO en general, GIT, experiencias previas
Fibonacci series
Fibonacci Series and Robotic designing question.
Tell me about yourself. What was your GPA? What's your 3- to 5-year plan?
the second interview question: design a malloc function that guarantees that the address it returns is a multiplicand of 64. after that design a free function that takes such address and frees all allocated memory. both the functions can be implemented using the built in malloc and free, using a little tweek.
Viewing 1881 - 1890 interview questions