Imagine you are making an image drawing program. You have a contour (draws a closed contour) and you click here inside it. What do you do to fill it?
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,816 software engineer interview questions shared by candidates
Why do you want to work at Bloomberg? Technical questions: usually one easy "classic" question followed by a more difficult one
Merge K sorted lists into a list? find the min depth of a binary tree?
Design and implement a data structure to store the most recent visited urls. No duplicates allowed.
Approximate the square root of a number using binary search.
output the rightmost elements of each level in a binary tree
A variation of LRU Cache :
First round interview leetcodes were array and string manipulation based
What is your convenient time for phone conversation?
Given a sequence of numbers, is it possible to recover the original tree structure of the array before it became an array using inprder traversal? what about preorder traversal?
Viewing 3021 - 3030 interview questions