nerdexam
Cloudera

DS-200 · Question #1

What is the result of the following command (the database username is foo and password is bar)? $ sqoop list-tables - - connect jdbc : mysql : / / localhost/databasename - - table - - username foo…

The correct answer is C. sqoop lists the available tables from the database. See the full explanation below for the reasoning.

Question

What is the result of the following command (the database username is foo and password is bar)? $ sqoop list-tables - - connect jdbc : mysql : / / localhost/databasename - - table - - username foo - - password bar

Options

  • Asqoop lists only those tables in the specified MySql database that have not already been imported
  • Bsqoop returns an error
  • Csqoop lists the available tables from the database
  • Dsqoopimports all the tables from SQLHDFS

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    77% (27)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full DS-200 Practice