Paper coding question in C. Given a template like "int malloc(void* pointer, size_t ptr_size)", write a malloc implementation inside the function block. No external libraries allowed.
Desenvolvedor De Software Junior Interview Questions
4,391 desenvolvedor de software junior interview questions shared by candidates
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.
- Tell me about yourself - What ideas have you had? - Have you used an API? - What are your strengths? - What projects have you done? - When can you start? - What do you know about workday? - What do you know about Thermo Fisher?
2 OOP questions. First one was to find some errors in the code, the second one was to find all unique objects from an array of Objects.
Why did you choose this job?
Given 1-n numbers in an array in size of n, print all the duplicate numbers in a constant space and linear time.
A. Given to arrays of positive integers an a non negative integer. The array represents customers dustance from the seller and the amount of products they want to buy, the integer is the amount of products the seller has. You need to check how many buyers can get their order (depends uf the seller has enough products) such that the closest buyer getting his order first. B. Given the initial point of a robot and a list of steps, determine if the robot is creating the pattern of a rectangle. C. Two frogs can stand on any rock in a row of rocks (a cell in an integers array) and each rock has a value. The two frogs can jump to a near rock only if it's value is larger or equal. You need to find the cell were they are need to be placed such that they can jump to different directions and gain the maximum distance from each other. Be careful, the questions are not hard, but there are very few tests and a tiny edge case or a little thing you haven't noddest in the question will discard the whole test. I am not sure I want to work at such place.
The exam was leetcode medium - hard questions
Designing a system to detect potential DDoS attacks, including functions like isDDOS(ip) to check if an IP has made over 100 requests in the last minute, and addReq(ip) to log requests.
1) calculate the final money count in bank account 2)fix a road with holes 3)you want paint the largest wall and they need you to calculate the minimum blocks you need
Viewing 4041 - 4050 interview questions