What is the O(n) of the implementation I gave in the code exercise?
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,495 software engineer interview questions shared by candidates
Tell me about a time when your team had a conflict with another team
How to detect overlapping area for two rectangles
Anagrams.
How to transfer a form in infix(prefix) notation to a form in post-fix notation.
In the first round i am asked three questions 1. Eliminate the duplicate elements from a given linked list. 2. One question on Permutations and Combinations 3. Union find algorithm. In the second round Given a problem to design an algorithm for that. Some questions on OS(Memory Management, Scheduling) Some questions on C language
The questions where very low level JAVA language questions. Questions like what is the Super class of all classes in JAVA. How does the class loader work. What are the different drivers in JDBC (he did want to know about JAVA JDBC Connectors so I do not know what he was referring to). The questions where mostly like this. Things that I never heard anyone else ask before on a JAVA interview.
Checking if a word could be formed from other words, i.e. "helloworld" == true, "helloworl" == false
One of the questions was asked by Ahmed Bashir, who (I later learned) was a Director level and the manager of the hiring manager. The question was as follows. You are given 25 horses. In each race only up to 5 horses can run and each race only reveals the ranking between the horses (i.e., we do not know the actual time). What is the minimum number of races you need to have in order to reveal the 3 fastest horses between the 25.
Is the given number a bitwise palindrome?
Viewing 1991 - 2000 interview questions