How can you find the biggest the number in 2 arrays, and they are not sorted. What is the time complex. implement it and send it to someone.
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,835 software engineer interview questions shared by candidates
Given 2 eggs and there are 100 steps. Need to find the step from which the egg starts breaking. What is the minumum tries?
Delete extra spaces in a string.
Given a binary tree, convert it into a doubly circular linked list. The structure of the tree was given by the interviewer and also the structure of the doubly circular linked list.
1.. given a number, find two numbers from an array so that the sum is equal to that number;
Given a set of number ranges, i.e. [1,5], [3,6], [7,9], write a program to merge overlapping number ranges. In the above example, the result should be [1,6], [7,9].
Explain to a high school student with limited computer knowledge how a CPU is capable of running two programs simultaneously.
Signed NDA - can't disclose. However, if you thoroughly study "Cracking the Programming Interview," you will be fine.
What data structure will you use to solve the problem?
I had two questions: One was the Djikstra's shortest path algorithm and the second was to find the missing element in the array.
Viewing 3201 - 3210 interview questions