Topic 1 Question 850
A company wants to build a map of its IT infrastructure to identify and enforce policies on resources that pose security risks. The company's security team must be able to query data in the IT infrastructure map and quickly identify security risks.
Which solution will meet these requirements with the LEAST operational overhead?
Use Amazon RDS to store the data. Use SQL to query the data to identify security risks.
Use Amazon Neptune to store the data. Use SPARQL to query the data to identify security risks.
Use Amazon Redshift to store the data. Use SQL to query the data to identify security risks.
Use Amazon DynamoDB to store the data. Use PartiQL to query the data to identify security risks.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: B
Using Amazon Neptune with SPARQL, a query language for graph databases, allows the security team to easily query the data in the IT infrastructure map to identify security risks. SPARQL is specifically designed for querying graph data and allows for complex queries to traverse relationships between resources efficiently.
👍 4dds692024/04/04 Option B (Use Amazon Neptune to store the data. Use SPARQL to query the data) is the most suitable choice. Neptune is purpose-built for storing and querying graph data, making it a natural fit for representing and querying the complex relationships inherent in an IT infrastructure map. Additionally, SPARQL is a powerful and efficient query language for graph databases, facilitating quick identification of security risks.
👍 4jcck2020202024/04/13- 正解だと思う選択肢: B
AnswerB
Neptune is the only Graph database from all options which seems to be most suitable. I'm not sure about SPARQL but hence Neptun is the best option hence SPARQL should be to. https://docs.aws.amazon.com/neptune/latest/userguide/intro.html
👍 3Scheldon2024/06/04
シャッフルモード