DBMS — MCQ Practice

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

📚 146 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
146 questions
31
EN + हिं
GB Finding the location of the element with a given value is:
IN किसी दिए गए मान के साथ तत्व का स्थान ढूँढना है:
A
traversal traversal
B
search खोज
C
sort क्रम से लगाना
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
32
EN + हिं
GB The                    is the fastest and most costly form of storage, which is relatively small; its use is managed by the computer system hardware.
IN                  भंडारण का सबसे तेज़ और सबसे महंगा रूप है, जो अपेक्षाकृत छोटा है; इसका उपयोग कंप्यूटर सिस्टम हार्डवेयर द्वारा प्रबंधित किया जाता है।
A
cache कैश
B
disk डिस्क
C
main memory मुख्य स्मृति
D
flash memory फ्लैश मेमोरी
✅ Correct Answer:
33
EN + हिं
GB Where performance and reliability are both important, RAID level          is used.
IN जहां प्रदर्शन और विश्वसनीयता दोनों महत्वपूर्ण हैं, वहां RAID स्तर ---------------------- का उपयोग किया जाता है।
B
1 1
C
2 2
D
0+1 0+1
✅ Correct Answer:
34
EN + हिं
GB Large collection of files are called
IN फाइलों के बड़े संग्रह को कहा जाता है
A
fields खेत
B
records अभिलेख
C
database डेटाबेस
D
sectors क्षेत्रों
✅ Correct Answer:
35
EN + हिं
GB In case the buffer manager do not write the blocks properly then the buffer manager uses
IN यदि बफ़र प्रबंधक ब्लॉकों को ठीक से नहीं लिखता है तो बफ़र प्रबंधक इसका उपयोग करता है
A
replacement strategy प्रतिस्थापन रणनीति
B
forced strategy मजबूर रणनीति
C
crash recovery system क्रैश रिकवरी सिस्टम
D
both replacement and forced strategy प्रतिस्थापन और मजबूर रणनीति दोनों
✅ Correct Answer:
36
EN + हिं
GB The separation of the data definition from the program is known as:
IN प्रोग्राम से डेटा परिभाषा को अलग करना इस रूप में जाना जाता है:
A
data dictionary डेटा शब्दकोश
B
data independence डेटा स्वतंत्रता
C
data integrity आंकड़ा शुचिता
D
referential integrity संदर्भिक समग्रता
✅ Correct Answer:
37
EN + हिं
GB If the state of the database no longer reflects a real state of the world that the database is supposed to capture, then such a state is called
IN यदि डेटाबेस की स्थिति अब दुनिया की वास्तविक स्थिति को प्रतिबिंबित नहीं करती है जिसे डेटाबेस को कैप्चर करना है, तो ऐसी स्थिति को कहा जाता है
A
consistent state सुसंगत अवस्था
B
parallel state समानांतर स्थिति
C
durable state टिकाऊ अवस्था
D
inconsistent state असंगत अवस्था
✅ Correct Answer:
38
EN + हिं
GB Which operation are allowed in a join view:
IN सम्मिलित दृश्य में कौन से ऑपरेशन की अनुमति है:
A
update अद्यतन
B
insert डालना
C
delete मिटाना
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
39
EN + हिं
GB What is the default “SORT” order for a SQL?
IN SQL के लिए डिफ़ॉल्ट "SORT" क्रम क्या है?
A
ascending आरोही
B
descending अवरोही
C
as specified by the user जैसा कि उपयोगकर्ता द्वारा निर्दिष्ट किया गया है
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
40
EN + हिं
GB In                                  of Oracle, the database administrator creates a user account in the database for each user who needs access.
IN Oracle के                                में, डेटाबेस व्यवस्थापक प्रत्येक उपयोगकर्ता के लिए डेटाबेस में एक उपयोगकर्ता खाता बनाता है जिसे पहुंच की आवश्यकता होती है।
A
database authentication डेटाबेस प्रमाणीकरण
B
operating system authentication ऑपरेटिंग सिस्टम प्रमाणीकरण
C
internal authentication आंतरिक प्रमाणीकरण
D
external authentication बाह्य प्रमाणीकरण
✅ Correct Answer:
41
EN + हिं
GB                                provides option for entering SQL queries as execution time, rather than at the development stage.
IN                                विकास चरण के बजाय निष्पादन समय के रूप में SQL क्वेरी दर्ज करने का विकल्प प्रदान करता है।
A
pl/sql पीएल/एसक्यूएल
B
sql*plus एसक्यूएल*प्लस
C
sql एसक्यूएल
D
dynamic sql गतिशील एसक्यूएल
✅ Correct Answer:
42
EN + हिं
GB Which of the following is not the function of client?
IN निम्नलिखित में से कौन सा क्लाइंट का कार्य नहीं है?
A
compile queries प्रश्न संकलित करें
B
query optimization क्वेरी अनुकूलन
C
receive queries प्रश्न प्राप्त करें
D
result formatting and presentation परिणाम स्वरूपण और प्रस्तुति
✅ Correct Answer:
43
EN + हिं
GB Which server can join the indexes when only multiple indexes combined can cover the query:
IN कौन सा सर्वर इंडेक्स में शामिल हो सकता है जब केवल एकाधिक इंडेक्स संयुक्त रूप से क्वेरी को कवर कर सकते हैं:
A
sql एसक्यूएल
B
dbms डीबीएमएस
C
rdbms आरडीबीएमएस
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
44
EN + हिं
GB The deadlock state can be changed back to stable state by using                             statement.
IN कथन का उपयोग करके गतिरोध स्थिति को वापस स्थिर स्थिति में बदला जा सकता है।
A
commit प्रतिबद्ध
B
rollback रोलबैक
C
savepoint पॉइंट सहेजें
D
deadlock गतिरोध
✅ Correct Answer:
45
EN + हिं
GB The extent of the database resource that is included with each lock is called the level of
IN प्रत्येक लॉक के साथ शामिल डेटाबेस संसाधन की सीमा को स्तर कहा जाता है
A
impact प्रभाव
B
granularity पठन स्तर
C
management प्रबंध
D
dbms control डीबीएमएस नियंत्रण
✅ Correct Answer:
31–45 of 146