Frame format of CAN PROTOCOL
Developer Interview Questions
269,298 developer interview questions shared by candidates
Favorite project (worked on a team, and was interesting to me) technical questions: 1- have sorted array with empty places at end, want to add element, what to use? 2- have sorted array with empty places at end, want to add another sorted array to it, write the code in C++.
Identify whether there exists a pair of numbers in an array such that their sum is equal to N Input: The first line contains one integer N, which is the sum we are trying to find; The second line contains one integer M, which is length of the array; This is followeb by M lines each containing one element of the array; Output: Output 1 if there exists a pair of numbers in the array such that their sum equals N. If such a pair does not exist, output 0. Note: The array must be sorted.
Write an API for a phonebook service where the answer time (search name by the phone number) does not depend on the size of the phonebook.
Name some of the core features of ES6
What this is in JavaScript
Are you available to travel to and from the airport regularly (on a weekly basis)?
About myself and then technical questions
Implement a lock-free queue/stack/... using atomic test-and-set functions.
How to avoid deadlocks?
Viewing 1301 - 1310 interview questions