[ DOT NET Core MCQS ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ DOT NET Core MCQS ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
111. Clean Architecture का मुख्य लाभ क्या है?
[A] Separation of Concerns
[B] Fast UI
[C] Large Database
[D] Static Files
111. What is the main benefit of Clean Architecture?
[A] Separation of Concerns
[B] Fast UI
[C] Large Database
[D] Static Files
सही उत्तर: Separation of Concerns
व्याख्या: Application Layers को Independent रखता है।
Correct Answer: Separation of Concerns
Explanation: Keeps application layers independent.
112. CQRS का Full Form क्या है?
[A] Command Query Responsibility Segregation
[B] Command Query Resource Service
[C] Common Query Responsibility Service
[D] Command Queue Resource Segregation
112. What does CQRS stand for?
[A] Command Query Responsibility Segregation
[B] Command Query Resource Service
[C] Common Query Responsibility Service
[D] Command Queue Resource Segregation
सही उत्तर: Command Query Responsibility Segregation
व्याख्या: Read और Write Operations को अलग करता है।
Correct Answer: Command Query Responsibility Segregation
Explanation: Separates read and write operations.
113. CQRS में Command का उपयोग किसलिए किया जाता है?
[A] Data Change करने के लिए
[B] Data Read करने के लिए
[C] Logging
[D] Caching
113. What is Command used for in CQRS?
[A] Modify Data
[B] Read Data
[C] Logging
[D] Caching
सही उत्तर: Data Change करने के लिए
व्याख्या: Insert, Update, Delete जैसी Operations Commands होती हैं।
Correct Answer: Modify Data
Explanation: Commands perform insert, update, and delete operations.
114. CQRS में Query का उपयोग किसलिए किया जाता है?
[A] Data Read करने के लिए
[B] Data Delete करने के लिए
[C] Data Update करने के लिए
[D] Data Insert करने के लिए
114. What is Query used for in CQRS?
[A] Read Data
[B] Delete Data
[C] Update Data
[D] Insert Data
सही उत्तर: Data Read करने के लिए
व्याख्या: Queries केवल Data Retrieve करती हैं।
Correct Answer: Read Data
Explanation: Queries are used only for retrieving data.
115. MediatR Library का उपयोग किसलिए किया जाता है?
[A] Mediator Pattern Implement करने के लिए
[B] Database Access
[C] UI Design
[D] Routing
115. What is MediatR used for?
[A] Implement Mediator Pattern
[B] Database Access
[C] UI Design
[D] Routing
सही उत्तर: Mediator Pattern Implement करने के लिए
व्याख्या: MediatR Components के बीच Loose Coupling प्रदान करता है।
Correct Answer: Implement Mediator Pattern
Explanation: MediatR provides loose coupling between components.
116. Docker क्या है?
[A] Containerization Platform
[B] Database
[C] Programming Language
[D] Testing Framework
116. What is Docker?
[A] Containerization Platform
[B] Database
[C] Programming Language
[D] Testing Framework
सही उत्तर: Containerization Platform
व्याख्या: Docker Application को Containers में Run करने के लिए उपयोग होता है।
Correct Answer: Containerization Platform
Explanation: Docker is used to run applications in containers.
117. Docker Image क्या होती है?
[A] Application Template
[B] Database File
[C] Log File
[D] Configuration File
117. What is a Docker Image?
[A] Application Template
[B] Database File
[C] Log File
[D] Configuration File
सही उत्तर: Application Template
व्याख्या: Docker Image Container बनाने का Blueprint होती है।
Correct Answer: Application Template
Explanation: A Docker image is a blueprint for creating containers.
118. Docker Container क्या है?
[A] Running Instance of Image
[B] Database Table
[C] Controller
[D] Middleware
118. What is a Docker Container?
[A] Running Instance of Image
[B] Database Table
[C] Controller
[D] Middleware
सही उत्तर: Running Instance of Image
व्याख्या: Container Docker Image का Running Instance होता है।
Correct Answer: Running Instance of Image
Explanation: A container is a running instance of a Docker image.
119. Kubernetes का उपयोग किसलिए किया जाता है?
[A] Container Orchestration
[B] Database Management
[C] Routing
[D] Unit Testing
119. What is Kubernetes used for?
[A] Container Orchestration
[B] Database Management
[C] Routing
[D] Unit Testing
सही उत्तर: Container Orchestration
व्याख्या: Kubernetes Containers को Manage और Scale करने के लिए उपयोग होता है।
Correct Answer: Container Orchestration
Explanation: Kubernetes is used to manage and scale containers.
120. Microsoft Azure क्या है?
[A] Cloud Computing Platform
[B] Database
[C] Programming Language
[D] IDE
120. What is Microsoft Azure?
[A] Cloud Computing Platform
[B] Database
[C] Programming Language
[D] IDE
सही उत्तर: Cloud Computing Platform
व्याख्या: Microsoft Azure एक Cloud Computing Platform है।
Correct Answer: Cloud Computing Platform
Explanation: Microsoft Azure is a cloud computing platform.