[C-Sharp Programming MCQS ]

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

[ C-Sharp Programming MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
781. GraphQL का advantage क्या है?
[A] Over fetching
[B] Exact data fetch
[C] Slow response
[D] Memory leak
781. What is GraphQL advantage?
[A] Over fetching
[B] Exact data fetch
[C] Slow response
[D] Memory leak
सही उत्तर: Exact data fetch
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Exact data fetch
Explanation: Important question.
782. Middleware chaining क्या है?
[A] Random execution
[B] Sequential pipeline
[C] Parallel DB
[D] Thread loop
782. What is middleware chaining?
[A] Random execution
[B] Sequential pipeline
[C] Parallel DB
[D] Thread loop
सही उत्तर: Sequential pipeline
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Sequential pipeline
Explanation: Important question.
783. ASP.NET Core में hosting model क्या है?
[A] IIS only
[B] Kestrel + reverse proxy
[C] Apache only
[D] NGINX only
783. What is ASP.NET Core hosting model?
[A] IIS only
[B] Kestrel reverse proxy
[C] Apache only
[D] NGINX only
सही उत्तर: Kestrel + reverse proxy
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Kestrel reverse proxy
Explanation: Important question.
784. Kubernetes का use क्या है?
[A] Code writing
[B] Container orchestration
[C] Database design
[D] UI design
784. What is Kubernetes used for?
[A] Code writing
[B] Container orchestration
[C] Database design
[D] UI design
सही उत्तर: Container orchestration
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Container orchestration
Explanation: Important question.
785. Docker container क्या होता है?
[A] Lightweight VM
[B] Heavy OS
[C] Database
[D] Compiler
785. What is Docker container?
[A] Lightweight VM
[B] Heavy OS
[C] Database
[D] Compiler
सही उत्तर: Lightweight VM
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Lightweight VM
Explanation: Important question.
786. DevOps pipeline क्या करता है?
[A] Manual deployment
[B] Automated CI/CD
[C] UI design
[D] DB design
786. What is DevOps pipeline?
[A] Manual deployment
[B] Automated CI/CD
[C] UI design
[D] DB design
सही उत्तर: Automated CI/CD
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Automated CI/CD
Explanation: Important question.
787. Blue-Green deployment क्या है?
[A] Single server
[B] Two environment switch
[C] Database only
[D] UI only
787. What is blue-green deployment?
[A] Single server
[B] Two environment switch
[C] DB only
[D] UI only
सही उत्तर: Two environment switch
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Two environment switch
Explanation: Important question.
788. Canary deployment क्या है?
[A] Full release
[B] Gradual rollout
[C] No release
[D] Random deploy
788. What is canary deployment?
[A] Full release
[B] Gradual rollout
[C] No release
[D] Random deploy
सही उत्तर: Gradual rollout
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Gradual rollout
Explanation: Important question.
789. Feature flags क्या होते हैं?
[A] Database flags
[B] Enable/disable features runtime
[C] Thread flags
[D] UI flags
789. What are feature flags?
[A] Database flags
[B] Enable/disable features runtime
[C] Thread flags
[D] UI flags
सही उत्तर: Enable/disable features runtime
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Enable/disable runtime features
Explanation: Important question.
790. Caching strategies क्या होती हैं?
[A] Random cache
[B] Write-through/write-back
[C] Thread cache
[D] UI cache
790. What are caching strategies?
[A] Random cache
[B] Write-through/write-back
[C] Thread cache
[D] UI cache
सही उत्तर: Write-through/write-back
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Write-through/write-back
Explanation: Important question.