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.
C Softwareentwickler Interview Questions
1,011 c softwareentwickler interview questions shared by candidates
fizzbuzz
Having a very big array of adds, how the select k of them at random, so that the probability of each combination is the same.
Given a multithreaded code with a racing condition, find a mistake and correct the code
Probability task: given 2 black and 4 white balls, what is the probability to select 1 black and 2 white balls
Are you willing to put your C# skills to the test
Dependency injection, memory allocation, OOP principles, usage of GIT, patterns like singleton, factory, observer....
Build an online server that hosts players which compete against each other and every player will have points. These points are used in ranking the players in this server.
You have to find the celebrity in a group of people. The person should be known by all other people in the group and he should not know anyone of them. The function for a person to know the other is based on their name.
You have a casino and you have to create a program to manage the players and their balances.
Viewing 701 - 710 interview questions