[ DOT NET Core MCQS ]

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

[ DOT NET Core MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
401. Azure Storage Account क्या है?
[A] Storage Resources Container
[B] Database Table
[C] Web API
[D] Middleware
401. What is an Azure Storage Account?
[A] Container for Storage Resources
[B] Database Table
[C] Web API
[D] Middleware
सही उत्तर: Storage Resources Container
व्याख्या: Blob, Queue, Table आदि को Manage करता है।
Correct Answer: Container for Storage Resources
Explanation: Manages blobs, queues, tables, etc.
402. Azure CDN का उपयोग किसलिए होता है?
[A] Content Fast Deliver करने के लिए
[B] Database Backup
[C] Authentication
[D] Compilation
402. What is Azure CDN used for?
[A] Fast Content Delivery
[B] Database Backup
[C] Authentication
[D] Compilation
सही उत्तर: Content Fast Deliver करने के लिए
व्याख्या: Static Content को Globally Cache करता है।
Correct Answer: Fast Content Delivery
Explanation: Caches static content globally.
403. Azure Load Balancer का उद्देश्य क्या है?
[A] Traffic Distribution
[B] Database Creation
[C] Routing Disable करना
[D] Compilation
403. What is the purpose of Azure Load Balancer?
[A] Traffic Distribution
[B] Database Creation
[C] Disable Routing
[D] Compilation
सही उत्तर: Traffic Distribution
व्याख्या: Multiple Instances में Traffic Distribute करता है।
Correct Answer: Traffic Distribution
Explanation: Distributes traffic across multiple instances.
404. Azure DevOps Pipeline का मुख्य उद्देश्य क्या है?
[A] Build और Deployment Automation
[B] Database Backup
[C] Authentication
[D] Routing
404. What is the main purpose of Azure DevOps Pipeline?
[A] Build and Deployment Automation
[B] Database Backup
[C] Authentication
[D] Routing
सही उत्तर: Build और Deployment Automation
व्याख्या: CI/CD Pipelines Build, Test और Deploy प्रक्रिया को Automate करती हैं।
Correct Answer: Build and Deployment Automation
Explanation: CI/CD pipelines automate build, test and deployment processes.
405. YAML का पूरा नाम क्या है?
[A] YAML Ain't Markup Language
[B] Yet Another Markup Language
[C] Your Application Markup Language
[D] Young Advanced Markup Language
405. What does YAML stand for?
[A] YAML Ain't Markup Language
[B] Yet Another Markup Language
[C] Your Application Markup Language
[D] Young Advanced Markup Language
सही उत्तर: YAML Ain't Markup Language
व्याख्या: Azure Pipelines और GitHub Actions में YAML Configuration उपयोग होती है।
Correct Answer: YAML Ain't Markup Language
Explanation: YAML is used for pipeline configuration.
406. CI/CD Pipeline में Build Stage का उद्देश्य क्या है?
[A] Source Code Compile करना
[B] Database Delete करना
[C] Authentication
[D] Routing
406. What is the purpose of the Build Stage in CI/CD?
[A] Compile Source Code
[B] Delete Database
[C] Authentication
[D] Routing
सही उत्तर: Source Code Compile करना
व्याख्या: Build Stage Application Artifacts Generate करती है।
Correct Answer: Compile Source Code
Explanation: Build stage generates application artifacts.
407. Release Pipeline किसलिए उपयोग होती है?
[A] Application Deploy करने के लिए
[B] Database Create करने के लिए
[C] Caching
[D] Compilation
407. What is a Release Pipeline used for?
[A] Deploy Application
[B] Create Database
[C] Caching
[D] Compilation
सही उत्तर: Application Deploy करने के लिए
व्याख्या: Release Pipeline विभिन्न Environments में Deployment करती है।
Correct Answer: Deploy Application
Explanation: Deploys applications to different environments.
408. Docker Image क्या है?
[A] Application Template
[B] Running Container
[C] Database
[D] Network
408. What is a Docker Image?
[A] Application Template
[B] Running Container
[C] Database
[D] Network
सही उत्तर: Application Template
व्याख्या: Image Container बनाने के लिए Blueprint होती है।
Correct Answer: Application Template
Explanation: An image is a blueprint for creating containers.
409. Dockerfile का उपयोग किसलिए किया जाता है?
[A] Docker Image Build करने के लिए
[B] Database Backup
[C] Authentication
[D] Routing
409. What is a Dockerfile used for?
[A] Build Docker Images
[B] Database Backup
[C] Authentication
[D] Routing
सही उत्तर: Docker Image Build करने के लिए
व्याख्या: Dockerfile Image Build Instructions रखती है।
Correct Answer: Build Docker Images
Explanation: Contains instructions to build Docker images.
410. Docker Registry क्या है?
[A] Image Repository
[B] Database
[C] Web Server
[D] Message Broker
410. What is a Docker Registry?
[A] Image Repository
[B] Database
[C] Web Server
[D] Message Broker
सही उत्तर: Image Repository
व्याख्या: Docker Images Store और Share करने के लिए उपयोग होती है।
Correct Answer: Image Repository
Explanation: Used to store and share Docker images.