Serialize an array of integers in an arbitrary way. Imagine a 4x4 grid where the cells are visited in a snakelike pattern.
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,174 software engineer interview questions shared by candidates
Write a code to find out if two string words are anagrams
Array of 100 integers from 1 to 100, shuffled. One integer is taken out, find that integer.
What is the best way to choose a random value in a stream? Given that each of them has a chance of occurring equally
Given a graph node, write a code to return a copy of the sub-graph starting with that node.
Reverse all the words in a string
Given a string and a dictionary. Break the string into meaningful words.
A fairly simple question to check the number of the digits of an input. Make sure your code is robust enough to handle anything unexpected though
Design a ping-pong ranking system
Prove P = NP
Viewing 741 - 750 interview questions