DBMS — MCQ Practice

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

📚 2982 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2982 questions
811
EN + हिं
GB The method of access that uses key transformation is called as
IN कुंजी परिवर्तन का उपयोग करने वाली एक्सेस की विधि को कहा जाता है
A
direct प्रत्यक्ष
B
hash हैश
C
random यादृच्छिक
D
sequential अनुक्रमिक
✅ Correct Answer:
812
EN + हिं
GB Why do we need concurrency control on B+ trees ?
IN हमें B+ पेड़ों पर समवर्ती नियंत्रण की आवश्यकता क्यों है?
A
to remove the unwanted data अवांछित डेटा को हटाने के लिए
B
to easily add the index elements सूचकांक तत्वों को आसानी से जोड़ने के लिए
C
to maintain accuracy of index सूचकांक की सटीकता बनाए रखने के लिए
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
813
EN + हिं
GB How many techniques are available to control concurrency on B+ trees?
IN B+ पेड़ों पर संगामिति को नियंत्रित करने के लिए कितनी तकनीकें उपलब्ध हैं?
A
one एक
B
three तीन
C
four चार
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
814
EN + हिं
GB In crabbing protocol locking
IN क्रैबिंग प्रोटोकॉल लॉकिंग में
A
goes down the tree and back up पेड़ के नीचे जाता है और वापस ऊपर आ जाता है
B
goes up the tree and back down पेड़ के ऊपर जाता है और वापस नीचे आ जाता है
C
goes down the tree and releases पेड़ के नीचे जाता है और मुक्त हो जाता है
D
goes up the tree and releases पेड़ पर चढ़ जाता है और छोड़ देता है
✅ Correct Answer:
815
EN + हिं
GB The deadlock can be handled by
IN गतिरोध को संभाला जा सकता है
A
removing the nodes that are deadlocked गतिरोध वाले नोड्स को हटाना
B
restarting the search after releasing the lock लॉक जारी करने के बाद खोज पुनः आरंभ करना
C
restarting the search without releasing the lock लॉक जारी किए बिना खोज पुनः आरंभ करना
D
resuming the search खोज फिर से शुरू करना
✅ Correct Answer:
816
EN + हिं
GB In crabbing protocol, the lock obtained on the root node is in                    mode.
IN क्रैबिंग प्रोटोकॉल में, रूट नोड पर प्राप्त लॉक                मोड में होता है।
A
shared साझा
B
exclusive अनन्य
C
read only केवल पढ़ने के लिए
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
817
EN + हिं
GB If needed to split a node or coalesce it with its siblings, or redistribute key values between siblings, the crabbing protocol locks the parent of the node in                           mode.
IN यदि किसी नोड को विभाजित करने या उसे उसके भाई-बहनों के साथ संयोजित करने, या भाई-बहनों के बीच प्रमुख मानों को पुनर्वितरित करने की आवश्यकता होती है, तो क्रैबिंग प्रोटोकॉल नोड के पैरेंट को                          मोड में लॉक कर देता है।
A
shared साझा
B
exclusive अनन्य
C
read only केवल पढ़ने के लिए
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
818
EN + हिं
GB Instead of locking index leaf nodes in a two-phase manner, some index concurrency- control schemes use                        on individual key values, allowing other key values to be inserted or deleted from the same leaf.
IN इंडेक्स लीफ नोड्स को दो-चरण तरीके से लॉक करने के बजाय, कुछ इंडेक्स समवर्ती-नियंत्रण योजनाएं व्यक्तिगत कुंजी मानों पर ---------------------------------------------------------------- का उपयोग करती हैं, जिससे अन्य कुंजी मानों को उसी लीफ से डालने या हटाने की अनुमति मिलती है।
A
b+ tree locking बी+ ट्री लॉकिंग
B
link level locking लिंक लेवल लॉकिंग
C
key-value locking कुंजी-मूल्य लॉकिंग
D
next value locking अगला मूल्य लॉकिंग
✅ Correct Answer:
819
EN + हिं
GB The recovery scheme must also provide
IN पुनर्प्राप्ति योजना भी प्रदान करनी होगी
A
high availability उच्च उपलब्धता
B
low availability कम उपलब्धता
C
high reliability उच्च विश्वसनीयता
D
high durability उच्च स्थायित्व
✅ Correct Answer:
820
EN + हिं
GB Which one of the following is a failure to a system
IN निम्नलिखित में से कौन सा एक सिस्टम की विफलता है?
A
boot crash बूट क्रैश
B
read failure विफलता पढ़ें
C
transaction failure लेन-देन विफलता
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
821
EN + हिं
GB The system has entered an undesirable state (for example, deadlock), as a result of which a transaction cannot continue with its normal execution. This is
IN सिस्टम एक अवांछनीय स्थिति (उदाहरण के लिए, गतिरोध) में प्रवेश कर गया है, जिसके परिणामस्वरूप लेनदेन अपने सामान्य निष्पादन के साथ जारी नहीं रह सकता है। यह है
A
read error त्रुटि पढ़ें
B
boot error बूट त्रुटि
C
logical error तार्किक त्रुटि
D
system error सिस्टम त्रुटि
✅ Correct Answer:
822
EN + हिं
GB The transaction can no longer continue with its normal execution because of some internal condition, such as bad input, data not found, overflow, or resource limit exceeded. This is
IN कुछ आंतरिक स्थिति, जैसे खराब इनपुट, डेटा नहीं मिला, अतिप्रवाह, या संसाधन सीमा पार हो जाने के कारण लेनदेन अब अपने सामान्य निष्पादन के साथ जारी नहीं रह सकता है। यह है
A
read error त्रुटि पढ़ें
B
boot error बूट त्रुटि
C
logical error तार्किक त्रुटि
D
system error सिस्टम त्रुटि
✅ Correct Answer:
823
EN + हिं
GB The assumption that hardware errors and bugs in the software bring the system to a halt, but do not corrupt the nonvolatile storage contents, is known as the
IN यह धारणा कि सॉफ़्टवेयर में हार्डवेयर त्रुटियाँ और बग सिस्टम को रोक देते हैं, लेकिन गैर-वाष्पशील भंडारण सामग्री को दूषित नहीं करते हैं, इसे के रूप में जाना जाता है
A
stop assumption धारणा बंद करो
B
fail assumption असफल धारणा
C
halt assumption धारणा को रोकें
D
fail-stop assumption असफल-रोक धारणा
✅ Correct Answer:
824
EN + हिं
GB The database is partitioned into fixed- length storage units called
IN डेटाबेस को निश्चित लंबाई वाली भंडारण इकाइयों में विभाजित किया जाता है जिन्हें कहा जाता है
A
parts पार्ट्स
B
blocks ब्लाकों
C
reads पढ़ता
D
build निर्माण
✅ Correct Answer:
825
EN + हिं
GB The log is a sequence of                     recording all the update activities in the database.
IN लॉग डेटाबेस में सभी अद्यतन गतिविधियों को रिकॉर्ड करने का एक अनुक्रम है।
A
log records रिकॉर्ड लॉग करें
B
records अभिलेख
C
entries प्रविष्टियां
D
redo फिर से करना
✅ Correct Answer:
811–825 of 2982