Software Engineering — MCQ Practice

Hindi aur English dono mein practice karo — click karo answer check karne ke liye

📚 2726 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2726 questions
1156
EN + हिं
GB What is a deployment view of a software architecture?
IN सॉफ़्टवेयर आर्किटेक्चर का परिनियोजन दृश्य क्या है?
A
mark class a final कक्षा को अंतिम रूप दें
B
mark class a abstract वर्ग को एक सार के रूप में चिह्नित करें
C
apply the singleton pattern to class a कक्षा ए में सिंगलटन पैटर्न लागू करें
D
apply the memento pattern to class a स्मृति चिन्ह पैटर्न को कक्षा ए में लागू करें
✅ Correct Answer:
1157
EN + हिं
GB In a client-server model where ‘n clients’ are sending request or receiving data from ‘m servers’. There are ‘x intermediate servers’ present which re-route the request (coming from Clients) to appropriate server based on the type of request. The intermediate server also returns the response to the client user-interface. What is the role of the intermediate server here?
IN क्लाइंट-सर्वर मॉडल में जहां 'एन क्लाइंट' 'एम सर्वर' से अनुरोध भेज रहे हैं या डेटा प्राप्त कर रहे हैं। इसमें 'एक्स इंटरमीडिएट सर्वर' मौजूद हैं जो अनुरोध के प्रकार के आधार पर अनुरोध (ग्राहकों से आने वाले) को उचित सर्वर पर पुनः रूट करते हैं। इंटरमीडिएट सर्वर क्लाइंट यूजर-इंटरफ़ेस को प्रतिक्रिया भी देता है। यहां इंटरमीडिएट सर्वर की क्या भूमिका है?
A
prototype factory design pattern प्रोटोटाइप फ़ैक्टरी डिज़ाइन पैटर्न
B
virtual prototype design pattern वर्चुअल प्रोटोटाइप डिज़ाइन पैटर्न
C
abstract prototype design pattern सार प्रोटोटाइप डिजाइन पैटर्न
D
prototype design pattern प्रोटोटाइप डिज़ाइन पैटर्न
✅ Correct Answer:
1158
EN + हिं
GB Which of the following pattern is the basis of interaction management in many web-based systems?
IN निम्नलिखित में से कौन सा पैटर्न कई वेब-आधारित प्रणालियों में इंटरैक्शन प्रबंधन का आधार है?
A
factory builder design pattern फ़ैक्टरी बिल्डर डिज़ाइन पैटर्न
B
method builder design pattern विधि निर्माता डिज़ाइन पैटर्न
C
builder design pattern बिल्डर डिज़ाइन पैटर्न
D
factory method design pattern फ़ैक्टरी विधि डिज़ाइन पैटर्न
✅ Correct Answer:
1159
EN + हिं
GB What is a database wrapper class?
IN डेटाबेस रैपर क्लास क्या है?
A
add final modifier to the class declaration वर्ग घोषणा में अंतिम संशोधक जोड़ें
B
add private or protected modifier to the constructor declaration कंस्ट्रक्टर घोषणा में निजी या संरक्षित संशोधक जोड़ें
C
introduce a static getter method for the singleton instance सिंगलटन उदाहरण के लिए एक स्थिर गेटर विधि पेश करें
D
all of above उपरोक्त सभी
✅ Correct Answer:
1160
EN + हिं
GB What is an object broker?
IN ऑब्जेक्ट ब्रोकर क्या है?
A
singleton design pattern सिंगलटन डिज़ाइन पैटर्न
B
builder factory design pattern बिल्डर फ़ैक्टरी डिज़ाइन पैटर्न
C
prototype factory design pattern प्रोटोटाइप फ़ैक्टरी डिज़ाइन पैटर्न
D
factory method design pattern फ़ैक्टरी विधि डिज़ाइन पैटर्न
✅ Correct Answer:
1161
EN + हिं
GB What does a connector join?
IN कनेक्टर किससे जुड़ता है?
A
abstract factory अमूर्त कारखाना
B
abstract constructor अमूर्त निर्माता
C
virtual factory आभासी फ़ैक्टरी
D
virtual constructor वर्चुअल कंस्ट्रक्टर
✅ Correct Answer:
1162
EN + हिं
GB What is an event-driven input task?
IN इवेंट-संचालित इनपुट कार्य क्या है?
A
creator निर्माता
B
refined abstraction परिष्कृत अमूर्तन
C
abstract factory अमूर्त कारखाना
D
none of above उपरोक्त में से कोई नहीं
✅ Correct Answer:
1163
EN + हिं
GB Which of the following is NOT a case of event synchronization?
IN निम्नलिखित में से कौन सा इवेंट सिंक्रोनाइज़ेशन का मामला नहीं है?
A
adapter design pattern एडाप्टर डिज़ाइन पैटर्न
B
decorator design pattern डेकोरेटर डिजाइन पैटर्न
C
composite design pattern समग्र डिजाइन पैटर्न
D
singleton design pattern सिंगलटन डिज़ाइन पैटर्न
✅ Correct Answer:
1164
EN + हिं
GB Which of the following type describes application architectures?
IN निम्नलिखित में से कौन सा प्रकार एप्लिकेशन आर्किटेक्चर का वर्णन करता है?
A
pure fabrication शुद्ध निर्माण
B
indirection अविवेक
C
creator निर्माता
D
polymorphism बहुरूपता
✅ Correct Answer:
1165
EN + हिं
GB What two categories of stereotypes are used in modeling SPL classes?
IN एसपीएल कक्षाओं के मॉडलिंग में रूढ़िवादिता की किन दो श्रेणियों का उपयोग किया जाता है?
A
adapter अनुकूलक
B
notifier सूचक
C
observer पर्यवेक्षक
D
factory कारखाना
✅ Correct Answer:
1166
EN + हिं
GB A producer sends a message to a consumer.
Which one of the following is asynchronous message communication?
IN एक निर्माता उपभोक्ता को एक संदेश भेजता है। निम्नलिखित में से कौन सा अतुल्यकालिक संदेश संचार है?
A
to translates an existing class interface into a compatible target interface मौजूदा क्लास इंटरफ़ेस को संगत लक्ष्य इंटरफ़ेस में अनुवादित करना
B
to assign more functionality to an object without sub-classing it किसी वस्तु को उप-वर्गीकृत किए बिना अधिक कार्यक्षमता प्रदान करना
C
to decouple an abstraction from its implementation so that the two can vary independently किसी अमूर्त को उसके कार्यान्वयन से अलग करना ताकि दोनों स्वतंत्र रूप से भिन्न हो सकें
D
to nest layers of decorators to add more functionality अधिक कार्यक्षमता जोड़ने के लिए डेकोरेटर्स की परतें स्थापित करना
✅ Correct Answer:
1167
EN + हिं
GB What happens in a Layers of Abstraction pattern?
IN अमूर्त पैटर्न की परतों में क्या होता है?
A
separate the responsibility of complex creation into cohesive helper objects. जटिल निर्माण की जिम्मेदारी को सामंजस्यपूर्ण सहायक वस्तुओं में अलग करें।
B
hide potentially complex creation logic. संभावित जटिल निर्माण तर्क छिपाएँ।
C
allow introduction of performance-enhancing memory management strategies, such as object caching or recycling. ऑब्जेक्ट कैशिंग या रीसाइक्लिंग जैसी प्रदर्शन-बढ़ाने वाली मेमोरी प्रबंधन रणनीतियों की शुरूआत की अनुमति दें।
D
all of above उपरोक्त सभी
✅ Correct Answer:
1168
EN + हिं
GB How is Multiple Client/Multiple Service architectural pattern different from a Multiple Client/Single Service architectural pattern?
IN मल्टीपल क्लाइंट/मल्टीपल सर्विस आर्किटेक्चरल पैटर्न मल्टीपल क्लाइंट/सिंगल सर्विस आर्किटेक्चरल पैटर्न से कैसे भिन्न है?
A
high cohesion उच्च सामंजस्य
B
high coupling उच्च युग्मन
C
strong cohesion मजबूत सामंजस्य
D
none of above उपरोक्त में से कोई नहीं
✅ Correct Answer:
1169
EN + हिं
GB In a SOA, which of the following is NOT true?
IN SOA में, निम्नलिखित में से कौन सा सत्य नहीं है?
A
adapter pattern एडाप्टर पैटर्न
B
singleton pattern सिंगलटन पैटर्न
C
delegation pattern प्रतिनिधिमंडल पैटर्न
D
immutable pattern अपरिवर्तनीय पैटर्न
✅ Correct Answer:
1170
EN + हिं
GB What does a component interface consist of?
IN एक घटक इंटरफ़ेस किससे मिलकर बनता है?
A
this pattern builds a complex object using simple objects and using a step by step approach. यह पैटर्न सरल वस्तुओं का उपयोग करके और चरण दर चरण दृष्टिकोण का उपयोग करके एक जटिल वस्तु बनाता है।
B
this pattern refers to creating duplicate object while keeping performance in mind. यह पैटर्न प्रदर्शन को ध्यान में रखते हुए डुप्लिकेट ऑब्जेक्ट बनाने को संदर्भित करता है।
C
this pattern is used when creation of object directly is costly. इस पैटर्न का उपयोग तब किया जाता है जब सीधे वस्तु का निर्माण महंगा होता है।
D
this pattern is used when we need to decouple an abstraction from its implementation so that the two can vary independently. इस पैटर्न का उपयोग तब किया जाता है जब हमें किसी अमूर्त को इसके कार्यान्वयन से अलग करने की आवश्यकता होती है ताकि दोनों स्वतंत्र रूप से भिन्न हो सकें।
✅ Correct Answer:
1156–1170 of 2726