Asked about general c# questions such as class, interface, struct, garbage collection, decimal type vs float.
Wpf Interview Questions
74 wpf interview questions shared by candidates
Basic Oops concepts.
Asked the basics of Wpf,oops along with the implementation scenarios in wpf. HR interview is a stress one..No chance to negotiate..managerial is cool just about the past expereince.
General questions about approach to development
It totally depends on the recruiter's mindset and requirements.
describe SOLID principles
Write a program to replace a character with another character along with the character count. Ex: input - Good Day output- GooX X1ay
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.
Asked to write couple sql queries.
All about c# and wpf
Viewing 51 - 60 interview questions