What are your salary expectations (in dollars)?
What does the command chmod 755 do?
What is the size of unique_ptr?
When is it better to choose a vector, and when a deque?
There is a code review task: a colleague submitted a solution that works and is covered by unit tests, but the implementation is completely different from how you would do it yourself. What will you do?
Was there enough information for analysis during design, or was the decision made more blindly but successfully?
What properties should a task have to trigger a reaction like "oh, I don't want to do this"?
How to synchronize two processes: the encoder puts frames 60 times per second, and the display must receive them? What synchronization mechanisms should be used?
What is WLAN?
Where did you conduct development: on virtual machines, local, or corporate machines?
Problem with a class having two constructors accepting std::string (file path and content). How to fix it?
Целевой системой был Linux, в частности Astra Linux?
Objects arrive in the program. Each object may have a phone number and/or login (both or either one), and a payload in the form of binary data. Incoming objects must be stored in RAM following these constraints: If the incoming object's login and/or phone number match those of a previously stored object, then the stored object should be deleted, and the incoming one should not be stored. If an object has been stored in RAM for more than 60 seconds, it should be deleted. It is assumed that objects arrive frequently. At the same time, objects matching by login/phone are significantly fewer than all incoming objects. void process(Object o) { }
What will be displayed on the screen? (Question 3: sizeof array, pointer, reference to array)
What mechanisms are used for inter-process communication between two hosts?
How do you assess your SQL knowledge: can you write simple, medium, or complex queries?
Do you have experience working with C++20?
Would it be convenient to come to the office twice a week from Dzerzhinsk?
Tell about debugging applications: what tools and approaches have you used (Valgrind, AddressSanitizer, breakpoints)?
Can you tell me more about your favorite project/task?