What is a prerequisite of running APEX on an Autonomous Database?
Correct : B
A prerequisite for running 'APEX' (Application Express) on an Autonomous Database is provisioning 'an Autonomous Database with the workload type Data Warehouse, Transaction Processing, JSON, or APEX' (B). APEX is supported across these workload types, with ORDS (Oracle REST Data Services) pre-enabled. Option A is incorrect, as ORDS is automatically configured. Option C is too restrictive, as APEX isn't limited to the APEX workload type alone. Option D is unnecessary, as user creation follows provisioning, not precedes it. Oracle's Autonomous Database documentation confirms APEX availability across these workload types with no manual ORDS setup required.
Start a Discussions
Which Oracle Cloud Infrastructure (OCI) Identity and Access Management (IAM) capability helps you to organize multiple users into teams?
Correct : A
In OCI Identity and Access Management (IAM), 'Groups' (A) is the capability that helps organize multiple users into teams. Groups allow administrators to assign permissions collectively to a set of users, simplifying access management. 'Policies' (B) define permissions but don't organize users, 'Users' (C) are individual accounts, and 'Roles' (D) are not a distinct IAM construct in OCI (unlike other clouds). Oracle's IAM documentation identifies Groups as the mechanism for team-based organization.
Start a Discussions
A customer wants to use Oracle Cloud Infrastructure (OCI) for storing application backups which can be stored for months, but retrieved immediately based on business needs. Which OCI storage service can be used to meet this requirement?
Correct : A
For storing application backups that need to be 'stored for months, but retrieved immediately,' 'Object Storage (standard)' (A) is the suitable OCI service. Standard Object Storage offers durable, scalable storage with immediate access, ideal for backups requiring quick retrieval. 'Archive Storage' (B) is cheaper but has retrieval delays, unsuitable for immediate access. 'File Storage' (C) is for shared file systems, and 'Block Volume' (D) is for high-performance attached storage, both less suited for long-term backups. Oracle's OCI Storage documentation confirms Standard Object Storage for this use case.
Start a Discussions
Which workload CANNOT be run on Oracle Database 19c?
Correct : D
'Oracle Database 19c' supports 'Machine Learning' (A) via in-database algorithms, 'Translytical' (B) workloads combining transactional and analytical processing, and 'Gaming' (C) through high-performance transaction support. However, 'Hadoop Clusters' (D) cannot run directly on 19c, as Hadoop is a distributed framework requiring a separate ecosystem (e.g., Oracle Big Data Service), not a workload natively supported within the database engine. Oracle's 19c documentation details its converged database capabilities, excluding Hadoop as a direct workload.
Start a Discussions
A customer is looking to migrate their old database backups from their on-premises data center to Oracle Cloud Infrastructure (OCI). Which OCI service is the most cost-effective?
Correct : D
For migrating 'old database backups' to OCI, 'Archive Storage' (D) is the most cost-effective service. Archive Storage offers the lowest cost per gigabyte for long-term, infrequently accessed data, ideal for backups that don't require immediate retrieval. 'Object Storage (standard)' (A) is more expensive and suited for frequent access, 'Block Volume' (B) is high-performance and costly, and 'File Storage' (C) is for active file systems. Oracle's storage pricing and use case documentation recommend Archive Storage for cost-effective backup archival.
Start a Discussions