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
106
EN + हिं
GB What does a connector join?
IN कनेक्टर किससे जुड़ता है?
A
abstract factory अमूर्त कारखाना
B
abstract constructor अमूर्त निर्माता
C
virtual factory आभासी फ़ैक्टरी
D
virtual constructor वर्चुअल कंस्ट्रक्टर
✅ Correct Answer:
107
EN + हिं
GB Which of the following is true for a Hierarchical Control architectural pattern?
IN पदानुक्रमित नियंत्रण वास्तुशिल्प पैटर्न के लिए निम्नलिखित में से कौन सा सत्य है?
A
these design patterns are specifically concerned with communication between objects. ये डिज़ाइन पैटर्न विशेष रूप से वस्तुओं के बीच संचार से संबंधित हैं।
B
these design patterns concern class and object composition. concept of inheritance is used to compose interfaces and define ways to compose objects to obtain new functionalities. ये डिज़ाइन पैटर्न वर्ग और वस्तु संरचना से संबंधित हैं। इनहेरिटेंस की अवधारणा का उपयोग इंटरफेस बनाने और नई कार्यक्षमता प्राप्त करने के लिए ऑब्जेक्ट बनाने के तरीकों को परिभाषित करने के लिए किया जाता है।
C
these design patterns provide a way to create objects while hiding the creation logic, rather than instantiating objects directly using new opreator. ये डिज़ाइन पैटर्न नए ऑप्रेटर का उपयोग करके सीधे ऑब्जेक्ट को इंस्टेंट करने के बजाय, निर्माण तर्क को छिपाते हुए ऑब्जेक्ट बनाने का एक तरीका प्रदान करते हैं।
D
none of the above. इनमे से कोई भी नहीं।
✅ Correct Answer:
108
EN + हिं
GB Which of the following is not real-time architectural patterns that are commonly used?
IN निम्नलिखित में से कौन सा वास्तविक समय का वास्तुशिल्प पैटर्न नहीं है जो आमतौर पर उपयोग किया जाता है?
A
architecture वास्तुकला
B
model-view-controller मॉडल-दृश्य-नियंत्रक
C
repository pattern भंडार पैटर्न
D
different operating system अलग ऑपरेटिंग सिस्टम
✅ Correct Answer:
109
EN + हिं
GB ————- pattern splits system into a number of computationally independent execution structures to achieve optimized usage of resources.
IN ————- पैटर्न संसाधनों के अनुकूलित उपयोग को प्राप्त करने के लिए सिस्टम को कई कम्प्यूटेशनल रूप से स्वतंत्र निष्पादन संरचनाओं में विभाजित करता है।
A
each layer uses services in the layer immediately below it. प्रत्येक परत अपने ठीक नीचे वाली परत में सेवाओं का उपयोग करती है।
B
each layer uses services in the layer immediately above it. प्रत्येक परत अपने ठीक ऊपर की परत में सेवाओं का उपयोग करती है।
C
each layer uses services in the layers immediately above it and below it. प्रत्येक परत अपने ठीक ऊपर और नीचे की परतों में सेवाओं का उपयोग करती है।
D
each layer is independent of the other layers. प्रत्येक परत अन्य परतों से स्वतंत्र है।
✅ Correct Answer:
110
EN + हिं
GB The relationship among objects is based on ___.
IN वस्तुओं के बीच संबंध ___ पर आधारित है।
A
an active object controls a passive object. एक सक्रिय वस्तु एक निष्क्रिय वस्तु को नियंत्रित करती है।
B
an active object does not have a thread of control; a passive object has a thread of control. एक सक्रिय वस्तु में नियंत्रण का धागा नहीं होता है; एक निष्क्रिय वस्तु में नियंत्रण का एक धागा होता है।
C
an active object executes in a distributed system; a passive object executes in a centralized system. एक सक्रिय वस्तु एक वितरित प्रणाली में निष्पादित होती है; एक निष्क्रिय वस्तु एक केंद्रीकृत प्रणाली में निष्पादित होती है।
D
an active object has a thread of control; a passive object does not have a thread of control एक सक्रिय वस्तु में नियंत्रण का एक धागा होता है; एक निष्क्रिय वस्तु में नियंत्रण का सूत्र नहीं होता है
✅ Correct Answer:
111
EN + हिं
GB "UML also provides a constraint language known as _______________"
IN "यूएमएल एक बाधा भाषा भी प्रदान करता है जिसे _______________ के नाम से जाना जाता है"
A
the components to be easily replaceable घटकों को आसानी से बदला जा सकता है
B
the high security of its data contents इसकी डेटा सामग्री की उच्च सुरक्षा
C
the performance quality as a dominant factor प्रदर्शन की गुणवत्ता एक प्रमुख कारक के रूप में
D
information separating as a dominant factor एक प्रमुख कारक के रूप में सूचना का पृथक्करण
✅ Correct Answer:
112
EN + हिं
GB UML use case diagrams are ideal for __________________
IN यूएमएल उपयोग केस आरेख ____________ के लिए आदर्श हैं
A
an external object एक बाहरी वस्तु
B
an object that stores data एक वस्तु जो डेटा संग्रहीत करती है
C
an object that communicates with an external object एक वस्तु जो किसी बाहरी वस्तु से संचार करती है
D
an object that controls other objects एक वस्तु जो अन्य वस्तुओं को नियंत्रित करती है
✅ Correct Answer:
113
EN + हिं
GB To hide the internal implementation of an object we use …
IN किसी वस्तु के आंतरिक कार्यान्वयन को छिपाने के लिए हम इसका उपयोग करते हैं...
A
irrelevant classes अप्रासंगिक वर्ग
B
redundant classes अनावश्यक कक्षाएं
C
adjective classes विशेषण वर्ग
D
attribute classes गुण वर्ग
✅ Correct Answer:
114
EN + हिं
GB A decision point within an activity diagram may be shown with an activity symbol.
IN गतिविधि आरेख के भीतर एक निर्णय बिंदु को एक गतिविधि प्रतीक के साथ दिखाया जा सकता है।
A
allows the interactions, in the form of use cases उपयोग के मामलों के रूप में, इंटरैक्शन की अनुमति देता है
B
allows the requirements, in the form of use cases. उपयोग के मामलों के रूप में आवश्यकताओं की अनुमति देता है।
C
allows the physical components, in the form of use cases उपयोग के मामलों के रूप में भौतिक घटकों की अनुमति देता है
D
all of the above ऊपर के सभी
✅ Correct Answer:
115
EN + हिं
GB ________identify high-level services provided by the system.
IN ________सिस्टम द्वारा प्रदान की जाने वाली उच्च-स्तरीय सेवाओं की पहचान करें।
A
describing the static view of the system. सिस्टम के स्थिर दृश्य का वर्णन।
B
showing the collaboration among the elements of the static view. स्थैतिक दृश्य के तत्वों के बीच सहयोग दिखा रहा है।
C
describing the functionalities performed by the system. सिस्टम द्वारा निष्पादित कार्यों का वर्णन करना।
D
all of above. उपरोक्त सभी.
✅ Correct Answer:
116
EN + हिं
GB The names of use cases are generally given as ________
IN उपयोग के मामलों के नाम आम तौर पर ________ के रूप में दिए जाते हैं
A
concatenation कड़ी
B
cohesion एकजुटता
C
coupling युग्मन
D
all of these इन सब
✅ Correct Answer:
117
EN + हिं
GB ________is used to represent concurrent flows in an Activity Diagram.
IN ________ का उपयोग गतिविधि आरेख में समवर्ती प्रवाह का प्रतिनिधित्व करने के लिए किया जाता है।
A
deployment diagram परिनियोजन आरेख
B
activity diagram गतिविधि आरेख
C
use case diagram केस आरेख का उपयोग करें
D
interaction diagram इंटरेक्शन आरेख
✅ Correct Answer:
118
EN + हिं
GB Select from the following which is used to show one static frame in the dynamic storyboarD.
IN निम्नलिखित में से चयन करें जिसका उपयोग गतिशील स्टोरीबोर्ड में एक स्थिर फ्रेम दिखाने के लिए किया जाता है।
A
use case उदाहरण
B
component अवयव
C
actor अभिनेता
D
activity गतिविधि
✅ Correct Answer:
119
EN + हिं
GB Objects diagram is used to model the ________ structure
IN ऑब्जेक्ट आरेख का उपयोग ________ संरचना को मॉडल करने के लिए किया जाता है
A
four चार
B
five पाँच
C
nine नौ
D
none of the above इनमे से कोई भी नहीं
✅ Correct Answer:
120
EN + हिं
GB The best kind of models helps to choose ________
IN सर्वोत्तम प्रकार के मॉडल ________ चुनने में मदद करते हैं
A
underline text refers to another use case अंडरलाइन टेक्स्ट किसी अन्य उपयोग के मामले को संदर्भित करता है
B
extensions section uses complicated numbering scheme एक्सटेंशन अनुभाग जटिल क्रमांकन योजना का उपयोग करता है
C
indentation is used in order to make extensions easier to read एक्सटेंशन को पढ़ने में आसान बनाने के लिए इंडेंटेशन का उपयोग किया जाता है
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
106–120 of 196