nerdexam
Huawei

H13-723_V2.0 · Question #40

In the FusionInsight HD system, what interface types does Hive support? (multiple choice)

The correct answer is A. JDBC interface B. ODBC interface C. Python interface. Hive in FusionInsight HD supports JDBC (A), ODBC (B), and Python (C) interfaces because these are the three standard programmatic access methods built into HiveServer2 - JDBC for Java-based clients, ODBC for tools like Excel and Tableau, and a Python interface (via the pyHive…

Batch Processing Development (MapReduce, Spark Core, Hive)

Question

In the FusionInsight HD system, what interface types does Hive support? (multiple choice)

Options

  • AJDBC interface
  • BODBC interface
  • CPython interface
  • DRuby interface

How the community answered

(42 responses)
  • A
    83% (35)
  • D
    17% (7)

Explanation

Hive in FusionInsight HD supports JDBC (A), ODBC (B), and Python (C) interfaces because these are the three standard programmatic access methods built into HiveServer2 - JDBC for Java-based clients, ODBC for tools like Excel and Tableau, and a Python interface (via the pyHive or Thrift-based client) for scripting and data science workflows. Ruby (D) is incorrect because Hive does not ship with a native Ruby interface; Ruby would require a third-party workaround and is not an officially supported interface in FusionInsight HD. These three choices reflect the core enterprise integration points: relational tool connectivity (ODBC), application development (JDBC), and scripting/analytics (Python).

Memory tip: Think "JOP" - JDBC, ODBC, Python. These are the three production-grade interfaces that cover Java apps, BI tools, and scripting - Ruby is never in that club for Hive.

Topics

#Hive interfaces#JDBC/ODBC connectivity#FusionInsight HD#data access

Community Discussion

No community discussion yet for this question.

Full H13-723_V2.0 Practice