DBMS — MCQ Practice

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

📚 138 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
138 questions
31
EN + हिं
GB The ORDER BY clause can only be used in
IN ORDER BY क्लॉज़ का उपयोग केवल इसमें किया जा सकता है
A
select queries क्वेरीज़ चुनें
B
insert queries प्रश्न सम्मिलित करें
C
group by queries प्रश्नों के आधार पर समूह बनाएं
D
having queries प्रश्न हो रहे हैं
✅ Correct Answer:
32
EN + हिं
GB                        is widely used today for protecting data in transit in a variety of applications such as data transfer on the Internet, and on cellular phone networks.
IN                        इंटरनेट और सेल्युलर फोन नेटवर्क पर डेटा ट्रांसफर जैसे विभिन्न अनुप्रयोगों में पारगमन में डेटा की सुरक्षा के लिए आज इसका व्यापक रूप से उपयोग किया जाता है।
A
encryption कूटलेखन
B
data mining डेटा खनन
C
internet security इंटरनेट सुरक्षा
D
architectural security वास्तु सुरक्षा
✅ Correct Answer:
33
EN + हिं
GB The time for repositioning the arm is called the                  and it increases with the distance that the arm must move.
IN हाथ को पुनः स्थिति में लाने के समय को ------------------------------------------------ कहा जाता है और यह उस दूरी के साथ बढ़ता है जिस दूरी पर हाथ को चलना चाहिए।
A
access time पहूंच समय
B
average seek time औसत खोज समय
C
seek time समय मांगो
D
rotational latency time घूर्णी विलंबता समय
✅ Correct Answer:
34
EN + हिं
GB Which level of RAID refers to disk mirroring with block striping?
IN RAID का कौन सा स्तर ब्लॉक स्ट्रिपिंग के साथ डिस्क मिररिंग को संदर्भित करता है?
A
raid level 1 छापेमारी स्तर 1
B
raid level 2 छापेमारी स्तर 2
C
raid level 0 छापे का स्तर 0
D
raid level 3 छापे का स्तर 3
✅ Correct Answer:
35
EN + हिं
GB                  is the smallest unit of allocation in an Oracle database.
IN                  Oracle डेटाबेस में आवंटन की सबसे छोटी इकाई है।
A
database डेटाबेस
B
instance उदाहरण
C
tablespace टेबल-स्पेस
D
database block डेटाबेस ब्लॉक
✅ Correct Answer:
36
EN + हिं
GB Consider a hash table of size seven, with starting index zero, and a hash function (3x + 4)mod7. Assuming the hash table is initially empty, which of the following is the contents of the table when the sequence 1, 3, 8, 10 is inserted into the table using closed hashing? Note that ‘_’ denotes an empty location in the table.
IN आकार सात की एक हैश तालिका पर विचार करें, जिसमें प्रारंभिक सूचकांक शून्य और एक हैश फ़ंक्शन (3x + 4)mod7 है। यह मानते हुए कि हैश तालिका प्रारंभ में खाली है, जब अनुक्रम 1, 3, 8, 10 को बंद हैशिंग का उपयोग करके तालिका में डाला जाता है, तो निम्न में से कौन सी तालिका की सामग्री है? ध्यान दें कि '_' तालिका में एक खाली स्थान को दर्शाता है।
A
8, _, _, _, _, _, 10 8, _, _, _, _, _, 10
B
1, 8, 10, _, _, _, 3 1, 8, 10, _, _, _, 3
C
1, _, _, _, _, _,3 1, _, _, _, _, _,3
D
1, 10, 8, _, _, _, 3 1, 10, 8, _, _, _, 3
✅ Correct Answer:
37
EN + हिं
GB Does index take space in the disk?
IN क्या इंडेक्स डिस्क में जगह लेता है?
A
it stores memory as and when required यह आवश्यकता पड़ने पर मेमोरी संग्रहीत करता है
B
yes, indexes are stored on disk हाँ, इंडेक्स डिस्क पर संग्रहीत होते हैं
C
indexes are never stored on disk इंडेक्स कभी भी डिस्क पर संग्रहीत नहीं होते हैं
D
indexes take no space अनुक्रमणिका कोई स्थान नहीं लेती
✅ Correct Answer:
38
EN + हिं
GB The complexity of the average case of an algorithm is
IN एक एल्गोरिथ्म के औसत मामले की जटिलता है
A
much more complicated to analyze than that of worst case सबसे खराब स्थिति की तुलना में विश्लेषण करना कहीं अधिक जटिल है
B
much more simpler to analyze than that of worst case सबसे खराब स्थिति की तुलना में विश्लेषण करना कहीं अधिक सरल है
C
sometimes more complicated and some other times simpler than that of worst case कभी-कभी अधिक जटिल और कभी-कभी सबसे खराब स्थिति की तुलना में सरल
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
39
EN + हिं
GB Which of the following is/are false for RAW mode of FOR XML?
IN FOR XML के RAW मोड के लिए निम्नलिखित में से कौन सा/से गलत है/हैं?
A
xmlschema option does not returns an in-line xsd schema xmlschema विकल्प इन-लाइन xsd स्कीमा नहीं लौटाता है
B
binary base32 returns the binary data in base32-encoded format बाइनरी बेस32 बाइनरी डेटा को बेस32-एन्कोडेड प्रारूप में लौटाता है
C
each row in the query result is transformed into an xml element क्वेरी परिणाम में प्रत्येक पंक्ति एक xml तत्व में बदल जाती है
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
40
EN + हिं
GB                                has made PL/SQL code run faster without requiring any additional work on the part of the programmer.
IN                                प्रोग्रामर की ओर से किसी भी अतिरिक्त कार्य की आवश्यकता के बिना पीएल/एसक्यूएल कोड को तेजी से चलाना संभव बना दिया है।
A
sql server एसक्यूएल सर्वर
B
my sql मेरा एसक्यूएल
C
oracle आकाशवाणी
D
sql lite एसक्यूएल लाइट
✅ Correct Answer:
41
EN + हिं
GB In SQL, the CREATE TABLESPACE is used
IN SQL में CREATE TABLESPACE का उपयोग किया जाता है
A
to create a place in the database for storage of scheme objects, rollback segments, and naming the data files to comprise the tablespace स्कीम ऑब्जेक्ट्स, रोलबैक सेगमेंट के भंडारण के लिए डेटाबेस में जगह बनाना और टेबलस्पेस को शामिल करने के लिए डेटा फ़ाइलों का नामकरण करना
B
to create a database trigger डेटाबेस ट्रिगर बनाने के लिए
C
to add/rename data files, to change storage डेटा फ़ाइलों को जोड़ने/नाम बदलने के लिए, भंडारण बदलने के लिए
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
42
EN + हिं
GB The name of the transaction file shall be provided by the operator and the file that contains the edited transactions ready for execution shall be called
IN लेन-देन फ़ाइल का नाम ऑपरेटर द्वारा प्रदान किया जाएगा और निष्पादन के लिए तैयार संपादित लेन-देन वाली फ़ाइल को बुलाया जाएगा
A
batch. exe बैच। प्रोग्राम फ़ाइल
B
trans. exe ट्रांस. प्रोग्राम फ़ाइल
C
opt. exe ऑप्ट. प्रोग्राम फ़ाइल
D
edit.exe edit.exe
✅ Correct Answer:
43
EN + हिं
GB Which is refers to a stalemate situation due to which no further progress is possible as computer await response of each other:
IN जो एक गतिरोध की स्थिति को संदर्भित करता है जिसके कारण आगे कोई प्रगति संभव नहीं है क्योंकि कंप्यूटर एक दूसरे की प्रतिक्रिया का इंतजार करते हैं:
A
concurrency संगामिति
B
deadlock गतिरोध
C
backup बैकअप
D
recovery वसूली
✅ Correct Answer:
44
EN + हिं
GB A lock that allows concurrent transactions to access different rows of the same table is known as a
IN एक लॉक जो समवर्ती लेनदेन को एक ही तालिका की विभिन्न पंक्तियों तक पहुंचने की अनुमति देता है उसे के रूप में जाना जाता है
A
database-level lock डेटाबेस-स्तरीय लॉक
B
table-level lock टेबल-स्तरीय लॉक
C
page-level lock पेज-स्तरीय लॉक
D
row-level lock पंक्ति-स्तरीय लॉक
✅ Correct Answer:
45
EN + हिं
GB If a node is locked in                              the subtree rooted by that node is locked explicitly in shared mode, and that explicit locking is being done at a lower level with exclusive-mode locks.
IN यदि कोई नोड लॉक किया गया है तो उस नोड द्वारा रूट किया गया सबट्री स्पष्ट रूप से साझा मोड में लॉक किया गया है, और वह स्पष्ट लॉकिंग निचले स्तर पर एक्सक्लूसिव-मोड लॉक के साथ किया जा रहा है।
A
intention lock modes इरादा लॉक मोड
B
shared and intention-exclusive (six) mode साझा और इरादा-अनन्य (छह) मोड
C
intention-exclusive (ix) mode इरादा-अनन्य (ix) मोड
D
intention-shared (is) mode इरादा-साझा (है) मोड
✅ Correct Answer:
31–45 of 138