There is an array of numbers from 1 to N in random order. A random number was picked and taken out. Give an algorithm to determine which one.
Senior Developer Interview Questions
30,054 senior developer interview questions shared by candidates
What do you like to do at your spare time with regards to software?
during the first part of the Interview, the Unit manager introduced me the company and the position which was C/C++ developer. In the second part I've introduced my self and my experiences so the unit manager asked me few questions such as: what did you learn with this experience, what was the most difficult thing you faced and so on. After that I had a written test, made of 40 questions to be answered in 40 minutes. The position was for a DEV in C/C++ but many questions were in Java. Here's some questions I remember: What is the difference between an Interface and Abstract class? How would increase the area of a square if you increase the length of a side of 40%? How can you swap two variables containing a integer without using a third variable? How do you convert the hex number CAFE in bits ? How do you convert the bits number 100112100101.... into hex ? And then other java questions rather simple for a java Dev. After complaining about the fact that there were java questions, I have been asked some C++ questions, such as which cast operators do you know, which one you have used, what is the differences, and other basic C++ questions.
I was asked to create a database schema: Movies, Movie formats, Orders, Customers, Inventory. To write some SQL queries.
Name a specific instance when you used a Java Collection.
Write code that finds the two highest integers in a list
What are your favourite coding books?
How would you interface with a REST API from your iOS application using Swift?
Convert an integer to string in decimal representation (LeetCode Easy)
Q:print all balaced parathesis of size n?
Viewing 1391 - 1400 interview questions