[C-Sharp Programming MCQS ]

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

[ C-Sharp Programming MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
721. Read replica का use क्या है?
[A] Write operations
[B] Read scaling
[C] Delete data
[D] Thread control
721. What is read replica used for?
[A] Write operations
[B] Read scaling
[C] Delete data
[D] Thread control
सही उत्तर: Read scaling
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Read scaling
Explanation: Important question.
722. Latency क्या होती है?
[A] Speed increase
[B] Delay in response
[C] Memory size
[D] Thread count
722. What is latency?
[A] Speed increase
[B] Delay in response
[C] Memory size
[D] Thread count
सही उत्तर: Delay in response
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Delay in response
Explanation: Important question.
723. Throughput क्या है?
[A] System delay
[B] Requests processed per second
[C] Memory usage
[D] CPU usage
723. What is throughput?
[A] System delay
[B] Requests per second
[C] Memory usage
[D] CPU usage
सही उत्तर: Requests processed per second
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Requests per second
Explanation: Important question.
724. Bottleneck क्या होता है?
[A] System speed increase
[B] Performance limiting point
[C] Memory increase
[D] Thread increase
724. What is bottleneck?
[A] Speed increase
[B] Performance limit point
[C] Memory increase
[D] Thread increase
सही उत्तर: Performance limiting point
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Performance limit point
Explanation: Important question.
725. Database indexing क्यों जरूरी है?
[A] Slow search
[B] Fast query performance
[C] Memory leak
[D] Thread issue
725. Why is indexing important?
[A] Slow search
[B] Fast query performance
[C] Memory leak
[D] Thread issue
सही उत्तर: Fast query performance
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Fast query performance
Explanation: Important question.
726. Cold start problem क्या है?
[A] Fast startup
[B] First request slow
[C] Memory leak
[D] Thread issue
726. What is cold start problem?
[A] Fast startup
[B] First request slow
[C] Memory leak
[D] Thread issue
सही उत्तर: First request slow
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: First request slow
Explanation: Important question.
727. Hot path optimization क्या है?
[A] Slow code improve करना
[B] Critical path optimize करना
[C] UI design
[D] Thread stop
727. What is hot path optimization?
[A] Slow code improve
[B] Optimize critical path
[C] UI design
[D] Thread stop
सही उत्तर: Critical path optimize करना
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Optimize critical path
Explanation: Important question.
728. Distributed system क्या है?
[A] Single machine system
[B] Multiple connected systems
[C] Offline system
[D] Desktop app
728. What is distributed system?
[A] Single machine
[B] Multiple systems
[C] Offline system
[D] Desktop app
सही उत्तर: Multiple connected systems
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Multiple systems
Explanation: Important question.
729. CAP theorem क्यों important है?
[A] UI design
[B] Trade-offs in distributed systems
[C] Thread control
[D] Memory control
729. Why is CAP theorem important?
[A] UI design
[B] Distributed trade-offs
[C] Thread control
[D] Memory control
सही उत्तर: Trade-offs in distributed systems
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Distributed trade-offs
Explanation: Important question.
730. SOLID principles का S क्या है?
[A] Security
[B] Single Responsibility Principle
[C] Scalability
[D] Speed
730. What does S stand for in SOLID?
[A] Security
[B] Single Responsibility Principle
[C] Scalability
[D] Speed
सही उत्तर: Single Responsibility Principle
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Single Responsibility Principle
Explanation: Important question.