Design a cache algorithm with O(1) operations here and now in about 50 minutes.
Senior Software Engineer C Interview Questions
135 senior software engineer c interview questions shared by candidates
Implement a system to publish pseudo-random position messages using zeromq and protobuf.
Knowledge on advanced C++ and DS
The lead described what they would be working on and asked what caught my interest
How to find the minimum of a function, given the range of an input number.
C++ Basics, Questions on syntax
Given an integer array and another number, find a pair whose sum is given number. Best solution is to use unordered map <int, int> then use this logic map[sum - a[i]] = a[i]; // O(n) then, for each a[i], if map[a[i]] present then that will be the answer. // O(n)
Some questions on algorithms, performance, and statistics.
Operator Overloading question
Syntax of Copy and = operator with one char array on heap? how to handle if first its size is 2 and then we need to copy size of 5?
Viewing 121 - 130 interview questions