Implement the battleship game
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,642 software engineer interview questions shared by candidates
"Given a log file spanning multiple days, and given a page transition A -> B -> C, find all the unique users who made this page transition in the logs"
Code to check if a Binary tree is symmetrical.
An array consists of elements where each element appears an even number of times. Only 1 element appears odd number of times. Find that number
Binary tree with parent pointers, given two nodes find common ancestor.
You are given the head node of a binary tree. Find the height of the tree.
You want to keep the largest 1000 integer numbers from incoming pockets containing integers. Please write a program on how to do it.
Write a function that takes an integer and counts the number of bits.
Remove the nth from last element in a singularly linked list in linear time.
Coding question - given a binary tree, write code to count the sum off all siblings.
Viewing 2221 - 2230 interview questions