Common interview questions
Softwareentwickler Interview Questions
Softwareentwickler Interview Questions
Softwareentwickler sind besonders gefragt und diese Rolle kann auch sehr gute Verdienstmöglichkeiten und hohe Arbeitszufriedenheit bieten. Bei einem Vorstellungsgespräch für Softwareentwickler werden Ihnen wahrscheinlich Fragen zu Ihren Hard und Soft Skills sowie zum effizienten Projektmanagement gestellt.
Typische Bewerbungsfragen als Softwareentwickler (m/w/d) und wie Sie diese beantworten
Frage 1: Welche Art von Softwareentwicklung betreiben Sie derzeit?
Frage 2: Beschreiben Sie ein Entwicklungsproblem, das Sie hatten, und wie Sie es behoben haben.
Frage 3: Wie gehen Sie mit dem QA-Prozess um?
513,078 softwareentwickler interview questions shared by candidates
1. Introduce yourself? 2. What Softwares and programming languages I work with? 3.Gave me a C++ code based on Funtion using variable, References, Pointers and asked to state the results & distinguish the functions. 4.Asked Python code which was easy, more he asked the logic.
given n pairs of numbers and one extra number in an array (size of array is 2n + 1) how can you know in O(n) with one iteration over the array which number did not come in pair
They will ask you technical problems but it's not that difficult you only need to be confident and honest with your answers
4. What is the format of the floating point number? What does the following code do? Does it terminate? Float f,g; f=0; do{ g=f++; } While ((f-g)!=0);
Stream of numbers, design a class to return median
Find the nearest palindrome for a given integer
I was asked 3-4 coding snippets and questions related to static, pass by reference/value, pointers, heap and stack memory allocations. function calls, data types. Implement a function body for a multiplier without any multiplication operation (also to improve my solution in terms of performance)
white board: find the first non-recurring character in a string. i.e. input "abbcdcaea" would return "d"
white board: swap the values of two pointers without a temp variable
Viewing 1981 - 1990 interview questions