What is the 3 major components in the distribution systems?
C Developer Interview Questions
5,469 c developer interview questions shared by candidates
Given an array of integers of size N, and an int L, find if L is in N. Then they ask how many "=" are in this solution. Then they ask you to cut it by about half.
Q: What is one reason you would not want to work for the company?
OOPS Concepts, Writing a program Code to print the sum of digits of a number
basics oops questions
how to transfer fluid from lower position to higher without using pump??
Hacker Rank Test is pretty straightforward. It's a bunch of multiple choice questions, and a coding task. I did not spend the whole 2 hours like some of the other applicant suggested. I guess it really depends on how many years since you've graduated from a computer science program. The take home test is where I failed. They ask you to solve a maze (an image) with a start and goal for both orthogonal and non-orthogonal maze. They say they judge the code based on SOLID principles, performance and originality. They expect you to write this in C# and with visual studio. And if you fail their standards, they don't provide you with any information.
5 adjacent parking spots. whats the probability 2 cars next to each other
Implement a data structure the support the following interface void push(Integer) - O(1) Integer pop() - O(1) - pop the last element that inserted Integer get_middle() - O(1) - get the middle element value get_k(k) - O(K) - get the first k elements values.
Basic of oops and event handling
Viewing 11 - 20 interview questions