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…
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)- A83% (35)
- D17% (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
Community Discussion
No community discussion yet for this question.