Why did you choose the technology you applied for.
Software Engineer C Developer Interview Questions
995 software engineer c developer interview questions shared by candidates
How can a string which may only contain four different letters be represented in a class and use minimal storage?
HR round - pretty straight forward. Reason for change? Why this position? What is the expectation? 2nd round - Solid basics from what is mentioned in the resume. C++ STL and Algorithms. 1 or 2 problem solving 3rd round - Design a system. C++ STL, Data Structures (I was asked related to optimal search)
ma motivation pour joindre ivalua
One question was on TMP and the other on implementing some kind of matching engine.
What is RAII? Explain smart pointers, templates etc.
What are the differences between value type and reference type?
I could not point out ONE question, but most of what we discussed was basic understanding of each other and mindset check, which is what I also wanted to know during interviews.
Ereditarietà, metodo di allocamento di puntatori, classi private e protected,
No1: We kindly ask you to write two classes in C++ and send your code to us. One class shall be a matrix class and one shall be a vector class. Matrices and vectors shall be able to be multiplied. Addition and scalar multiplication shall be supported as well. No linear algebra functions are sought for (e.g. inverse, linear solving, svd etc.). The focus is on correctness, efficiency, and a clean and convincing software design - show us your C++ skills ;-) No 2: You are given a gray scale image which represent the oil distribution in a certain area (pixel value 0: 0 liters of oil, pixel value 255: 255 liters of oil). You can place 64 "drills" in this area. Each drill will extract the oil in a circular area of radius 25 pixels. Please try to find the optimal distribution for the drills, for each of the three images in this archive. Provide your solution as three text files with drill center coordinates, like the example file "drilling_plan_example.txt". You can check out the program "evaluate_plan.py" in this archive. It will be used used to evaluate your solution.
Viewing 341 - 350 interview questions