HBASE MOCK TEST HBASE MOCK TEST III

Similar documents
DB2 MOCK TEST DB2 MOCK TEST I

PERL MOCK TEST PERL MOCK TEST II

C# MOCK TEST C# MOCK TEST I

C# MOCK TEST C# MOCK TEST II

HBASE INTERVIEW QUESTIONS

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST III

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST II

PYTHON MOCK TEST PYTHON MOCK TEST III

JAVA MOCK TEST JAVA MOCK TEST IV

HIVE MOCK TEST HIVE MOCK TEST III

MAVEN MOCK TEST MAVEN MOCK TEST I

JAVA MOCK TEST JAVA MOCK TEST III

CICS MOCK TEST CICS MOCK TEST I

JAVA MOCK TEST JAVA MOCK TEST II

COBOL MOCK TEST COBOL MOCK TEST III

COSC 6339 Big Data Analytics. NoSQL (II) HBase. Edgar Gabriel Fall HBase. Column-Oriented data store Distributed designed to serve large tables

JSP MOCK TEST JSP MOCK TEST III

PL/SQL MOCK TEST PL/SQL MOCK TEST IV

ADVANCED HBASE. Architecture and Schema Design GeeCON, May Lars George Director EMEA Services

MAVEN MOCK TEST MAVEN MOCK TEST IV

ANGULARJS - MOCK TEST ANGULARJS MOCK TEST II

HIBERNATE MOCK TEST HIBERNATE MOCK TEST I

JAVASCRIPT MOCK TEST JAVASCRIPT MOCK TEST I

10 Million Smart Meter Data with Apache HBase

GO MOCK TEST GO MOCK TEST I

BigTable: A Distributed Storage System for Structured Data

Comparing SQL and NOSQL databases

NODE.JS MOCK TEST NODE.JS MOCK TEST I

HBase. Леонид Налчаджи

MAVEN MOCK TEST MAVEN MOCK TEST III

HTML5 MOCK TEST HTML5 MOCK TEST I

NODE.JS MOCK TEST NODE.JS MOCK TEST IV

Ghislain Fourny. Big Data 5. Column stores

JCL MOCK TEST JCL MOCK TEST IV

HIBERNATE MOCK TEST HIBERNATE MOCK TEST II

EJB MOCK TEST EJB MOCK TEST IV

Research on the Application of Bank Transaction Data Stream Storage based on HBase Xiaoguo Wang*, Yuxiang Liu and Lin Zhang

NoSQL Databases. Amir H. Payberah. Swedish Institute of Computer Science. April 10, 2014

JDBC MOCK TEST JDBC MOCK TEST IV

VB.NET MOCK TEST VB.NET MOCK TEST III

CSS MOCK TEST CSS MOCK TEST III

ANDROID MOCK TEST ANDROID MOCK TEST IV

HIBERNATE MOCK TEST HIBERNATE MOCK TEST IV

VB.NET MOCK TEST VB.NET MOCK TEST I

QTP MOCK TEST QTP MOCK TEST II

Using space-filling curves for multidimensional

Ghislain Fourny. Big Data 5. Wide column stores

CS November 2017

HBase Installation and Configuration

JSP MOCK TEST JSP MOCK TEST IV

Strategies for Incremental Updates on Hive

JCL MOCK TEST JCL MOCK TEST III

Apache HBase Andrew Purtell Committer, Apache HBase, Apache Software Foundation Big Data US Research And Development, Intel

Big Data Infrastructure CS 489/698 Big Data Infrastructure (Winter 2016)

CA485 Ray Walshe NoSQL

Bigtable: A Distributed Storage System for Structured Data By Fay Chang, et al. OSDI Presented by Xiang Gao

SEARCHING BILLIONS OF PRODUCT LOGS IN REAL TIME. Ryan Tabora - Think Big Analytics NoSQL Search Roadshow - June 6, 2013

QC MOCK TEST QC MOCK TEST

CS November 2018

W b b 2.0. = = Data Ex E pl p o l s o io i n

EXAM PGCES-02. PostgreSQL CE 8 Silver Exam.

BigTable. CSE-291 (Cloud Computing) Fall 2016

Typical size of data you deal with on a daily basis

Bigtable: A Distributed Storage System for Structured Data by Google SUNNIE CHUNG CIS 612

HTML5 MOCK TEST HTML5 MOCK TEST IV

Big Data Infrastructure CS 489/698 Big Data Infrastructure (Winter 2017)

Advanced HBase Schema Design. Berlin Buzzwords, June 2012 Lars George

Who Am I? Chris Larsen

Facebook. The Technology Behind Messages (and more ) Kannan Muthukkaruppan Software Engineer, Facebook. March 11, 2011

Data Informatics. Seon Ho Kim, Ph.D.

Lily 2.4 What s New Product Release Notes

Column-Family Stores: Cassandra

About 1. Chapter 1: Getting started with hbase 2. Remarks 2. Examples 2. Installing HBase in Standalone 2. Installing HBase in cluster 3

GWT MOCK TEST GWT MOCK TEST I

S2Graph : A large-scale graph database

Trafodion Enterprise-Class Transactional SQL-on-HBase

Column-Family Databases Cassandra and HBase

HBase: Overview. HBase is a distributed column-oriented data store built on top of HDFS

CSE-E5430 Scalable Cloud Computing Lecture 9

Database Evolution. DB NoSQL Linked Open Data. L. Vigliano

Distributed File Systems II

Faster HBase queries. Introducing hindex Secondary indexes for HBase. ApacheCon North America Rajeshbabu Chintaguntla

Hadoop ecosystem. Nikos Parlavantzas

HBase Installation and Configuration

Introduction to BigData, Hadoop:-

Introduction to NoSQL Databases

Voldemort. Smruti R. Sarangi. Department of Computer Science Indian Institute of Technology New Delhi, India. Overview Design Evaluation

Chapter 4. Basic SQL. SQL Data Definition and Data Types. Basic SQL. SQL language SQL. Terminology: CREATE statement

D B M G. SQL language: basics. Managing tables. Creating a table Modifying table structure Deleting a table The data dictionary Data integrity

Introduction to Computer Science Midterm 3 Fall, Points

Bigtable: A Distributed Storage System for Structured Data. Andrew Hon, Phyllis Lau, Justin Ng

A STUDY ON THE TRANSLATION MECHANISM FROM RELATIONAL-BASED DATABASE TO COLUMN-BASED DATABASE

Distributed Systems. Fall 2017 Exam 3 Review. Paul Krzyzanowski. Rutgers University. Fall 2017

Module 9: Managing Schema Objects

NODE.JS MOCK TEST NODE.JS MOCK TEST II

Chapter 4. Basic SQL. Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

CISC 7610 Lecture 2b The beginnings of NoSQL

CSE344 Midterm Exam Winter 2017

Bigtable. A Distributed Storage System for Structured Data. Presenter: Yunming Zhang Conglong Li. Saturday, September 21, 13

Rails on HBase. Zachary Pinter and Tony Hillerson RailsConf 2011

Transcription:

http://www.tutorialspoint.com HBASE MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to HBase. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself. HBASE MOCK TEST III Q 1 - If we choose the rowkey to be a timestamp then inserting data to such a Hbase table will be A - Faster than a numeric rowkey data B - Slower than a numeric rowkey data C - Same performance as rowkey data D - Cannot be predicted. Q 2 - Which of the following pair is an option for effectively distributing the data across multiple regions? A - Hashing, salting B - Hashing, threading C - Salting, windowing D - Threading, salting Q 3 - In the standalone mode Hbase runs on A - Local file system B - HDFS system C - Both local and HDFS D - NAS file system Q 4 - In the pseudo-distributed mode, Hbase runs on A - Local file system

B - HDFS C - Either local file system or HDFS D - Both local and HDFS Q 5 - The property which enables a fully distributed mode for Hbase is A - hbase-cluster.distributed-all B - hbase-cluster.distributed-enable C - hbase-cluster.fully-distributed D - hbase-cluster.distributedy Q 6 - A namespace in Hbase is analogous to which data base object in a relational system? A - Table B - Index C - View D - Database Q 7 - The two predefined namespace in Hbase are A - userbase, default B - hbase, default C - allnamespaces, userbase D - default, allnamespace Q 8 - Which of the following is declared during the schema definition creation? A - Column families B - Column names C - Both D - None Q 9 - The tuple which specifies a cell in Hbase is A - {row, column, version} B - {row, column family, version} C - {row, table, column} D - {column-family,column-attribute, version}

Q 10 - While rows and columns keys are expressed as bytes, version is specified as A - Date B - Long integer C - Short integer D - Decimal Q 11 - What does the following command do? hbase> alter t1, NAME => f1, VERSIONS => 5 A - All the columns in the column family f1 of table t1 can have minimum 5 versions. B - All the columns in the column family f1 of table t1 can have maximum 5 versions. C - Creates 5 versions of the column family named f1 in table t1. D - Created 5 versions of the table t1, Q 12 - What does the following command do? hbase> alter t1, NAME => f1, MIN_VERSIONS => 2 A - All the columns in the column family f1 of table t1 can have minimum 2 versions. B - All the columns in the column family f1 of table t1 can have maximum 2 versions. C - Creates 2 versions of the column family named f1 in table t1. D - Created 2 versions of the table t1, Q 13 - How many types of delete markers are used by Hbase for deleting columns? A - 2 B - 3 C - 4 D - 1 Q 14 - All data returned from a Hbase query is sorted. They are sorted by A - rowkey, ColumnFamily,, Column qualifier, timestamp B - ColumnFamily,, Column qualifier, rowkey,,timestamp C - Timestamp,ColumnFamily,,Column qualifier, rowkey D - ColumnFamily,,Column qualifier,timestamp, rowkey Q 15 - The schema level changes to table or column familieslikeregionsize, blocksizeetc are reflected

A - Immediately after the changes B - Only after a major compaction C - Only after a minor compaction D - Restarting the Regionserver. Q 16 - When a large amount of client requests are directed to a very few nodes in a cluster, it is known as A - Latency B - Bottleneck C - Hotspotting D - Redundancy Q 17 - The length of the name of the column family should be A - As small as possible B - Preferably one character C - As large as possible D - Does not matter Q 18 - The rowkeys in Hbase are immutable. The only way they can be changed is A - Changing their data type B - Updating them at a pre-defined interval C - Changing Hbase configuration parameters D - Deleting and re-inserting a row Q 19 - Hbase can store A - Only string B - Only numbers C - Only images D - Any data that can be converted to bytes Q 20 - Hbase can automatically delete rows by using A - Autodelete functionality B - Autoexpire configuration C - Time to livettl D - Third party scheduler tools

Q 21 - Which filter acts on column family? A - Rowfilter B - Column filter C - Family filter D - Valuefilter Q 22 - Which filer accepts the pagesize as a parameter? A - Columnfilter B - Valuefilter C - Pagefilter D - Keyfilter Q 23 - Which filter accepts chance as a parameter? A - Skipfilter B - Randomrow filter C - ColumnPrefix filter D - Whilematchfilter Q 24 - A new counter created in Hbase has the value A - Zero B - 1 C - Prec configured D - Decided at counter creation time. Q 25 - You can process an arbitrary code on a region server using A - Hbase Triggers B - Coprocessors C - Random processors D - Arbitrary processor ANSWER SHEET Question Number Answer Key 1 B

2 A 3 A 4 C 5 D 6 D 7 B 8 A 9 A 10 B 11 B 12 B 13 B 14 A 15 B 16 C 17 B 18 D 19 D 20 C 21 C 22 C 23 B 24 D 25 B Loading [MathJax]/jax/output/HTML-CSS/jax.js