Software Project Management — MCQ Practice

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

📚 321 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
321 questions
151
EN + हिं
GB What is Cyclomatic complexity?
IN चक्रीय जटिलता क्या है?
A
black box testing ब्लैक बॉक्स परीक्षण
B
white box testing सफेद बॉक्स परीक्षण
C
yellow box testing पीला बॉक्स परीक्षण
D
green box testing हरे बॉक्स का परीक्षण
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: cyclomatic complexity measures the amount of decision logic in the program module.cyclomatic complexity gives the minimum number of paths that can generate all possible paths through the module.
व्याख्या (हिन्दी) स्पष्टीकरण: साइक्लोमैटिक जटिलता प्रोग्राम मॉड्यूल में निर्णय तर्क की मात्रा को मापती है। साइक्लोमैटिक जटिलता पथों की न्यूनतम संख्या देती है जो मॉड्यूल के माध्यम से सभी संभावित पथ उत्पन्न कर सकती है।
152
EN + हिं
GB Lower and upper limits are present in which chart?
IN निचली और ऊपरी सीमाएँ किस चार्ट में मौजूद हैं?
A
run chart रन चार्ट
B
bar chart बार चार्ट
C
control chart नियंत्रण चार्ट
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: a run chart is used to monitor the behavior of a variable over time for a process or system. run charts graphically display cycles, trends, shifts, or non-random patterns in behavior over time. it contains lower and upper limits.
व्याख्या (हिन्दी) स्पष्टीकरण: एक रन चार्ट का उपयोग किसी प्रक्रिया या सिस्टम के लिए समय के साथ एक चर के व्यवहार की निगरानी के लिए किया जाता है। रन चार्ट समय के साथ व्यवहार में चक्र, रुझान, बदलाव या गैर-यादृच्छिक पैटर्न को ग्राफ़िक रूप से प्रदर्शित करते हैं। इसमें निचली और ऊपरी सीमाएँ शामिल हैं।
153
EN + हिं
GB Maintenance testing is performed using which methodology?
IN रखरखाव परीक्षण किस पद्धति का उपयोग करके किया जाता है?
A
retesting पुनः परीक्षण
B
sanity testing विवेक परीक्षण
C
breadth test and depth test चौड़ाई परीक्षण और गहराई परीक्षण
D
confirmation testing पुष्टिकरण परीक्षण
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: maintenance testing is done on the already deployed software. the deployed software needs to be enhanced, changed or migrated to other hardware. the testing done during this enhancement, change and migration cycle is known as maintenance testing.
व्याख्या (हिन्दी) स्पष्टीकरण: रखरखाव परीक्षण पहले से ही तैनात सॉफ़्टवेयर पर किया जाता है। तैनात सॉफ़्टवेयर को बढ़ाने, बदलने या अन्य हार्डवेयर में स्थानांतरित करने की आवश्यकता है। इस संवर्द्धन, परिवर्तन और माइग्रेशन चक्र के दौरान किए गए परीक्षण को रखरखाव परीक्षण के रूप में जाना जाता है।
154
EN + हिं
GB White Box techniques are also classified as
IN व्हाइट बॉक्स तकनीकों को भी इस प्रकार वर्गीकृत किया गया है
A
design based testing डिज़ाइन आधारित परीक्षण
B
structural testing संरचनात्मक परीक्षण
C
error guessing technique त्रुटि अनुमान लगाने की तकनीक
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: the structural testing is the testing of the structure of the system or component. structural testing is often referred to as ‘white box’ or ‘glass box’ or ‘clear-box testing’ because in structural testing we are interested in what is happening ‘inside the system/application’.
व्याख्या (हिन्दी) स्पष्टीकरण: संरचनात्मक परीक्षण सिस्टम या घटक की संरचना का परीक्षण है। संरचनात्मक परीक्षण को अक्सर 'व्हाइट बॉक्स' या 'ग्लास बॉक्स' या 'क्लियर-बॉक्स परीक्षण' के रूप में जाना जाता है क्योंकि संरचनात्मक परीक्षण में हम इस बात में रुचि रखते हैं कि 'सिस्टम/एप्लिकेशन के अंदर' क्या हो रहा है।
155
EN + हिं
GB Exhaustive testing is
IN विस्तृत परीक्षण है
A
always possible हमेशा संभव
B
practically possible व्यावहारिक रूप से संभव है
C
impractical but possible अव्यवहारिक लेकिन संभव
D
impractical and impossible अव्यवहारिक और असंभव
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: exhaustive testing is the testing where we execute single test case for multiple test data.it means if we are using single test case for different product or module under manual testing.
व्याख्या (हिन्दी) स्पष्टीकरण: संपूर्ण परीक्षण वह परीक्षण है जहां हम एकाधिक परीक्षण डेटा के लिए एकल परीक्षण केस निष्पादित करते हैं। इसका मतलब है कि यदि हम मैन्युअल परीक्षण के तहत विभिन्न उत्पाद या मॉड्यूल के लिए एकल परीक्षण केस का उपयोग कर रहे हैं।
156
EN + हिं
GB Which of the following is/are White box technique?
IN निम्नलिखित में से कौन सी व्हाइट बॉक्स तकनीक है/हैं?
A
statement testing कथन परीक्षण
B
decision testing निर्णय परीक्षण
C
condition coverage स्थिति कवरेज
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: statement testing, decision testing, condition coverage all of them uses white box technique.
व्याख्या (हिन्दी) स्पष्टीकरण: कथन परीक्षण, निर्णय परीक्षण, स्थिति कवरेज ये सभी व्हाइट बॉक्स तकनीक का उपयोग करते हैं।
157
EN + हिं
GB What are the various Testing Levels?
IN विभिन्न परीक्षण स्तर क्या हैं?
A
unit testing इकाई परीक्षण
B
system testing सिस्टम परीक्षण
C
integration testing एकीकरण परीक्षण
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: unit, system, integration testing all of them are levels in testing.
व्याख्या (हिन्दी) स्पष्टीकरण: इकाई, प्रणाली, एकीकरण परीक्षण ये सभी परीक्षण के स्तर हैं।
158
EN + हिं
GB Boundary value analysis belong to?
IN सीमा मूल्य विश्लेषण किससे संबंधित है?
A
white box testing सफेद बॉक्स परीक्षण
B
black box testing ब्लैक बॉक्स परीक्षण
C
white box & black box testing सफेद बॉक्स और ब्लैक बॉक्स परीक्षण
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: boundary value analysis is based on testing at the boundaries between partitions and checks the output with expected output.
व्याख्या (हिन्दी) स्पष्टीकरण: सीमा मूल्य विश्लेषण विभाजन के बीच की सीमाओं पर परीक्षण पर आधारित है और अपेक्षित आउटपुट के साथ आउटपुट की जांच करता है।
159
EN + हिं
GB Alpha testing is done at
IN अल्फा परीक्षण यहां किया जाता है
A
developer’s end डेवलपर का अंत
B
user’s end उपयोगकर्ता का अंत
C
developer’s & user’s end डेवलपर और उपयोगकर्ता का अंत
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: alpha testing takes place at the developer’s end. developers observe the users and note problems. alpha testing is testing of an application when development is about to complete. minor design changes can still be made as a result of alpha testing.
व्याख्या (हिन्दी) स्पष्टीकरण: अल्फ़ा परीक्षण डेवलपर की ओर से होता है। डेवलपर्स उपयोगकर्ताओं का निरीक्षण करते हैं और समस्याओं को नोट करते हैं। अल्फा परीक्षण एक एप्लिकेशन का परीक्षण है जब विकास पूरा होने वाला होता है। अल्फ़ा परीक्षण के परिणामस्वरूप डिज़ाइन में मामूली परिवर्तन अभी भी किए जा सकते हैं।
160
EN + हिं
GB What is the main purpose of hazard identification?
IN खतरे की पहचान का मुख्य उद्देश्य क्या है?
A
to minimise the effect of a consequence किसी परिणाम के प्रभाव को कम करने के लिए
B
for better risk management बेहतर जोखिम प्रबंधन के लिए
C
to characterize adverse effect of toxins विषाक्त पदार्थों के प्रतिकूल प्रभाव का वर्णन करना
D
to reduce probability of occurrence घटना की संभावना को कम करने के लिए
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: hazard identification is the first step in risk assessment. the goal is to understand the concentration of toxins, spatial distribution and there movement.
व्याख्या (हिन्दी) स्पष्टीकरण: खतरे की पहचान जोखिम मूल्यांकन में पहला कदम है। लक्ष्य विषाक्त पदार्थों की सांद्रता, स्थानिक वितरण और वहां की गति को समझना है।
161
EN + हिं
GB The                          process determines whether exposure to a chemical can increase the incidence of adverse health effect.
IN                        प्रक्रिया यह निर्धारित करती है कि क्या किसी रसायन के संपर्क में आने से स्वास्थ्य पर प्रतिकूल प्रभाव पड़ सकता है।
A
hazard identification खतरा पहचानना
B
exposure assessment जोखिम मूल्यांकन
C
toxicity assessment विषाक्तता मूल्यांकन
D
risk characterization जोखिम लक्षण वर्णन
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: hazard identification traces the path of the toxins and also determines the likelihood of occurrence in humans.
व्याख्या (हिन्दी) स्पष्टीकरण: खतरे की पहचान विषाक्त पदार्थों के मार्ग का पता लगाती है और मनुष्यों में घटना की संभावना भी निर्धारित करती है।
162
EN + हिं
GB Which of the following data is not required for hazard identification?
IN खतरे की पहचान के लिए निम्नलिखित में से कौन सा डेटा आवश्यक नहीं है?
A
land use भूमि उपयोग
B
contaminant levels प्रदूषक स्तर
C
affected population प्रभावित जनसंख्या
D
estimation of risk जोखिम का अनुमान
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: estimation of risk is done at risk characterization whereas land use, contaminant level, affected population and biota data play a major role while identifying a hazard.
व्याख्या (हिन्दी) स्पष्टीकरण: जोखिम का आकलन जोखिम लक्षण वर्णन पर किया जाता है जबकि भूमि उपयोग, प्रदूषक स्तर, प्रभावित जनसंख्या और बायोटा डेटा किसी खतरे की पहचान करते समय प्रमुख भूमिका निभाते हैं।
163
EN + हिं
GB Hazard is defined as the probability of suffering harm or loss.
IN ख़तरे को नुकसान या हानि होने की संभावना के रूप में परिभाषित किया गया है।
A
TRUE सत्य
B
FALSE असत्य
C
topic 3.10 risk identification विषय 3.10 जोखिम पहचान
D
topic 3.9 critical path (crm) method विषय 3.9 क्रिटिकल पाथ (सीआरएम) विधि
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: risk is the probability of suffering harm whereas hazard is a potential source of harm.
व्याख्या (हिन्दी) स्पष्टीकरण: जोखिम नुकसान होने की संभावना है जबकि खतरा नुकसान का एक संभावित स्रोत है।
164
EN + हिं
GB Why does site history have to be considered for hazard identification?
IN खतरे की पहचान के लिए साइट के इतिहास पर विचार क्यों किया जाना चाहिए?
A
to estimate the risk जोखिम का अनुमान लगाने के लिए
B
to calculate carcinogenic exposure कार्सिनोजेनिक जोखिम की गणना करने के लिए
C
to know the probable source and causes of contamination on site साइट पर संदूषण के संभावित स्रोत और कारणों को जानना
D
for determination of remedial actions उपचारात्मक कार्रवाइयों के निर्धारण के लिए
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: site history provides precise information about the activities that had been carried on the area. most of the instance contamination is due to past activities on site.
व्याख्या (हिन्दी) स्पष्टीकरण: साइट का इतिहास उस क्षेत्र में की गई गतिविधियों के बारे में सटीक जानकारी प्रदान करता है। अधिकांश मामलों में संदूषण साइट पर पिछली गतिविधियों के कारण होता है।
165
EN + हिं
GB What is the main objective of risk assessment?
IN जोखिम मूल्यांकन का मुख्य उद्देश्य क्या है?
A
to evaluate hazard and minimize the risks खतरे का मूल्यांकन करना और जोखिमों को कम करना
B
remediation of contaminated sites दूषित स्थलों का निवारण
C
hazard management जोखिम प्रबंधन
D
to know source of pollutants प्रदूषकों का स्रोत जानने के लिए
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: risk assessment helps to understand possible problems and provides alternatives as well as control measures to reduce the accident.
व्याख्या (हिन्दी) स्पष्टीकरण: जोखिम मूल्यांकन संभावित समस्याओं को समझने में मदद करता है और दुर्घटना को कम करने के लिए विकल्प के साथ-साथ नियंत्रण उपाय भी प्रदान करता है।
151–165 of 321