[C-Sharp Programming MCQS ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ C-Sharp Programming MCQS ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
701. Kafka का use क्या है?
[A] Logging only
[B] Event streaming platform
[C] UI tool
[D] Thread tool
701. What is Kafka used for?
[A] Logging only
[B] Event streaming platform
[C] UI tool
[D] Thread tool
सही उत्तर: Event streaming platform
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Event streaming platform
Explanation: Important question.
702. Event-driven architecture क्या है?
[A] UI based system
[B] Events पर based system
[C] Database system
[D] Thread system
702. What is event-driven architecture?
[A] UI system
[B] Event based system
[C] Database system
[D] Thread system
सही उत्तर: Events based system
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Event based system
Explanation: Important question.
703. Monolithic architecture की problem क्या है?
[A] Easy scaling
[B] Hard scaling
[C] Fast deployment
[D] Low complexity
703. What is problem of monolithic architecture?
[A] Easy scaling
[B] Hard scaling
[C] Fast deployment
[D] Low complexity
सही उत्तर: Hard scaling
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Hard scaling
Explanation: Important question.
704. Microservices का benefit क्या है?
[A] Tight coupling
[B] Independent deployment
[C] Single failure
[D] Slow system
704. What is benefit of microservices?
[A] Tight coupling
[B] Independent deployment
[C] Single failure
[D] Slow system
सही उत्तर: Independent deployment
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Independent deployment
Explanation: Important question.
705. Service mesh क्या है?
[A] UI layer
[B] Service communication management
[C] Database layer
[D] Thread layer
705. What is service mesh?
[A] UI layer
[B] Service communication management
[C] Database layer
[D] Thread layer
सही उत्तर: Service communication management
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Service communication management
Explanation: Important question.
706. API Gateway क्यों use होता है?
[A] Multiple entry points
[B] Single entry point
[C] Thread control
[D] Memory control
706. Why use API Gateway?
[A] Multiple entry
[B] Single entry point
[C] Thread control
[D] Memory control
सही उत्तर: Single entry point
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Single entry point
Explanation: Important question.
707. Load balancing का फायदा क्या है?
[A] Server overload
[B] Traffic distribution
[C] Memory leak
[D] Thread stop
707. What is benefit of load balancing?
[A] Server overload
[B] Traffic distribution
[C] Memory leak
[D] Thread stop
सही उत्तर: Traffic distribution
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Traffic distribution
Explanation: Important question.
708. Horizontal scaling का example क्या है?
[A] RAM increase
[B] New servers add करना
[C] CPU upgrade
[D] Disk upgrade
708. What is horizontal scaling example?
[A] RAM increase
[B] Add servers
[C] CPU upgrade
[D] Disk upgrade
सही उत्तर: New servers add करना
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Add servers
Explanation: Important question.
709. Vertical scaling का example क्या है?
[A] Add servers
[B] Upgrade hardware
[C] Split system
[D] Add services
709. What is vertical scaling example?
[A] Add servers
[B] Upgrade hardware
[C] Split system
[D] Add services
सही उत्तर: Upgrade hardware
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Upgrade hardware
Explanation: Important question.
710. CAP theorem में C क्या है?
[A] Cache
[B] Consistency
[C] Control
[D] Connection
710. What is C in CAP theorem?
[A] Cache
[B] Consistency
[C] Control
[D] Connection
सही उत्तर: Consistency
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Consistency
Explanation: Important question.