[ DOT NET Core MCQS ]

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

[ DOT NET Core MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
261. CI का पूरा नाम क्या है?
[A] Continuous Integration
[B] Code Integration
[C] Continuous Inspection
[D] Code Inspection
261. What does CI stand for?
[A] Continuous Integration
[B] Code Integration
[C] Continuous Inspection
[D] Code Inspection
सही उत्तर: Continuous Integration
व्याख्या: Developers के Code Changes को बार-बार Merge करने की प्रक्रिया।
Correct Answer: Continuous Integration
Explanation: The practice of frequently merging code changes.
262. CD का पूरा नाम क्या है?
[A] Continuous Delivery
[B] Code Deployment
[C] Continuous Development
[D] Code Delivery
262. What does CD stand for?
[A] Continuous Delivery
[B] Code Deployment
[C] Continuous Development
[D] Code Delivery
सही उत्तर: Continuous Delivery
व्याख्या: Software को जल्दी और सुरक्षित रूप से Release करने की प्रक्रिया।
Correct Answer: Continuous Delivery
Explanation: The process of delivering software quickly and safely.
263. Git क्या है?
[A] Version Control System
[B] Database
[C] Framework
[D] Operating System
263. What is Git?
[A] Version Control System
[B] Database
[C] Framework
[D] Operating System
सही उत्तर: Version Control System
व्याख्या: Git Source Code Changes Track करने के लिए उपयोग होता है।
Correct Answer: Version Control System
Explanation: Git is used to track source code changes.
264. Git में Repository क्या होती है?
[A] Project Storage Location
[B] Database Table
[C] API Endpoint
[D] Namespace
264. What is a Repository in Git?
[A] Project Storage Location
[B] Database Table
[C] API Endpoint
[D] Namespace
सही उत्तर: Project Storage Location
व्याख्या: Repository में Project Files और History Store होती है।
Correct Answer: Project Storage Location
Explanation: A repository stores project files and history.
265. Git Clone Command का उपयोग किसलिए किया जाता है?
[A] Repository Copy करने के लिए
[B] Repository Delete करने के लिए
[C] Branch Create करने के लिए
[D] Commit करने के लिए
265. What is Git Clone used for?
[A] Copy Repository
[B] Delete Repository
[C] Create Branch
[D] Commit Changes
सही उत्तर: Repository Copy करने के लिए
व्याख्या: Remote Repository की Local Copy बनाता है।
Correct Answer: Copy Repository
Explanation: Creates a local copy of a remote repository.
266. Git Commit क्या करता है?
[A] Changes Save करता है
[B] Project Delete करता है
[C] Database Create करता है
[D] Server Restart करता है
266. What does Git Commit do?
[A] Saves Changes
[B] Deletes Project
[C] Creates Database
[D] Restarts Server
सही उत्तर: Changes Save करता है
व्याख्या: Commit Local Repository में Changes Record करता है।
Correct Answer: Saves Changes
Explanation: Commit records changes in the local repository.
267. Git Push Command का उपयोग किसलिए होता है?
[A] Remote Repository में Changes भेजने के लिए
[B] Code Delete करने के लिए
[C] Branch Rename करने के लिए
[D] Build Run करने के लिए
267. What is Git Push used for?
[A] Send Changes to Remote Repository
[B] Delete Code
[C] Rename Branch
[D] Run Build
सही उत्तर: Remote Repository में Changes भेजने के लिए
व्याख्या: Local Commits को Remote Server पर भेजता है।
Correct Answer: Send Changes to Remote Repository
Explanation: Push sends local commits to a remote repository.
268. Git Pull Command क्या करता है?
[A] Latest Changes Download करता है
[B] Project Delete करता है
[C] Database Update करता है
[D] Branch Remove करता है
268. What does Git Pull do?
[A] Downloads Latest Changes
[B] Deletes Project
[C] Updates Database
[D] Removes Branch
सही उत्तर: Latest Changes Download करता है
व्याख्या: Remote Repository से Latest Changes प्राप्त करता है।
Correct Answer: Downloads Latest Changes
Explanation: Pull fetches latest changes from remote repository.
269. Git Branch का उद्देश्य क्या है?
[A] Independent Development
[B] Database Backup
[C] Authentication
[D] Caching
269. What is the purpose of a Git Branch?
[A] Independent Development
[B] Database Backup
[C] Authentication
[D] Caching
सही उत्तर: Independent Development
व्याख्या: नई Features पर अलग से काम करने की सुविधा देता है।
Correct Answer: Independent Development
Explanation: Allows independent feature development.
270. GitHub क्या है?
[A] Git Repository Hosting Platform
[B] Database Engine
[C] Compiler
[D] IDE
270. What is GitHub?
[A] Git Repository Hosting Platform
[B] Database Engine
[C] Compiler
[D] IDE
सही उत्तर: Git Repository Hosting Platform
व्याख्या: GitHub Git Repositories Host करने की सेवा प्रदान करता है।
Correct Answer: Git Repository Hosting Platform
Explanation: GitHub hosts Git repositories.