ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 123 - DEA-C01 discussion

Report
Export

A data engineer needs to use Amazon Neptune to develop graph applications.

Which programming languages should the engineer use to develop the graph applications? (Select TWO.)

A.

Gremlin

Answers
A.

Gremlin

B.

SQL

Answers
B.

SQL

C.

ANSI SQL

Answers
C.

ANSI SQL

D.

SPARQL

Answers
D.

SPARQL

E.

Spark SQL

Answers
E.

Spark SQL

Suggested answer: A, D

Explanation:

Amazon Neptune supports graph applications using Gremlin and SPARQL as query languages. Neptune is a fully managed graph database service that supports both property graph and RDF graph models.

Option A: Gremlin Gremlin is a query language for property graph databases, which is supported by Amazon Neptune. It allows the traversal and manipulation of graph data in the property graph model.

Option D: SPARQL SPARQL is a query language for querying RDF graph data in Neptune. It is used to query, manipulate, and retrieve information stored in RDF format.

Other options:

SQL (Option B) and ANSI SQL (Option C) are traditional relational database query languages and are not used for graph databases.

Spark SQL (Option E) is related to Apache Spark for big data processing, not for querying graph databases.

Amazon Neptune Documentation

Gremlin Documentation

SPARQL Documentation


asked 29/10/2024
Jack de Cort
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first