Memory management in C++. How many stack and heap does one program have ? What happened if we create large object on stack like stack over flow due to recursive calls .
Programador De Net C Interview Questions
3,524 programador de net c interview questions shared by candidates
What do your colleagues think about you?
Round 1 1>Delegate are Immutable? 2>Difference between Thread and Task. 3>Multicast delegate. 4>Events are Thread Safe ? 5>Which collection you will use if you want to save unique element ? 6>How HashSet<T> check uniqueness of elemnet 7>IDisposable implementation. 8>Array Vs List 8>Which panel you will use when you want to place your element digonally. 9>Explain ICommand also explain CanExecuteChange 10>Have you work on scenario where UI is getting updated frequently from different source. Second Round 1>Implement publisher subscriber model without delegate event. 2>Time complexity if you are accessing element in array and List 3>What is use of finally. 4>Have you implemented IEnumerable ? 5>Thread Safe Singleton
Basic oops and c# concepts. Simple programs like prime number, odd even
Technical interview vary from student to student .They may take one or two interview based on performance of student. oops concept ,project and role of your in your project,data struture ,String problem and optimize it. and one logical puzzle
What is RAII? Explain smart pointers, templates etc.
Describe a data sturcture that you can do: Get[x] by key in O(1), Set(x,y) by key in O(1), and setAll(y) by O(1) The setAll does not must really put the value at all the places, its just need to be seen like this(when you do get, you need to get the correct value)
C++ basic and advanced conecpt
1.write a program to reverse linked list. 1.copy constructor and over loaded assignment operator
class, inheritance , OOPs , pointers, write your own smart pointer class, write insertion sort, write selection sort, etc
Viewing 1221 - 1230 interview questions