#DotnetInterviewQuestions
Explore tagged Tumblr posts
credosystemz · 6 years ago
Text
Top 100 Microsoft Dot Net Interview Questions with Answers
Check out: http://bit.ly/2nAKCvK
Book your free demo session with our DotNet Expert: +91 9884412301 / 9600112302    
1 note · View note
techpointfundamentals · 2 years ago
Text
Singleton Design Pattern:
Singleton vs Global Variable
Why Singleton Class Sealed
Types of Singleton Pattern
Why Singleton is an Anti-Pattern
Singleton Object Cloning
Use and advantage of Singleton Pattern
1 note · View note
techpointfundamentals · 3 years ago
Text
Design Patterns Interview Questions And Answers List:
Architectural Patterns Interview Questions List
Design Principles Interview Questions List
Design Patterns Interview Questions List
GOF Creational Design Patterns Interview Questions List
GOF Structural Design Patterns Interview Questions List
GOF Behavioural Design Patterns Interview Questions List
1 note · View note
techpointfundamentals · 3 years ago
Text
Design Patterns Interview Questions and Answers Series Parts Link:
Part 01: https://www.techpointfunda.com/2022/02/design-pattern-interview-part-01.html
Part 02: https://www.techpointfunda.com/2022/02/design-pattern-interview-part-02.html
Part 03: https://www.techpointfunda.com/2022/02/design-pattern-interview-part-03.html
Part 04: https://www.techpointfunda.com/2022/02/design-pattern-interview-part-04.html
Part 05: https://www.techpointfunda.com/2022/04/design-pattern-interview-part-05.html
Part 06: https://www.techpointfunda.com/2022/04/design-pattern-interview-part-06.html
Part 07: https://www.techpointfunda.com/2022/04/design-pattern-interview-part-07.html
Part 08: https://www.techpointfunda.com/2022/04/design-pattern-interview-part-08.html
Part 09: https://www.techpointfunda.com/2022/03/design-pattern-interview-part-09.html
Part 10: https://www.techpointfunda.com/2022/03/design-pattern-interview-part-10.html
Part 11: https://www.techpointfunda.com/2022/05/design-pattern-interview-part-11.html
Part 12: https://www.techpointfunda.com/2022/03/design-pattern-interview-part-12.html
Tumblr media
1 note · View note
techpointfundamentals · 3 years ago
Text
Q89. What are the GRAPS Principles? Q90. What is Dependency Hell Problem? Q91. What is Software Bloat Problem? Q92. What is Technical Debt or Code Debt in Software Industry? Q93. What is the Big Ball of Mud Problem in the Software Industry? Q94. What is Spaghetti Code? Why do they happen? Q95. What is SONARQube?
1 note · View note
techpointfundamentals · 3 years ago
Text
Q82. What is Strategy Design Pattern (SDP) or Policy Pattern? When to use the Strategy Design Pattern? Q83. What is Visitor Design Pattern (VDP)? Q84. What is Template Design Pattern (TDP)? Q85. What is Chain of Responsibility Design Pattern (CoR) or Chain of Command Pattern? Q86. What is the Null Object Pattern? Q87. What is Circular Dependency and how can you resolve this issue? Q88. What is the difference between Sprint and Scrum?
1 note · View note
techpointfundamentals · 3 years ago
Text
Q74. What are the Behavioral Design Patterns (BDP)? What are the different Behavioral Design Patterns? Q75. What is Iterator Design Pattern (IDP)? When to use the Iterator Behavioral Design Pattern? Q76. What is Observer Design Pattern (ODP) or Event-Subscriber Pattern? When to use the Observer Behavioral Design Pattern? Q77. What is Mediator Design Pattern (MDP) or Controller Pattern? When to use the Mediator Behavioral Design Pattern? Q78. What is Interpreter Design Pattern (IDP)? Q79. What is Command Design Pattern (CDP) or Action Pattern? Q80. What is Memento Design Pattern (MDP) or Snapshot Pattern? Q81. What is State Design Pattern (SDP)?
1 note · View note
techpointfundamentals · 3 years ago
Text
Q65. Why Singleton Classes are sealed? What is the difference between a Singleton Pattern and Singleton Object? Q66. What are the Structural Design Patterns (SDP)? What are the different Structural Design Patterns? Q67. What is Adapter Design Pattern (ADP)? What are the different types of Adapter Patterns? Q68. What is Bridge Design Pattern (BDP)? What is the use of Bridge Pattern? Q69. What is Composite Design Pattern (CDP) or Tree Pattern? Q70. What is Decorator Design Pattern (DDP) or Wrapper Pattern? What is the difference between Decorator Pattern vs Inheritance? Q71. What is Proxy Design Pattern (PDP)? What is the difference between Adapter vs Decorator vs Proxy:? Q72. What is Façade Design Pattern (FDP)? What is the difference between Façade and Mediator? Q73. What is Flyweight Design Pattern (FDP) or Cache Pattern?
1 note · View note
techpointfundamentals · 3 years ago
Text
Q57. What is Singleton Design Pattern (SDP)? What are the different types of Singleton? Q58. When you should use Singleton? Why Singleton Pattern is considered an Anti-Pattern? Q59. What is the difference between Static Class and Singleton Pattern? Q60. Is it possible to create a clone of a singleton object? How do you prevent singleton object cloning? Q61. What is the difference between Singleton Pattern and Factory Pattern? Q62. What is Prototype Design Pattern (PDP)? When to use the Prototype Creational Design Pattern? Q63. What is a Fluent Interface Design Pattern? What is the use of a Fluent Interface Pattern? Q64. What is the difference between Singleton Pattern and Prototype Pattern?
1 note · View note
techpointfundamentals · 3 years ago
Text
Q49. What is GoF Pattern? Q50. What are the different types of design patterns available in the software industry? Q51. What are the Creational Design Patterns (CDP)? What are the different Creational Design Patterns? Q52. What is Factory Design Pattern (FDP)? When to use the Factory Pattern? Q53. Why do we use a factory class to instantiate a class when we can use a new operator directly? Q54. What is Abstract Factory Design Pattern (AFDP)? When to use the Abstract Factory Creational Design Pattern? Q55. What is the difference between Factory Pattern and Abstract Factory Design Pattern? Q56. What is Builder Design Pattern (BDP)? When to use the Builder Creational Design Pattern?
1 note · View note
techpointfundamentals · 3 years ago
Text
Q41. What is Repository Pattern? What is the difference between the Repository Pattern and Entity Framework?
Q42. What is the difference between the Repository Pattern and the legacy Data Access Class (DAL) Pattern?
Q43. What is Service Locator Pattern (SLP)? When service locator pattern is used?
Q44. What is Intercepting Filter Pattern (IFP) or Intercepting Pattern (IP)? When can you use the Intercepting Pattern?
Q45. What is UML (Unified Modeling Language)?
Q46. What are ERD and ERM? What is the difference between UML and ERD diagrams?
Q47. What is a Design Smell or Code Smell?
Q48. What is a code rot problem or software rot?
1 note · View note
techpointfundamentals · 3 years ago
Text
Q33. What is CQRS (Command and Query Responsibility Segregation) or CQS (Command Query Separation) Architectural Pattern?
Q34. What is Domain-Driven Design (DDD) Pattern?
Q35. What is ORM Pattern? Why ORM is an anti-pattern?
Q36. What is the Unit of Work (UoW) Pattern? Why it is used in the Repository Pattern?
Q37. What is the ADO Dot Net? What is the limitation of this framework?
Q38. What is the Entity Framework (EF)? What is the difference between ADO and Entity Framework?
Q39. What is the difference between LINQ-to-Entities and LINQ-to-Objects?
Q40. What is LINQ-To-SQL? What is the use of ADO.NET DataSet Designer?
0 notes
techpointfundamentals · 3 years ago
Text
Q25. What is Inversion of Control (IoC)? What is the difference between the Dependency Inversion Principle and IoC?
Q26. What is the IoC Container? What is the difference between IoC and IoC containers?
Q27. What is Dependency Injection (DI)? What problems does Dependency Injection solve? How the DI is different from Inversion of Control?
Q28. What is the difference between the Dependency Injection (DI) and Service Locator Patterns (SLP)?
Q29. What is GOD Class or GOD Object and why should we avoid it?
Q30. What is Anti-Pattern? Can you give me some pattern names that are considered anti-pattern?
Q31. What is Pseudocode? Why to use Pseudocode in the software industry?
Q32. What is Data Access Object (DAO) Pattern?
1 note · View note
techpointfundamentals · 3 years ago
Text
Design Patterns Interview Questions and Answers - Part 02:
------------------------------------------------------------------
Q09. What is Monolithic Architecture? What are the advantages of using it?
Q10. What is Microservices Architecture? What is the difference between Microservices Architecture and Monolithic Architecture?
Q11. What is Service-Oriented Architecture (SOA)? What are the advantages of SOA?
Q12. What is the Waterfall Model of software development?
Q13. What is Agile Methodology? How it is different from the Traditional Waterfall process model?
Q14. What is the difference between the Agile Process Model and the Traditional Waterfall Process Model?
Q15. What is Cohesion? How does it play a vital role in application design?
Q16. What is Coupling? How does it play a vital role in software design?
Q17. What is the difference between Cohesion and Coupling? What is the relationship between them?
1 note · View note
techpointfundamentals · 3 years ago
Text
Design Patterns Interview Questions and Answers - Part 01:
------------------------------------------------------------------
Q01. What is Design Pattern and why Design Patterns are important to use?
Q02. What is Design Framework? How it is different from the Design Pattern?
Q03. What is the difference between Design Pattern and Design Framework?
Q04. What is Design Principle? What is the difference between Design Patterns and Design Principles?
Q05. What is Architectural Pattern? What is the difference between Architectural Patterns and Design Patterns?
Q06. What is the N-Layer Architecture? Why layering your application is important?
Q07. What is N-Tire Architecture? What is the difference between N-Tire Architecture and N-Layer Architecture?
Q08. What is the MVC Pattern? How MVC is different from 3-Layer Architecture or 3-Tire Architecture?
https://www.techpointfunda.com/2022/02/design-pattern-interview-part-01.html
1 note · View note
techpointfundamentals · 3 years ago
Text
Singleton Design Pattern of OOD:
-----------------------------------------------
Q01. What is Singleton Design Pattern?
Q02. What is the difference between Singleton Class and Static Class?
Q03. What is the difference between a singleton object and a singleton pattern?
Q04. What is the difference between singleton and transient scoped objects?
Q05. Why singleton is an AntiPattern?
Q06. What is Creational Design Pattern?
Q07. What are the different ways of singleton implementation?
Q08. What are the core components of a singleton design pattern implementation?
Q09. Why Singleton Class are Sealed or Final?
Q10. What is the difference between the Singleton variable and the Global variable?
Q11. Can a singleton class have a destructor?
Q12. What is the difference between Singleton Pattern and Factory Pattern?
Q12. What is the difference between Singleton Pattern and Prototype Pattern?
Q13. Can a singleton object be cloned? How?
Q14. How can you prevent a singleton object from cloning?
Q15. What are the advantages and disadvantages of a singleton pattern?
https://www.techpointfunda.com/2022/01/singleton-design-pattern.html
1 note · View note