Thursday, June 29, 2017

Magic Software

What is interface?
What is shadowing?
What is Dependency Injection?
Difference between is and as?
Difference between Singleton and static class
What is dependency Property
What is dispatcher class?
What is partial class ?
Difference between interface and partial class

Tuesday, June 13, 2017

Analec

1.Difference between char and vachar and nvarchar
2.Difference between char(50), varchar(50) and nvarchar(50)
3.If we have taken an integer property and bind it to a text box and types some
string in text box than what will be the value of property.
4. Define Singleton pattern
5. What is attached dependency property?
6. If we have a glass of filled water how will you measure half glass
7. What is region in prism framework
8. How will you do constructor overloading while using unity container.
9. If we have two methods PrintEven and PrintOdd, How will you print sequenceial number
10. What is the role of dispatcher?
11. What is the difference between Dispatcher.Invoke and Dispatcher.BeginInvoke
12. If we call Dispatcher.Invoke with Proirity Background, is it similar to Dispatcher.BeginInvoke

13. Ques. How will you bind mousedown event in MVVM?
Ans. using EventToCommandBehaviour

14. What is the difference between Primary Key and Unique Key
15. What is the difference between user control and custom control
16. What is the difference between clustor index and non clustor index.
17. If you call usercontrol.Dispatcher and Application.Dispatcher than what is the difference
18. What are routed event?
19. In which tree routed event travel visual or logical
Ans Visual
20. Ques : How much memory a static method take
Ans :Depened upon variable declared
21. Can a static class contain instance constructor?
Ans No
22. Ques What is the use of IDisposable interface?
Ans No
23. If a class does not implemented with IDisposable can we still using it with using keyword?
24. How can we use region in prism?
25. How can we use single UI in multiple module?
26. Ques A function take two integer parameter first value is 5 and second value is 10 lacs, we need to sum all from 5 to 10 lacs.
Ans  This is an Arithmetic Progression so sum will be n/2(2a+(n-1)d)
27. How can you make a rounded button?
Ans Using radius property
28. While binding a property to any UIElement what should be the property access specifier?
Ans It should be public
29. Ques How can you do fire an action on two events like Enable and ReadOnly.
Ans using multi trigger

30. Ques.  While using command do we need to bind enable property or it is directly handled by Canexcute method.
Ans .  No need to bin Enable property. It is directly depend on CanExecute method.

31 Ques. Difference between heap table and clustered table in SQL Server

Thursday, June 8, 2017

Buerau Veritas


1. What is the use of IDisposable interface?
2. How garbage collector work ?
3. Difference between multithreading and multitasking.
4. Project architecture.
5. How do you declare dependency property?
6. Why it is static and readonly?
7. Can we define dependency property in one class and use in another class?
8. Have you used custom dependency property ever?
9. Which routed strategy you have used in your project?
    Ans Direct event
10. What is the difference between int32 and Integer.
11. What is the main difference in interface and abstract class?
12. Can an abstract class inherit another abstract class?
Ans Yes
13. If you are developing an application for different time zone, So how will you code that it should show right time in Australia and India.

Followers

Link