[ DOT NET Core MCQS ]

झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।

[ DOT NET Core MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
121. Azure App Service का उपयोग किसलिए किया जाता है?
[A] Web Application Hosting
[B] Database Backup
[C] Logging
[D] Testing
121. What is Azure App Service used for?
[A] Web Application Hosting
[B] Database Backup
[C] Logging
[D] Testing
सही उत्तर: Web Application Hosting
व्याख्या: Azure App Service Web Applications को Host करने के लिए उपयोग होता है।
Correct Answer: Web Application Hosting
Explanation: Azure App Service is used to host web applications.
122. Azure Function क्या है?
[A] Serverless Computing Service
[B] Database
[C] Virtual Machine
[D] IDE
122. What is Azure Function?
[A] Serverless Computing Service
[B] Database
[C] Virtual Machine
[D] IDE
सही उत्तर: Serverless Computing Service
व्याख्या: Azure Function Event Driven Serverless Service है।
Correct Answer: Serverless Computing Service
Explanation: Azure Function is an event-driven serverless service.
123. Azure Blob Storage का उपयोग किसलिए किया जाता है?
[A] Files और Documents Store करने के लिए
[B] Authentication
[C] Routing
[D] Compilation
123. What is Azure Blob Storage used for?
[A] Store Files and Documents
[B] Authentication
[C] Routing
[D] Compilation
सही उत्तर: Files और Documents Store करने के लिए
व्याख्या: Blob Storage Unstructured Data Store करती है।
Correct Answer: Store Files and Documents
Explanation: Blob Storage stores unstructured data.
124. Azure SQL Database क्या है?
[A] Managed Cloud Database
[B] Programming Language
[C] Server
[D] Framework
124. What is Azure SQL Database?
[A] Managed Cloud Database
[B] Programming Language
[C] Server
[D] Framework
सही उत्तर: Managed Cloud Database
व्याख्या: Azure SQL Database Cloud आधारित Managed Database Service है।
Correct Answer: Managed Cloud Database
Explanation: Azure SQL Database is a managed cloud database service.
125. Redis Cache क्या है?
[A] In-Memory Data Store
[B] Database Table
[C] ORM
[D] Testing Tool
125. What is Redis Cache?
[A] In-Memory Data Store
[B] Database Table
[C] ORM
[D] Testing Tool
सही उत्तर: In-Memory Data Store
व्याख्या: Redis High Performance Caching के लिए उपयोग होता है।
Correct Answer: In-Memory Data Store
Explanation: Redis is used for high-performance caching.
126. Redis का मुख्य लाभ क्या है?
[A] Fast Performance
[B] Large UI
[C] Compilation
[D] Routing
126. What is the main benefit of Redis?
[A] Fast Performance
[B] Large UI
[C] Compilation
[D] Routing
सही उत्तर: Fast Performance
व्याख्या: Redis RAM में Data Store करता है इसलिए बहुत तेज होता है।
Correct Answer: Fast Performance
Explanation: Redis stores data in memory, making it very fast.
127. RabbitMQ क्या है?
[A] Message Broker
[B] Database
[C] Framework
[D] Web Server
127. What is RabbitMQ?
[A] Message Broker
[B] Database
[C] Framework
[D] Web Server
सही उत्तर: Message Broker
व्याख्या: RabbitMQ Applications के बीच Messages भेजने के लिए उपयोग होता है।
Correct Answer: Message Broker
Explanation: RabbitMQ is used for message communication between applications.
128. Message Queue का मुख्य उद्देश्य क्या है?
[A] Asynchronous Communication
[B] Database Storage
[C] Routing
[D] Authentication
128. What is the main purpose of a Message Queue?
[A] Asynchronous Communication
[B] Database Storage
[C] Routing
[D] Authentication
सही उत्तर: Asynchronous Communication
व्याख्या: Message Queue Systems को Decouple करती है।
Correct Answer: Asynchronous Communication
Explanation: Message queues enable asynchronous communication.
129. gRPC क्या है?
[A] High Performance RPC Framework
[B] Database Engine
[C] Logging Tool
[D] IDE
129. What is gRPC?
[A] High Performance RPC Framework
[B] Database Engine
[C] Logging Tool
[D] IDE
सही उत्तर: High Performance RPC Framework
व्याख्या: gRPC Remote Procedure Calls के लिए उपयोग किया जाता है।
Correct Answer: High Performance RPC Framework
Explanation: gRPC is used for remote procedure calls.
130. gRPC किस Protocol का उपयोग करता है?
[A] HTTP/2
[B] HTTP/1.0
[C] FTP
[D] SMTP
130. Which protocol does gRPC use?
[A] HTTP/2
[B] HTTP/1.0
[C] FTP
[D] SMTP
सही उत्तर: HTTP/2
व्याख्या: gRPC HTTP/2 Protocol पर आधारित है।
Correct Answer: HTTP/2
Explanation: gRPC is based on HTTP/2.