A software application to be designed for the financial client
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,836 software engineer interview questions shared by candidates
Print out all combinations of k numbers out of 1...N e.g. when k = 2, n = 4 Print out 12, 13, 14, 23, 24, 34
In sudo-code write a program that takes an integer called N and prints out the Fibonacci sequence to the Nth digit.
Find the first letter in a string that does not have a pair.
You have a file consists of billions of records. It cannot fit into memory, so you need to reverse every word in that file and save to another file.
You are given a string with each english character translated to its alphabetical position (e.g., the string "ABC" --> "123"). Provide a function that, when provided the string as an argument, will return the maximum number of strings the encoded string could represent (for example, "123" could represent "ABC", "LC", or "AW").
- Convert sorted array to BST - Print the above tree level by level - I forgot the last question
Compute square root of a integer, without using the built-in sqrt method.
Given a matrix of numbers in which some may be zero. If a cell contains a zero, set all the cells in the corresponding column and row to zero.
The only difficulty u will facebook to get in facebook is 1st round itself because u r supposed to code 3 question in 90 minutes.
Viewing 3251 - 3260 interview questions