How to obtain the sum of the elements from (0,0) to (r,c) in a 2D array, where r and c are the row and column numbers
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?
512,822 softwareentwickler interview questions shared by candidates
In a typical database query, how would you speed up an sql query that consisted of many conditions ANDED (&&) together?
Given a singly linked list, how can you find if there is a loop in the list?
In the coding test I was asked to implement Wrap Text algorithm. Given a long string and a line width, modify the string to put new line so that a line has at most line width amount of character and no line break is given in the middle of a word. I was not allowed to use split function.
monkey climbs 3m and slides 2m daily. How many days it would take to reach 30m
if (5<6<2) { console.log(true); }
Remove duplicated char within a String
What are the three main components of object orientated programming
Given a 2d array of zeros, there may be a rectangle (block) of 1s. Return the top left coordinates of the rectangle. ie. [[0,0,1],[0,0,1],[0,0,1]] returns (2,2) The second question was how to solve it if you had to find many rectangles.
Q: How can you tell if a Linked List is a Palindrome?
Viewing 1571 - 1580 interview questions