Computer Operator and Programming Assistant (COPA) CBT Paper – Free Practice Set -6By itikegyani.com / December 8, 2024 0% 193 यह पेपर 2 घंटे का है 2 घंटे बाद पेपर अपने आप सबमिट हो जायेगा और आप चाहें तो 2 घंटे से पहले भी सबमिट कर सकते है|सॉरी समय समाप्त हो गया|Computer Operator and Programming Assistant CBT Paper (Quiz -6)इस पेपर में 75 प्रशन है जिसमे Trade Tehory के 50 प्रशन, Employability Skill के 25 प्रशन , प्रत्येक प्रशन 2 मार्क्स का है और किसी प्रकार की नेगेटिव मार्किंग नहीं है| (Workshop Calculation and Science और Engineering Drawing इसमें आती नहीं) 1 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)1. Which ribbon tab has Conditional Formatting option? | किस रिबन टैब में कंडीशनल फ़ॉर्मेटिंग विकल्प होता है? A. Formula Tab | फॉर्मूला टैब B. Data Tab | डेटा टैब C. Home Tab | होम टैब D. Insert Tab | इन्सर्ट टैब 2 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)2. Which is used to input the entry and give the result in a variable in a procedure? | किसी प्रक्रिया में प्रविष्टि को इनपुट करने और वेरिएबल में परिणाम देने के लिए किसका उपयोग किया जाता है? A. Put and get | रखना और प्राप्त करना B. Out and In | बाहर और अंदर C. In and out | अंदर और बाहर D. Get and put | प्राप्त करना और रखना 3 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)3. What is the main advantage of intranet over than Internet? | इंटरनेट की तुलना में इंट्रानेट का मुख्य लाभ क्या है? A. Secured | सुरक्षित B. Public network | सार्वजनिक नेटवर्क C. Un-limited information | "असीमित जानकारी" D. Multi user | बहु उपयोगकर्ता 4 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)4. Which option creates a presentation automatically in PowerPoint? | पावर प्वाइंट में स्वचालित रूप से प्रस्तुति बनाने के लिए किस विकल्प का उपयोग किया जाता है? A. Template | टेम्पलेट B. Blank Presentation | ब्लैंक प्रेजेंटेशन C. Auto content wizard | ऑटो कंटेन्ट विज़ार्ड D. Standard test bar | स्टैंडर्ड टेस्ट बार 5 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)5. What is Cloud Computing? | क्लाऊड कम्प्यूटिंग क्या है? A. Used for creating graphics | ग्राफ़िक्स बनाने के लिए उपयोग किया जाता है B. Storing data in a database | डाटाबेस में डेटा संग्रहीत करना C. Tool used to create an application | एप्लिकेशन बनाने के लिए उपयोग किया जाने वाला टूल D. Providing services like storage, servers, database, networking | स्टोरेज, सर्वर, डेटाबेस, नेटवर्किंग जैसी सेवाएं प्रदान करना 6 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)6. What is the purpose of expansion slot in mother board? | मदरबोर्ड में एक्सपेंशन स्लॉट का उद्देश्य क्या है? A. To insert the additional peripherals | अतिरिक्त बाह्य उपकरणों को इन्सर्ट करने के लिए B. To insert the mouse | माउस इन्सर्ट के लिए C. To insert the RAM | RAM इन्सर्ट के लिए D. To insert the keyboard | कीबोर्ड इन्सर्ट के लिए 7 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)7. Which one enables the hosting providers to manage multiple domains on a single server? | कौन सा एक होस्टिंग प्रदाताओं को एक सर्वर पर कई डोमेन बनाने में सक्षम बनाता है? A. Database server | डेटाबेस सर्वर B. web server | वेब सर्वर C. SQL server | SQL सर्वर D. Network server | नेटवर्क सर्वर 8 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)8. What will be the output of the following given code?def mk(x): def mk1( ): print("Decorated") x( ) return mk1 def mk2( ): print("Ordinary") p = mk(mk2) p( ) निम्नलिखित कोड का आउटपुट क्या होगा?def mk(x): def mk1( ): print("Decorated") x( ) return mk1 def mk2( ): print("Ordinary") p = mk(mk2) p( ) A. Ordinary B. Ordinary Decorated C. Decorated Ordinary D. Decorated Decorated 9 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)9. What is the return type of the method parseInt( )? | विधि ParseInt ( ) का रिटर्न टाइप क्या है? A. Float | फ्लोट B. Integer | इंटीजर C. String | स्ट्रिंग D. Date | डेट 10 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)10. Which box is present in Pivot Table fields list? | पिवोट टेबल फ़ील्ड सूची में कौन सा बॉक्स मौजूद है? A. Layout | लेआउट B. View | व्यू C. Column Labels | कॉलम लेबल D. Formulas | फ़ॉर्मूलास 11 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)11. What contents will appeared in those cells, if you drag the fill handle of cell B2 downward into cell B3, B4 and B5? | यदि आप सेल B2 के फील हैंडल को सेल B3, B4 और B5 में नीचे की ओर खींचते हैं, तो उन सेल में क्या सामग्री दिखाई देगी? A. Sun, Sun, Sun B. MON, TUE, WED C. Mon, Tue, Wed D. Mon, Tue, Blank Cell 12 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)12. What is the full form of ADLC? | ADLC का पूर्ण रूप क्या है? A. Application Development Life Cycle | एप्लीकेशन डेवलपमेंट लाइफ साइकिल B. Application Design Life Cycle | एप्लीकेशन डिजाईन लाइफ साइकिल C. Additional Design Life Cycle | एडिशनल डिजाईन लाइफ साइकिल D. Additional Development In Life Cycle | एडिशनल डेवलपमेंट लाइफ साइकिल 13 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)13. Which assignment operator is equivalent to a = a * 5? | कौन सा असाइनमेंट ऑपरेटर a = a * 5 के बराबर है? A. a = * 5 B. a = 5 C. a * = 5 D. a = 5 * 9 14 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)14. Which package includes classes to create user interface like Button and Checkbox? | किस पैकेज में बटन और चेकबॉक्स जैसे यूजर इंटरफ़ेस बनाने के लिए क्लासेस शामिल हैं? A. Javawt | जवाव्त B. Javlang | जव्लंग C. Javnet | जव्नेट D. Javio | जविओ 15 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)15. Which of the following is false statement about package in java? | जावा में पैकेज के बारे में निम्नलिखित में से कौन सा गलत कथन है? A. Packages cannot be considered as data encapsulation | पैकेजों को डेटा एनकैप्सुलेशन नहीं माना जा सकता B. Providing controlled access | कंट्रोल एक्सेस प्रदान करना C. A set of classes and interfaces grouped together | एक साथ समूहीकृत कक्षाओं और इंटरफेस का एक सेट D. Packages are used for preventing naming conflicts | नामकरण विवादों को रोकने के लिए पैकेजों का उपयोग किया जाता है 16 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)16. Which type of integration testing uses stubs? | किस प्रकार का इन्टीग्रेशन टेस्ट स्टब्स का उपयोग करता है? A. Bottom up testing | बॉटम अप टेस्टिंग B. System testing | सिस्टम टेस्टिंग C. Both in top down and bottom up testing | दोनों टॉप डाउन और बॉटम अप टेस्टिंग में D. Top down testing | टॉप डाउन टेस्टिंग 17 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)17. What is the full form of EDI? | EDI का फुल फॉर्म क्या है A. Electronic Direct Interchange | इलेक्ट्रॉनिक डायरेक्ट इंटरचेंज B. Electronic Data Information | इलेक्ट्रॉनिक डेटा इनफार्मेशन C. Electronic Data Interchange | इलेक्ट्रॉनिक डेटा इंटरचेंज D. Electronic Data Interconnection | इलेक्ट्रॉनिक डेटा इंटरकनेक्शन 18 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)18. Which option inserts a Pivot Table? | कौन सा विकल्प पिवोट टेबल सम्मिलित करता है? A. Data Group In the Tables Group | तालिकाओं समूह में डेटा समूह B. Formula Tab- Data Analysis Group | फ़ॉर्मूला टैब - डेटा विश्लेषण समूह C. Insert Tab - Tables Group | इंसर्ट टैब - तालिकाएँ समूह D. Data Group in the Pivot Table Group | पिवट टेबल समूह में डेटा समूह 19 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)19. Which software interfaces the major hardware components of the computer with the OS? | कौन सा सॉफ्टवेयर कंप्यूटर के प्रमुख हार्डवेयर घटकों को ऑपरेटिंग सिस्टम के साथ इंटरफेस करता है? A. POST B. BIOS C. CMOS D. DOS 20 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)20. Which crime involves the usage of computer networks to create or access materials that sexually exploit underage persons? | किस अपराध में कम्प्यूटर नेटवर्क का उपयोग कर ऐसी सामग्री तैयार करना या उन तक पहुंच बनाना शामिल है जो कम उम्र के व्यक्तियों का यौन शोषण करती है? A. Child pornography | बाल पोर्नोग्राफी B. Assault by Threat | हमले की धमकी C. Cyber squatting | साइबर स्क्वेटिंग D. Cyber vandalism | साइबर बर्बरता 21 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)21. Which document view resembles the appearance of a web browser? | वेब ब्राउज़र के रूप में कौन सा डॉक्यूमेंट व्यू दिया गया है? A. Full screen reading | फुल स्क्रीन रीडिंग B. Outline view | आउटलाइन व्यू C. Draft view | ड्राफ्ट व्यू D. Web layout view | वेब लेआउट व्यू 22 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)22. Which command stores the active document permanently? | कौन सा कमांड एक्टिव डॉक्यूमेंट को स्थायी रूप से स्टोर करता है? A. Send | सेंड B. Save as | सेव एस C. Save | सेव D. Prepare | प्रेपरे 23 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)23. What is the purpose of Shift+Ctrl+N in Open Office? | ओपन ऑफिस में Shift+Ctrl+N का उद्देश्य क्या है? A. To open a document | डॉक्यूमेंट ओपन करने के लिए B. To open templates and documents dialog | टेम्पलेट्स और डॉक्यूमेंट डायलॉग ओपन करने के लिए C. To create a new document | नया डॉक्यूमेंट बनाने के लिए D. To exit an application | एप्लीकेशन से बाहर निकलने के लिए 24 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)24. What is the full form of CSS? | CSS का फुल फॉर्म क्या है? A. Cascading System Style | कैस्केडिंग सिस्टम स्टाइल B. Cascading Style Sheet | कैस्केडिंग स्टाइल शीट C. Customized Style Sheet | कस्टमाइज्ड स्टाइल शीट D. Computer Style Sheet | कंप्यूटर स्टाइल शीट 25 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)25. In which year Python language was developed? | पायथॉन भाषा का विकास किस वर्ष हुआ? A. 1981 B. 1972 C. 1995 D. 1991 26 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)26. What is the data limit for free Power BI adoption? | निःशुल्क Power BI अपनाने के लिए डेटा लिमिट क्या है? A. 1GB/client | 1GB/क्लाइंट B. 512MB/client | 512MB/क्लाइंट C. 2GB/client | 2GB/क्लाइंट D. 3GB/client | 3GB/क्लाइंट 27 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)27. Which control panel is used to change the system date? | कंट्रोल पैनल में उस टूल का नाम बताएं जिससे हम सिस्टम की तारीख बदल सकते हैं? A. Fonts | फोंट्स B. Date and Time | तिथि और समय C. System | सिस्टम D. User Account | यूजर अकाउंट 28 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)28. How the sum function of pivot table is changed to that value are automatically counted and not summed? | पिवट टेबल के sum फ़ंक्शन को उस मान में कैसे बदला जाता है, स्वचालित रूप से गिना जाता है और सारांशित नहीं किया जाता है? A. In the Calculations group, change the Summarize Values By to Count | कॅल्क्युलेशन्स ग्रुप में, समराइज़ वैल्यूज को काउंट में बदलें B. Insert the COUNT formula ( = Count ( ) ) into the PivotTable | PivotTable में COUNT सूत्र ( = Count ( ) ) इन्सर्ट करना C. Change the format of the values in the Pivot Table to General Numbers | पिवोट टेबल में वैल्यूज के फॉर्मेट को जनरल नंबर्स में बदलें D. Change the format of the values in the pivot table to count | काउंट करने के लिए पिवट टेबल में वैल्यूज का फॉर्मेट बदलें 29 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)29. On which application the principal arrival of PowerBI based on? | PowerBI का मुख्य आगमन किस अनुप्रयोग पर आधारित है? A. Microsoft outlook | माइक्रोसॉफ्ट आउटलुक B. Microsoft PowerPoint | माइक्रोसॉफ्ट पावरप्वाइंट C. Microsoft word | माइक्रोसॉफ्ट वर्ड D. Microsoft excel | माइक्रोसॉफ्ट एक्सेल 30 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)30. Which ribbon menu displays the Page Setup grouping of commands? | कौन सा रिबन मेनू कमांड के पेज सेटअप ग्रुपिंग को प्रदर्शित करता है? A. Home | होम B. Review | रिव्यु C. Layout | ;लेआउट D. Insert | इन्सर्ट 31 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)31. What type of copy is produced by printer? | प्रिंटर द्वारा किस प्रकार की कॉपी तैयार की जाती है? A. Soft Copy | सॉफ्ट कॉपी B. Hard Copy | हार्ड कॉपी C. Xerox Copy | जैरोक्स कॉपी D. Scan Copy | स्कैन कॉपी 32 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)32. Which type of website should be used for combination of MySQL and HTML? | MySQL और HTML के संयोजन के लिए किस प्रकार की वेबसाइट का उपयोग किया जाना चाहिए? A. Static | स्टेटिक B. Flash | फ़्लैश C. Format | फॉर्मेट D. Dynamic | डायनामिक 33 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)33. Which type does Portrait and Landscape belongs to? | पोर्ट्रेट और लैंडस्केप किस प्रकार से संबंधित है? A. Page Orientation | पृष्ठ अभिविन्यास B. Page Breaks | पृष्ठ ब्रेक C. Page Margins | पृष्ठ मार्जिन D. Page Arrangements | पृष्ठ व्यवस्था 34 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)34. Who is the father of Java programming language? | जावा प्रोग्रामिंग भाषा के जनक कौन हैं? A. James Gosling | जेम्स गोसलिंग B. Larry Page | लैरी पेज C. Dennis Ritchie | डेनिस रिची D. Bjarne Stroustrup | ब्जार्न स्ट्रॉस्ट्रप 35 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)35. What is required for real time audio-video conferencing using two way communication? | दोतरफा संचार का उपयोग करते हुए वास्तविक समय ऑडियो-वीडियो कॉन्फ्रेंसिंग के लिए क्या आवश्यक है? A. Frames to pixels | फ्रेम्स से पिक्सेल B. Receivers and senders | रिसीवर और सेंडर C. Packet to frames | पैकेट फ्रेम करने के लिए D. Pixels to packets | पिक्सेल से पैकेट 36 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)36. What type of computing technology refers to services and applications that typically run on a distributed network through virtualized resources? | किस प्रकार की कंप्यूटिंग टेक्नोलॉजी उन सर्विस और एप्लीकेशन को संदर्भित करती है जो आमतौर पर वर्चुअलाइज्ड रिसोर्स के माध्यम से वितरित नेटवर्क पर चलती हैं? A. Distributed Computing | डिस्ट्रिब्यूटेड कंप्यूटिंग B. Parallel Computing | पैरेलल कंप्यूटिंग C. Soft Computing | सॉफ्ट कंप्यूटिंग D. Cloud computing | क्लाउड कंप्यूटिंग 37 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)37. Which of the following is used to declare, construct, and initialize an array? | निम्नलिखित में से किसका उपयोग किसी ऐरे को घोषित करने,निर्माण करने और आरंभ करने के लिए किया जाता है? A. int arr [ ] [ ] = {1, 2, 3, 4}; B. int [ ] arr = (1, 2, 3); C. int [ ] arr = { }; D. int arr [ ] = {1, 2, 3}; 38 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)38. Which tool allows the user to select different layout for slide? | कौन सा टूल यूजर को स्लाइड के लिए अलग लेआउट चुनने की अनुमति देता है? A. Slide Layout | स्लाइड लेआउट B. Bullets | बुलेट्स C. Apply design | अप्लाई डिजाईन D. New slide | न्यू स्लाइड 39 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)39. Which option is used for tab setting? | टैब सेटिंग के लिए किस विकल्प का उपयोग किया जाता है? A. Vertical scroll bar | ऊर्ध्वाधर स्क्रॉल बार B. Horizontal ruler | क्षैतिज रूलर C. Status bar | स्थिति पट्टी D. Vertical ruler | ऊर्ध्वाधर रूलर 40 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)40. Which is a valued DOMAIN name form? | निम्नलिखित में से कौन सा महत्वपूर्ण DOMAIN नाम है? A. www.nimi/test@gov/in B. wwww.nimi@gov,in C. www.nimi.gov.in D. www.nimi.test.gov.in 41 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)41. What the sort( ) function will return if ['one', 'four', 'three', 'two'] is a list object? | यदि ['one', 'four', 'three', 'two'] एक लिस्ट ऑब्जेक्ट है तो sort( ) फ़ंक्शन क्या रिटर्न करेगा ? A. {"four","one","three","two"} B. ['four', 'three', 'two', 'one'] C. ['one', 'two', 'three', 'four'] D. ['four', 'one', 'three', 'two'] 42 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)42. What is the sequence of characters? | कैरेक्टर का क्रम क्या है? A. Classes | क्लासेज B. Strings | स्ट्रिंग्स C. Character | करैक्टर D. Integer | इन्टिजर 43 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)43. Which is a type of database? | कौन सा डेटाबेस का एक प्रकार है? A. Decentralized | विकेंद्रीकृत B. Relational | संबंधात्मक C. Transition | संक्रमण D. Outlook | दृष्टिकोण 44 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)44. Which is an attempt to steal, spy, damage computer systems or their associated information? | जो कंप्यूटर सिस्टम या उनसे संबंधित जानकारी को चुराने, जासूसी करने, नुकसान पहुंचाने का प्रयास है? A. Digital hacking | डिजिटल हैकिंग B. Cryptography | क्रिप्टोग्राफी C. Computer security | कंप्यूटर सुरक्षा D. Cyber attack | साइबर हमला 45 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)45. Which function accepts input from the user? | कौन सा फंक्शन यूजर से इनपुट स्वीकार करता है? A. rawinput( ) B. raw_input( ) C. input( ) D. string( ) 46 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)46. What is the full form of OSS? | OSS का फुल फॉर्म क्या है? A. Open System Software | ओपन सिस्टम सॉफ्टवेयर B. Open Synchronized Software | ओपन समन्वयित सॉफ्टवेयर C. Open Source Software | ओपन सोर्स सॉफ्टवेयर D. Open System Service | ओपन सिस्टम सेवा 47 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)47. Which shortcut key is used to open start menu? | स्टार्ट मेन्यू खोलने के लिए उपयोग की जाने वाली शॉर्टकट कुंजी का नाम बताइए। A. Shift | शिफ्ट B. Alt | आल्ट C. Windows Logo | विंडोज लोगो D. Ctrl | कंट्रोल 48 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)48. How many pairs of wires are there in category 5 UTP cable? | श्रेणी 5 UTP केबल में तारों के कितने जोड़े होते हैं? A. 6 B. 3 C. 5 D. 4 49 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)49. Which of the following HTML code is valid? | निम्न में से कौन सा HTML कोड मान्य है? A. <font face="red"> B. <font color="red"> C. <font> D. <font> 50 / 75 Category: Computer Operator and Programming Assistant CBT Paper (TT)50. Who developed javascript? | जावास्क्रिप्ट किसने विकसित की? A. Brendan Eich | ब्रेंडन ईच B. John Mauchly | जॉन मौची C. Brendan Rich | ब्रेंडन रिच D. John Eckerl | जॉन एकर्ल 51 / 75 Category: Employability Skill CBT Paper (II)1. Which among the following is not an Online payment application? | निम्नलिखित में से कौन सा एक ऑनलाइन पेमेंट एप्लीकेशन नहीं है? A. Google Pay | गूगल Pay B. Instagram | इंस्टाग्राम C. Banking Applications | बैंकिंग एप्लिकेशन D. BHIM UPI | भीम यूपीआई 52 / 75 Category: Employability Skill CBT Paper (I)1. A person with a growth mindset is always willing to ______| एक विकास मानसिकता वाला व्यक्ति हमेशा ...... तैयार रहता है। A. become rich | अमीर बनने B. relax |आराम करने में C. grow, change, learn | बढ़ो, बदलो, सीखो D. keep quiet | चुप रहने में 53 / 75 Category: Employability Skill CBT Paper (I)2. _____ is the brain of the computer. | _____कंप्यूटर का मस्तिष्क है। A. Window | विन्डो B. Central Processing unit (CPU) | सेन्ट्रल प्रॉसेसिंग यूनिट (सीपीयू) C. Desktop | डेस्कटॉप D. Keyboard | कीबोर्ड 54 / 75 Category: Employability Skill CBT Paper (I)3. You withdraw Rs.500/- from an ATM. The ATM machine gives out Rs.5000/-. Which of the following would be ethically correct?/ आप एटीएम से रु 500 /- निकालते हैं । एटीएम मशीन रु 5000 /- देती है l निम्नलिखित में से कौन सा नैतिक रूप से सही होगा? A. Drop the money near ATM / एटीएम के पास पैसे गिरा देना B. Take the money / रुपये ले लेना C. Make a complaint / शिकायत दर्ज़ करना D. Give the money to the poor / गरीबों को पैसा दे देना 55 / 75 Category: Employability Skill CBT Paper (I)4. Choose the correct context of the given expression in group discussion. "Excuse me, I would_________” | ग्रुप डिस्कशन में दिए गए अभिव्यक्ति का सही संदर्भ चुनें।. "Excuse me, I would_________” A. Summarizing | संक्षेप में प्रस्तुत करना B. Interrupting | बाधा डालना C. Agreeing | सहमत होना D. Emphasizing a point | एक बिंदु पर जोर देना 56 / 75 Category: Employability Skill CBT Paper (I)5. Which one is a cyber crime?/ कौन एक साइबर अपराध है? A. Online purchasing / ऑनलाइन पर्चेज़िंग (खरीद) B. Sending email / ईमेल भेजना C. Online gambling / ऑनलाइन गैम्बलिंग (जुआ) D. Chatting with friends / मित्रों से चैटिंग (गपशप) 57 / 75 Category: Employability Skill CBT Paper (I)6. How can AI suggest jobs? | एआई नौकरियां कैसे सुझाव दे सकता है? A. By printing bills | बिल प्रिंट करके B. From shopping list | खरीदारी सूची से C. By scanning faces | चेहरों को स्कैन करके D. By using the details you share | आपके द्वारा साझा की गई जानकारी का उपयोग करके 58 / 75 Category: Employability Skill CBT Paper (I)7. _______ can help me learn English. | _______ मुझे अंग्रेजी सीखने में मदद कर सकता है। A. fear | डर B. dedication | निष्ठा C. shyness | शर्म D. anger | क्रोध 59 / 75 Category: Employability Skill CBT Paper (I)8. RTI is _____/ RTI है….। A. Read To Information / रेडी टू इनफार्मेशन B. Right Tern Information / राइट टर्म इनफार्मेशन C. Ready To Information / रेडी टू इनफार्मेशन D. Right To Information / राइट टू इनफार्मेशन 60 / 75 Category: Employability Skill CBT Paper (I)9. Word that is pronounced the same as another word but differs in meaning is called __________ | वह शब्द जो किसी दूसरे शब्द के समान होता है, लेकिन अर्थ में भिन्न होता है, जिसे __________________ कहा जाता है A. syllable | शब्दांश B. homophone | होमोफ़ोन C. homograph | होमोग्रफ़ D. diphthong | संयुक्त स्वर 61 / 75 Category: Employability Skill CBT Paper (I)10. Which one of the following is a good office etiquette? | निम्नलिखित में से कौन सा एक अच्छा कार्यालय शिष्टाचार है? A. One should litter one’s work place | व्यक्ति को अपने काम के स्थान पर कूड़ा डालना चाहिए B. One should dress formally | एक को औपचारिक रूप से पोशाक पहननी चाहिए C. One should not be punctual to work | काम के लिए समय का पाबंद नहीं होना चाहिए D. One should have fancy mobile ring tone | एक के पास फैंसी मोबाइल रिंग टोन होना चाहिए 62 / 75 Category: Employability Skill CBT Paper (I)11. Best way to identify customers needs is _____________ | ग्राहकों की जरूरतों की पहचान करने का सबसे अच्छा तरीका _________________ है A. By observation and Message | अवलोकन और संदेश द्वारा B. By talking to them and survey | उनसे बात करके और सर्वे करके C. Through 3rd person | तीसरे व्यक्ति के माध्यम से D. By advertising on newspaper | अखबार पर विज्ञापन देकर 63 / 75 Category: Employability Skill CBT Paper (I)12. After receiving interview call, what is the next step? | साक्षात्कार कॉल प्राप्त करने के बाद, अगला कदम क्या है? A. Send application letter | आवेदन पत्र भेजें B. Prepare the resume | रिज्यूम तैयार करें C. Send resume | रिज्यूम भेजे D. Appear at interview | साक्षात्कार में में जाये 64 / 75 Category: Employability Skill CBT Paper (I)13. For “SMART” Goal, S stands for _________| “SMART” गोल के लिए, S का मतलब................... है A. Social | सोशल B. Specific | स्पेसिफिक C. Strengths | स्ट्रेंथ D. Scientific | साइंटिफिक 65 / 75 Category: Employability Skill CBT Paper (I)14. Which of the following websites are not popular for finding jobs?| निम्नलिखित में से कौन सी वेबसाइट नौकरी खोजने के लिए लोकप्रिय नहीं है? A. LinkedIn.com | लिंक्डिन डॉट कॉम B. Naukri.com | नौकरी डॉट कॉम C. Sheroes.com | शेरोएस डॉट कॉम D. Twitter.com | ट्विटर डॉट कॉम 66 / 75 Category: Employability Skill CBT Paper (I)15. Fill in the correct question word. “_______________is the speaker at the function?”| सही प्रश्न शब्द भरें। “_______________is the speaker at the function?” A. What | व्हाट B. Why | व्हाई C. When | व्हेन D. Who | हु 67 / 75 Category: Employability Skill CBT Paper (I)16. Entrepreneurship is also termed as…..| उद्यमिता को ........... भी कहा जाता है A. employer | नियोक्ता B. self employment | स्व रोजगार C. investor | निवेशक D. employment seeker | रोजगार चाहने वाला 68 / 75 Category: Employability Skill CBT Paper (I)17. The expansion of RAM is __________| "RAM" का विस्तार है - A. Random Access Machine | रैंडम एक्सेस मशीन B. Read Octet Machine | रीड ओकटेट मशीन C. Read Access Memory | रीड एक्सेस मेमोरी D. Random Access Memory | रैंडम एक्सेस मेमोरी 69 / 75 Category: Employability Skill CBT Paper (I)18. Which one is NOT a benefit of the role playing? | भूमिका निभाने का कौन सा लाभ नहीं है? A. Develops boredom | बोरियत पैदा करता है B. Develops creative problem-solving skill | रचनात्मक समस्या-समाधान कौशल विकसित करता है C. Develops listening skill | सुनने का कौशल विकसित करता है D. Builds confidence | आत्मविश्वास पैदा करता है 70 / 75 Category: Employability Skill CBT Paper (I)19. Which one is a “don’t” in interview etiquette? | इंटरव्यू एटिकेट में “don’t” क्या है? A. Be confident | आत्मविश्वास रखो B. Dress appropriately | ठीक ढंग से कपड़े पहनें C. Proper eye contact | प्रोपर आई कांटैक्ट D. Lie about your abilities to get job | नौकरी पाने के लिए अपनी क्षमताओं के बारे में झूठ बोलें 71 / 75 Category: Employability Skill CBT Paper (I)20. Having a clear idea of our personality including strengths, weaknesses, thoughts, beliefs, motivation, values etc is called __________.| हमारे व्यक्तित्व का स्पष्ट विचार रखने को ताकत, कमजोरियों, विचारों, विश्वासों, प्रेरणा, मूल्यों आदि सहित को __________ कहा जाता है। A. Myth | मिथ B. Self Awareness | आत्म जागरूकता C. Threat | धमकी D. Belief | विश्वास 72 / 75 Category: Employability Skill CBT Paper (I)21. Which one of these phrases is not related to a telephone call? | इनमें से कौन-सा वाक्यांश एक टेलीफोन कॉल से संबंधित नहीं है? A. Pick up | पिक अप B. Make up | मेकअप C. Hold on | होल्ड ऑन D. Call back | कॉल बैक 73 / 75 Category: Employability Skill CBT Paper (I)22. Gesture “Brisk and erect walking” shows ________| "तेज और सीधा चलना" वाला हाव-भाव..................... दर्शाता है - A. boredom | बोरडम B. insecurity | इनसिक्योरिटी C. defensiveness | डिफेंसिवनेस D. confidence | आत्मविश्वास 74 / 75 Category: Employability Skill CBT Paper (I)23. A wireless technology that connects a laptop to the internet is called ________ .| एक वायरलेस तकनीक जो लैपटॉप को इंटरनेट से जोड़ती है _____ कहलाती है। A. Bluetooth | ब्लूटूथ B. Source Network | सोर्स नेटवर्क C. Desktop | डेस्कटॉप D. WiFi | वाई - फाई 75 / 75 Category: Employability Skill CBT Paper (I)24. Which AI tool can explain grammar? | कौन सा एआई टूल व्याकरण समझा सकता है? A. Notepad | नोटपैड B. Recorder | रेकॉर्डर C. ChatGPT | चैटजीपीटी D. MS Paint | एमएस पेंट Your score isThe average score is 55% 0% Restart quiz Exit WhatsApp और YouTube चैनल से जुड़े रहनाWhats App Electrician Free CBT Practice SetCOPA Free Practice SetDraughtsman Civil Free CBT Practice SetDraughtsman Mechanic Free CBT Practice SetITI CBT Practice Set Second YearElectronic Mechanic Free CBT Practice Set अत्यधिक चर्चा में SCVT पोर्टल करेक्शन गाइड: सत्र 2025 में नाम, जन्म तिथि और अन्य विवरण सुधार की पूरी जानकारी SBI Specialist Cadre Officer (Manager/Deputy Manager Digital Platforms) Recruitment 2025- Only Interview SBI Specialist Cadre Officer (Credit Analyst) Recruitment 2025- Only Interview 🚀 भारत की ईवी क्रांति का हिस्सा बनें | साइट इंजीनियर (इलेक्ट्रिकल) की भर्ती ⚡ Uttar Pradesh 🚨 आईटीआई में रिक्त सीटों के लिए नया विकल्प पंजीकरण शुरू – अगस्त 2025 सत्र के लिए सुनहरा मौका – Apply Online First Year Workshop Calculation and Science