Software Engineering — MCQ Practice

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

📚 196 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
196 questions
91
EN + हिं
GB ________  is the state that is active after completion of the transition. 
IN ________ वह अवस्था है जो संक्रमण पूरा होने के बाद सक्रिय होती है। 
A
action state क्रिया अवस्था
B
activity state गतिविधि अवस्था
C
transition संक्रमण
D
fork काँटा
✅ Correct Answer:
92
EN + हिं
GB If the system is performing no function then it is in ___
IN यदि सिस्टम कोई कार्य नहीं कर रहा है तो यह ___ में है
A
sequence अनुक्रम
B
class कक्षा
C
use case उदाहरण
D
activity?? गतिविधि??
✅ Correct Answer:
93
EN + हिं
GB who consider diagrams as a type of Class diagram, component diagram, object diagram, and deployment diagram?
IN कौन आरेख को वर्ग आरेख, घटक आरेख, वस्तु आरेख और परिनियोजन आरेख का एक प्रकार मानता है?
A
class कक्षा
B
state machine?? राज्य मशीन??
C
use case?? उदाहरण??
D
activity?? गतिविधि??
✅ Correct Answer:
94
EN + हिं
GB  Associations ________
IN  एसोसिएशन ________
A
timing constraint?? समय की बाध्यता??
B
timing mark?? समय चिह्न??
C
timing expression?? समय अभिव्यक्ति??
D
timing semantics?? समय शब्दार्थ ??
✅ Correct Answer:
95
EN + हिं
GB  Forward engineering and reverse engineering can be applicable to _____
IN  फॉरवर्ड इंजीनियरिंग और रिवर्स इंजीनियरिंग _____ पर लागू हो सकती है
A
product उत्पाद
B
use case उदाहरण
C
actor अभिनेता
D
product & actor उत्पाद एवं अभिनेता
✅ Correct Answer:
96
EN + हिं
GB What is the purpose of Destructor methods?
IN विध्वंसक विधियों का उद्देश्य क्या है?
A
dependent आश्रित
B
??independent?? ??स्वतंत्र??
C
both dependent and independent?? आश्रित और स्वतंत्र दोनों ??
D
different?? अलग??
✅ Correct Answer:
97
EN + हिं
GB A UML diagram that facilitates requirements gathering and interacts between system and external users, is called as
IN एक यूएमएल आरेख जो सिस्टम और बाहरी उपयोगकर्ताओं के बीच आवश्यकताओं को एकत्र करने और इंटरैक्ट करने की सुविधा प्रदान करता है, उसे कहा जाता है
A
??inheritance ??विरासत
B
composition संघटन
C
aggregation एकत्रीकरण
D
none of these इनमें से कोई नहीं
✅ Correct Answer:
98
EN + हिं
GB Which design pattern suggests multiple classes through which request is passed and multiple but only relevant classes carry out operations on the request?
IN कौन सा डिज़ाइन पैटर्न एकाधिक वर्गों का सुझाव देता है जिसके माध्यम से अनुरोध पारित किया जाता है और एकाधिक लेकिन केवल प्रासंगिक वर्ग अनुरोध पर संचालन करते हैं?
A
only 1 is correct केवल 1 सही है
B
only 2 is correct केवल 2 सही है
C
both 1 and 2 are correct 1 और 2 दोनों सही हैं
D
both 1 & 2 are wrong 1 और 2 दोनों गलत हैं
✅ Correct Answer:
99
EN + हिं
GB Use ___________ when you need to define a family of algorithms, encapsulate each one, and make them interchangeable.
IN जब आपको एल्गोरिदम के एक परिवार को परिभाषित करने, प्रत्येक को एनकैप्सुलेट करने और उन्हें विनिमेय बनाने की आवश्यकता हो तो ___________ का उपयोग करें।
A
graph ग्राफ
B
tree पेड़
C
records अभिलेख
D
array सरणी
✅ Correct Answer:
100
EN + हिं
GB A pattern that is intended to provide a means to define a family of algorithms and encapsulate each one as an object for interchangeable use
IN एक पैटर्न जिसका उद्देश्य एल्गोरिदम के एक परिवार को परिभाषित करने और विनिमेय उपयोग के लिए प्रत्येक को एक वस्तु के रूप में समाहित करने का साधन प्रदान करना है
A
indirection अविवेक
B
information expert सूचना विशेषज्ञ
C
pure fabrication शुद्ध निर्माण
D
protected variations संरक्षित विविधताएँ
✅ Correct Answer:
101
EN + हिं
GB A _____________ system is one in which each of its components has little or no knowledge of the definitions of other separate components.
IN एक _____________ प्रणाली वह है जिसमें इसके प्रत्येक घटक को अन्य अलग-अलग घटकों की परिभाषाओं का बहुत कम या कोई ज्ञान नहीं होता है।
A
builder pattern बिल्डर पैटर्न
B
construct pattern पैटर्न का निर्माण करें
C
create pattern पैटर्न बनाएं
D
none of above उपरोक्त में से कोई नहीं
✅ Correct Answer:
102
EN + हिं
GB The client software uses the ___________ which provides an interface for creating families related or dependent objects.
IN क्लाइंट सॉफ़्टवेयर ___________ का उपयोग करता है जो परिवारों से संबंधित या आश्रित वस्तुओं को बनाने के लिए एक इंटरफ़ेस प्रदान करता है।
A
adapter अनुकूलक
B
command आज्ञा
C
decorator डेकोरेटर
D
composite कम्पोजिट
✅ Correct Answer:
103
EN + हिं
GB It is also known as Virtual Constructor and it is used to define an interface for creating an object but letting the subclass decide which class to instantiate, this pattern is :
IN इसे वर्चुअल कंस्ट्रक्टर के रूप में भी जाना जाता है और इसका उपयोग किसी ऑब्जेक्ट को बनाने के लिए इंटरफ़ेस को परिभाषित करने के लिए किया जाता है लेकिन उपवर्ग को यह तय करने देता है कि किस क्लास को इंस्टेंट करना है, यह पैटर्न है:
A
interpreter दुभाषिया
B
singleton एकाकी वस्तु
C
facade मुखौटा
D
composite कम्पोजिट
✅ Correct Answer:
104
EN + हिं
GB In the Publish-Subscribe messaging model, the subscribers register themselves in a topic and are notified when new messages arrive to the topic. Which pattern does most describe this model?
IN पब्लिश-सब्सक्राइब मैसेजिंग मॉडल में, सब्सक्राइबर खुद को एक विषय में पंजीकृत करते हैं और विषय पर नए संदेश आने पर उन्हें सूचित किया जाता है। कौन सा पैटर्न इस मॉडल का सबसे अधिक वर्णन करता है?
A
chain of responsibility जिम्मेदारी की श्रृंखला
B
adapter अनुकूलक
C
decorator डेकोरेटर
D
composite कम्पोजिट
✅ Correct Answer:
105
EN + हिं
GB Which of the following describes the Behavioral pattern correctly?
IN निम्नलिखित में से कौन व्यवहार पैटर्न का सही वर्णन करता है?
A
adapter pattern एडाप्टर पैटर्न
B
builder pattern बिल्डर पैटर्न
C
facade pattern मुखौटा पैटर्न
D
prototype pattern प्रोटोटाइप पैटर्न
✅ Correct Answer:
91–105 of 196