Convert a tree to a doubly linked list.
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
Given a string A and B return true if A occurs as an anagram in B
1. merge two sorted arrays together 2. given a m * n grids, and one is allowed to move up or right, find the number of paths between two grids.
if(..) { printf("Hello"); } else {printf("world") } fill in the if condition to get the result "helllo world"
You are given a bunch of dominoes. Write a function that determines if any two of those dominoes add up to [6, 6] (e.g. [1,4] + [5, 2]).
Given an array of integers, find the maximum number that can be reached by summing the best possible consecutive subsequence of the array.
They had asked me what's wrong with this particular code and how/which part would I improve it?
2D matrix BFS. Can't believe the interviewer does not know how to use queue to do BFS.
Tell me ten features of C++ (that are not in C) that have nothing to do with object oriented programming.
Given a list of versions (in string format). The versions can have invalid characters (requires cleaning). Print the list in sorted order of increasing versions. Input: ["1.2.34", "$5.j8", "3.4#", "3.45"] output: 1.2, 3.4, 3.45
Viewing 1971 - 1980 interview questions