What is function? Write a program using function. What is structure? Write a program of palindrome word. Data structure type . Linear data structure type . Array vs link list
C Programador Interview Questions
3,502 c programador interview questions shared by candidates
The time complexity of different data structures, eg. LinkedList, List, Hash table
Technical Rounds - Basic concepts of C++ and implementations of data structures like hashmap, set, etc Hiring manager Round - Introduction, project related questions, personality bases questions
Listed the questions in the interview process.
Participate in team building activities
Structure padding, Oops concepts, memory allocation, Macros, Inline functions, Copy constructor
The HackerRank challenges had 3 questions, each with increasing difficulty.
Tell about your previous projects
First Round: 1) Tell me about your technical strengths which you used over the time? 2) There is a collection of two different objects which have same parent (may be interface). Display these two different objects from collection on the WPF controls (for example two label etc, list box)? 3) How would you update the binding from above scenario? 4) What is Multithreading and explain it's concepts? 5) Do you know about UML Modelling? 6) Explain your best project? 7) List your strengths out of 5? 8) What are events and delegates? Second Round: 1) Tell you strengths in yes no : TDD, ATDD, Unity Framework, CI, WPF, SQL, Web Api, WCF, Linq 2) Class A {}; Class B: Class A {}...Below object creation is correct or not? B b = New B(); A a = new A(); B b = new A(); A a = new B(); 3) What are extension methods and why they needed? 4) Why partial classes? Why form is partial? 5) What is Linq and through how many types it can be used? 5) there are two tables one is 3x2 and another is 2x2? They have one column common. What are the min and max records that can be matched through join? 6) There is a table with n x 2. Second column has only three types of values? Write a SQL/Linq query to get all the records which have all three items from second column? 7) What is dependency injection and did you use any framework with it? 8) Can you assign Action in where clause of linq? 9) What will happen if a class implements two interfaces which have a method with same signature? Please be prepared t write logic/code on a paper.
Q_OBJECT and MOC working and need of it?
Viewing 2831 - 2840 interview questions