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.
Regular technical questions during the online coding sessions. Reasons for the application. Questions about career and expectations.
1. Adjacency - codility 2. Sorting - codility 3. Stacks - codility 4. Casting in C vs. casting in c++ - technical interview
Viewing 121 - 130 interview questions