Which statement is true about connecting an OCI compute instance to a Shared Autonomous Database?
Correct Answer: D
1Z0-931-24 Exam Question 62
Which two statements are true about the Oracle Cloud Infrastructure (OCI)? (Choose two.)
Correct Answer: A,B
A region is a localized geographic area, and an availability domain is one or more data centers located within a region. Because availability domains do not share infrastructure such as power or cooling, or the internal availability domain network, a failure at one availability domain within a region is unlikely to impact the availability of the others within the same region. Oracle Cloud Infrastructure is hosted in regions and availability domains. A region is a localized geographic area. And an availability domain is one or more data centers located within a region. Our region is composed of one or more available domains. Most cloud infrastructure resources are either region-specific, such as virtual cloud networks, or availability-domain-specific, such as compute instance. Traffic between availability domains and between regions is encrypted. Availability domains are isolated from each other, fault tolerant, and very unlikely to fail simultaneously. Because availability domains do not share infrastructure such as power or cooling, or the internal availability domain network, a failure at one domain within a region is unlikely to impact the availability of the others within the same region. https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm
1Z0-931-24 Exam Question 63
Which command should you issue to enable application continuity on 0 Shared Infrastructure?
Correct Answer: D
1Z0-931-24 Exam Question 64
Which task is NOT automatically performed by the Oracle Autonomous Database?
Correct Answer: B
- Oracle patch the full stack-including the firmware, the OS, clusterware, and the database. - Oracle Autonomous Database is actually a family of cloud services, with each member of the family optimized by workload. Autonomous Data Warehouse (ADW), which has been optimized for analytic workloads and Autonomous Transaction Processing (ATP). ATP is optimized for transaction processing or mixed workload. - it is possible to use Oracle Data Safe data masking capabilities with cloned instances of ADB. but by the customer https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/autonomous-key-features.html#GUID-7D0627D9-1B40-40B1-865A-84FF65A65846
1Z0-931-24 Exam Question 65
Which Autonomous Database Service is NOT used to conned to an Autonomous Transaction Processing instance?
Correct Answer: D
Predefined Database Service Names for Autonomous Transaction Processing The tnsnames.ora file provided with the credentials zip file contains five database service names identifiable as tpurgent, tp, high, medium, and low. The predefined service names provide different levels of performance and concurrency for Autonomous Transaction Processing. * tpurgent: The highest priority application connection service for time critical transaction processing operations. This connection service supports manual parallelism. * tp: A typical application connection service for transaction processing operations. This connection service does not run with parallelism. * high: A high priority application connection service for reporting and batch operations. All operations run in parallel and are subject to queuing. *medium: A typical application connection service for reporting and batch operations. All operations run in parallel and are subject to queuing. Using this service the degree of parallelism is limited to four (4). * low: A lowest priority application connection service for reporting or batch processing operations. This connection service does not run with parallelism. https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/manage-priorities.html#GUID-80E464A7-8ED4-45BB-A7D6-E201DD4107B7