how much memory is int[3000][3000] in bytes and then in MB's. should this size of memory be allocated or static?
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
They asked about my internships
How do you reverse a string?
The racehorse problem: given 25 horses and no stopwatch, and you can only race 5 horses at the same time, how few races does it take to find the fastest horse?
You are given 1 stack of integers. Sort the stack efficiently. Consider time and space complexity
Given a string of math expression in the form "5+6*7", calculate the answer.
Given an array of n element which contains elements from 0 to n-1, with any of these numbers appearing any number of times. Return via Boolean, whether a duplicate exists in the list. 2nd Level/Bonus: do this in O(1) space complexity. 3rd level: Is there a better solution if you are allowed to modify the existing data array?
Write a function to check if a string is a palindrome or not
Graph Coloring problem: given a connected graph, color each node in the graph such that no two adjacent nodes have the same color.
How would you test a vending machines? Write some test cases.
Viewing 3431 - 3440 interview questions