Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. You are given a target value to search. If found in the array return its index, otherwise return ‘-1’. You may assume no duplicate exists in the array.
C Programmer Interview Questions
3,502 c programmer interview questions shared by candidates
How std::vector would grow in size if we would add elements one by one? Time complexity of push_back() in worst and average case?
How can we (or you) be sure that you won't make many bugs?
Basic coding questions on c++
On the company site I saw the list of possible questions and 90% from this questions were exactly questions that they asked me on interview: https://career.amcbridge.com/en/career/questions#c-2-6
Questions about ASP.NET, Angular, C#, Azure, and MVC.
Took me about 4 hours to solve the written test. Totally theoretical programming and design concepts. Could not solve all the questions but was later called to come in and meet the concerned persons for salary negotiations.
Basic to advanced C
-Which game engine do you prefer and why?, -What data structures do you know and like to work with? -Name 3 data structures, -Explain the difference between Stack and Heap, -What does the Singleton Pattern do?, -How does the online mode work in the Unreal Engine, etc.
explain collection framework in c#
Viewing 791 - 800 interview questions