1st round - discussion with HR and a small coding round 2nd round - Interview with a manager and few questions asked around Virtualization, SQL, C++ 3 round - Design
C Software Engineer Interview Questions
1,000 c software engineer interview questions shared by candidates
Was ist ein DB-Index, welche Varianten gibt es, warum ist die Reihenfolge bei mehreren Spalten wichtig
c++ basics oops, macro vs inline function, predicates, vector vs list program to print 1,2,3 using 3 threads thread 1 print 1, thread 2 print 2,thread 3 print 3
Regular technical questions during the online coding sessions. Reasons for the application. Questions about career and expectations.
Normalize a file path/directory: /// /// /// Normalizes the path, meaning that you reduce any unnecessary directory. /// For example, given the value notneeded1/notneeded2/../../hello you would /// return hello. /// /// /// input string /// Normalized string /* * Sample Directory structure * - home * -- documents * -- desktop * -- myMedia * ----- photos * ----- videos * ----- music * -- downloads * /home/myMedia/photos/../../documents -> /home/documents * /home/myMedia/photos/../documents/.. -> /home/myMedia * /home/myMedia/../documents -> /home/documents * ../home -> ../home * home/../../final -> ../final * /home/myMdeia/documents -> /home/myMdeia/documents * Case 1: * C:\ [current working directory] * cd hello [command operating on cwd] * C:\hello [final path] * Case 2: * C:\ [current working directory] * cd notneeded1/notneeded2/../../hello [command operating on cwd] * C:\hello [final path] */
On-site interview: Various topics on C++, OO and Python
Online interview: What is the runtime complexity of the C++ container you used?
It was multithreaded foo() and bar() printing task as the one you can find on leetcode website. And the common C++ questions RAII, OOD.
What's your most relevant professional experience?
1. Adjacency - codility 2. Sorting - codility 3. Stacks - codility 4. Casting in C vs. casting in c++ - technical interview
Viewing 971 - 980 interview questions