SlideShare a Scribd company logo
1 of 12
Download to read offline
1.Hivewillcreate
Selectone:
a.Directoryfordatabasesandfilesfortables
b.Filesfordatabasesandfilesfirtables
c.Filesfordatabasesanddirectoryfortables
d.Directoryfordatabasesandsubdirectoryfortables
2.Torunjobsinparallelinoozietherequirednodeis
Selectone:
a.<forkname=>
b.<startto=>
c.<caseto=>
d.<okto=>
3.WhichofthefollowingisnottrueincontextofSpark
Selectone:
a.distinctisatransformation
b.reduceisanaction
c.map()isatransformation
d.filter()isanaction
4.MongoDBcanbeinstalled
Selectone:
a.OnUNIX
b.OnWindows
c.OnLinux
d.Onanyofthementionedoptions
5.InCassandrawhenahintedhandoffoccurs?
Selectone:
a.Whenanodeisbusyduringread
b.Whenanodeisofflineduringread
c.Whenanodeisbusyduringwrite
d.Whenanodeisofflineduringwrite
6.InPigfragmentreplicatejoinmeans
Selectone:
a.Jointwotablesfirstbriningbothinmemory.
b.Joinonesmalltableinmemoryandonelargetablefromdisk
c.Jointwolargestablesinfragmentedway
d.Joinonelargetableinmemorywithonesmalltableindisk
7.WhichofthefollowingistrueincontextofpySpark
Selectone:
a.YoucanworkwithoutanySaprkContextandsoitisnotnecessarytocreateone.
b.ASparkContextisalreadycreatedforuseandyoucannotcreateanewoneevenif
youwant
c.NoSparkContextiscreatedautomaticallyanduserhavetocreateitbeforeuse
d.ASparkContextisalreadycreatedforusebutyoucancreateanewoneifyouwant
8.Hiveisbestsuitedfor
Selectone:
a.OLTP
b.Realtimequeries
c.Allofthementioned
d.OLAP
9.InpySparkbroadcastvariablesare
Selectone:
a.Bothreadandwritevariablessendtoworkersonlywhenthedemandit
b.Bothreadandwritevariablessendtoallworkers
c.Readonlyvariablessendtoallworkers
d.Readonlyvariablessendtoworkersonlywhentheydemandit
10.Suppose,youaregiventwovariablesX,Y.ThePearsoncorrelationcoefficientsfor(X,
Y)isP1.Now,youhaveadded2inallvaluesofX,subtracted3fromallvaluesofY.The
newcoefficientsfor(X,Y)isP2.Thenwhichofthefollowingistrue
Selectone:
a.P2=P1+2
b.P2=P1
c.P2=P1-1
d.P2=P1-3
11.WhatisthenameofdefaultdatabaseinmongoDB?
Selectone:
a.test
b.local
c.Thereisnodefaultdatabase
d.default
12.WhenyoutrytoinsertnewrecordsincappedcollectioninmongoDBabovethemax
value,whichofthefollowingwillhappen
Selectone:
a.Neitheritwillinsertrecordnoritwillgenerateerror.
b.Itwilloverwritetheoldestrecordinthecollection
c.Itwillinsertrecordtooverflowareawithwarningmessage.
d.Itwillnotinsertrecordandgenerateerrormessage.
13.InHbaseeachHtablecontains#controversy
Selectone:
a.Datafromonecolumn
b.Datafromforethanonecolumnfamilydependinguponthreshold
c.Datafromonecolumnfamily
d.Datafrommorethanonecolumndependinguponthreshold
14.Insparkthecommandrddval=sc.parallelize(value,4)means
Selectone:
a.Runrddvalin4cores
b.Createtherddvalwith4partition
c.Runrddvalinparallelin4threads
d.Allthementionedaretrue
15.TobreakthedatainmoremanageablechunksinHivethebesttechniqueis
Selectone:
a.Bucketing
b.Itdependsofthecolumnonwhichbucketingorpartitioningwillbedone
c.EitherofPartitioningorBucketing
d.Partitioning
16.InHbasetheremaybemorecolumnsundereachcolumnfamily.Whichofthe
followingistrue
Selectone:
a.Anyofthementionedoptionwillcreateatable
b.Wehavetodefinecolumnsonlyduringtablecreation
c.Wehavetodefinecolumnsandcolumnfamiliesduringtablecreation
d.Wehavetodefinecolumnfamiliesonlyduringtablecreation
17.AfeatureFwhichrepresentsgradeofstudentscantakecertainvalue:A,B,C,D,E,
Whichofthefollowingstatementistrueinthiscontext
Selectone:
a.Itdoesntbelongtoanyoftheabovecategory.
b.FeatureFisanexampleofnominalvariable.
c.FeatureFisanexampleofordinalvariable.
d.Noneofgivenaretrue
18.InteractiveshellinPigiscalledas
Selectone:
a.Pigexecutionengine
b.Piglatin
c.Piginterpreter
d.Grunt
19.ItiscalledasrowinRDBMS.WhatisitequivalentinMonogoDB
Selectone:
a.Fields
b.Collection
c.Shard
d.Documents
20.>A=foreachBgenerategroup,COUNT(val);
InabovePigcommandthereducephaseisstartedby
Selectone:
a.generate
b.count
c.foreach
d.group
21.Machinelearningis
Selectone:
a.Theautonomousacquisitionofknowledgethroughtheuseofmanualprograms
b.Theautonomousacquisitionofknowledgethroughtheuseofcomputerprograms
c.Theselectiveacquisitionofknowledgethroughtheuseofcomputerprograms
d.Theselectiveacquisitionofknowledgethroughtheuseofmanualprograms
22.Bloomfilteralgorithmisa
Selectone:
a.Deterministicandcangivefalsepositive
b.Nondeterministicandcangivefalsenegative
c.Deterministicandcangivefalsenegative
d.Nondeterministicandcangivefalsepositive
23.InPigwhichofthefollowingcollectsrecordsofmorethanoneinputsbasedonakey
Selectone:
a.filter
b.cross
c.cogroup
d.group
24.nperspectiveofthisinstructioninPiginteractiveshell,whichofthefollowingis
correct
Selectone:
a.BothforeachandAiscasesensitive
b.foreachisnotcasesensitivebutAiscasesensitive
c.NoneofforeachandAiscasesensitive
d.foreachiscasesensitivebutAisnotcasesensitive
25.MongoDBstoresdatain
Selectone:
a.CSONformat
b.JSONformat
c.Canstoredataineitherofthementionedformat.
d.BSONformat
26.Inhivewecancreateeitherofexternalofinternaltables.Whichofthefollowingis
trueinthiscontext
Selectone:
a.Wehavetogivethepathtofileforbothinternalandexternaltable
b.Wemustgivepathifwementionexternaltablebutnopathisrequirediftheword
externalisnotmentionedduringcreation.
c.Weneednotgiveanypathforeitherofexternalorinternaltable,onlythewordinternal
orexternalissufficient.
d.Wehavetogivepathifitisinternaltablebutnopathisrequirediftheexternalis
mentioned.
27.WhichofthefollowingistrueinperspectiveofindexinmongoDB
Selectone:
a.Itwillnotcreateindexifuserdoesntdefineit
b.Itwillautomaticallycreateanindexonthefirstcolumndefinedbyuser
c.Itwillautomaticallycreatean_idfieldandcreateindexonthat
d.mongoDBneverusesanindex
28.WhchofthefollowingistrueinHbase
Selectone:
a.Anyofthementionedconfigurationwillwork
b.TherearemanyHMasterserver,manyHRegionservercontrolledbyzookeeper
c.ThereareoneHMasterserver,manyHRegionserver
d.ThereareexactlyoneHMasterserver,exactlyoneHRegionserver
29.Topredictthenumberviewsofanonlinearticlewecanusetheauthorname,noof
viewsofpastarticlebysameauthoretc.Evaluationmetricweshoulduse
Selectone:
a.Anyoneofthementionedwillwork
b.F1score
c.Meansquareerror
d.Accuracy
30.ToimplementcounterswhichwillworkgloballyamongalltasksinpySparkwe
shoulduse
Selectone:
a.Broadcastvariable
b.Anyofthementionedwillwork
c.Accumulators
d.Globalvariable
31.zk>delete/zk/zc
Selectone:
a.Itmayormaynotbesuccessful
b.Commandiswrong
c.Itwillalwaysfail
d.Itwillalwayssuccessful
32.Hivestores
Selectone:
a.MetadatainHDFSandprocesseddatainRDBMS
b.MetadatainRDBMSandprocesseddatainRDBMS
c.MetadatainHDFSandprocesseddatainHDFS
d.MetadatainRDBMSandprocesseddatainHDFS
33.Whatistheentropyofthetargetvariable?
Selectone:
a.5/8log(3/8)— 3/8log(5/8)
b.3/8log(5/8)+5/8log(3/8)
c.-(5/8log(5/8)+3/8log(3/8))
d.5/8log(5/8)+3/8log(3/8)
34.InCassandradataissortedinapartitiondependingon
Selectone:
a.Primarykey
b.Compositekey
c.Partitionkey
d.Clusteringkey
35.InCassandraforupdaterequestwouldgoto
Selectone:
a.ToanyoftheCassandranodethatisholdingreplica
b.Cassandramaster
c.ToanyofCassandranode
d.TheCassandraslavewherethedataisthere
36.InMongoDBtocreateadatabasetestdbthecommandis
Selectone:
a.db.createDatabase(testdb)
b.db.createCollection(testdb)
c.usedefault(testdb)
d.usetestdb
37.Whichofthefollowingisthecorrectmethodtocreateawatchinzookeepr
Selectone:
a.zk>create/zk/watchtrue;zk&gt;set/zk/watch1;
b.zk>create/zk/watch1
c.Anyofthementionedcommandwillwork
d.zk>create/zk/watchtrue;zk&gt;get/zk/watch1;
38.InCassandra
Selectone:
a.Readisslowerthanwrite
b.Dependingonsituationeitherofreadorwritecanbefaster
c.Readandwritearebothofequalspeed
d.Writeisslowerthanread
39.Cassandrachoosesreplicaplacementserversonthering
Selectone:
a.distributereplicasevenlyonallthenodesinring
b.onclockwisemanner
c.onrandommanner
d.onanti-clockwisemanner
40.InmongoDBtofindalltherecordsstrictlylessthanavalueoneshoulduse
Selectone:
a.$ngte
b.$lt
c.$lte
d.$ngt
Share 'bda quiz2

More Related Content

What's hot

090622_blast-clustalw
090622_blast-clustalw090622_blast-clustalw
090622_blast-clustalw
ocha_kaneko
 

What's hot (18)

Deploying Plone and Volto, the Hard Way
Deploying Plone and Volto, the Hard WayDeploying Plone and Volto, the Hard Way
Deploying Plone and Volto, the Hard Way
 
08 php-files
08 php-files08 php-files
08 php-files
 
Sp ch05
Sp ch05Sp ch05
Sp ch05
 
Inside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source DatabaseInside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source Database
 
RestMQ - HTTP/Redis based Message Queue
RestMQ - HTTP/Redis based Message QueueRestMQ - HTTP/Redis based Message Queue
RestMQ - HTTP/Redis based Message Queue
 
Redis & ZeroMQ: How to scale your application
Redis & ZeroMQ: How to scale your applicationRedis & ZeroMQ: How to scale your application
Redis & ZeroMQ: How to scale your application
 
Profiling with Xhprof
Profiling with XhprofProfiling with Xhprof
Profiling with Xhprof
 
High Performance tDiary
High Performance tDiaryHigh Performance tDiary
High Performance tDiary
 
Py conkr 20150829_docker-python
Py conkr 20150829_docker-pythonPy conkr 20150829_docker-python
Py conkr 20150829_docker-python
 
Python Web Interaction
Python Web InteractionPython Web Interaction
Python Web Interaction
 
Cod
CodCod
Cod
 
Function Call Optimization
Function Call OptimizationFunction Call Optimization
Function Call Optimization
 
Control hypervisor via libvirt
Control hypervisor via libvirtControl hypervisor via libvirt
Control hypervisor via libvirt
 
C99
C99C99
C99
 
2017-07-22 Common Workflow Language Viewer
2017-07-22 Common Workflow Language Viewer2017-07-22 Common Workflow Language Viewer
2017-07-22 Common Workflow Language Viewer
 
090622_blast-clustalw
090622_blast-clustalw090622_blast-clustalw
090622_blast-clustalw
 
mongodb-introduction
mongodb-introductionmongodb-introduction
mongodb-introduction
 
EWD 3 Training Course Part 25: Document Database Capabilities
EWD 3 Training Course Part 25: Document Database CapabilitiesEWD 3 Training Course Part 25: Document Database Capabilities
EWD 3 Training Course Part 25: Document Database Capabilities
 

Similar to Share 'bda quiz2

Collaborate instant cloning_kyle
Collaborate instant cloning_kyleCollaborate instant cloning_kyle
Collaborate instant cloning_kyle
Kyle Hailey
 
Clonewise - Automatically Detecting Package Clones and Inferring Security Vu...
Clonewise  - Automatically Detecting Package Clones and Inferring Security Vu...Clonewise  - Automatically Detecting Package Clones and Inferring Security Vu...
Clonewise - Automatically Detecting Package Clones and Inferring Security Vu...
Silvio Cesare
 

Similar to Share 'bda quiz2 (20)

The Ball Content Sync with Device Client
The Ball Content Sync with Device ClientThe Ball Content Sync with Device Client
The Ball Content Sync with Device Client
 
Big data quiz
Big data quizBig data quiz
Big data quiz
 
Collaborate instant cloning_kyle
Collaborate instant cloning_kyleCollaborate instant cloning_kyle
Collaborate instant cloning_kyle
 
Distcp gobblin
Distcp gobblinDistcp gobblin
Distcp gobblin
 
Pythonic Deployment with Fabric 0.9
Pythonic Deployment with Fabric 0.9Pythonic Deployment with Fabric 0.9
Pythonic Deployment with Fabric 0.9
 
Autoconf&Automake
Autoconf&AutomakeAutoconf&Automake
Autoconf&Automake
 
ABCs of docker
ABCs of dockerABCs of docker
ABCs of docker
 
Clonewise - Automatically Detecting Package Clones and Inferring Security Vu...
Clonewise  - Automatically Detecting Package Clones and Inferring Security Vu...Clonewise  - Automatically Detecting Package Clones and Inferring Security Vu...
Clonewise - Automatically Detecting Package Clones and Inferring Security Vu...
 
maven-for-maine-jug-090226091601-phpapp02.ppt
maven-for-maine-jug-090226091601-phpapp02.pptmaven-for-maine-jug-090226091601-phpapp02.ppt
maven-for-maine-jug-090226091601-phpapp02.ppt
 
TensorFlow BASTA2018 Machinelearning
TensorFlow BASTA2018 MachinelearningTensorFlow BASTA2018 Machinelearning
TensorFlow BASTA2018 Machinelearning
 
Rust: Reach Further (from QCon Sao Paolo 2018)
Rust: Reach Further (from QCon Sao Paolo 2018)Rust: Reach Further (from QCon Sao Paolo 2018)
Rust: Reach Further (from QCon Sao Paolo 2018)
 
005 skyeye
005 skyeye005 skyeye
005 skyeye
 
CNCF Québec Meetup du 16 Novembre 2023
CNCF Québec Meetup du 16 Novembre 2023CNCF Québec Meetup du 16 Novembre 2023
CNCF Québec Meetup du 16 Novembre 2023
 
Operating System Multiple Choice Questions
Operating System Multiple Choice QuestionsOperating System Multiple Choice Questions
Operating System Multiple Choice Questions
 
Perf test Eng interview preparation
Perf test Eng interview preparationPerf test Eng interview preparation
Perf test Eng interview preparation
 
Clad sample exam15
Clad sample exam15Clad sample exam15
Clad sample exam15
 
DBI-Assisted Android Application Reverse Engineering
DBI-Assisted Android Application Reverse EngineeringDBI-Assisted Android Application Reverse Engineering
DBI-Assisted Android Application Reverse Engineering
 
Heroku pycon
Heroku pyconHeroku pycon
Heroku pycon
 
J1 2015 "Debugging Java Apps in Containers: No Heavy Welding Gear Required"
J1 2015 "Debugging Java Apps in Containers: No Heavy Welding Gear Required"J1 2015 "Debugging Java Apps in Containers: No Heavy Welding Gear Required"
J1 2015 "Debugging Java Apps in Containers: No Heavy Welding Gear Required"
 
Which of the following are features of Btrfs - A- relocating files and.docx
Which of the following are features of Btrfs - A- relocating files and.docxWhich of the following are features of Btrfs - A- relocating files and.docx
Which of the following are features of Btrfs - A- relocating files and.docx
 

Recently uploaded

Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
AnaAcapella
 

Recently uploaded (20)

How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactistics
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

Share 'bda quiz2