DBMS — MCQ Practice

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

📚 127 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
127 questions
31
EN + हिं
GB In                                    attacks, the attacker manages to get an application to execute an SQL query created by the attacker.
IN                                   हमलों में, हमलावर हमलावर द्वारा बनाई गई SQL क्वेरी को निष्पादित करने के लिए एक एप्लिकेशन प्राप्त करने का प्रबंधन करता है।
A
sql injection एसक्यूएल इंजेक्शन
B
sql एसक्यूएल
C
direct प्रत्यक्ष
D
application आवेदन
✅ Correct Answer:
32
EN + हिं
GB The primary medium for the long-term online storage of data is the                       where the entire database is stored on magnetic disk.
IN डेटा के दीर्घकालिक ऑनलाइन भंडारण के लिए प्राथमिक माध्यम                    है जहां संपूर्ण डेटाबेस चुंबकीय डिस्क पर संग्रहीत होता है।
A
semiconductor memory अर्धचालक स्मृति
B
magnetic disks चुंबकीय डिस्क
C
compact disks कॉम्पैक्ट डिस्क
D
magnetic tapes चुंबकीय टेप
✅ Correct Answer:
33
EN + हिं
GB Operating system is responsible for
IN ऑपरेटिंग सिस्टम जिम्मेदार है
A
disk initialization डिस्क आरंभीकरण
B
booting from disk डिस्क से बूटिंग
C
bad-bock recovery ख़राब-बॉक वसूली
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
34
EN + हिं
GB A data dictionary is a special file that contains?
IN डेटा डिक्शनरी एक विशेष फ़ाइल है जिसमें शामिल है?
A
the names of all fields in all files सभी फ़ाइलों में सभी फ़ील्ड के नाम
B
the data types of all fields in all files सभी फ़ाइलों में सभी फ़ील्ड के डेटा प्रकार
C
the widths of all fields in all files सभी फ़ाइलों में सभी फ़ील्ड की चौड़ाई
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
35
EN + हिं
GB An                          consists of a search-key value and pointers to one or more records with that value as their search-key value.
IN एक                       एक खोज-कुंजी मान और उस मान को उनके खोज-कुंजी मान के साथ एक या अधिक रिकॉर्ड की ओर इंगित करने वाले संकेतक शामिल होते हैं।
A
index entry सूचकांक प्रविष्टि
B
index hash सूचकांक हैश
C
index cluster सूचकांक क्लस्टर
D
index map सूचकांक मानचित्र
✅ Correct Answer:
36
EN + हिं
GB To identify the deleted records we use the
IN हटाए गए रिकॉर्ड की पहचान करने के लिए हम इसका उपयोग करते हैं
A
existence bitmap अस्तित्व बिटमैप
B
current bitmap वर्तमान बिटमैप
C
final bitmap अंतिम बिटमैप
D
deleted bitmap हटा दिया गया बिटमैप
✅ Correct Answer:
37
EN + हिं
GB The strategy can retrieve a single record if the equality condition is on a key; multiple records may be retrieved if the indexing field is not a key is
IN यदि समानता की स्थिति कुंजी पर है तो रणनीति एकल रिकॉर्ड पुनः प्राप्त कर सकती है; यदि अनुक्रमणिका फ़ील्ड कुंजी नहीं है तो एकाधिक रिकॉर्ड पुनर्प्राप्त किए जा सकते हैं
A
a2 ए2
B
a4 ए4
C
a5 ए5
D
a6 ए6
✅ Correct Answer:
38
EN + हिं
GB Pipelines can be executed in
IN में पाइपलाइनों का क्रियान्वयन किया जा सकता है
A
4 4
B
3 3
C
2 2
D
5 5
✅ Correct Answer:
39
EN + हिं
GB Cursor that reflects the changes made to the database table even after the result set is returned
IN कर्सर जो परिणाम सेट वापस आने के बाद भी डेटाबेस तालिका में किए गए परिवर्तनों को दर्शाता है
A
static स्थिर
B
dynamic गतिशील
C
forward_only केवल अग्रेषित करें
D
keyset कुंजीसेट
✅ Correct Answer:
40
EN + हिं
GB Which of the following has “all-or-none” property?
IN निम्नलिखित में से किसमें "सभी-या-कुछ नहीं" संपत्ति है?
A
atomicity परमाणुता
B
durability टिकाऊपन
C
isolation एकांत
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
41
EN + हिं
GB A              file system is software that enables multiple computers to share file storage while maintaining consistent space allocation and file content.
IN ए             फाइल सिस्टम एक सॉफ्टवेयर है जो कई कंप्यूटरों को लगातार स्थान आवंटन और फ़ाइल सामग्री को बनाए रखते हुए फ़ाइल भंडारण साझा करने में सक्षम बनाता है।
A
storage भंडारण
B
tertiary तृतीयक
C
secondary माध्यमिक
D
cluster झुंड
✅ Correct Answer:
42
EN + हिं
GB Which s essential a business problem not a data problem:
IN यह एक व्यावसायिक समस्या है न कि डेटा समस्या:
A
data डेटा
B
database डेटाबेस
C
database design डेटाबेस डिज़ाइन
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
43
EN + हिं
GB In which scenario would you use the ROLLUP operator for expression or columns within a GROUP BY clause?
IN किस परिदृश्य में आप ग्रुप बाय क्लॉज के भीतर अभिव्यक्ति या कॉलम के लिए रोलअप ऑपरेटर का उपयोग करेंगे?
A
to find the groups forming the subtotal in a row एक पंक्ति में उप-योग बनाने वाले समूहों को ढूँढ़ना
B
to create group-wise grand totals for the groups specified within a group by clause खंड द्वारा समूह के भीतर निर्दिष्ट समूहों के लिए समूह-वार भव्य योग बनाना
C
to create a grouping for expressions or columns specified within a group by clause in one direction, from right to left for calculating the subtotals उप-योग की गणना के लिए दाएं से बाएं एक दिशा में खंड द्वारा समूह के भीतर निर्दिष्ट अभिव्यक्तियों या स्तंभों के लिए एक समूह बनाना
D
to create a grouping for expressions or columns specified within a group by clause in all possible directions, which is cross- tabular report for calculating the subtotals सभी संभावित दिशाओं में खंड द्वारा समूह के भीतर निर्दिष्ट अभिव्यक्तियों या स्तंभों के लिए एक समूह बनाना, जो उप-योग की गणना के लिए क्रॉस-सारणीबद्ध रिपोर्ट है
✅ Correct Answer:
44
EN + हिं
GB The situation where the lock waits only for a specified amount of time for another lock to be released is
IN वह स्थिति जहां लॉक किसी अन्य लॉक के रिलीज़ होने के लिए केवल एक निर्दिष्ट समय तक प्रतीक्षा करता है
A
lock timeout लॉक टाइमआउट
B
wait-wound प्रतीक्षा-घाव
C
timeout समयबाह्य
D
wait इंतज़ार
✅ Correct Answer:
45
EN + हिं
GB Each of a pair of transactions has read data that is written by the other, but there is no data written by both transactions, is referred to as
IN लेनदेन की प्रत्येक जोड़ी ने दूसरे द्वारा लिखे गए डेटा को पढ़ा है, लेकिन दोनों लेनदेन द्वारा कोई डेटा नहीं लिखा गया है, इसे कहा जाता है
A
read skew तिरछा पढ़ें
B
update skew तिरछा अद्यतन करें
C
write lock लॉक लिखें
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
31–45 of 127