Software Engineering — MCQ Practice

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

📚 197 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
197 questions
91
EN + हिं
GB A ________  is a relationship between two states indicating that an object in the first s will enter the second state
IN ________ दो अवस्थाओं के बीच एक संबंध है जो दर्शाता है कि पहली अवस्था में कोई वस्तु दूसरी अवस्था में प्रवेश करेगी
A
forking फोर्किंग
B
joining में शामिल होने
C
swimlane स्विमलेन
D
synchronization तुल्यकालन
✅ Correct Answer:
92
EN + हिं
GB The state diagram
IN राज्य आरेख
A
deployment diagram?? परिनियोजन आरेख??
B
sequence diagram?? अनुक्रम आरेख??
C
use case diagram?? केस आरेख का उपयोग करें??
D
interaction diagram इंटरेक्शन आरेख
✅ Correct Answer:
93
EN + हिं
GB Use case descriptions consist of interaction among which of the following?
IN उपयोग केस विवरण में निम्नलिखित में से किसके बीच परस्पर क्रिया शामिल है?
A
collaboration सहयोग
B
sequence अनुक्रम
C
activity गतिविधि
D
use case उदाहरण
✅ Correct Answer:
94
EN + हिं
GB A set of ________ models are used to approach a complex system. 
IN एक जटिल प्रणाली तक पहुंचने के लिए ________ मॉडलों के एक सेट का उपयोग किया जाता है। 
A
use case?? उदाहरण??
B
class कक्षा
C
state machine?? राज्य मशीन??
D
interface इंटरफ़ेस
✅ Correct Answer:
95
EN + हिं
GB The next step is to evaluate the class diagram to check that all candidate classes are present and that the diagram reflects their descriptions, Designers apply which of the following heuristics to this activity?
IN अगला कदम यह जांचने के लिए वर्ग आरेख का मूल्यांकन करना है कि सभी उम्मीदवार वर्ग मौजूद हैं और आरेख उनके विवरण को दर्शाता है, डिजाइनर इस गतिविधि में निम्नलिखित में से कौन सा अनुमान लागू करते हैं?
A
activity diagram गतिविधि आरेख
B
use case diagram केस आरेख का उपयोग करें
C
class diagram वर्ग आरेख
D
object diagram वस्तु आरेख
✅ Correct Answer:
96
EN + हिं
GB Which type of coupling involves direct reference to attributes or methods of another object?
IN किस प्रकार के युग्मन में किसी अन्य वस्तु की विशेषताओं या विधियों का सीधा संदर्भ शामिल होता है?
A
to model entities in charge of or involved in program tasks कार्यक्रम कार्यों के प्रभारी या उनमें शामिल संस्थाओं को मॉडल बनाना
B
to model things in the world that interact directly with the program दुनिया में उन चीज़ों का मॉडल तैयार करना जो प्रोग्राम के साथ सीधे इंटरैक्ट करती हैं
C
to model structures and collections of objects वस्तुओं की संरचनाओं और संग्रहों का मॉडल तैयार करना
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
97
EN + हिं
GB Which diagram are used to distribute files, libraries, and tables across topology of hardware?
IN हार्डवेयर की टोपोलॉजी में फ़ाइलों, लाइब्रेरीज़ और तालिकाओं को वितरित करने के लिए किस आरेख का उपयोग किया जाता है?
A
abstraction मतिहीनता
B
polymophism बहुरूपता
C
concurrency संगामिति
D
aggregation एकत्रीकरण
✅ Correct Answer:
98
EN + हिं
GB Type of design patterns that provide solution for the better interaction between objects is ______________
IN डिज़ाइन पैटर्न का प्रकार जो वस्तुओं के बीच बेहतर इंटरैक्शन के लिए समाधान प्रदान करता है ______________ है
A
architecture वास्तुकला
B
system flow सिस्टम प्रवाह
C
data flow डेटा प्रवाह
D
none कोई नहीं
✅ Correct Answer:
99
EN + हिं
GB The ___________ is used to translate the interface of one class into another interface.
IN ___________ का उपयोग एक वर्ग के इंटरफ़ेस को दूसरे इंटरफ़ेस में अनुवाद करने के लिए किया जाता है।
A
functionality कार्यक्षमता
B
architecture वास्तुकला
C
low coupling कम युग्मन
D
high cohesion उच्च सामंजस्य
✅ Correct Answer:
100
EN + हिं
GB Which design pattern you would you use to limit the class instantiation to one object?
IN क्लास इन्स्टेन्शियशन को एक ऑब्जेक्ट तक सीमित करने के लिए आप किस डिज़ाइन पैटर्न का उपयोग करेंगे?
A
overload अधिभार
B
bloated फूला हुआ
C
full भरा हुआ
D
overflow अतिप्रवाह
✅ Correct Answer:
101
EN + हिं
GB Which Design Pattern should you use when more than one object may handle a request, and the handler isn't known a priori. The handler should be ascertained automatically.
IN जब एक से अधिक ऑब्जेक्ट किसी अनुरोध को संभाल सकते हैं, और हैंडलर को पहले से पता नहीं है, तो आपको किस डिज़ाइन पैटर्न का उपयोग करना चाहिए। हैंडलर का स्वचालित रूप से पता लगाया जाना चाहिए।
A
visitor pattern आगंतुक पैटर्न
B
mvc pattern एमवीसी पैटर्न
C
business delegate pattern व्यवसाय प्रतिनिधि पैटर्न
D
composite entity pattern समग्र इकाई पैटर्न
✅ Correct Answer:
102
EN + हिं
GB Which of the following describes the Facade pattern correctly?
IN निम्नलिखित में से कौन सा मुखौटा पैटर्न का सही वर्णन करता है?
A
name नाम
B
application आवेदन
C
consequences नतीजे
D
form रूप
✅ Correct Answer:
103
EN + हिं
GB Which of the following Chooses and standardizes patterns for a problem domain promotes software reuse and, hence, quality and productivity?
IN निम्नलिखित में से कौन किसी समस्या डोमेन के लिए पैटर्न चुनता है और मानकीकृत करता है, सॉफ्टवेयर के पुन: उपयोग को बढ़ावा देता है और इसलिए, गुणवत्ता और उत्पादकता को बढ़ावा देता है?
A
compostite खाद
B
decorator डेकोरेटर
C
adapter अनुकूलक
D
observer पर्यवेक्षक
✅ Correct Answer:
104
EN + हिं
GB Which of the following are participants in the GOF builder design pattern?
IN निम्नलिखित में से कौन GOF बिल्डर डिज़ाइन पैटर्न में भागीदार हैं?
A
low coupling कम युग्मन
B
reuse पुन: उपयोग
C
both a&b ए और बी दोनों
D
none of above उपरोक्त में से कोई नहीं
✅ Correct Answer:
105
EN + हिं
GB Which of the following is correct about Structural design patterns.
IN स्ट्रक्चरल डिज़ाइन पैटर्न के बारे में निम्नलिखित में से कौन सा सही है।
A
publisher pattern प्रकाशक पैटर्न
B
brodcast pattern प्रसारण पैटर्न
C
observer pattern पर्यवेक्षक पैटर्न
D
none of above उपरोक्त में से कोई नहीं
✅ Correct Answer:
91–105 of 197