Which Oracle Cloud Infrastructure (OCI) IAM policy statement should be defined to ensure that members of the NetworkAdmins group can create and configure Virtual Cloud Network components in the Project-A compartment?
To allow members of the NetworkAdmins group to create and configure Virtual Cloud Network (VCN) components within the Project-A compartment, the policy statement should provide 'manage' privileges to the 'virtual-network-family' in that compartment. This allows the group to perform all actions within the virtual network resource family, including creation and configuration.
Which Cypher query should you use to retrieve the count of nodes with a specific label in a Neo4j HA cluster'.'
In Neo4j, the Cypher query to retrieve the count of nodes with a specific label would be structured as MATCH (n:Label) RETURN COUNT(n). This query matches all nodes with the specified label and returns the count of these nodes, providing a straightforward way to aggregate nodes based on their labels in a Neo4j database.
You have subscribed to a tenancy in which you want to logically organize and isolate OCI resources from different users for governance, and control access to them in a way that is meaningful to your business.
Which OCI resource can help you achieve this logical separation?
Compartments in Oracle Cloud Infrastructure are used to logically organize and isolate OCI resources. They provide a way to separate resources for different projects or departments and control access through policies, aligning with governance and business requirements.
Which is a key feature of Oracle Cloud Infrastructure (OCI) Container Registry?
Oracle Cloud Infrastructure Container Registry is a managed Docker registry service that supports storing, sharing, and managing development artifacts like Docker images. It is compliant with the Open Container Initiative (OCI) specifications, supporting a wide range of container images and configurations, including manifest lists for multiple architectures and Helm charts, making it ideal for modern containerized applications.
Which option indicates the primary storage for Sunbird Knowlg microserviccs?
For a knowledge microservice, a combination of Neo4J, Cassandra, and Cloud Storage would provide a robust solution. Neo4J offers graph database capabilities for complex queries and relationships, Cassandra provides scalable and high-performance data management, and Cloud Storage offers a flexible solution for storing large amounts of unstructured data.