Hadoop DPE Quiz

Hadoop DPE Quiz

 



Hadoop DPE Quiz contain set of 30 MCQ questions for Hadoop DPE MCQ which will help you to clear beginner level quiz.



 
1) Replicating data oon multiple data nodes helps achieve which of the characteristic of Hadoop(HDFS)

  1. High Availability
  2. Fault tolerance
  3. Both A and B
  4. None of the above

Answer : C

 
 
2) Hadoop ships the code to the data instead of sending the data to the code. What does this help achieve ?

  1. Process large volumes of data
  2. Hardware efficiency
  3. Lesser storage
  4. None of the above

Answer : A

 
 
3) Mapreduce can be used for

  1. Machine learning
  2. ETL
  3. Both A and B
  4. None of the above

Answer : C

 
 
4) What is the primary regulatory concern for cloud computing

  1. Lack of transparency of cloud providers
  2. Data stroage beyond national boundaries
  3. Lock in by cloud providers
  4. None of the above

Answer : B

 
 
5) Disaster recovery in cluod enironment can be achieved efficiently through

  1. Replicated data centers
  2. Using multiple cloud providers
  3. Backing up data
  4. None of the above

Answer : A

 
 
6) On-demand self service helps in cloud services to achieve

  1. Automation
  2. Resource pooling
  3. Reliability
  4. High utilization

Answer : A

 
 
7) Proprietary APIs to access cloud services results in

  1. Efficient usage
  2. Customization of services
  3. Data Lock in
  4. none of the above

Answer : C

 
 
8) Large data moving across boundaries of clouds – this use case is not suitable when

  1. Using multiple cloud providers
  2. Using private clouds
  3. cost is the primary consideration
  4. all of the above

Answer : A

 
 
9) Deployment automation can be achieved through

  1. Efficient algorithms
  2. Library of scripts (recipes)
  3. Effective monitoring
  4. None of the above

Answer : B

 
 
10) Internet latencies in cloud envirnoment makes it inevitable to keep static data closer to

  1. compute servers
  2. end users
  3. Distributed equally between end users and servers
  4. None of the above

Answer : B

 
 
11) Consistency compromise is tolerated in

  1. Relational DB
  2. NoSQL DB
  3. VLDB
  4. all of the above

Answer : B

 
 
12) Algorithms which learn from and make predictions on data can be categorized as

  1. Machine learning
  2. Numerical
  3. Randomized
  4. None of the above

Answer : A

 
 
13) To takeĀ  full advantage of Hoizontal scaling following can be used

  1. Partitions or shards
  2. Replication
  3. Proxies
  4. Global cache

Answer : A

 
 
14) Which of the properties is challenging to implement in an In Memory Database

  1. Atomicity
  2. Consistency
  3. Isolation
  4. Durability

Answer : D

 
 
15) Which feature is not a significant factor for the private cloud

  1. Self service portal
  2. Metered billing
  3. Rapid elasticity
  4. Replication

Answer : B

 
 
16) In a ______ cloud, an organization might use a public cloud service, such as Amazon’s Elastic Compute Cloud (EC2) for general computing but store customer data within its own data center.
 

  1. Public
  2. Private
  3. Hybrid
  4. all of the above

Answer : C

 
 
17) What is Not true about private cloud

  1. Has to be managed internally
  2. Operated solely for a single organization
  3. Provides hosted services behind firewall
  4. managed and hosted externally by third party

Answer : D

 
 
18) The purpose of load balancing is

  1. Optimum resource usage
  2. Maximum throughput
  3. Minimize response time
  4. all of the above

Answer : D

 
 
19) What best practices are applicable for a secure cloud environment

  1. Protect data in transit
  2. Protect data at rest
  3. Protect credentials
  4. all of the above

Answer : D

 
 
20) Containers are more efficient than virtual machines for

  1. Porting applications
  2. System resource requirements
  3. OS usage
  4. None of the above

Answer : B

 
 
21) Hadoop can be run in which of the following modes

  1. Standalone
  2. Psuedo-distributed
  3. Fully distributed
  4. all of the above

Answer : D

 
 
22) Volume, velocity and variety are used to characterize

  1. Web applications
  2. Big Data
  3. Cloud applications
  4. Mobile Apps

Answer : B

 
 
23) If a node appears to be running slow, the master node can redundantly execute another instance of the same task and first output will be taken .this process is called as

  1. proactive scheduling
  2. parallel processing
  3. Distributed processing
  4. speculative execution

Answer : D

 
 
24) Which of the following are the main aspects for the qualilites of architecture?

  1. Conceptual Integrity
  2. Bulidability
  3. Correctness and Completeness
  4. all of the above

Answer : D

 
 
25) Which of the following scenarios makes HDFS unavailable?

  1. Jobtracker failure
  2. Tasktracker failure
  3. Data Node failure
  4. Namenode failure

Answer : A

 
 
26) What are the drawback for Layered architecture

  1. Information hiding
  2. It is often necessary to pass data through many layers, which can slow performance
  3. Both A and B
  4. None of the above

Answer : B

 
 
27) Which of these does not belong to the qualities of operational requirements

  1. Portability
  2. Reuse
  3. Loose coupling
  4. all of the above

Answer : D

 
 
28) What are the techniques for selecting alternative requirements

  1. Stakeholder participation
  2. crucial expectation
  3. multidimensional ranking
  4. pros and cons

Answer : A

 
 
29) Which MapReduce stage serves as a barrier, where all previous stages must be completed before it may proceed?

  1. Shuffle
  2. Reduce
  3. combine
  4. Write

Answer : C

 
 
30) Which steps are included in use case driven iterative development

  1. At each iteration, one or more usecases are selected for implementation
  2. Iteration should be followed until system is complete
  3. Iterative development builds system functionality gradually through analysis, design, coding, testing and evaluation.
  4. all of the above

Answer : D