General behavior questions, like why you want to work in Japan. Why did you study computer science, etc. Barely any technical question, as the interviewers have already checked my website and experiences, and know I have extensively experience and projects under my belt, and is probably more competitive than their full-time engineers.
Engineer Software Interview Questions
418,713 engineer software interview questions shared by candidates
Data structures and Algorithms related
Questions on basic Java,pointers concept,oops concept,Abstraction,Inheritance etc.
Why do you want to join us?
Write a function to caculate the angle between hour and minute hand on a clock.
Quickly estimate 2^64 without using a pen/papar.
Find from alist of numbers where each number is repeating even number of times except one. Find that number ?
Ants are at the corners of an equilateral triangle labelled 1, 2, and 3, each ant starts moving towards the next one (1 towards 2, 2 towards 3, 3 towards 1) at the same constant speed. How long until they meet ?
Provide a set of positive integers (an array of integers). Each integer represent number of nights user request on Airbnb.com. If you are a host, you need to design and implement an algorithm to find out the maximum number a nights you can accommodate. The constrain is that you have to reserve at least one day between each request, so that you have time to clean the room. Example: 1) Input: [1, 2, 3] ===> output: 4, because you will pick 1 and 3 2) input: [5, 1, 2, 6] ===> output: 11, because you will pick 5 and 6 3) input: [5, 1, 2, 6, 20, 2] ===> output: 27, because you will pick 5, 2, 20
10 ropes with red and blue end. red end can only connect blue end. what is the expected value of cycles?
Viewing 161 - 170 interview questions