hellodumps Exam Practice
|
|
Title of test:
![]() hellodumps Exam Practice Description: hellodumps Exam Practice |



| New Comment |
|---|
NO RECORDS |
|
You are tasked with designing a highly available and resilient architecture for a critical application in Oracle Cloud Infrastructure (OCI). The application must be able to withstand the failure of an entire OCI region. Which of the following strategies would you employ to ensure the highest level of disaster recovery and data durability?. Use OCI Object Storage cross-region replication to replicate data across multiple regions. Implement OCI Traffic Management IP Prefix steering policy to route traffic to a secondary region in case of failure. Deploy the application on a single OCI Compute instance in a region with multiple availability domains. Rely solely on OCI Public Load Balancers within a single region to distribute traffic across multiple availability domains. A multinational corporation wishes to enhance its data analytics capabilities by leveraging Oracle Cloud Infrastructure (OCI). The corporation has data centers across multiple regions and wants to ensure data is processed close to its origin to reduce latency and comply with local data residency regulations. Which OCI feature should be utilized to meet these requirements most efficiently?. Cross-Region Data Replication. Virtual Cloud Network (VCN). Oracle Cloud Infrastructure FastConnect. Oracle Functions. In the context of automating infrastructure deployment within Oracle Cloud Infrastructure (OCI), you are tasked with designing a highly available web application architecture. This architecture requires the deployment of compute instances across multiple availability domains to ensure fault tolerance and scalability. To automate this infrastructure, you decide to utilize Infrastructure-as-Code (IaC) practices. Which of the following approaches correctly implements the desired automation while adhering to OCI best practices?. Use OCI Resource Manager with Terraform to define the infrastructure as code, specifying the deployment of compute instances across multiple availability domains. Utilize Ansible alone for both infrastructure provisioning and configuration management without integrating with OCI APIs. Deploy a single large compute instance in one availability domain and use OCI Functions for automatic scaling. Manually create instances in the OCI Console, and use shell scripts to manage the deployment across availability domains. For a mission-critical application, your organization utilizes OCI Object Storage for storing large volumes of data. To ensure data durability and availability, you've configured the storage to replicate data across multiple regions. However, despite this configuration, a significant portion of data became inaccessible after a catastrophic event in one region. What is the most likely reason for this data inaccessibility?. The pre-configured lifecycle policy on the source bucket mistakenly deleted the original data before it was fully replicated to the target region. An IAM policy change temporarily restricted access to the replicated data in the target region during the catastrophic event. The encryption keys used for the data in the source region were not available in the target region, making the replicated data inaccessible. The Object Storage's cross-region replication feature was not properly configured, leading to incomplete data replication. An Oracle Cloud Infrastructure (OCI) Load Balancer is set up with two listeners and a single path route set configuration: Listener 1 • Virtual hostname: alpha.com • Default backend set: D • Path route set: PathRouteSetAlpha Listener 2 • Virtual hostname: beta.com • Default backend set: E • Path route set: PathRouteSetAlpha Path Route Set • Path route set name: PathRouteSetAlpha • Prefix match on path string /secure/ routes to backend set F. • Exact match on path string /login routes to backend set E. You are tasked with determining the correct routing for the following URLs based on the configuration provided. U1: http://alpha.com/secure/data U2: http://beta.com/login Which of the following statements is correct?. U1 will be routed to backend set F, U2 will be routed to backend set E. U1 and U2 will both be routed to backend set F. U1 and U2 will both be routed to backend set D. U1 will be routed to backend set D, U2 will be routed to backend set F. An international media company plans to migrate its content management system (CMS) from an on- premises data center to Oracle Cloud Infrastructure (OCI) to enhance global content delivery and reduce latency for end-users. The CMS relies heavily on both structured and unstructured data, necessitating a hybrid database solution that can efficiently manage these data types. Additionally, the solution must support automatic scaling, data encryption at rest and in transit, and real-time data synchronization across multiple geographic locations to ensure content consistency worldwide. As an OCI Architect, which database configuration would you recommend to meet these requirements?. Implement a custom Cassandra cluster on OCI Compute instances for both structured and unstructured data, using third-party tools for encryption and data synchronization. Migrate to OCI NoSQL Database Service for both structured and unstructured data, manually configuring cross-region replication and using OCI Vault for encryption. Use OCI MySQL Database Service for both structured and unstructured data, enabling MySQL's built-in replication features for data synchronization and relying on manual scaling strategies. Deploy OCI Autonomous Database for structured data and OCI Object Storage for unstructured data, with Oracle GoldenGate for real-time data synchronization across regions. A software development company aims to leverage a multi-cloud strategy incorporating Oracle Cloud Infrastructure (OCI) and another major cloud provider to deploy its AI-driven analytics application. This strategy is intended to optimize for computational efficiency, data sovereignty compliance across different regions, and seamless disaster recovery. Which architecture ensures the best utilization of multi-cloud benefits while addressing these specific requirements?. Deploy identical AI analytics environments in both OCI and the second cloud provider, using Oracle's GoldenGate for real-time data replication and synchronization across clouds to ensure data sovereignty and disaster recovery. Use OCI for AI model training and the second cloud provider for model deployment and inference, without data replication or synchronization between the clouds. Implement a cross-cloud load balancer that directs traffic between OCI and the second cloud provider based on the originating request's geography, storing data locally in each region to comply with data sovereignty laws. Establish a primary compute cluster in OCI for AI workloads and use the second cloud provider solely for cold data storage, employing manual data transfers between clouds as needed. Which of the following scenarios is not an appropriate use case for utilizing Oracle Cloud Infrastructure (OCI) Load Balancer?. Using the Load Balancer as a firewall to block malicious traffic and protect the backend servers from security threats. Automatically scaling the application horizontally by adding or removing compute instances based on the traffic demand observed by the Load Balancer. Distributing incoming application traffic across multiple compute instances to enhance application responsiveness and availability. Offloading SSL termination to the load balancer to manage and terminate SSL connections, thereby reducing the load on backend compute instances. You are designing a cloud solution for a company that requires high availability and disaster recovery capabilities for its critical applications in the Oracle Cloud Infrastructure (OCI). The applications are deployed across multiple regions to mitigate the impact of regional failures. The company uses Object Storage to store critical data and wants to ensure the data is available in another region in case of a regional outage. Which of the following strategies would you recommend?. Use cross-region replication to automatically replicate data across regions. Deploy a custom application on compute instances in each region to manually copy data at regular intervals. Implement OCI Functions to trigger data copy operations based on a scheduled time. Configure a Virtual Cloud Network (VCN) peering between regions to facilitate data replication. Your organization is planning to leverage Oracle Cloud Infrastructure (OCI) for hosting a new, critical web application that demands high scalability and performance. To meet these requirements, you are considering various OCI services and features for the deployment strategy. Which of the following options is not an appropriate use of OCI services for optimizing the scalability and performance of the web application?. Implementing OCI Autoscaling to automatically adjust the number of compute instances in response to the application's load, ensuring optimal performance and cost efficiency. Storing application session state data in OCI Object Storage for shared access across all application instances, improving scalability. Deploying the application across multiple Availability Domains (ADs) using OCI's regional subnets to ensure high availability and fault tolerance. Leveraging OCI Edge Services. When operating and troubleshooting a complex multi-tier web application deployed on Oracle Cloud Infrastructure (OCI), which of the following practices is most effective in identifying and resolving performance bottlenecks?. Implementing a change management process where all changes are rolled back immediately if any performance degradation is detected, without investigation. Manually checking the health and performance of each component periodically without leveraging any automated monitoring or alerting systems. Utilizing OCI Monitoring to set up custom alarms based on metrics for compute, networking, and database resources, along with OCI Logging for centralized log management. Solely relying on external monitoring tools for performance analysis, disregarding OCI's native monitoring and management services. When evaluating database solutions for a rapidly evolving startup that requires both operational simplicity and the ability to handle diverse workloads ranging from traditional transaction processing to real-time analytics, which Oracle Cloud Infrastructure (OCI) database option best aligns with these needs?. OCI Base Database on VM instances, manually configuring and optimizing for mixed workloads to control costs and maintain operational flexibility. OCI Autonomous Data Warehouse (ADW) exclusively, assuming all application data can be adapted for a data warehousing model to benefit from its analytics optimization. OCI Autonomous Transaction Processing (ATP) for its self-tuning, scaling, and managed operations, suitable for both OLTP and real-time analytics workloads. A combination of OCI MySQL Database Service for transaction processing and OCI NoSQL Database for analytics, managing each database independently. In the context of Oracle Cloud Infrastructure (OCI), which of the following is not an appropriate scenario for using Autonomous Transaction Processing (ATP)?. Implementing a highly available online transaction processing (OLTP) system. Running high-performance, mixed-workload database operations. Supporting a complex data warehousing application with real-time data analytics capabilities. Storing large volumes of unstructured data such as images and videos for media processing applications. A healthcare organization, specializing in medical research, is planning to migrate its large datasets and analytical workloads from an on-premises environment to Oracle Cloud Infrastructure (OCI) to leverage advanced analytics and AI capabilities. Their current environment includes Hadoop clusters for big data processing and a variety of custom applications for data analysis, all requiring strict compliance with health data regulations and zero downtime during migration. What is the most effective strategy for migrating their big data environment to OCI, ensuring compliance, and setting up continuous data processing capabilities?. Implement OCI Data Science for analytical workloads, migrate Hadoop clusters to OCI Big Data Service, and ensure data compliance by using OCI Vault for encryption and key management. Use Oracle GoldenGate for real-time data integration with zero downtime. Utilize OCI's Data Transfer Service to physically move datasets, recreate the Hadoop environment using OCI Compute instances, and manually configure applications for compliance. Deploy OCI Big Data Service for Hadoop workloads, migrate applications to OCI Container Engine for Kubernetes (OKE) for orchestration, and use OCI Data Catalog for data governance. Implement the migration with OCI's Database Migration Service to ensure minimal downtime. Migrate the Hadoop clusters and applications to OCI's Virtual Machine (VM) instances using the Lift and Shift approach. Utilize OCI Object Storage for datasets and enable OCI Data Flow for managed Apache Spark processing. In designing a hybrid and multi-cloud architecture for a client requiring high availability, fault tolerance, and seamless connectivity between Oracle Cloud Infrastructure (OCI) and another major cloud service provider, which of the following options should be implemented? Select two. Use public internet for data transfer between OCI and the other cloud provider to minimize costs. Establish a site-to-site VPN between OCI Virtual Cloud Network (VCN) and the other cloud provider's equivalent network service for encrypted connectivity. Deploy application components on OCI Object Storage and the other cloud’s object storage service with cross-region replication enabled. Implement Oracle FastConnect and the equivalent dedicated connection service of the other cloud provider for direct connectivity. Utilize a third-party CDN to cache static resources across both OCI and the other cloud provider to ensure low latency access globally. In the context of migrating a complex, multi-tiered application infrastructure to Oracle Cloud Infrastructure (OCI), where the application relies on a combination of relational and NoSQL databases, which strategy would ensure a seamless transition, minimal downtime, and data integrity for both database types during migration?. Deploy the databases on OCI Virtual Machines using a lift-and-shift approach without specific migration tools. Utilize OCI Database Migration Service for relational databases and manual data transfer for NoSQL databases using scripts. Use Oracle Data Pump exclusively for both relational and NoSQL databases. Implement direct database replication from on-premises to OCI for both database types without interim backups. A financial services company is planning to deploy a critical application on Oracle Cloud Infrastructure (OCI) that requires strict compliance with financial regulations, demanding high availability (HA) and disaster recovery (DR) capabilities. The application must be able to handle rapid scaling events and ensure data integrity and availability even in the event of a regional outage. Which of the following architectures would best meet these requirements?. Utilize OCI Container Engine for Kubernetes deployed across multiple ADs in a single region, with manual processes for data replication to another region. Implement a multi-region architecture using OCI's cross-region data replication features for OCI Database, and deploy application instances in multiple ADs across these regions. Deploy the application in a single region, utilizing multiple Availability Domains (ADs) and leveraging OCI Object Storage for data backups. Deploy the application on a single OCI Compute instance with Autonomous Database in a single AD, using OCI Block Volume backups for data recovery. You are tasked with securing sensitive data within your company's Oracle Cloud Infrastructure (OCI) environment. The data must be encrypted at rest and in transit to meet compliance requirements. Which approach best achieves this goal?. Encrypt data at rest using OCI Object Storage default encryption and rely on network ACLs for in- transit security. Use OCI's default encryption for all services without additional configurations, assuming it covers both at-rest and in-transit requirements automatically. Store data in OCI File Storage with encryption disabled for performance reasons and use VPN for data in transit. Utilize OCI Vault with customer-managed keys for data at rest in OCI Block Storage and TLS for data in transit. Which of the following is not a recommended use case for Oracle Cloud Infrastructure (OCI) Compute instance shapes?. Employ GPU shapes for machine learning and scientific computing workloads. Utilize Dense I/O shapes for high-performance web servers requiring minimal storage. Select High Performance Computing (HPC) shapes for simulations and complex calculations in research. Choose Standard shapes for general-purpose applications such as web and application servers. You are implementing a disaster recovery strategy for a critical database system in Oracle Cloud Infrastructure (OCI). The primary objective is to minimize data loss and ensure rapid recovery in case of a regional outage. Which of the following strategies would best meet these requirements?. Rely on OCI's automatic backups for databases, assuming they provide immediate cross-region recovery capabilities. Implement Data Guard with the primary database in one region and a standby database in another region. Utilize a third-party backup solution that is not integrated with OCI services. Use OCI Object Storage to back up the database daily and restore in a different region during an outage. In Oracle Cloud Infrastructure (OCI), you are tasked with designing a scalable and resilient solution for a critical web application that requires high availability (HA) and robust disaster recovery (DR) capabilities. Which of the following architectural designs would most effectively meet these requirements?. Architect the application to span multiple regions, using active-active deployment with data replication through OCI Data Guard and traffic management via OCI Traffic Management. Deploy the application in a single Availability Domain, utilizing multiple Fault Domains, and leverage OCI Block Volume backups for DR. Rely on manual traffic rerouting to a secondary region in the event of a primary region failure. Rely solely on OCI Autonomous Database’s built-in HA and DR features for the entire application, without additional cross-region or cross-AD strategies. A global financial technology company needs to deploy a critical financial analytics platform on Oracle Cloud Infrastructure (OCI). The platform uses Oracle Database extensively for transaction processing and analytical queries. To align with their stringent data protection and disaster recovery standards, they require a Recovery Point Objective (RPO) of 2 minutes and a Recovery Time Objective (RTO) of 3 minutes. The platform must ensure maximum availability and data protection both within a single region and across multiple regions. Which deployment strategy would best meet the company's requirements in a cost-effective manner?. Set up a 2-node Oracle Real Application Clusters (RAC) on VMs within a single availability domain, and use Oracle Active Data Guard to replicate data to a 2-node Oracle RAC in a different availability domain in the same region. Implement a single-instance Oracle database on a VM in the primary region, with Oracle Active Data Guard for real-time data replication to a single-instance Oracle database on a VM in a secondary region. Deploy a 2-node Oracle RAC on VMs in the primary region and utilize Oracle GoldenGate for real- time data replication to a 2-node Oracle RAC on VMs in a secondary region. Establish a 3-node Oracle RAC on bare metal instances in the primary region, manually configuring Oracle Data Guard for synchronous replication to a 3-node Oracle RAC on bare metal instances in a secondary region. You are tasked with ensuring the continuous operation and optimal performance of the company's database infrastructure in Oracle Cloud Infrastructure (OCI). The corporation's database landscape includes Oracle Autonomous Transaction Processing (ATP), Oracle Autonomous Data Warehouse (ADW), and MySQL Database Service. Recently, users have reported intermittent slow response times from applications using these databases, particularly during weekly financial reporting activities. Your preliminary analysis indicates that the issues are related to database performance. Which of the following steps would you prioritize to diagnose and resolve the performance bottlenecks?. Immediately increase the compute and storage resources for ATP, ADW, and MySQL Database Service instances to handle the increased load. Implement read replicas for all databases and route read queries to these replicas to balance the load, assuming the issues are read-related. Convert all MySQL databases to ATP instances, assuming that the fully managed nature of ATP will automatically resolve any performance issues. Utilize the OCI Monitoring and Oracle Performance Hub to identify specific SQL queries and operations causing performance issues, then optimize those queries. A multinational corporation is looking to expand its services globally, the company aims to deploy a complex application across multiple regions in the Oracle Cloud Infrastructure (OCI) to ensure high availability and low latency for its users worldwide. As part of the deployment, the company wishes to automate the provisioning and management of its infrastructure using Infrastructure-as-Code (IaC) to streamline operations and maintain consistency across environments. Given this scenario, which two of the following actions should be implemented to effectively automate infrastructure provisioning and ensure optimal application performance across multiple OCI regions?. Implement OCI Functions for serverless execution of the application to automatically scale without provisioning infrastructure. Manually provision infrastructure in each region through the OCI Console to ensure precise control over resources. Apply OCI Resource Manager and Terraform modules designed for multi-region deployments to automate infrastructure setup. Deploy a single instance of the application in the home region and use OCI Traffic Management to redirect global traffic. Utilize Terraform with OCI Resource Manager to provision infrastructure across multiple regions. A multinational finance corporation is planning to deploy a secure, highly available application for real- time stock trading. This application needs to automatically scale based on the stock market activity, provide minimal latency for global users, and ensure data integrity and security for all transactions. Which combination of Oracle Cloud Infrastructure (OCI) services would best support these requirements?. OCI API Gateway, OCI Streaming, and Oracle Container Engine for Kubernetes. OCI Load Balancer, OCI Functions, and OCI API Gateway. OCI Blockchain Service, OCI Object Storage, and OCI Data Integration. OCI FastConnect, OCI Load Balancer, and OCI Autonomous Transaction Processing. An international news website, leveraging Oracle Cloud Infrastructure (OCI), has planned a major update to their site to include real-time news updates and multimedia content. They utilize OCI compute instances with autoscaling for their web servers, a content delivery network (CDN) for global content distribution, and OCI Object Storage for multimedia content. During the launch of the new site features, users experienced longer load times and intermittent access issues. What could be two possible reasons for this situation?. OCI's autoscaling has successfully scaled the web servers to the maximum number of instances specified, but the traffic exceeded expectations, and there is no further capacity for scaling. The OCI compute instances were configured to use an outdated version of the web server software that doesn't support the new features. OCI Object Storage has a data cap that was exceeded, leading to access issues. Oracle Cloud Infrastructure's network is down, causing the site to be inaccessible. The autoscaling configuration for the web servers is not triggered because the metrics set for scaling do not match the actual usage pattern. In a scenario where a company plans to migrate its on-premises, high-transactional database to Oracle Cloud Infrastructure (OCI) to enhance scalability and reliability while ensuring minimal downtime and data loss, which two of the following solutions should be implemented to meet the company's business and technical requirements?. Set up a Disaster Recovery (DR) site on OCI with manual replication. Utilize OCI Database Migration Service for a live database migration. Implement the database on OCI Autonomous Database to automatically scale and manage performance. Configure the database in a VM on OCI to manually manage scalability and performance. Deploy the database on OCI Object Storage for improved scalability. You have set up a cloud infrastructure in Oracle Cloud Infrastructure (OCI) that includes a public-facing web application hosted on a Compute instance within a public subnet. You need to ensure the web application can securely access OCI Object Storage to retrieve static assets without exposing the Object Storage to the public internet. Which two steps should you take to establish this secure connectivity?. Set up a Virtual Cloud Network (VCN) peering between your VCN and the VCN hosting the Object Storage service. Implement a Service Gateway in your VCN and configure route rules for the public subnet to direct Object Storage traffic through the Service Gateway. Create a Dynamic Routing Gateway (DRG) and add a route rule in your public subnet’s route table targeting the DRG for traffic destined to Object Storage. Deploy an Internet Gateway and configure your public subnet's route table to route traffic to Object Storage through the Internet Gateway. Add a stateful egress rule to the Network Security Group (NSG) associated with your Compute instance, allowing outbound traffic to Object Storage service CIDR. An organization intends to deploy an application on Oracle Cloud Infrastructure (OCI), which requires high availability and fault tolerance across multiple regions. The application needs to access a centralized Oracle Database located in a primary region. To ensure minimal latency and continued operation in case of a region failure, you must design a solution that allows the application instances in other regions to access the database with minimal delay and failover capabilities. Which option best achieves these requirements?. Utilize OCI Object Storage to replicate the database files across regions and access them locally from the application instances. Configure OCI Web Application Firewall (WAF) to route traffic to the primary database and use its built-in failover mechanisms for database access. Deploy a single database instance in the primary region and use FastConnect for direct connectivity from other regions. Implement Oracle Data Guard with a primary database in one region and standby databases in all other regions. A company is using Oracle Cloud Infrastructure (OCI) to host its critical applications. They've observed that one of their compute instances is consistently reaching its maximum capacity, leading to performance issues during peak times. They seek your advice on how to address this issue without causing significant downtime or data loss. Which solution would you recommend?. Implement OCI's Change Instance Shape feature to resize the instance according to the required capacity. Utilize OCI Autoscaling to automatically adjust the instance size based on workload demands. Migrate the application to a larger instance by creating a new instance and transferring the data manually. Increase the instance's CPU and memory resources directly via the instance settings. You are tasked with architecting a cloud solution for a data analytics platform that will process large volumes of data from various sources. The platform uses Oracle Cloud Infrastructure (OCI) for storage and compute resources. The data processing jobs vary greatly in size and complexity, leading to highly variable compute resource demands. Your objective is to optimize compute resource allocation to ensure cost efficiency without sacrificing performance. Which two options are the least efficient or practical approaches to managing compute resources for the data analytics platform?. Utilize OCI's preemptible instances for non-time-critical tasks to take advantage of lower cost resources. Pre-allocate a fixed number of OCI Compute instances based on peak demand forecasts and leave them running continuously. Manually adjust the number of compute instances daily based on the expected data processing workload. Implement a serverless architecture using OCI Functions for executing smaller, less complex data processing tasks. Configure OCI Auto Scaling to automatically adjust the number of compute instances based on real- time demand. A technology firm aims to migrate a set of legacy applications and their associated databases to Oracle Cloud Infrastructure (OCI) as part of their digital transformation initiative. The applications are critical for the company's operations, have varying loads throughout the day, and are subject to regulatory compliance requirements. The firm seeks to optimize for performance, scalability, and compliance post- migration. Given the use of Oracle Cloud Migrations (OCM) for this purpose, which of the following approaches would best align with the company's objectives?. Utilize the OCM service for a direct lift and shift of the applications and databases onto OCI Compute instances, then manually optimize resources post-migration. Migrate all applications and databases simultaneously using OCM to OCI's Bare Metal instances to ensure maximum control and performance, addressing compliance through manual configurations. Use OCM to convert legacy applications into microservices, deploying them on Oracle Kubernetes Engine (OKE), and manually migrating databases to OCI's block storage for simplicity. Perform a phased migration with OCM, first moving less critical applications to assess OCI's capabilities, followed by critical applications and databases, leveraging OCI's Autonomous Database for compliance needs. You are tasked with securing a multi-tier application running on Oracle Cloud Infrastructure (OCI), which includes front-end, application, and database tiers. The application requires secure communication between each tier and restricted access from the internet to only the front-end tier. Additionally, you must ensure the database tier is accessible only from the application tier. How should you configure the network security to meet these requirements?. Deploy the front-end, application, and database tiers in separate subnets within the same Virtual Cloud Network (VCN). Use Network Security Groups (NSGs) to define access rules specific to each tier, allowing internet access only to the front-end subnet through an Internet Gateway. Create separate subnets for each tier within the same VCN, applying Stateful Security Lists to restrict internet access to the front-end tier and employing Route Tables to enforce traffic flow between tiers, with a focus on ensuring that the database tier receives traffic only from the application tier. Deploy the front-end tier in a public subnet and both the application and database tiers in the same private subnet. Use Stateful Security Lists at the subnet level to control traffic flow, ensuring open internet access to the database and application tiers. Place all tiers in the same subnet to simplify network management and use a single Network Security Group (NSG) with rules that differentiate traffic based on source and destination IP addresses, allowing internet access indiscriminately to all resources. When designing a highly available architecture on Oracle Cloud Infrastructure (OCI), you are considering the use of multiple Availability Domains (ADs) to deploy your application resources for redundancy and failover capabilities. Which two of the following options are essential considerations to ensure high availability of your application on OCI?. Deployment of application components on a single AD to minimize latency. Configuring load balancers to distribute traffic across instances in different ADs. Implementation of cross-region data replication. Distribution of compute instances across multiple ADs within the same region. Use of OCI Object Storage for application session persistence. Your organization plans to deploy a multi-tier web application in Oracle Cloud Infrastructure (OCI) that requires high scalability and fault tolerance across different geographic regions. The application must seamlessly serve a global audience with minimized latency. Which of the following architectures would best fulfill these requirements?. Use OCI's Instance Pools and Auto-scaling across multiple regions, with Traffic Management using a Geo-Distribution policy to direct users to the nearest region. Implement the application solely on OCI's Container Engine for Kubernetes in a single region, relying on its built-in scalability features. Deploy the application in a single region, using multiple Availability Domains for high availability, and utilize OCI Content Delivery Network (CDN) for global content delivery. Utilize a third-party global load balancer outside of OCI to route traffic to an OCI deployment in a single region, with no specific scalability features configured. An enterprise plans to migrate its legacy applications and databases from an on-premises data center to Oracle Cloud Infrastructure (OCI) to improve scalability, performance, and disaster recovery capabilities. Which two steps are critical in ensuring a successful migration of these workloads to OCI? Select two. Assess the compatibility of the legacy applications with OCI services, including computing and database offerings, to identify necessary modifications or architecture changes before migration. Bypass a pilot migration phase and move all targeted workloads to OCI simultaneously to accelerate the migration process and quickly achieve cost savings. Opt for the cheapest storage option in OCI for all migrated workloads to minimize costs, disregarding performance or access frequency requirements of the applications. Directly lift and shift the on-premises databases to OCI Autonomous Database to take advantage of OCI’s managed services without evaluating specific database requirements or migration strategies. Utilize OCI’s Database Migration Service to automate the migration process of database workloads, ensuring a smooth transition with minimal downtime. A retail company is planning to launch a new online shopping platform that requires dynamic scaling to accommodate varying loads, particularly during sales and holiday seasons. They also need to securely store customer data and provide a seamless user experience with minimal latency. The company's IT team wants to deploy a solution on Oracle Cloud Infrastructure (OCI) that automates scaling, ensures data security, and optimizes performance without extensive infrastructure management. Which combination of OCI services best meets these requirements?. OCI Load Balancer, OCI Identity and Access Management, and OCI Block Volume. Oracle Container Engine for Kubernetes, OCI Object Storage, and OCI DNS. OCI API Gateway, OCI Digital Assistant, and Oracle Integration Cloud. OCI Autonomous Transaction Processing, OCI Auto Scaling, and OCI Content and Experience Cloud. As an OCI Solutions Architect, you are planning the architecture for deploying a resilient and scalable web application. Which two statements are false regarding the best practices for leveraging OCI services in your architecture?. Block Volume backups in OCI can be automated to occur on a scheduled basis, ensuring data durability and simplifying disaster recovery planning. Auto Scaling configurations in OCI cannot be triggered by CPU utilization metrics, limiting the ability to automatically adjust compute resources based on demand. OCI Object Storage can serve as an origin for the OCI Content Delivery Network (CDN), allowing static content to be delivered with low latency to users globally. OCI Functions allows for the execution of code in response to events without provisioning or managing servers. Load balancers in OCI can only distribute traffic evenly across all backend servers without considering the health or performance of individual servers. A company's IT department is migrating its on-premises applications to Oracle Cloud Infrastructure (OCI). To ensure high availability, the IT architect decides to deploy a web application across multiple availability domains within a single region. The architect plans to use OCI Load Balancer to distribute traffic among multiple instances of the web application. Which load balancing policy should the architect configure to ensure that traffic is distributed evenly across all available instances in different availability domains?. Sticky Session. Round Robin. IP Hash. Geographic. A large financial institution has deployed a critical database system on Oracle Cloud Infrastructure (OCI) that spans across multiple Availability Domains (ADs) for high availability. Recently, they have experienced unexpected downtime during AD maintenance events, despite their high availability setup. The database system uses OCI Block Volume for data storage and employs OCI Data Guard for data replication. As an OCI Architect, you are tasked with proposing a solution to ensure database availability during AD maintenance events without significant changes to the current architecture. Which of the following actions would most effectively enhance the system's resilience to such events?. Configure an additional standby database in a different region using OCI Data Guard to ensure cross-region data replication and failover capabilities. Increase the redundancy of the OCI Block Volume storage by enabling multi-AD replication to automatically synchronize data across all Availability Domains within the region. Migrate the database system to OCI Object Storage to leverage its inherently high durability and availability across multiple geographic locations. Implement OCI Autonomous Database to automatically handle replication, backups, and patching, reducing downtime during maintenance events. A multinational corporation is in the process of designing a robust disaster recovery plan for their mission-critical applications hosted on Oracle Cloud Infrastructure (OCI). They want to ensure that their applications remain available even in the event of a regional outage. The applications are currently hosted in a single OCI region but use a variety of OCI services including compute instances, databases, and object storage. Which of the following is the best strategy to ensure application availability during a regional outage?. Deploy all applications on a single, highly available compute instance in one region, with regular backups to OCI Object Storage in the same region. Implement a cross-region replication using OCI Object Storage to replicate application data and use OCI Traffic Management to automatically redirect traffic to the backup region. Use OCI’s built-in disaster recovery tools to automatically replicate all services, including compute, database, and storage, across multiple regions with automated failover. Create a secondary environment in a different OCI region and utilize manual failover processes for compute instances and databases during an outage. When implementing a hybrid cloud architecture utilizing the Oracle Cloud VMware Solution (OCVS), which component is essential for enabling seamless migration and operation of VMware workloads between an on-premises data center and OCI?. Oracle FastConnect. VMware NSX-T Data Center. OCI Block Volumes. OCI Identity and Access Management (IAM). When implementing a high-availability solution in Oracle Cloud Infrastructure (OCI) to meet both business and technical requirements, which of the following approaches ensures maximum uptime for a critical application with data residency and sovereignty considerations?. Deploy the application across multiple availability domains within the same region, using a Load Balancer to distribute traffic. Deploy the application in a single availability domain using multiple fault domains to ensure high availability. Leverage a single instance Virtual Machine (VM) with Autonomous Database in a region with the highest demand for the application. Utilize OCI Object Storage with cross-region replication enabled for data storage. A multinational corporation is in the process of enhancing their disaster recovery strategy for their critical applications hosted in Oracle Cloud Infrastructure (OCI). They are particularly focused on minimizing data loss and ensuring high availability across different geographical locations. Which OCI service should they primarily utilize to achieve an efficient disaster recovery setup?. OCI Object Storage. OCI Cross-Region Data Guard. OCI Functions. OCI Identity and Access Management (IAM). A rapidly expanding tech startup has recently migrated their high-traffic video streaming service to Oracle Cloud Infrastructure (OCI) to leverage its scalability and robust infrastructure. The service architecture includes OCI Compute instances for video processing, OCI Streaming Service for handling live stream data, a front-end Load Balancer to distribute incoming traffic, and OCI Autonomous Data Warehouse (ADW) for analytics. Following a major global event, the startup decided to stream the event live, resulting in an unprecedented surge in viewership. However, viewers experienced buffering and delays. What could be two possible reasons for these performance issues?. The OCI Streaming Service was not properly configured to handle the sudden spike in data throughput, leading to ingestion bottlenecks. The Compute instances for video processing reached their CPU capacity limits, but auto-scaling was disabled, preventing additional instances from being added to handle the load. The Load Balancer was configured with a session persistence setting inappropriate for a high-traffic event, causing an uneven distribution of traffic across the backend servers. The video content was not properly encoded for adaptive bitrate streaming, leading to higher than necessary bandwidth consumption for viewers. The front-end Load Balancer reached its maximum throughput capacity, and the autoscaling configuration for the Load Balancer was not enabled, preventing it from scaling out to accommodate the increased traffic. When planning and designing solutions in Oracle Cloud Infrastructure (OCI), which of the following is the most effective strategy for ensuring high availability and fault tolerance for a multi-tier web application?. Deploy the application in a single Availability Domain, relying on OCI's built-in redundancy for all services. Utilize public cloud services outside OCI for critical components to avoid vendor lock-in and ensure high availability. Use a single Availability Domain with multiple fault domains for all application components to minimize latency. Deploy the application across multiple Availability Domains within a single region, utilizing Load Balancers to distribute traffic and Autonomous Databases for data storage. A multinational corporation wishes to streamline its data backup and disaster recovery processes across global operations using Oracle Cloud Infrastructure (OCI). Which OCI service feature would most effectively meet their need for reliable, automated, cross-region data backup and recovery?. OCI Identity and Access Management (IAM). OCI Functions. OCI Object Storage with the Object Lock feature to protect backups from accidental deletion or malicious attacks. OCI Block Volume backups. When planning a large-scale migration of virtual machine workloads to Oracle Cloud Infrastructure (OCI) using Oracle Cloud Migrations, what is the most important consideration to ensure the migration is performed efficiently and with minimal downtime?. Network Bandwidth and Connectivity. Storage Compatibility. Manual Reconfiguration of Applications. Virtual Machine Format Conversion. An e-commerce company is planning to migrate their legacy application to Oracle Cloud Infrastructure (OCI) to leverage cloud-native features and improve their operational efficiency. The company has provided you with details regarding their application architecture, average daily transactions, current infrastructure limitations, and their target performance improvements. Which two pieces of additional information are essential for you to recommend an optimal migration strategy?. The specific programming languages and frameworks used in the application. Details about the application's peak load times and patterns. Compliance and data sovereignty requirements that the application must adhere to. The geographical distribution of the user base. Current backup and disaster recovery strategies in place. When configuring a disaster recovery strategy for your company's critical applications in Oracle Cloud Infrastructure (OCI), which two factors should be primarily considered to ensure high availability and data durability?. Instance Shapes. Cross-Region Replication. Region Selection. Fault Domain Distribution. Autonomous Database Usage. Your organization requires a solution to archive logs generated by various cloud resources and applications. The logs are expected to accumulate at a rate of approximately 5GB per day. You need a cost-effective, scalable, and automated solution within Oracle Cloud Infrastructure (OCI) to store, manage, and occasionally access these logs for analysis. Which of the following options is the most cost-effective and scalable solution to meet this requirement?. Utilize OCI Logging to automatically collect, manage, and archive logs from all resources and applications directly to OCI Object Storage, configuring lifecycle policies to move older logs to OCI Archive Storage for cost-effective long-term storage. Manually upload logs to an OCI File Storage service daily. Employ OCI Functions to transfer older logs to OCI Object Storage, and write custom scripts to manage the lifecycle of logs, moving them to OCI Archive Storage for long-term retention. Implement an OCI Notification Service (ONS) that triggers an Oracle Functions workflow for each new log entry. This workflow saves logs to a NoSQL database and, once a day, aggregates and moves them to OCI Object Storage, with a custom script to transfer older logs to OCI Archive Storage. Configure each resource and application to push logs directly to an OCI Autonomous Database. Use database triggers to manage older logs, automatically exporting them to OCI Object Storage and subsequently to OCI Archive Storage based on age. A multinational corporation is seeking to implement a disaster recovery (DR) solution for its mission- critical applications on Oracle Cloud Infrastructure (OCI) to meet both business continuity and regulatory compliance requirements. The solution must ensure minimal downtime and data loss in the event of a disaster, with the ability to quickly resume operations in an alternate region. The corporation has strict RPO (Recovery Point Objective) and RTO (Recovery Time Objective) targets of less than 15 minutes. Which of the following solutions would most effectively meet these stringent requirements?. Implement a multi-region architecture with active-active replication between OCI Autonomous Databases across primary and secondary regions, using OCI Traffic Management for automatic failover. Deploy the applications in a single region using multiple Availability Domains (ADs), relying on automatic failover between ADs to meet DR requirements. Utilize OCI Block Volume snapshots for data backup, with manual restoration in an alternate region during disaster recovery scenarios. Set up a manual DR process involving the export of database backups to OCI Object Storage and re-import in a secondary region when needed. A global financial institution is facing challenges with its current IT infrastructure in meeting the increasing demand for its digital banking services. The issues include insufficient compute capacity during peak transaction periods, inadequate disaster recovery capabilities, and lagging performance that affects customer satisfaction. To address these issues, the institution is considering migrating its core banking application and associated databases to Oracle Cloud Infrastructure (OCI) to leverage cloud scalability, reliability, and security. The core banking application relies heavily on a complex transaction processing system that handles millions of transactions daily. The database size is around 10 TB. Which OCI deployment strategy would best suit the institution’s needs for high availability, scalability, performance, and security?. Deploy the core banking application on OCI Compute instances arranged in an auto-scaling group, migrate the database to MySQL Database Service with Data Guard for disaster recovery, and implement OCI Load Balancer for traffic management. Migrate the database to Oracle Exadata Cloud Service with Real Application Clusters (RAC) for high performance and availability, and deploy the application on a combination of OCI Compute instances and Oracle Container Engine for Kubernetes (OKE) for application scalability and management. Configure cross-region Data Guard for disaster recovery. Implement the banking application on Oracle Functions for serverless computing, migrate the database to Oracle NoSQL Database Service for horizontal scalability, and use OCI API Gateway for traffic management. Migrate the application to Oracle Kubernetes Engine (OKE) for containerized management and scalability, and the database to Oracle Autonomous Data Warehouse (ADW) with Autonomous Data Guard for high availability and disaster recovery. You are tasked with optimizing the performance of a set of applications running on Oracle Cloud Infrastructure (OCI). After an initial review, you identify that the block storage volumes attached to your compute instances might be underperforming. Before proceeding with any changes, you want to verify your suspicion by analyzing the performance metrics of these volumes. Which of the following steps should you take to accurately assess the performance of the block storage volumes?. Directly increase the size of the block storage volumes, assuming that larger volumes will naturally perform better. Reformat the block storage volumes with a different file system that is known for higher performance. Use the OCI Console to navigate to the "Monitoring" section of the block storage service and review the performance metrics. Detach and reattach the block storage volumes to different compute instances to see if the issue is with the original compute instances. You are configuring access controls for a team of developers working on various projects within Oracle Cloud Infrastructure (OCI). What is the essential step to securely manage access to OCI resources without directly assigning individual policies to each user?. Create a dynamic group and assign policies to it based on instance principals. Directly attach policies to each OCI resource. Use federated identities with a third-party identity provider. Create groups for each project team and apply IAM policies to these groups. You have deployed an Oracle Cloud Infrastructure (OCI) instance with Block Volume storage to run a high-performance database application. After a few weeks, the application performance degrades significantly. Initial investigations show that the Block Volume storage is not the performance bottleneck. What is the most likely reason for the performance degradation?. The Block Volume is encrypted with a Customer-Managed Key (CMK) that has been disabled. Network bandwidth throttling has been applied due to exceeding the allocated bandwidth limit for the month. The database files on the Block Volume are fragmented, leading to increased I/O latency. The Compute instance is using AMD-based processors, which are incompatible with your database application. A software company is planning to refactor its existing N-tier e-commerce application into a more scalable and resilient architecture on Oracle Cloud Infrastructure (OCI). The application consists of a web front-end, an application logic layer, and a database layer. The company aims to improve scalability, enable rapid deployment of updates, and reduce costs. Which two architectural decisions should the architect recommend to best meet these objectives while considering patterns including N-tier applications, microservices, and serverless architectures?. Consolidate the application into a monolithic architecture and deploy on a single large OCI Compute instance to simplify operations. Refactor the application into microservices, deploying each microservice using OCI Container Engine for Kubernetes (OKE) to enhance scalability and simplify updates. Implement the entire application stack as a series of interconnected serverless functions using OCI Functions to minimize costs and operational overhead. Use OCI FastConnect to establish a dedicated network connection between the on-premises data center and OCI, ensuring low-latency access to the application. Migrate the database layer to OCI Autonomous Database to leverage its automatic scaling, backup, and patching features, reducing management overhead. A cloud engineer is troubleshooting a connectivity issue between an Oracle Cloud Infrastructure (OCI) compute instance and a database hosted on OCI. The compute instance is unable to establish a connection to the database, resulting in timeout errors. Which option is not a plausible reason for this connectivity issue?. The Dynamic Routing Gateway (DRG) attached to the VCN is misconfigured, preventing outbound traffic from reaching the database. The security list associated with the subnet of the compute instance does not include an ingress rule to allow traffic on the port the database listens on. The Network Security Group (NSG) assigned to the compute instance explicitly allows all outbound traffic, making unrestricted access to any service. The route table associated with the subnet of the compute instance lacks a route rule directing traffic to the database through the correct Virtual Cloud Network (VCN) route. A global e-commerce company is planning to migrate its existing online platform to Oracle Cloud Infrastructure (OCI) to improve scalability, performance, and global reach. The platform experiences unpredictable spikes in traffic, particularly during holiday seasons and flash sales. It also handles sensitive customer data, requiring stringent security and compliance measures, including GDPR. The architecture needs to support auto-scaling, low-latency access to databases, and must ensure data residency requirements are met for customers in Europe. Which of the following architectures would best satisfy these business and technical requirements?. Deploying the web application on OCI Container Engine for Kubernetes (OKE) with global load balancing across multiple regions, using Oracle Autonomous Data Warehouse (ADW) for data analytics, and regional ADB instances to meet data residency requirements, with all data encrypted in transit and at rest. Implementing the web application on OCI Compute instances with auto-scaling configured within a single region, using Oracle Autonomous Database (ADB) for data storage, and Oracle Cloud Infrastructure Object Storage for backups, with data encrypted in transit and at rest. Setting up the web application on a global distributed OCI Compute fleet with Regional Subnets and auto-scaling, using ADB with multi-region deployments to comply with GDPR data residency, and implementing Oracle Cloud Guard and Oracle Data Safe for advanced security and compliance monitoring. Creating a decentralized application using Blockchain on OCI with nodes spread across multiple regions, storing customer data in encrypted OCI Block Volumes for compliance, and manually scaling OCI Compute instances based on predicted traffic patterns. Your organization plans to migrate several legacy applications to Oracle Cloud Infrastructure (OCI) to take advantage of cloud scalability and performance. One critical application relies on a legacy database that uses a non-standard file format for data storage. Your migration strategy needs to ensure minimal downtime and rapid data access once the migration is complete. The legacy database size is approximately 20 TB. Which migration strategy is the most cost-effective while ensuring data availability and integrity?. Establish a dedicated FastConnect connection for direct transfer of the database files to OCI Object Storage Archive tier. Use OCI Database Migration Service to directly migrate the legacy database to an OCI Autonomous Database, converting the data format on-the-fly. Implement an IPsec VPN connection and use the OCI CLI to transfer the database files to OCI Block Storage volumes. Utilize the OCI Data Transfer Service to physically ship the data on hard drives to an OCI data center, then upload the data to OCI Object Storage Standard tier. When designing a scalable and secure hybrid and multi-cloud architecture for an enterprise-level application that spans Oracle Cloud Infrastructure (OCI) and a secondary cloud provider, which of the following practices should be prioritized to ensure optimal performance and security compliance? Select two. Prioritize the deployment of stateful applications on OCI only, to simplify disaster recovery and data residency compliance efforts. Configure OCI Identity and Access Management (IAM) and the secondary cloud provider’s IAM with federated identities to manage cross-cloud access control. Deploy a multi-cloud management platform that offers unified monitoring, management, and cost tracking for resources across both OCI and the secondary cloud provider. Use only OCI’s native tools for monitoring and management purposes, to avoid the overhead of learning additional tools for the secondary cloud provider. Leverage public internet for inter-cloud communication to utilize widely available resources and reduce operational complexity. You are consulting for an enterprise planning to deploy a critical application on the Oracle Cloud Infrastructure (OCI) that requires consistent performance and minimal latency. The application will be hosted on a cluster of compute instances within the same region but across multiple availability domains. To ensure high availability, you need to implement a load balancer. However, after setup, you notice that the application is experiencing uneven load distribution and performance issues. What could be the reason?. The health checks for the load balancer are not configured correctly. Network Security Group (NSG) rules are blocking traffic to some instances. The load balancer is configured to use only a single availability domain. Load balancers in OCI do not support cross-availability domain traffic management. You are tasked with designing a high availability architecture for a web application in Oracle Cloud Infrastructure (OCI) that leverages the Autonomous Database (ADB) for data storage. The goal is to ensure maximum uptime and resilience to region-wide failures. Choose the two actions that are not required to ensure high availability and resilience for the web application and database. Deploy the web application across multiple Availability Domains within the same region to ensure high availability. Configure cross-region Data Guard for the Autonomous Database to ensure disaster recovery and data protection. Implement Application Continuity in the application layer to mask database outages from end-users. Ensure the application exclusively uses fixed IP addresses for database connectivity to enhance security and performance. Use OCI Object Storage to manually backup the Autonomous Database periodically as it does not support automatic backups. A health tech startup is developing a new patient monitoring system designed to collect, analyze, and report health data in real-time. The system requires high availability, scalability to handle variable loads, and strict compliance with healthcare data privacy regulations. The startup wants to leverage Oracle Cloud Infrastructure (OCI) for its deployment, ensuring a seamless experience for both patients and healthcare providers. Which two architectural decisions should the architect recommend to optimally meet these requirements with a focus on N-tier applications, microservices, and serverless architectures?. Utilize OCI Functions for the entire application logic to minimize infrastructure management overhead and optimize cost based on usage. Deploy the entire application stack on a single OCI Compute VM to simplify management and reduce operational costs. Implement the system as a set of microservices, each running in OCI Container Engine for Kubernetes (OKE), to promote scalability and facilitate independent updates and deployments. Establish a dedicated connection between healthcare providers’ on-premises systems and the cloud using OCI FastConnect to ensure low-latency and secure data transfers. Store patient data in OCI Autonomous Database with always-on encryption and automatic backups, ensuring data security and compliance with healthcare regulations. For an e-commerce platform requiring high availability (HA) and efficient disaster recovery (DR) in Oracle Cloud Infrastructure (OCI), which design choice would optimally balance performance, scalability, and resilience?. Deploying the application on a single instance within a single Availability Domain, with regular RMAN backups for disaster recovery. Utilizing a single Availability Domain with multiple fault domains, employing Object Storage for data backups, and manual scaling to handle peak loads. Configuring the application across multiple Availability Domains within the same region, using Autonomous Transaction Processing (ATP) for the database layer, and implementing OCI Load Balancer for traffic management. Establishing an active-passive DR setup across two regions, with primary operations in one region and a standby environment in another, using Oracle Data Guard for data synchronization. Your company plans to deploy a high-performance computing (HPC) cluster in Oracle Cloud Infrastructure (OCI) that requires high throughput and low latency networking between nodes. Which OCI feature should you use to meet these requirements?. Public Subnet with Internet Gateway for direct connectivity. Load Balancer with session persistence for efficient network traffic distribution. Cluster Networking with RDMA for high throughput and low latency. Virtual Cloud Network (VCN) with enhanced networking enabled. During the migration of a relational database to Oracle Cloud Infrastructure (OCI), you encounter performance degradation. What is the most effective initial step to diagnose and address the performance issue in the context of database and data migrations?. Increase the size of the OCI Database Service VM. Analyze AWR Reports for the Oracle Database in OCI. Directly modify the OCI network configurations. Migrate additional indexes to OCI. In designing a Disaster Recovery (DR) plan for an enterprise application on Oracle Cloud Infrastructure (OCI), which approach ensures the highest level of data durability and minimal recovery time objective (RTO) across different geographical locations?. Utilizing OCI Object Storage cross-region replication for all application data while deploying compute instances in a single region. Implementing cross-region asynchronous data replication using OCI Block Volumes across multiple regions. Deploying application instances in a single region and relying solely on OCI Automatic Backup for data recovery. Deploying application instances in a single region and relying solely on OCI Automatic Backup for data recovery. A financial services company is planning to migrate its highly transactional and performance-sensitive Oracle database from an on-premises environment to Oracle Cloud Infrastructure (OCI) to improve scalability and reduce operational costs. The database is 10TB in size, and the company requires a migration strategy that ensures data consistency, minimal downtime, and the ability to quickly revert back in case of any issues post-migration. Which of the following strategies should the company consider for this migration?. Leverage Oracle Real Application Clusters (RAC) on OCI for zero downtime migration. Implement Oracle Data Pump for a full export/import cycle. Utilize Oracle GoldenGate for real-time data replication and synchronization. Use the Oracle Cloud Infrastructure Data Transfer Service to ship the data offline. A healthcare provider is seeking to enhance the privacy and security of its patient data processing operations on Oracle Cloud Infrastructure (OCI). Which OCI feature would be most beneficial in meeting the healthcare provider's compliance requirements for data privacy and security?. OCI Identity and Access Management (IAM) offers granular access controls and identity management, ensuring only authorized personnel can access sensitive healthcare data. OCI Content and Experience facilitates secure content sharing and collaboration across healthcare teams, improving the management of patient data. OCI Autonomous Database provides an automated data warehousing solution with built-in encryption and backups, ensuring data is secure and easily recoverable. OCI Vault allows the management of encryption keys and secrets, ensuring that sensitive data is encrypted and access is securely managed. A healthcare provider plans to migrate their patient data management system, which relies heavily on Oracle Databases, to Oracle Cloud Infrastructure (OCI) to enhance security and scalability. The system requires strict compliance with healthcare regulations, necessitating a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 10 minutes. It is crucial for the system to maintain high availability within a region and ensure data integrity in the event of a regional failure. Which configuration most effectively meets these stringent requirements while maintaining cost efficiency?. Deploy a 2-node Oracle RAC on VMs in the primary region with Oracle Active Data Guard for synchronous data replication to a similar setup in a secondary region. Utilize a single-instance Oracle database on a VM in the primary region, scheduling hourly RMAN backups to OCI Object Storage, with cross-region replication enabled for disaster recovery purposes. Set up a single-instance Oracle database on a VM in the primary region, using Oracle GoldenGate for real-time data replication to a single-instance Oracle database on a VM in a secondary region. Implement an Autonomous Database with dedicated infrastructure in the primary region and use Oracle Active Data Guard for real-time data replication to an Autonomous Database with dedicated infrastructure in a secondary region. You are overseeing the migration of a media company's digital asset management system to Oracle Cloud Infrastructure (OCI). The system stores large volumes of high-resolution images and video files. The company requires fast access to these assets during regular business hours but does not need immediate access outside of these hours. Your task is to design a storage solution that balances cost and accessibility. Which two options represent the least cost-effective or practical approaches for managing the company's digital assets on OCI?. Implement a lifecycle policy to automatically move older assets to OCI Object Storage Archive tier after a certain period of inactivity. Manually move assets between the Standard and Archive tiers based on the anticipated access patterns and business needs. Utilize OCI Object Storage Standard tier for all digital assets, ensuring immediate access at any time. Enable OCI Object Storage's auto-tiering feature to automatically move assets between storage tiers based on access patterns. Deploy a hybrid storage model, keeping frequently accessed assets on the Standard tier and less accessed assets on the Infrequent Access tier. An OCI architect is tasked with designing a network architecture that ensures secure, private connectivity between the company's on-premises data center and its OCI Virtual Cloud Network (VCN). The company requires a high-throughput, low-latency connection that bypasses the internet. Which OCI service should the architect use to meet these requirements?. Oracle Cloud Infrastructure FastConnect. Internet Gateway. Dynamic Routing Gateway (DRG). Virtual Cloud Network (VCN) Peering. When designing a database solution on Oracle Cloud Infrastructure (OCI) for a high-availability application that requires automatic scaling, backup, and data protection features, which database service should you choose?. Oracle NoSQL Database. Oracle Autonomous Data Warehouse (ADW). MySQL Database Service. Oracle Autonomous Transaction Processing (ATP). A healthcare organization is looking to transition its patient records system from an on-premises setup to Oracle Cloud Infrastructure (OCI) to enhance data security and scalability. The organization has shared details about their current system, including the database size, average query response times, and specific regulatory compliance needs they must meet. Which two pieces of additional information do you need from the customer to design a migration plan that ensures security, compliance, and performance?. Frequency of data access by healthcare staff and patients. Details regarding the integration with existing healthcare applications and third-party services. The physical location of data centers currently hosting the on-premises systems. The current method of user authentication and access control. Types of encryption used for data at rest and in transit within the current system. A multinational corporation is planning to migrate its legacy on-premises applications to Oracle Cloud Infrastructure (OCI) to improve scalability and reduce operational costs. The existing environment consists of a mix of Linux and Windows servers hosting web applications, databases, and file storage services. The CTO wants to ensure a smooth transition with minimal downtime and has emphasized the importance of implementing a robust disaster recovery strategy post-migration. Considering Oracle Cloud Migrations, what is the most efficient approach to design and implement this workload migration to OCI?. Directly replicate on-premises physical servers to OCI Dedicated Compute instances using physical- to-virtual (P2V) conversion tools, without re-architecting the applications. Lift and shift the entire environment using OCI Compute instances for applications and databases while implementing OCI File Storage for file services. Use Oracle Cloud VMware Solution to recreate the on-premises environment in OCI, ensuring compatibility and simplifying the migration process. Migrate web applications and databases to Oracle Kubernetes Engine (OKE) and Autonomous Database respectively, leveraging OCI Object Storage for file services. You are configuring a highly available application architecture in Oracle Cloud Infrastructure (OCI) involving multiple Compute instances across different availability domains. To ensure seamless connectivity and failover between these instances and an Oracle Cloud Infrastructure File Storage service (FSS) mounted on each instance, which two actions should you take?. Add a stateful ingress rule to the security list associated with the subnets where the FSS is mounted, allowing NFS traffic from the Compute instances. Establish a FastConnect or IPSec VPN connection between the VCN of the Compute instances and the VCN hosting the FSS. Configure a Local Peering Gateway (LPG) between the VCNs of the Compute instances and the VCN of the FSS. Add a stateful egress rule to the Network Security Group (NSG) or security list of the Compute instances, permitting outbound NFS traffic to the FSS. Implement route rules in the subnets’ route tables where Compute instances reside, directing traffic to the FSS through the VCN's default route table. When designing, implementing, and operating databases within Oracle Cloud Infrastructure (OCI) for a complex, high-availability application that requires both relational and NoSQL databases, which of the following steps are critical to ensure optimal performance and reliability? Select two. Apply the maximum compute and storage resources to the NoSQL database to anticipate future scaling needs. Implement data redundancy solely within the relational database to ensure data durability and high availability. Forego database backups and rely on OCI's high durability storage to minimize operational overhead. Utilize OCI's Database Management Service for automated database provisioning, scaling, and backup across both database types. Leverage OCI's Virtual Cloud Networks (VCN) and subnets for database isolation and network security. An organization has deployed a critical application on Oracle Cloud Infrastructure (OCI), utilizing a multi- region architecture for disaster recovery. The application uses Object Storage in both primary and secondary regions for data backups. However, during a routine disaster recovery drill, it was observed that the application could not retrieve the latest backup data from the secondary region's Object Storage. What is the most likely reason for this issue?. The OCI Identity and Access Management (IAM) policies do not grant the application sufficient permissions to access the Object Storage in the secondary region. Cross-region replication for the Object Storage bucket is not enabled. The Object Storage buckets in the secondary region are not configured with versioning. The secondary region's Object Storage is using a different storage class incompatible with the application's backup mechanism. Your company has decided to migrate its web application to Oracle Cloud Infrastructure (OCI) to improve scalability and reliability. The application consists of a front-end web server, an application server, and a backend Oracle database. To ensure high availability and failover capabilities, you are tasked with designing the architecture in OCI. The solution must allow for automatic detection and rerouting of traffic in the event of a component failure. Which option would best fulfill these requirements?. Utilize OCI's Autonomous Database for the backend and place the web and application servers in different regions without specific failover mechanisms. Deploy the web, application, and database servers in a single Availability Domain, using OCI Load Balancer for traffic distribution. Implement an OCI Load Balancer with backends in multiple Availability Domains and use OCI's DNS service with health checks for failover. Create a disaster recovery site in a different region and manually switch over in the event of a failure. A financial services firm is evaluating Oracle Cloud Infrastructure (OCI) database solutions for its new online transaction processing (OLTP) system. The system requires high transaction throughput, real- time analytics, automatic scaling based on workload changes, and comprehensive data security features including encryption at rest and in transit. Additionally, the firm needs the ability to perform complex queries against transactional data for real-time fraud detection. Which OCI database solution would best meet these requirements?. Deploy Oracle Database on OCI Compute instances using Oracle Real Application Clusters (RAC) for high availability, manual scaling, and custom encryption solutions for security. OCI Autonomous Transaction Processing (ATP) with Auto Scaling enabled, leveraging ATP's built- in advanced security features for encryption and Oracle's Machine Learning for real-time analytics. Utilize OCI NoSQL Database Service for its high throughput and scalability, custom scripts for data encryption, and integrate with OCI Data Science for real-time analytics. OCI MySQL Database Service with HeatWave for accelerated query performance, manually configured data encryption, and third-party tools for real-time analytics. Which option is not a recommended use case for Oracle Cloud Infrastructure (OCI) Functions?. Executing code in response to cloud events or external triggers. Implementing microservices that scale automatically based on demand. Running stateful applications that require persistent local storage. Automatically processing and resizing uploaded images to a cloud storage service. A company is planning to migrate a complex, multi-tiered application from an on-premises data center to Oracle Cloud Infrastructure (OCI). The application includes a web front end, an application logic tier, and a database backend. What are the two most critical actions to ensure a successful migration, minimizing downtime and preserving data integrity?. Perform a thorough assessment of the application components to determine their cloud readiness, identifying any potential refactoring needed to optimize performance in OCI. Migrate all application tiers simultaneously using a lift-and-shift approach to minimize the migration window and reduce complexity. Rely exclusively on manual processes for migration to have full control over each step, avoiding the use of automated migration tools and services. Store the database on OCI Object Storage to leverage cost-effective storage solutions, disregarding the database’s performance and access pattern requirements. Utilize OCI’s FastConnect for a dedicated, high-bandwidth connection between the on-premises environment and OCI during the migration to ensure high data transfer speeds and reduce network latency. When troubleshooting a connectivity issue between an on-premises network and Oracle Cloud Infrastructure (OCI) using a VPN Connect (IPSec VPN), which of the following steps should you take first to identify the root cause of the issue?. Check the OCI Console for the IPSec connection status. Immediately contact OCI support without performing any preliminary checks. Increase the size of the Compute instances in the OCI network. Disable the firewall on the on-premises network to test connectivity. A healthcare organization seeks to enhance its patient data analysis capabilities by leveraging a multi- cloud architecture, utilizing Oracle Cloud Infrastructure (OCI) for its core database services and a secondary cloud provider for machine learning and analytics. The organization must ensure compliance with health data protection regulations, achieve high availability across different geographic regions, and maintain efficient data synchronization and analysis. Which approach best fulfills these requirements in a multi-cloud setup?. Deploy the primary patient database on OCI Autonomous Database, with real-time data replication to the secondary cloud provider's machine learning services using OCI Data Guard for high availability and compliance. Store all patient data directly in the secondary cloud provider's services, using OCI exclusively for backup and disaster recovery purposes, to simplify compliance and data management. Utilize OCI for secure storage and processing of patient data, employing Oracle GoldenGate for real-time data integration with the secondary cloud provider's analytics services, ensuring data is encrypted both in transit and at rest to meet compliance requirements. Implement a hybrid database solution that spans both OCI and the secondary cloud, using custom scripts for data synchronization and leveraging OCI's native encryption for compliance. An online gaming company is planning to launch a new multiplayer game globally and has chosen Oracle Cloud Infrastructure (OCI) for its deployment. The game requires low latency connections for players worldwide, the ability to scale server resources dynamically in response to fluctuating player counts, and a highly available and fault-tolerant architecture to minimize downtime. Additionally, the company needs to analyze player data in real-time to improve user experiences and game balancing. What solution would best meet these comprehensive business and technical requirements?. Implement game servers using a single OCI region with multiple Availability Domains, rely on public internet for global player connectivity, and manual scaling of OCI Compute resources based on anticipated peak times. Deploy game servers on OCI Compute instances across multiple Availability Domains within a single region, utilize OCI Object Storage for player data, and analyze data using OCI Data Flow for real- time processing. Utilize OCI Container Engine for Kubernetes (OKE) to deploy game servers globally across multiple OCI regions, implement OCI FastConnect for dedicated low-latency connections, and use OCI Streaming for real-time player data analysis. Use third-party cloud services for game server hosting, with a VPN connection back to OCI for storing and analyzing player data using OCI Autonomous Database and OCI Analytics Cloud for insights. A corporation is planning to enhance its disaster recovery strategy for its critical data stored in Oracle Cloud Infrastructure (OCI). The IT department seeks to ensure data availability even in the event of a regional outage. Which OCI feature should they primarily consider for achieving geographical redundancy?. Block Volume Backups. Object Storage Cross-Region Replication. Local NVMe Storage. Virtual Cloud Network (VCN) Peering. A global logistics company is looking to enhance their operational efficiency by migrating their on- premises legacy applications and databases, which include a custom-built logistics management system and an Oracle Database 19c running in a 3-node Oracle Real Application Clusters (RAC) configuration, to Oracle Cloud Infrastructure (OCI). They require high availability, scalability, and zero data loss during the migration. Which migration strategy would ensure a seamless transition of their system to OCI, with the added requirement of setting up disaster recovery and regular automated backups?. Launch a dedicated Exadata DB System in OCI for the Oracle Database, including RAC for high availability. Migrate the logistics application to an OCI Compute instance with Docker for containerization. Use Oracle Data Guard for disaster recovery and OCI’s automated backup service. Deploy the logistics application on OCI Compute instances and migrate the Oracle Database to a single-instance OCI Database service. Use RMAN for database backups and manual failover for disaster recovery. Deploy separate compute instances for the logistics management application and the Oracle Database. Use OCI's block storage snapshots for regular backups and Oracle Data Guard for disaster recovery. Migrate the logistics application to an OCI Container Engine for Kubernetes (OKE) managed environment. Deploy the Oracle Database using OCI Autonomous Database with Data Guard for real- time data protection and enable automatic backups. A financial institution is leveraging Oracle Cloud Infrastructure (OCI) to host its transaction processing system. To enhance security, the institution wants to ensure that all data transmitted between their on- premises data center and OCI is encrypted in transit. Currently, the connection relies on the internet for data transmission. Which of the following solutions should the institution implement to secure the data in transit?. Implement a dedicated circuit using OCI FastConnect for unencrypted, high-speed data transfer, relying on internet-based encryption protocols. Utilize VPN Connect to establish a secure, encrypted tunnel over the internet between the on- premises data center and OCI. Set up a direct, private connection using OCI FastConnect and configure IPsec VPN over it for encryption. Deploy an OCI Load Balancer with SSL termination to encrypt all incoming and outgoing data. Your organization has a large-scale application deployed on Oracle Cloud Infrastructure (OCI) that experiences variable workloads, with significant spikes in demand during certain times of the month. To optimize costs while ensuring the application remains responsive during peak periods, you are evaluating different OCI services and features to dynamically scale compute resources. Which strategy provides the most cost-effective solution for handling variable workloads with minimal manual intervention?. Utilize OCI Functions for all application components to automatically scale compute resources without manual intervention. Implement OCI Auto Scaling with Instance Pools to automatically adjust the number of compute instances based on defined metrics. Manually resize VM instances within OCI Compute to match the expected workload for upcoming peak periods. Deploy the application on OCI Dedicated Virtual Machine Hosts and manually manage the scaling process. A large multinational organization is planning to migrate its on-premise legacy application to Oracle Cloud Infrastructure (OCI) to enhance its global accessibility and scalability while ensuring compliance with industry-specific regulations and cost-effectiveness. The application has a three-tier architecture with a front-end web interface, a business logic layer, and a database backend. The company aims for high availability, disaster recovery, and minimal latency for users across different regions. Considering these requirements, which of the following solutions is most appropriate for designing the application's infrastructure in OCI?. Deploy the application on a single OCI region using multiple Availability Domains, utilize OCI Object Storage for backups, and Oracle RAC for the database layer. Implement the application across multiple OCI regions using region-specific subnets, employ local VCN peering, and leverage OCI File Storage for database storage. Utilize a single region with multiple Availability Domains, implement the application with microservices architecture on OCI Container Engine for Kubernetes, and use Autonomous Transaction Processing (ATP) for the database. Architect the application across multiple OCI regions, using a hub-and-spoke model for VCN connectivity, Oracle Active Data Guard for database replication across regions, and OCI Load Balancer to distribute traffic. A technology startup is planning to rapidly scale its operations on Oracle Cloud Infrastructure (OCI) across multiple regions. The startup aims to deploy a consistent set of resources, including compute instances, networking components, and databases, while ensuring compliance with their internal security policies and automating the deployment process as much as possible. As an OCI Architect, you have been tasked with designing a solution to automate the infrastructure deployment using Infrastructure-as- Code (IaC) to meet these requirements. Which of the following approaches would best fulfill the startup's objectives?. Implement Terraform with OCI Provider to define the infrastructure as code, using Terraform modules to encapsulate common patterns and ensure consistent deployments across regions. Adopt OCI Ansible modules to script the deployment process, relying on Ansible playbooks for automation and enforcing security policies through Ansible roles. Develop custom software using the OCI SDKs for various programming languages, embedding compliance checks within the code to automate and standardize deployments. Utilize OCI Cloud Shell to manually execute scripts for resource creation across regions, ensuring consistency through standardized script templates. In the context of designing and implementing a hybrid cloud architecture with the Oracle Cloud VMware Solution (OCVS), which feature is crucial for ensuring high availability and disaster recovery of VMware workloads in OCI?. Oracle Cloud Infrastructure Object Storage. OCI Identity and Access Management (IAM). VMware vSphere High Availability (HA). Oracle Cloud Infrastructure (OCI) FastConnect. As part of optimizing your cloud infrastructure on Oracle Cloud Infrastructure (OCI), you are evaluating different storage options for your data warehouse application to ensure cost-effectiveness and performance. Considering the features and pricing models of OCI storage services, which two are the most important factors to consider for this scenario?. Throughput of data transfer to and from the data warehouse. Performance metrics of File Storage service. Data retrieval times from Archive Storage. The frequency of data access in Object Storage. The amount of data stored in Object Storage. XYZ Corporation is in the process of designing a robust disaster recovery strategy for their critical workloads running on Oracle Cloud Infrastructure (OCI). They need a solution that ensures high availability and data protection against regional outages. Which of the following options would best meet their requirements?. Oracle Cloud Infrastructure (OCI) Cross-Region Data Guard. OCI Local Peering. OCI FastConnect. OCI Object Storage replication. A multinational corporation is seeking to enhance its disaster recovery (DR) capabilities for its cloud- based applications, with a focus on minimizing data loss and ensuring rapid recovery in the event of a major incident. They have multiple critical applications running on Oracle Cloud Infrastructure (OCI) that require high availability, robust DR capabilities, and strict compliance with data sovereignty laws. As part of their strategy, they are evaluating the best DR setup that aligns with their business continuity plans. Given the need for geographically distributed DR to comply with data sovereignty and the requirement for minimal data loss and quick recovery times, which of the following setups would best meet their needs?. Implementing cross-region asynchronous Data Guard for all critical databases. Utilizing OCI Object Storage cross-region replication for backups, with manual recovery. Configuring region-specific Disaster Recovery using OCI's built-in capabilities, including region- specific Autonomous Data Guard and local backups, with policy-driven automation for compliance. Setting up a multi-region Autonomous Database with Autonomous Data Guard. You are tasked with ensuring high availability for a set of critical applications deployed on Oracle Cloud Infrastructure (OCI). These applications must be able to withstand the failure of an Availability Domain (AD) within a region. Which strategy would best address this requirement?. Use OCI's instance pooling to automatically redistribute instances to available Availability Domains in the event of a failure. Focus solely on scaling within a single Availability Domain to ensure that the application can handle the load during an AD failure. Distribute the application components evenly across multiple Availability Domains within the same region. Deploy all critical application components in a single Availability Domain and rely on OCI's automatic failover mechanisms. An international media company is leveraging Oracle Cloud Infrastructure (OCI) to host its video streaming service, aiming to improve global reach and reduce latency for its users. The service is built on a microservices architecture and uses OCI's managed Kubernetes service (OKE) for orchestration. The company is particularly focused on ensuring high availability, minimizing latency, and protecting sensitive customer data. Which of the following is not a true statement regarding the deployment of the video streaming service on OCI?. Utilizing OCI's Content Delivery Network (CDN) can significantly reduce latency for users by caching content at edge locations closer to users. Implementing OCI's FastConnect service for the video streaming application enhances connectivity and reduces latency for users connecting from enterprise networks. Enabling auto-scaling on OKE clusters hosting the microservices allows for the dynamic allocation of resources based on traffic, but cannot protect against regional service disruptions. Deploying the video streaming service across multiple Availability Domains within a region ensures high availability and fault tolerance for the application. An Oracle Cloud Infrastructure (OCI) Load Balancer is set up with three listeners and one path route set: Listener 1 • Virtual hostname: none • Default backend set: J • Path route set: PathRouteSet2 Listener 2 • Virtual hostname: secure.com • Default backend set: K • Path route set: PathRouteSet2 Listener 3 • Virtual hostname: public.com • Default backend set: L • Path route set: PathRouteSet2 Path Route Set • Path route set name: PathRouteSet2 • Exact match on path string /private/ routes to backend set K. • Prefix match on path string /open/ routes to backend set L. Given this configuration, determine the correct routing for the URLs below: U1: http://secure.com/private/account U2: http://public.com/open/data Which of the following statements is true?. U1 and U2 will both be routed to backend set J. U1 will be routed to backend set K, U2 will be routed to backend set L. U1 and U2 will both be routed to backend set K. U1 will be routed to backend set J, U2 will be routed to backend set K. While implementing Oracle Cloud Infrastructure (OCI) Object Storage for your company's disaster recovery plan, you decide to use Pre-Authenticated Requests (PARs) to share backup files between different departments securely. However, you notice that some departments are unable to access the backup files despite having the correct PAR URLs. Which option is the most likely reason for this issue?. The Object Storage buckets are encrypted with customer-managed keys, but the departments don't have access to these keys. The PARs have an expiration date set, and it has passed, making the URLs invalid. The backup files are stored in Archive Storage, and the PARs are not configured to allow access to archived objects. The network security group (NSG) rules for the VCN are incorrectly configured, blocking access to the Object Storage service. The departments are using OCI Identity and Access Management (IAM) policies for access, which do not apply to PAR-based access. Which of the following is not a recommended scenario for using Oracle Cloud Infrastructure's (OCI) Content Delivery Network (CDN)?. Enhancing the security posture of your application by using CDN as the primary defense layer against DDoS attacks. Offloading traffic from the origin server to handle high demand and improve application scalability. Distributing software updates and patches efficiently to users around the globe. Reducing latency and improving load times for end-users by caching content at edge locations closer to the users. As an Oracle Cloud Infrastructure Architect, you are designing a solution for a financial services application that requires a highly available and scalable database setup within OCI. The application demands automatic scaling, self-repair capabilities, and strong consistency across database instances. Given these requirements, which database solution would you recommend implementing to meet the application's needs while optimizing for performance and manageability?. Utilize Oracle Autonomous Data Warehouse (ADW) for its self-tuning and elastic scaling capabilities. Implement Oracle RAC (Real Application Clusters) across multiple availability domains within the same region. Use MySQL Database Service with HeatWave for automatic scaling and high performance on complex queries. Deploy an Oracle Autonomous Database with multi-region deployment to ensure high availability and scalability. In the process of designing a cost-efficient architecture for a new application deployment on Oracle Cloud Infrastructure (OCI), which two considerations are crucial to optimize costs without compromising performance?. Implementing autoscaling policies for compute instances based on the workload demand. Deploying all resources within a single region to reduce latency and costs. Reducing data transfer costs by designing an architecture that minimizes public Internet data transfers. Maximizing the use of OCI's always-free resources for as many services as possible. Utilizing preemptible compute instances for all application components to lower costs. An international media company is migrating its video streaming platform to Oracle Cloud Infrastructure (OCI) to improve scalability, high availability (HA), and disaster recovery (DR) capabilities. The platform experiences variable load with significant spikes during major live events. The architecture must ensure uninterrupted streaming, rapid scaling to meet demand, and robust disaster recovery to handle potential regional outages. What is the most effective architecture to meet these requirements?. Deploy the application on OCI Compute instances with manual scaling in a single region, using OCI Block Volumes for storage and manual snapshots for data backup and recovery. Implement the platform using OCI Functions for serverless computing across multiple regions, with an OCI Streaming service for data handling and cross-region replication for DR. Utilize OCI Container Engine for Kubernetes for the application layer, deployed across multiple regions with OCI Autonomous Database using Data Guard for cross-region data replication. Deploy the streaming platform in a single OCI region, utilizing multiple Availability Domains (ADs) and horizontal scaling with OCI Compute instances for the application layer. You are an architect tasked with designing a highly available and resilient application deployment on Oracle Cloud Infrastructure (OCI) for a global e-commerce platform. The application must support auto- scaling to handle varying loads, maintain high availability across multiple regions, and ensure data consistency with minimal latency for users worldwide. Which of the following strategies should you implement to meet these business and technical requirements? Select two. Implement a single instance VM in each desired region without auto-scaling, relying on OCI's built-in redundancy for high availability. Use OCI Functions for serverless deployment across multiple regions, with a central Oracle Autonomous Database for data consistency. Configure a DNS-based global load balancer with health checks outside of OCI, and use a single- region deployment for the application. Deploy the application on a single region using multiple Availability Domains and enable cross- region replication for object storage. Utilize OCI's Cross-Region Load Balancer to distribute traffic across instances in multiple regions, and implement region-based auto-scaling groups. An innovative software development company specializing in AI applications has recently deployed a complex machine learning model on Oracle Cloud Infrastructure (OCI) to offer as a service to its clients. The deployment architecture includes OCI Compute instances for model execution, OCI Object Storage for storing training datasets and model artifacts, a Load Balancer to manage API requests to the model, and OCI Autonomous Database for storing application data. To showcase the capabilities of their model, the company hosted a live demo for potential clients. During the demo, users experienced slow response times when querying the model. What could be two possible reasons for this issue?. The OCI Compute instances running the machine learning model reached their CPU and memory limits, and auto-scaling was not configured, preventing the addition of more resources to handle the load. OCI Object Storage experienced a service disruption, causing delays in accessing the training datasets and model artifacts. The Load Balancer was configured to use only a single backend server, preventing it from distributing incoming API requests across multiple servers. The network ACLs (Access Control Lists) were incorrectly configured, blocking traffic between the Compute instances and the Autonomous Database. The Autonomous Database was configured with too low a CPU and storage limit for the workload, causing bottlenecks in data retrieval and storage operations. You are tasked with designing a disaster recovery plan for a critical database running on Oracle Cloud Infrastructure (OCI) that requires a Recovery Time Objective (RTO) of 2 hours and a Recovery Point Objective (RPO) of 15 minutes. The database supports a financial application with transactions happening 24/7. Your solution must ensure data durability and minimize data loss in case of a regional outage. How should you architect the disaster recovery strategy to meet these requirements?. Deploy the primary database in a multi-AD region and use RMAN for database backups to OCI Block Storage with a frequency of every 15 minutes. In the event of a regional outage, restore the database in another region using the most recent backup. Utilize OCI Object Storage to take and store database backups every 15 minutes. In case of a disaster, restore the database from the most recent backup in a new region to meet the RTO and RPO requirements. Implement Data Guard with a primary database in one region and a standby database in another region. Enable synchronous data replication to achieve the desired RPO and configure automatic failover to meet the RTO. Set up a primary database in one availability domain and a standby database in another availability domain within the same region. Use Oracle GoldenGate for real-time data replication and manual switchover in case of a failure. In a leading e-commerce company, you are tasked with managing and optimizing the database architecture within Oracle Cloud Infrastructure (OCI) to support both high transaction volumes and analytical processing for real-time business intelligence. The current setup involves Oracle Autonomous Transaction Processing (ATP) for transactional data, Oracle Autonomous Data Warehouse (ADW) for analytics, and MySQL Database Service for specific microservices. Recently, you've noticed a decline in transaction processing speeds and report generation times, particularly during peak sales events. Initial investigations point towards inefficient resource allocation and potential database configuration issues. Which of the following strategies would most effectively diagnose and resolve the identified performance bottlenecks?. Consolidate all databases into a single ATP instance to simplify management and allocate additional resources to this instance to handle the combined workload. Implement database sharding across ATP and MySQL instances to distribute the load more evenly and reduce the impact on any single database instance. Upgrade all database instances to the highest available compute and storage tiers to ensure maximum resources for handling peak loads. Use OCI Monitoring and Application Performance Monitoring (APM) to identify slow queries and bottlenecks, then optimize the queries and review the auto-scaling settings for ATP and ADW. You are tasked with designing a cost-effective disaster recovery solution for a critical database that resides on Oracle Cloud Infrastructure (OCI). The database size is 2TB, with an average daily change rate of 5%. The recovery point objective (RPO) is 4 hours. Which of the following options would most effectively meet these disaster recovery requirements?. Utilize OCI Block Volume backups to periodically back up the entire database every 4 hours. Store backups in the same region but in a different availability domain. Configure Data Guard with the primary database in one region and the standby database in a different region. Set up automatic failover for high availability. Implement Oracle GoldenGate for real-time data replication to a secondary database in a different OCI region. Use OCI Object Storage to store replication logs. Create a custom script to export database changes every 4 hours to OCI Object Storage, and use OCI Functions to automate the process of updating a secondary database in another region with these changes. A cloud architect is designing a highly available application in Oracle Cloud Infrastructure (OCI). The application needs to maintain high availability and automatic failover across different availability domains within a region. Which of the following is not a correct approach to achieve this requirement?. Implementing OCI's Autonomous Database in a multi-AD configuration to ensure database services remain available even if one availability domain goes down. Deploy application-specific failover mechanisms, such as database replication or application clustering, across multiple availability domains. Deploying application instances in multiple availability domains and using OCI Load Balancer to distribute traffic across instances. Configuring stateful services to store session state information in a single availability domain to minimize latency. Your company plans to enhance the security posture of its applications deployed on Oracle Cloud Infrastructure (OCI). The goal is to ensure that all traffic to the application's public endpoints is inspected and malicious traffic is blocked. Which configuration achieves this objective?. Implement Network Security Groups (NSGs) with default rules to automatically detect and block malicious traffic. Utilize OCI Identity and Access Management (IAM) to enforce strict user permissions and block unauthorized access. Activate OCI's automatic DDoS protection service on all public endpoints, assuming it will filter out all types of malicious traffic. Deploy a Web Application Firewall (WAF) in front of the application and configure it to inspect and block identified threats. A team is deploying a multi-tier application on Oracle Cloud Infrastructure (OCI), consisting of web servers, application servers, and a database. To enhance security, they want to ensure that only the web servers can be accessed from the Internet, and the application servers can only communicate with the web servers and the database. What is the most effective OCI feature to implement this security requirement?. Apply OCI Web Application Firewall (WAF) to protect the application servers. Utilize OCI Identity and Access Management (IAM) policies to control access. Deploy an OCI Internet Gateway with specific route rules for the web servers. Configure Security Lists and Network Security Groups (NSGs) to restrict traffic flow. A healthcare company wishes to create a secure, HIPAA-compliant application that allows for the storage and analysis of medical images. The application must automatically scale to handle variable loads, ensure data is encrypted both in transit and at rest, and allow for the deployment of machine learning models to analyze these images. The development team is focused on the application's functionality and seeks to minimize the time spent on managing the underlying infrastructure. Which combination of Oracle Cloud Infrastructure (OCI) services would best fulfill these requirements?. OCI Block Storage, OCI Digital Assistant, and Oracle Container Engine for Kubernetes. OCI Object Storage, OCI Vault, OCI Data Science, and OCI Functions. OCI Object Storage, OCI Streaming, and Oracle Container Engine for Kubernetes. OCI Object Storage, OCI Functions, and OCI Data Science. A healthcare company aims to leverage Oracle Cloud Infrastructure (OCI) to deploy a critical application that adheres to regulatory compliance regarding data residency and redundancy. As the lead solution architect, you need to ensure that the application's data is stored across multiple geographical locations to meet compliance requirements while maintaining data availability. Which of the following strategies would not meet the company's requirements for data residency and redundancy?. Store application data in a single Availability Domain without any form of replication or backup to other regions or Availability Domains. Utilize OCI Object Storage with cross-region replication to automatically replicate data across multiple regions. Deploy the application's databases in a multi-AD (Availability Domain) configuration, ensuring data redundancy within the same region. Use OCI Block Volume backups with cross-region copy functionality to maintain data redundancy across multiple geographical locations. As a cloud architect, you are tasked with ensuring that your company's application remains highly available and performs consistently across different geographic locations, particularly during peak load times. The application should automatically reroute traffic from overburdened regions to less busy ones to maintain performance and availability. Which Oracle Cloud Infrastructure (OCI) feature would best fulfill this requirement?. OCI Autoscaling. OCI Identity and Access Management (IAM). OCI Public Load Balancers. OCI Traffic Management Load Balancer steering policy. In your Oracle Cloud Infrastructure (OCI) deployment, you have configured your block storage volumes to use the highest performance storage tier available. Despite this, users are reporting slower than expected performance when accessing data stored on these volumes. What is the most likely reason for this performance issue?. The storage volumes are encrypted with customer-managed keys, and the key management service is experiencing delays. The compute instances accessing the storage volumes are in a different region than the storage volumes, introducing latency. The network ACLs are improperly configured, leading to rejected traffic between the compute instances and the storage volumes. The instance types used are not optimized for high I/O performance, leading to bottlenecks. In the context of operating and troubleshooting an Oracle Cloud Infrastructure (OCI) deployment, what is the most effective method for ensuring high availability and performance of a critical application with strict SLAs, while also enabling rapid issue diagnosis and resolution?. Focusing only on proactive infrastructure scaling based on anticipated demand spikes, without integrating specific monitoring or logging tools for ongoing performance analysis. Utilizing only email notifications for critical alerts, assuming that all significant issues will be evident through user reports or system failure notices. Relying on OCI's automated service health checks and alerts exclusively for monitoring application performance and availability, without additional tools or processes. Implementing a comprehensive monitoring strategy that includes OCI Monitoring for resource metrics, OCI Logging for application and system logs, and third-party APM tools for in-depth application performance insights. Your organization intends to enhance its application's security posture by implementing Oracle Cloud Infrastructure's (OCI) Identity and Access Management (IAM) features. The application requires differentiated access levels for users, based on their job roles within the company. Which of the following strategies would best achieve this requirement?. Develop custom IAM policies and groups, assigning users to groups based on their job roles, and apply policies to these groups to grant appropriate access levels. Utilize predefined IAM roles in OCI, assigning each user to a role that closely matches their job function. Enable OCI's default security settings for all users, assuming it automatically adjusts access based on job roles. Create a single IAM policy for all users, granting them access based on the principle of least privilege. Your multinational corporation is deploying a critical application globally on Oracle Cloud Infrastructure (OCI) to serve a diverse customer base. The application requires low-latency access from various geographical locations and must comply with data sovereignty laws. You are tasked with designing the infrastructure to meet these requirements efficiently. Which of the following strategies is not appropriate for ensuring low-latency access and compliance with data sovereignty laws?. Utilizing OCI Edge Services to cache content closer to users, thereby reducing latency for frequently accessed data while still maintaining core data in regions that comply with data sovereignty laws. Relying solely on OCI's global backbone for data transfer without regional deployments or caching strategies, assuming it provides sufficient latency reduction and compliance with data sovereignty. Deploying the application in multiple OCI regions closest to your user base to reduce latency and ensure data is stored within specific legal jurisdictions. Design your application using microservices architecture, allowing for different components of your application to be deployed in various regions. Your company operates a large-scale web application that experiences variable traffic patterns, with significant spikes during holiday seasons. To ensure high availability and scalability, you plan to deploy the application across multiple Availability Domains (ADs) in Oracle Cloud Infrastructure (OCI). Given the need for a highly available database backend with the ability to scale quickly to meet demand, which deployment strategy aligns best with your requirements?. Deploy the application's database on a single VM DB system in one AD, relying on OCI's automatic backup for disaster recovery. Use Oracle RAC on a VM DB system spread across multiple ADs to provide high availability and scalability. Set up a self-managed Oracle database on bare metal instances in a single AD, manually configuring replication to another AD for high availability. Implement the application's database using OCI Autonomous Database, leveraging its built-in scaling and high availability features. When designing a cloud architecture on Oracle Cloud Infrastructure (OCI) to meet both business and technical requirements for a data-intensive application, which of the following strategies would best optimize performance while ensuring cost efficiency?. Deploying stateless application components on OCI Functions to automatically scale based on demand and reduce compute costs. Leveraging OCI Dedicated Virtual Machine Hosts for all application components to maximize control and performance. Utilizing high-performance Compute instances for all application tiers, regardless of their workload patterns. Choosing Always Free resources exclusively across the application architecture to minimize costs, regardless of performance requirements. Your organization is deploying a series of interconnected applications and services on Oracle Cloud Infrastructure (OCI) that require secure, private connectivity among them. These applications span multiple compartments and virtual cloud networks (VCNs) within the same OCI region. You are tasked with designing a networking solution to facilitate this connectivity while minimizing management overhead and ensuring network isolation between the services. Which of the following options is not an appropriate solution for achieving secure and isolated connectivity?. Establish an OCI FastConnect connection between each VCN to ensure high-bandwidth, low- latency connectivity for inter-service communication. Implement OCI Service Gateway in each VCN to route traffic securely between services without traversing the internet, leveraging IAM policies for access control. Utilize OCI VCN Peering to establish private connectivity between the VCNs across different compartments, ensuring network isolation and secure communications. Deploy an OCI Virtual Cloud Network (VCN) with subnets for each application, using Network Security Groups (NSGs) to control traffic flow between services for isolation. When implementing and troubleshooting a database migration to Oracle Cloud Infrastructure (OCI), which tool or service is essential for ensuring a successful and efficient data migration with minimal downtime?. Oracle Data Guard. Oracle Zero Downtime Migration (ZDM). OCI Object Storage. Oracle SQL Developer. You are planning to optimize the costs of your Oracle Cloud Infrastructure (OCI) Database service deployment while maintaining performance. Which two factors should be primarily considered when estimating your monthly database service costs?. Data encryption and security features enabled. The number of API calls to the database. Storage capacity allocated for database backups. CPU and memory allocated to the database instance. Number of database connections. While configuring Oracle Cloud Infrastructure's (OCI) Object Storage for a project, you decide to enforce stricter access policies on a bucket to enhance security. After applying the new policies, users report that they can no longer access the data stored in the bucket. What is the most likely reason for this access issue?. The users' credentials have expired, coincidentally at the same time as the policy update. The IAM policies have not been updated to reflect the new bucket policies, leading to a conflict between the two. The new policies applied to the bucket explicitly deny access to all users except the account administrator. The bucket was accidentally moved to a different compartment during the policy update, causing permission issues. In an Oracle Cloud Infrastructure (OCI) environment, you are tasked with setting up a secure connection between a set of microservices running on Oracle Kubernetes Engine (OKE) in a private subnet and an Oracle Cloud Infrastructure Object Storage bucket used for storing application logs. The services must be able to upload logs to the Object Storage bucket without exposing them to the public internet. Which two steps should you take to ensure secure and private connectivity?. Deploy a Service Gateway in the VCN and configure route rules for the private subnet to direct Object Storage traffic through the Service Gateway. Add a stateful egress rule to the security list for the private subnet hosting OKE, allowing outbound traffic to the Object Storage service. Create a Virtual Cloud Network (VCN) Peering between the VCN where OKE is hosted and the VCN dedicated to Object Storage. Utilize an Internet Gateway for the VCN, with a route rule in the private subnet's route table directing Object Storage traffic through the Internet Gateway. Configure a Dynamic Routing Gateway (DRG) with a route rule in the private subnet pointing to the DRG for traffic destined to Object Storage. A global online retail company is planning to enhance its e-commerce platform by migrating to Oracle Cloud Infrastructure (OCI) to achieve optimal scalability, high availability (HA), and comprehensive disaster recovery (DR) capabilities. The platform must efficiently handle daily fluctuating traffic and provide uninterrupted service, even during peak shopping seasons or in the event of a major disaster. The architecture should also ensure data integrity and real-time synchronization across geographic locations. Considering these requirements, which architecture design would best align with the company's goals?. Deploy the platform on a single OCI region using Dense IO Compute instances for performance, with periodic exports of data to an off-site physical location for disaster recovery purposes. Utilize OCI Container Engine for Kubernetes for application deployment, with instances distributed across multiple regions, and OCI Autonomous Database with Active Data Guard for cross-region data replication. Deploy the e-commerce platform across multiple Availability Domains (ADs) in a single OCI region, utilizing Auto Scaling for OCI Compute instances and backing up data daily to OCI Object Storage. Implement a multi-cloud strategy, deploying the e-commerce platform in OCI for primary operations and another cloud provider for DR, with manual replication between the two environments. You are tasked with designing a high-availability database architecture for a critical application that requires minimal downtime and automated disaster recovery capabilities in Oracle Cloud Infrastructure (OCI). The application demands high throughput and low latency reads and writes, with the ability to scale dynamically in response to fluctuating workloads. Additionally, it requires advanced data security features, including data encryption at rest and in transit, and the ability to perform real-time data analytics. Which of the following database solutions would best meet these requirements?. Configure a NoSQL database with cross-region replication for disaster recovery. Use Oracle Autonomous Database with Autonomous Data Guard and auto-scaling enabled. Implement Oracle Base Database on VM with manual scaling and backup strategies. Deploy an Oracle Autonomous Transaction Processing (ATP) database with Data Guard for disaster recovery. An international retail company seeks to enhance its customer experience by implementing a personalized recommendation system. This system will analyze customer purchase history and browsing behavior in real-time to offer personalized product recommendations. The solution must be highly available, automatically scale to accommodate peak shopping periods, ensure secure handling of customer data, and allow the development team to focus on algorithm development rather than infrastructure management. Which combination of Oracle Cloud Infrastructure (OCI) services would best support these requirements?. OCI Data Catalog, OCI Digital Assistant, and OCI API Gateway. OCI Streaming, OCI Functions, and OCI Object Storage. OCI Events, OCI Digital Assistant, and OCI Autonomous Database. OCI API Gateway, OCI Blockchain Service, and Oracle Container Engine for Kubernetes. In a scenario where an enterprise plans to migrate a critical application's database from an on-premises environment to Oracle Cloud Infrastructure (OCI), with a requirement for high performance, disaster recovery, and zero data loss, which two actions should be prioritized to meet these requirements?. Use OCI Object Storage for database backup only, ignoring the replication features. Opt for local NVMe storage on compute instances to maximize I/O throughput, disregarding data replication strategies. Deploy the database on a single VM instance in OCI for simplified management and cost savings. Implement OCI FastConnect for a dedicated network connection, ensuring high performance and reliable connectivity. Configure Active Data Guard for real-time data replication and failover capabilities between regions. Your company plans to deploy a series of microservices-based applications that require seamless, secure connectivity between services hosted on Oracle Cloud Infrastructure (OCI) and existing services running on Google Cloud Platform (GCP). Which of the following approaches would best facilitate this requirement while ensuring high security and minimal latency?. Implement an application-level gateway in both OCI and GCP to manage and secure traffic flow between the cloud environments. Set up a VPN connection between OCI Virtual Cloud Network (VCN) and GCP Virtual Private Cloud (VPC), utilizing IPSec for secure, encrypted communication. Establish a dedicated peering connection between OCI and GCP using their respective Interconnect and Dedicated Interconnect services. Directly connect OCI and GCP services over the internet, securing connections with SSL/TLS encryption. As a cloud architect, you're planning a disaster recovery strategy for a mission-critical application in Oracle Cloud Infrastructure (OCI). This strategy must ensure minimal downtime and data loss, even in the event of a complete regional outage. Which OCI service or feature would you primarily utilize to meet these requirements?. OCI Block Volume backup to another region. OCI Local Peering Gateways. Cross-region Database replication. OCI Content Delivery Network (CDN). During a migration to Oracle Cloud Infrastructure (OCI), a multinational company aims to optimize its network architecture for improved connectivity and lower latency between its headquarters and OCI. Which OCI service or feature should be utilized to meet these requirements?. Dynamic Routing Gateway. Local Peering Gateway. Internet Gateway. FastConnect. You are assisting a financial institution in planning the migration of their critical applications to Oracle Cloud Infrastructure. The institution has provided detailed specifications of their current application architecture, security requirements, and performance metrics. Which two additional pieces of information are essential for you to determine the most effective migration strategy?. Understanding specific financial data handling and storage regulations that the institution must comply with. Information about the licensing of the applications that will be migrated. The rate at which the application data grows on a daily basis. Analysis of how users access the application, including locations and devices used. A global logistics company is planning to upgrade its inventory management system to Oracle Cloud Infrastructure (OCI) to leverage advanced database features and cloud scalability. The system is critical for the company's operations, requiring a Recovery Point Objective (RPO) of 2 hours and a Recovery Time Objective (RTO) of 30 minutes to minimize downtime and data loss in the event of a disaster. The solution must ensure operational continuity and data availability across different regions. Which of the following configurations would best meet the company's RPO and RTO requirements while also being cost-effective?. Establish a 3-node Oracle RAC on bare metal instances in the primary region and manually configure Oracle GoldenGate for data replication to a 3-node Oracle RAC on VMs in a secondary region. Configure a 2-node Oracle Real Application Clusters (RAC) on VMs in the primary region and use Oracle Active Data Guard to perform synchronous data replication to a 2-node Oracle RAC in a secondary region. Deploy a 1-node Virtual Machine (VM) Oracle database in the primary region, using Oracle Data Guard for real-time data replication to a 1-node VM Oracle database in a secondary region. Implement an Autonomous Database (ATP) for transaction processing in one region, with Oracle GoldenGate handling real-time data replication to an Autonomous Database in another region. In designing and implementing a hybrid cloud architecture utilizing the Oracle Cloud VMware Solution for a client with existing on-premises VMware workloads that require integration with Oracle Cloud Infrastructure (OCI) for expanded capacity and disaster recovery, which of the following practices should be prioritized? Select two. Deploy Oracle Cloud VMware Solution in OCI and establish a direct connection using Oracle FastConnect for low-latency, high-bandwidth connectivity between on-premises VMware environments and OCI. Implement a cross-cloud disaster recovery strategy by replicating VMware VMs from OCI to another cloud provider using VMware HCX. Utilize Oracle Cloud Infrastructure Object Storage as a primary datastore for the VMware environment in OCI, leveraging its high durability for VM storage. Rely on internet-based VPN connections for data transfer between the on-premises data center and OCI to reduce operational costs. Consolidate all VMware workloads to OCI exclusively, eliminating on-premises VMware infrastructure to simplify management and reduce costs. In the process of enhancing security for your company's cloud infrastructure on Oracle Cloud Infrastructure (OCI), you decide to implement a strategy to safeguard against Distributed Denial of Service (DDoS) attacks. Which of the following measures would be most effective in mitigating such attacks?. Enable OCI's Web Application Firewall (WAF) with DDoS protection policies. Rely on OCI's default network security settings, assuming they automatically protect against DDoS attacks. Increase the compute capacity of your instances to handle the increased load during an attack. Implement strict IAM policies to control access to cloud resources. You are configuring a cloud solution for a data analytics application on Oracle Cloud Infrastructure (OCI) that processes large datasets. The application requires high throughput between compute instances and a shared file system. Additionally, the solution must provide low-latency access to the file system from the compute instances, which are deployed in multiple availability domains within the same region. How should you design the storage architecture to meet these performance requirements?. Configure a dedicated network using OCI FastConnect for direct connectivity between compute instances and an external, on-premises shared file system to meet the high throughput and low latency requirements. Utilize OCI Object Storage as the shared file system and connect it directly to compute instances across multiple availability domains. Leverage pre-configured policies to optimize for high throughput and low latency. Implement the shared file system using OCI Block Volume attached to a single compute instance in one availability domain. Share this block volume over the network with other compute instances across availability domains using network file sharing protocols. Deploy the shared file system using OCI File Storage Service in one availability domain and mount it to compute instances across all availability domains within the same region. Ensure the mount targets are properly configured for high throughput and low latency. Your company plans to migrate a critical application to Oracle Cloud Infrastructure (OCI) to leverage OCI's high availability and disaster recovery capabilities. The application generates 50 TB of data, which needs to be moved to OCI within a 48-hour window to minimize downtime. Post-migration, it is essential to have a maximum data retrieval time of 15 minutes to meet the Recovery Time Objective (RTO) for your application. Which is the most cost-effective and time-efficient method to accomplish this data transfer and meet the RTO requirement?. Implement OCI FastConnect for a dedicated network connection and transfer the data to OCI Object Storage Archive tier using OCI CLI commands. Utilize OCI Storage Gateway to automatically transfer the data to OCI Object Storage Standard tier. Establish an IPsec VPN Connect between the on-premises data center and OCI, then use OCI CLI commands to transfer the data directly to OCI Object Storage Archive tier. Use Oracle Data Transfer Service to ship the data on physical storage devices to OCI, then copy the data to OCI Object Storage Standard tier. Your company is deploying a sensitive application on Oracle Cloud Infrastructure (OCI) that will process confidential information. The application architecture includes a front-end web tier, a middle application tier, and a back-end database tier. To enhance security, you are tasked with ensuring that only the application tier can access the database tier directly, and the database should not be accessible from any other source, including the internet and the front-end web tier. Which option should you choose to secure the database tier?. Configure a public subnet for the database tier and use route tables to direct traffic only from the application tier. Create a Virtual Cloud Network (VCN) with no internet gateway and place the database tier in this VCN. Implement Network Security Groups (NSGs) to define rules that allow traffic only from the application tier's specific IP addresses to the database tier. Use OCI Identity and Access Management (IAM) policies to restrict database access to the application tier's OCI Identity. In a multi-regional deployment, an IT company aims to design a highly available and disaster recovery- capable architecture for its critical application on Oracle Cloud Infrastructure (OCI). The application requires low latency access to its database for users in both regions and must ensure data consistency with minimal downtime. Which two of the following solutions should the architect incorporate into the design to meet these requirements?. Implement Oracle Real Application Clusters (RAC) within a single region for database scalability and availability. Utilize Oracle Data Guard with a primary database in one region and a standby database in the other region. Implement cross-region VCN peering to connect the VCNs in both regions. Deploy the application on Oracle Kubernetes Engine (OKE) in both regions with a multi-master configuration. Set up Oracle Active Data Guard with automatic failover across regions. You need to deploy a web application that can automatically scale based on traffic demand in Oracle Cloud Infrastructure (OCI). The application must scale out during peak hours and scale in during off- peak hours, ensuring cost efficiency while maintaining performance. Which is the most cost-effective and efficient option to meet these requirements in OCI?. Deploy the application on a VM and configure an OCI Event to trigger a function that scales the VM resources up or down based on a schedule. Implement an OCI Autoscaling policy with an Instance Pool to automatically adjust the number of compute instances in the pool based on performance metrics. Deploy the application on a single, high-capacity OCI Compute instance and manually adjust its size based on observed traffic patterns. Use OCI Container Engine for Kubernetes (OKE) to deploy the application in containers, configuring horizontal pod autoscaler to automatically scale the number of pods based on CPU usage. A global financial services firm is planning to implement a hybrid cloud strategy to enhance its IT infrastructure's flexibility, scalability, and resilience. The firm intends to keep its sensitive transaction processing systems on-premises while leveraging Oracle Cloud Infrastructure (OCI) for high-compute workloads, data analytics, and disaster recovery. Additionally, the firm is considering integrating with another cloud provider for specific AI and machine learning capabilities not currently available in OCI. Given these requirements, which of the following architecture designs would best support the firm's hybrid and multi-cloud strategy?. Deploy Oracle Cloud Infrastructure FastConnect and a VPN for direct, secure connectivity between the on-premises data center, OCI, and the second cloud provider. Consolidate all workloads onto OCI, using virtual cloud networks (VCNs) to segment sensitive and high-compute tasks, and avoid integrating with another cloud provider to simplify management. Use Oracle RAC on OCI for transaction processing, employ OCI Data Science for analytics, and rely solely on API gateways for integration with the second cloud provider. Implement Oracle Cloud at Customer for on-premises workloads, utilize OCI for disaster recovery and analytics, and establish a dedicated interconnect with the second cloud provider for AI and machine learning workloads. An enterprise is leveraging Oracle Cloud Infrastructure (OCI) to enhance its disaster recovery (DR) strategy. The company's IT architect is tasked with designing a DR solution that minimizes data loss and ensures rapid recovery of a critical database system. The system is currently hosted on an OCI Compute instance in the US East (Ashburn) region. The architect decides to replicate the system to a secondary region for DR purposes. Which of the following strategies should the architect employ to ensure the most efficient disaster recovery setup?. Use OCI Object Storage cross-region replication to replicate database backups. Implement OCI Data Guard with a primary database in US East (Ashburn) and a standby database in a different region. Deploy a secondary OCI Compute instance in another region and use rsync for data replication. Establish an inter-region virtual circuit using OCI FastConnect for direct connectivity and manually transfer database backups. You are planning to migrate a set of complex, interdependent applications to Oracle Cloud Infrastructure (OCI). These applications are currently hosted on-premises and utilize a variety of services, including databases, application servers, and storage systems. Your goal is to ensure minimal downtime during the migration and a smooth transition. Which of the following strategies would be most effective for migrating these workloads to OCI?. Replicating the entire on-premises environment onto a single large Oracle Cloud Infrastructure Compute instance. Implement a hybrid cloud approach, gradually migrating services to Oracle Cloud Infrastructure's managed services and leveraging Kubernetes for orchestration. Lift and Shift using Oracle Cloud Infrastructure File Storage Service. Phased migration utilizing Oracle Cloud Infrastructure's Database Migration Service and Compute instances. You are responsible for ensuring high availability and disaster recovery for a critical application deployed on Oracle Cloud Infrastructure (OCI). The application must be capable of surviving regional outages with minimal downtime. Which deployment strategy should you employ?. Utilize a multi-region architecture, replicating data asynchronously between primary and standby regions, and manually switch over in the event of a disaster. Place the application in an OCI Container Engine for Kubernetes cluster in one region, with automatic failover to a cluster in another region. Configure the application to run on a single instance within a single availability domain, relying on OCI's automated backups for disaster recovery. Deploy the application across multiple availability domains within the same region, using OCI Load Balancer to distribute traffic. A global financial services firm is planning to enhance its application's disaster recovery (DR) strategy using Oracle Cloud Infrastructure (OCI). The firm requires a solution that ensures minimal downtime and data loss in the event of a disaster. Which OCI feature would be the most effective for meeting the firm's DR requirements?. OCI Storage Gateway enables the firm to integrate on-premises applications with cloud storage, facilitating data backup and archival. OCI Cross-Region Data Guard ensures real-time data replication and automatic failover between primary and standby databases across regions, minimizing downtime and data loss. OCI offers distributed denial of service (DDoS) protection to safeguard applications against downtime and ensure availability. OCI FastConnect provides dedicated network connectivity, enhancing the firm's application performance and reducing the risk of internet-based attacks. A large enterprise plans to migrate several critical workloads to Oracle Cloud Infrastructure (OCI) to benefit from cloud scalability and innovation while ensuring minimal disruption to its operations. The migration includes various types of workloads, such as databases, applications, and storage systems. What are two key steps the enterprise should take using Oracle Cloud Migrations to ensure a successful migration strategy that minimizes downtime and maintains data integrity?. Utilize Oracle Cloud Migrations' assessment tool to evaluate the on-premises workloads for cloud compatibility, performance requirements, and potential migration challenges. Skip the pilot migration phase and directly proceed with full-scale migration to expedite the transition to OCI, based on Oracle Cloud Migrations' planning recommendations. Implement Oracle Cloud Migrations' automated data replication services for real-time data synchronization between on-premises databases and OCI, ensuring zero data loss during the migration. Rely solely on internet-based VPN for the migration process to avoid the costs associated with dedicated connectivity solutions like Oracle FastConnect. Opt for an immediate, all-in-one migration approach for all workloads to reduce the overall migration timeline, leveraging Oracle Cloud Migrations' bulk transfer capabilities. A software development firm is planning to move its development and testing environments to Oracle Cloud Infrastructure (OCI) to benefit from cloud scalability and improve collaboration among its global teams. The firm has provided information about the current setup, including the number of environments, average build times, and specific toolchain components used in the development process. Which two pieces of additional information are crucial for you to devise a comprehensive migration strategy?. The average daily number of code commits and merges. List of regulatory compliance requirements for software development processes. Detailed network latency metrics between global teams. The specific versions of the development tools and services currently in use. The current source code repository and version control system. A fintech company is deploying a new blockchain-based payment processing application on Oracle Cloud Infrastructure (OCI) that requires extremely high availability, rapid scalability in response to fluctuating transaction volumes, and robust disaster recovery capabilities to comply with financial industry standards. Which two architectural decisions should the architect include in the design to meet these critical requirements?. Deploy the application across multiple Availability Domains (ADs) within a region using OCI's Load Balancer to distribute traffic and ensure high availability. Store transaction data in OCI Object Storage with cross-region replication enabled to ensure data durability and availability. Utilize Oracle Autonomous Transaction Processing (ATP) database with cross-region Data Guard for real-time data replication and disaster recovery. Implement the application using OCI Functions to automatically scale up or down based on the transaction load, minimizing costs and management overhead. Configure a single large OCI Compute VM instance to host the blockchain nodes, ensuring powerful processing capabilities for transaction handling. As a cloud architect, you are designing a disaster recovery strategy for critical applications hosted on Oracle Cloud Infrastructure (OCI). Which two statements are false regarding the implementation of a disaster recovery strategy in OCI?. Cross-region data replication can be achieved using Oracle Data Guard for databases, enhancing disaster recovery capabilities. OCI Object Storage can serve as a replication target for data backups across regions, facilitating disaster recovery. It is not possible to automate failover and failback processes using OCI services, making manual intervention mandatory during disaster recovery. Pre-creating compute instances in a standby region is not a recommended practice for disaster recovery in OCI as it incurs unnecessary costs. Regional subnets can be used to ensure that resources are available across multiple Availability Domains within the same region, eliminating the need for a disaster recovery plan. Which of the following scenarios is not an appropriate application of Oracle Cloud Infrastructure's (OCI) Identity and Access Management (IAM) capabilities?. Using OCI IAM to enforce two-factor authentication (2FA) for all users accessing the OCI console. Automatically provisioning and deprovisioning user accounts in OCI services based on employee status changes in an external HR system. Restricting access to OCI Compute instances based on the geographic location of the user attempting access. Directly integrating OCI IAM with third-party cloud service providers for seamless single sign-on (SSO) access without using OCI's federated SSO capabilities. A cloud engineer is configuring object storage backups for a critical application in Oracle Cloud Infrastructure (OCI). The application requires that backups be accessible for immediate restore and also archived for long-term retention. However, the engineer notices that backups meant for archival are accessible for immediate restoration, which could lead to higher costs. Which of the following is not a plausible reason for this scenario?. Object versioning is enabled, and previous versions of the backups are not being archived or deleted. Lifecycle policies are incorrectly configured, causing backups meant for archival to remain in a higher-cost, immediate-access storage tier. The backups are being stored in the same storage class, without utilizing the OCI Archive Storage for long-term retention. The Object Storage bucket is misconfigured to replicate data across regions instead of archiving. A leading healthcare company has recently transitioned their patient data management system to Oracle Cloud Infrastructure (OCI) to enhance security and scalability. Their system architecture includes OCI Compute instances for the application layer, OCI Autonomous Database for secure patient data storage, a Load Balancer to distribute request loads evenly, and OCI Identity and Access Management (IAM) for secure access control. Shortly after the migration, during a nationwide health awareness campaign, the system experienced significant delays in processing patient data requests, leading to longer wait times for patients and healthcare providers. What could be two possible reasons for these performance issues?. The Autonomous Database had reached its CPU and storage thresholds, but auto-scaling for the database was not configured, leading to processing delays. The Compute instances hosting the application were not adequately sized for the increased load, and auto-scaling was not enabled to dynamically adjust resources based on demand. The IAM policies were too restrictive, limiting the application's access to the Autonomous Database, causing delays in data retrieval. The Load Balancer was incorrectly configured to use a round-robin method without session persistence, leading to repeated logins and data fetches for users. A leading global retailer is facing challenges with its current on-premises IT infrastructure, which is unable to cope with the high demand during peak shopping seasons, leading to slow website performance and lost sales. The retailer's management team has decided to migrate their e-commerce platform to Oracle Cloud Infrastructure (OCI) to leverage cloud scalability, improve performance, and enhance customer experience. The e-commerce platform uses a variety of technologies, including Java- based applications and a MySQL database. The retailer is particularly concerned about achieving seamless scalability, maintaining high availability, and ensuring data security. Given these requirements, which of the following deployment strategies on OCI would best meet the retailer's needs?. Migrate the Java-based applications to OCI Functions for serverless execution and the MySQL database to MySQL Database Service with Data Guard enabled for disaster recovery. Utilize Oracle VMs for deploying Java-based applications and the MySQL database, with manual scaling set up for peak times and OCI Vault for managing secrets. Deploy the application on OCI Container Engine for Kubernetes (OKE) with the MySQL database migrated to MySQL Database Service. Enable OCI Identity and Access Management (IAM) for security. Implement the application and database on OCI Compute instances with Auto Scaling configured for the application layer and MySQL Database Service for the database layer. Establish cross-region replication for MySQL Database Service for disaster recovery. Which scenario is least likely to benefit from utilizing Oracle Cloud Infrastructure's (OCI) Edge Services?. Accelerating content delivery with a distributed network of cache servers to reduce latency for global users. Enhancing security posture through a Web Application Firewall (WAF) to protect against common web exploits. Offloading DNS management to OCI's DNS service to improve the resolution speed and manage traffic effectively. Facilitating direct, private network connections between an enterprise's on-premises data center and OCI. In Oracle Cloud Infrastructure (OCI), when aiming to automate infrastructure provisioning and management for a scalable web application, which of the following Infrastructure-as-Code (IaC) tools or approaches would most effectively enable repeatable, efficient, and error-free deployment?. Relying exclusively on OCI Console's manual setup features for each deployment, documenting the steps for repeatability. Manually scripting deployment procedures using bash scripts and OCI CLI commands, ensuring customizability for each deployment instance. Employing Oracle Forms to visually design the application's infrastructure, exporting the design to OCI resources for manual provisioning. Utilizing Terraform with OCI Provider to define infrastructure as code, enabling version-controlled configurations and automated provisioning across environments. In the context of operating and troubleshooting databases on Oracle Cloud Infrastructure (OCI), what is the most effective first step in diagnosing performance issues with an Oracle Autonomous Database?. Check the Network Latency. Increase CPU and Storage resources. Review the AWR Report. Restart the Database Instance. You are managing a complex application deployed on Oracle Cloud Infrastructure (OCI) that involves several microservices running on different Compute instances. These instances communicate over a Virtual Cloud Network (VCN). After a recent update to the network security rules, one microservice is unable to communicate with another, critical for the application's functionality. What is the most likely reason for this communication failure?. The Route Table associated with the subnet of the target Compute instance lacks a route rule for the source Compute instance's CIDR. The Network Security Group (NSG) rules associated with the target Compute instance do not allow ingress traffic from the source Compute instance. The Internet Gateway (IGW) is misconfigured, blocking internal VCN traffic between the Compute instances. Dynamic Routing Gateway (DRG) is not configured to route traffic between the instances. A client is leveraging Oracle Cloud Infrastructure (OCI) for their enterprise resource planning (ERP) system. They've noticed fluctuations in demand that affect system performance and wish to optimize costs without sacrificing user experience. What OCI feature would you recommend they use to automatically adjust their compute resources in response to workload demands?. Configure the Auto-Scaling policy for OCI Compute instances. Rely on OCI Block Volume Bursting capabilities for performance management. Increase the OCI Compute instance sizes manually during peak hours. Utilize OCI Functions to manage demand spikes. You are consulting for a multinational corporation planning to deploy a series of applications globally on Oracle Cloud Infrastructure (OCI). The applications require high availability and disaster recovery capabilities. To meet these requirements, you suggest deploying the applications across multiple regions using OCI's advanced database services. Which of the following options is not a valid approach for setting up the database architecture to support high availability and disaster recovery?. Deploy RAC (Real Application Clusters) across regions to provide high availability and disaster recovery. Implement Autonomous Database in one region with manual backups transported to another region for disaster recovery. Utilize OCI Data Guard for real-time data protection and disaster recovery across different regions. Use OCI GoldenGate for real-time data replication across databases in different regions. As a cloud architect, you are designing a data backup solution on Oracle Cloud Infrastructure (OCI) for a client. Your client's data backup policy requires encryption of backups both in transit and at rest. Which of the following steps is not necessary when implementing this policy using OCI Object Storage?. Use HTTPS for all data transfers to ensure data is encrypted in transit. Obtain an Internet Content Provider (ICP) certificate for data encryption. Enable server-side encryption for Object Storage using OCI-managed keys. Configure client-side encryption for data before uploading it to Object Storage. You are an architect tasked with designing a highly available and fault-tolerant database solution for a critical application on Oracle Cloud Infrastructure (OCI). The application requires a relational database with strict consistency, high availability, and disaster recovery capabilities across multiple regions. Given these requirements, which of the following database configurations should you recommend?. Deploy Oracle Database on a VM DB System in a single availability domain. Configure MySQL Database Service with manual replication across multiple availability domains in the same region. Utilize Oracle Autonomous Database on shared infrastructure with Data Guard enabled across multiple regions. Set up Oracle NoSQL Database with replication across multiple availability domains. In planning the deployment of a critical financial analytics application in Oracle Cloud Infrastructure (OCI), a FinTech company needs to ensure maximum security, compliance with financial regulations, efficient data processing, and scalability. The application requires real-time data analysis, secure data storage, and the ability to scale resources dynamically based on the load. Additionally, the solution must incorporate disaster recovery strategies and comply with global financial regulatory standards. Which of the following architectures would best meet these requirements?. Utilize a single OCI region, deploy the application in a Virtual Cloud Network (VCN) with private subnets only, employ OCI Functions for serverless compute, and use OCI Block Volume for storage with regular manual backups. Implement the application across multiple OCI regions, use Oracle GoldenGate for real-time data replication, employ OCI Identity and Access Management (IAM) for strict access controls, and use Oracle Autonomous Transaction Processing (ATP) for scalable and secure database services. Deploy the application in a single OCI region using dedicated compute instances for each application component, manual snapshot backups for disaster recovery, and third-party tools for data encryption and compliance monitoring. Deploy the application across multiple Availability Domains within a single OCI region, use OCI Object Storage for encrypted data storage, Autonomous Data Warehouse (ADW) for data analytics, and manually scale the compute resources based on predictive load analysis. ABC Enterprises is planning to enhance the security posture of their cloud-native applications deployed on Oracle Cloud Infrastructure (OCI). They aim to implement a solution that not only secures their applications from internet threats but also provides detailed insights and control over the traffic. Which of the following options would best fulfill their requirements?. OCI Web Application Firewall (WAF). OCI Identity and Access Management (IAM). OCI Virtual Cloud Network (VCN) Security Lists. OCI Network Security Groups (NSGs). A healthcare provider uses Oracle Cloud Infrastructure (OCI) to store patient records and wants to improve their backup and disaster recovery strategy. They have a regulatory requirement to keep backups in a geographically separate location from their primary data center to ensure availability in case of a regional disaster. Their primary data is stored in OCI Object Storage in Region A. Which of the following strategies should the healthcare provider implement to meet their backup and disaster recovery requirements?. Manually transfer backup files to an external physical hard drive and store it in a different geographic location. Enable OCI Object Storage Replication to automatically replicate data to another bucket in a different region. Configure backups to another cloud provider in a different geographic location without encryption. Use OCI Object Storage to copy backups to a bucket in the same region with versioning enabled. Your organization is deploying a distributed application across multiple regions in Oracle Cloud Infrastructure (OCI) to improve global accessibility and fault tolerance. The application consists of microservices that communicate frequently with each other. Given the critical nature of this application, minimizing latency and ensuring secure communication between microservices is paramount. You are tasked with designing the network architecture to meet these requirements. Which two options are the least efficient or practical approaches for ensuring low latency and secure communication between microservices across regions?. Establish a dedicated FastConnect between regions to enhance the private connectivity experience. Deploy a Content Delivery Network (CDN) to cache application data closer to users, reducing latency. Leverage OCI Service Mesh to manage, secure, and observe inter-microservice communication across regions. Implement OCI Virtual Cloud Network (VCN) peering across regions to allow private IP communication. Use public internet for inter-microservice communication to avoid the complexity of private networking. A financial services firm is looking to enhance their data analytics capabilities by migrating their existing data warehouse, which is currently hosted on-premises using a traditional SQL database, to Oracle Cloud Infrastructure (OCI). They require a solution that allows them to perform complex queries and analytics on large datasets with minimal latency. The firm also needs to ensure that the migration process does not disrupt their ongoing operations and that their data is backed up regularly in the cloud. What is the most effective strategy for migrating their data warehouse to OCI, ensuring high performance for analytics and setting up continuous, automated backups?. Migrate the data warehouse to OCI Autonomous Data Warehouse (ADW), use OCI Data Pump for data migration, and enable ADW's automatic backups feature. Set up an OCI Bare Metal DB System with Oracle RAC for high availability, manually import data using SQL*Loader, and configure RMAN for backup automation. Deploy an OCI Virtual Machine (VM) instance to host the SQL database, manually transfer the data using secure file transfer, and set up cron jobs for regular database backups. Implement OCI Data Integration service to migrate data to OCI, deploy OCI Database Service for SQL workloads, and use OCI's native backup service for automation. In the context of Oracle Cloud Infrastructure's (OCI) Identity and Access Management (IAM) service, which of the following statements is not true regarding the use of federated identities?. Federated identities can be used to allow users to sign in using their credentials from an external identity provider. Federated identities eliminate the need for IAM policies, as access is managed entirely by the external identity provider. They enable single sign-on capabilities, enhancing user experience by reducing the number of times users need to log in. They can simplify the user management process by allowing users to access multiple cloud services with a single set of credentials. A large retail company is planning to expand its e-commerce platform onto Oracle Cloud Infrastructure (OCI) to support global operations. The platform requires dynamic scaling, high availability, and multi- region redundancy to ensure uninterrupted service. The IT team has decided to use Infrastructure-as- Code (IaC) for efficient and repeatable deployments. Which of the following IaC tools or approaches would best meet the company's needs for deploying and managing the OCI resources required for the e- commerce platform?. Develop custom applications using the OCI SDK to programmatically manage resource lifecycles, embedding logic for auto-scaling, and redundancy across regions within the application code. Utilize Ansible with OCI modules for infrastructure automation, focusing on playbook development for deployment and operational scripts to manage scaling and failover procedures manually. Implement Terraform with the OCI provider to define the cloud infrastructure as code, utilizing Terraform workspaces for managing multiple environments and leveraging modules for reusability across regions. Use OCI CLI scripts executed from a centralized management server to deploy and update resources across regions, leveraging custom scripts for dynamic scaling based on demand. When designing a multi-cloud architecture that includes Oracle Cloud Infrastructure (OCI) and another cloud provider, which of the following is the most effective strategy for ensuring consistent policy enforcement and security posture across both cloud environments?. Rely solely on network-level security controls, such as firewalls and VPNs. Use separate, cloud-specific security tools without integration. Implement OCI Identity and Access Management (IAM) Federated with the other cloud provider’s IAM. Deploy OCI API Gateway exclusively for all inter-cloud communications. In deploying a highly available application on Oracle Cloud Infrastructure (OCI), you've set up multiple compute instances across different availability domains (ADs) in a region. You've also configured a load balancer to distribute traffic to these instances. Despite these measures, you observe occasional application downtime. What could be the primary reason for this downtime?. The instances are using public IP addresses instead of private IP addresses, leading to security breaches and downtime. The load balancer health checks are configured with overly aggressive intervals and thresholds, causing premature deregistration of backend instances. The application deployment does not include fault domains within each availability domain, leading to potential single points of failure. There's a mismatch in the application protocol between the load balancer and the backend sets, causing intermittent communication errors. A global financial services company is planning to migrate its critical data processing workloads to Oracle Cloud Infrastructure (OCI) to leverage high availability and data analytics capabilities. The current architecture involves an on-premises data center with a mix of relational databases and big data processing tools. The company requires a seamless migration with zero data loss and aims to enhance data processing capabilities post-migration. Which of the following migration strategies should be recommended to ensure a successful transition and meet the company's objectives with Oracle Cloud Migrations?. Migrate relational databases using OCI Database Migration Service and deploy Hadoop clusters on OCI Compute instances for big data processing. Directly transfer data to OCI Object Storage and manually reconfigure applications to connect to the cloud-based storage, maintaining existing on-premises compute resources. Replicate the on-premises environment in OCI using VM shapes for all workloads, ensuring a 1:1 migration without modifying the architecture. Utilize the Oracle Cloud Lift Services for end-to-end migration support, migrating databases to Autonomous Database and big data workloads to OCI Data Flow for managed Apache Spark services. Your organization is running a critical multi-tier web application on Oracle Cloud Infrastructure (OCI) that has recently encountered intermittent connectivity issues between the application servers in the private subnet and the internet-facing load balancer. As the lead architect, you need to identify and resolve the root cause while ensuring minimal impact on the application's availability and performance. Which two actions should you take to effectively operate and troubleshoot this solution on OCI?. Immediately increase the size of the VMs hosting the application servers to enhance their processing capabilities. Conduct a packet capture on the application servers to identify if packets are being dropped or misrouted. Temporarily disable the load balancer health checks to prevent it from marking the application servers as unhealthy. Verify the route tables and security lists associated with the private subnet to ensure proper routing and access rules for the application servers. Implement OCI Identity and Access Management (IAM) policies to provide the application servers with permissions to access the internet. When implementing a secure communication channel for your applications running in Oracle Cloud Infrastructure (OCI), which option provides a secure, scalable, and manageable method for encrypting traffic between your application components?. Implementing Transport Layer Security (TLS) termination on OCI Load Balancers to encrypt traffic between clients and the application servers. Enabling Oracle Cloud Infrastructure Identity and Access Management (IAM) policies to encrypt traffic between application components within OCI. Utilizing Oracle Cloud Infrastructure Virtual Cloud Network (VCN) peering to encrypt traffic between different VCNs within the same OCI region. Configuring Oracle Cloud Infrastructure FastConnect with private peering to ensure all traffic between your on-premises data center and OCI is encrypted. An enterprise plans to expand its on-premises infrastructure to a multi-cloud architecture involving Oracle Cloud Infrastructure (OCI) and another leading cloud provider. The objective is to ensure high availability, disaster recovery, and seamless workload mobility between the clouds. Given the need for robust network connectivity and data synchronization, which of the following approaches would best fulfill these requirements?. Deploy a multi-cloud management platform to orchestrate workloads without implementing direct connectivity between OCI and the other cloud provider. Implement Oracle FastConnect and the other cloud provider's equivalent service for dedicated network connectivity, and use OCI File Storage service synchronized with the other cloud's file storage service. Establish a VPN tunnel between OCI and the other cloud provider, using local file storage on virtual machines for data storage. Use public internet for connectivity and rely on periodic backups from OCI Object Storage to the other cloud's object storage service. An Oracle Cloud Infrastructure (OCI) Load Balancer is configured with three listeners and a single path route set: Listener 1 • Virtual hostname: none • Default backend set: M • Path route set: PathRouteSetM Listener 2 Virtual hostname: service.com • Default backend set: N • Path route set: PathRouteSetM Listener 3 • Virtual hostname: portal.com • Default backend set: O • Path Route Set: PathRouteSetM Path route set: • Path route set name: PathRouteSetM • Exact match on path string /api/ routes to backend set N. • Prefix match on path string /content/ routes to backend set O. You are tasked with determining the correct routing for the following URLs based on the provided configuration: U1: http://service.com/api/settings U2: http://portal.com/content/videos Which of the following statements is true?. U1 will be routed to backend set O, U2 will be routed to backend set M. U1 will be routed to backend set M, U2 will be routed to backend set N. U1 will be routed to backend set N, U2 will be routed to backend set O. U1 and U2 will both be routed to backend set M. In an enterprise-level deployment on Oracle Cloud Infrastructure (OCI), your company aims to implement a highly available and resilient architecture for a critical web application. The application must meet stringent business and technical requirements, including automatic scaling in response to varying load, data replication across multiple Availability Domains (ADs) for disaster recovery, and strict compliance with security policies including encryption of data in transit and at rest. Given these requirements, which of the following solutions would best meet the company's needs?. Set up the application in a multi-region architecture with instances in multiple ADs within each region, use OCI File Storage for data with cross-region replication enabled, apply OCI Identity and Access Management policies for security, and implement OCI Traffic Management for global load balancing. Deploy the application on a single VM in one Availability Domain, using OCI Object Storage for data, and enable OCI Auto Scaling. Utilize a multi-AD architecture, deploying the application on a VM-based compute instance in each AD, with data replicated using OCI Block Volume across ADs, and utilize OCI Load Balancer for traffic distribution. Deploy the application on bare metal instances in a single region without specifying ADs, relying on manual scaling and using third-party tools for data encryption and load balancing. When designing a disaster recovery (DR) plan for your application in Oracle Cloud Infrastructure (OCI), you aim to ensure minimal downtime and data loss in the event of a region failure. Which strategy should you implement?. Rely solely on OCI's built-in high availability features without additional cross-region replication strategies. Use OCI Object Storage to replicate data across regions and manually failover in the event of a disaster. Implement a cross-region database replication and automatically route traffic to the standby region upon failure. Deploy the application in a single region, using multiple availability domains for redundancy. Your organization is leveraging Oracle Cloud Infrastructure (OCI) to host a critical web application. This application is experiencing increasing traffic, leading to the need for a robust load balancing solution that ensures high availability and fault tolerance across multiple Availability Domains (ADs). Your solution must also provide the flexibility to direct traffic based on URL paths to different backend sets. Which OCI service or feature should you implement to meet these requirements most cost-effectively?. Deploy the OCI Application Load Balancer, configuring it to distribute traffic across instances in multiple ADs based on URL path routing rules. Implement an OCI Network Load Balancer, ensuring it is configured to distribute traffic evenly across all backend sets without regard to URL paths. Set up multiple OCI Instance Pools across different ADs and manually adjust the traffic distribution based on anticipated traffic patterns. Use OCI Traffic Management with DNS steering policies to distribute traffic across instances based on geographic location. A multinational corporation plans to migrate its on-premises legacy applications to Oracle Cloud Infrastructure (OCI) to leverage cloud scalability and improve operational efficiency. These applications are sensitive to network latency and require a robust security posture to comply with international data protection regulations. Which two of the following strategies should the architect include in the migration plan to meet these requirements?. Utilize Oracle's Virtual Cloud Network (VCN) peering to connect with other cloud providers in regions where OCI services are not available. Store sensitive application data using OCI Object Storage with server-side encryption enabled to ensure data is encrypted at rest. Deploy the applications in a single region and use OCI Content Delivery Network (CDN) to reduce latency for global users. Migrate applications without modification to OCI using the "lift and shift" approach to ensure quick deployment and minimal downtime. Implement Oracle Cloud Infrastructure FastConnect for a dedicated and private connection between the on-premises data center and OCI. A software development company is designing a new e-commerce platform on Oracle Cloud Infrastructure (OCI) to support its rapidly growing customer base. The platform requires a resilient, scalable architecture that can handle variable traffic loads, ensure high availability across geographical regions, and provide a seamless user experience. The application will have a front-end for user interactions, a middle layer for business logic, and a back-end for data storage. Given the need for flexibility, scalability, and minimal operational overhead, which architecture pattern would best suit the requirements of this e-commerce platform?. Architect the platform using a monolithic design on a single large OCI Compute instance, scaling vertically by upgrading to more powerful instances as needed. Use OCI Block Volume for storage to ensure data persistence. Implement the application as a series of interconnected microservices hosted on OCI Container Engine for Kubernetes (OKE), with services dynamically scaling based on load. Use Oracle Autonomous Database for the data storage needs, ensuring high performance and automated scaling. Build the application using serverless functions with OCI Functions for all three tiers, enabling automatic scaling and operational efficiency. Store data in OCI Object Storage for simplicity and cost- effectiveness. Deploy the application using a traditional N-tier architecture on OCI, with each tier hosted on separate VM instances. Utilize Auto Scaling for the front-end and business logic layers, and employ Oracle RAC for the database tier. During the architectural planning for deploying a new application on Oracle Cloud Infrastructure (OCI), you must ensure that the database used by the application can handle a significant increase in traffic without performance degradation. Which strategy would be most effective in achieving scalable database performance?. Implement OCI Autonomous Database with auto-scaling enabled to dynamically adjust resources. Configure multiple database instances in different regions and route traffic based on the source region. Allocate additional Block Volumes to the database server to enhance storage capacity. Provision a single large database instance to accommodate peak traffic loads. A system administrator is setting up Oracle Cloud Infrastructure (OCI) FastConnect to establish a dedicated network connection between an on-premises network and OCI. After completing the setup, the administrator notices that the connection is not operational. Which of the following is not a plausible reason for this issue?. The OCI FastConnect location chosen during setup does not support the desired bandwidth for the connection. The physical connection between the on-premises network and the OCI edge location has not been established because the cross-connect or cross-connect group in the customer's colocated facility is not set up properly. The Dynamic Routing Gateway (DRG) associated with the FastConnect is not correctly configured to route traffic between the on-premises network and the OCI Virtual Cloud Network (VCN). The VLAN tag ID specified during the FastConnect setup does not match between the OCI and customer's edge equipment configurations. Your organization requires the implementation of a complex database system in Oracle Cloud Infrastructure (OCI) that supports a global e-commerce platform. This platform needs to manage heavy and unpredictable workloads, ensure data consistency across multiple geographic regions, and facilitate rapid scaling while maintaining strong data security and compliance with international data protection regulations. Additionally, the solution must provide capabilities for real-time analytics and machine learning on transactional data. Considering these requirements, which OCI database configuration would best suit the organization's needs?. Deploy multiple Oracle Autonomous Database (ADB) instances across regions, enabling Global Data Services for workload routing. Configure a multi-region Oracle Autonomous Transaction Processing (ATP) deployment with Autonomous Data Guard and enabled auto-scaling. Set up Oracle Autonomous Data Warehouse (ADW) with cross-region replication and Autonomous Data Guard. Implement a single-region Oracle Base Database with manual sharding and replication to secondary regions for disaster recovery. When architecting a scalable web application in Oracle Cloud Infrastructure (OCI) that requires dynamic scaling and high availability across different geographic regions, which design choice best ensures both scalability and high availability?. Implementing the application across multiple regions using a combination of OCI Functions for stateless processing and OCI Block Volume storage for data persistence. Utilizing a single region with multiple Availability Domains and deploying the application using OCI Container Engine for Kubernetes (OKE) with auto-scaling enabled. Creating a multi-region architecture with OCI Load Balancer distributing traffic across instances in different regions, and using OCI's inter-region peering for data replication. Deploying the application exclusively in one Availability Domain and using OCI Auto Scaling to manage compute resources. An e-commerce company is seeking to bolster the security and performance of its web application hosted on Oracle Cloud Infrastructure (OCI). Which OCI service or feature should they leverage to achieve optimal security against distributed denial-of-service (DDoS) attacks and improve user experience through faster content delivery?. Implement OCI Identity and Access Management (IAM) to manage user access and authentication, securing the application against unauthorized access. Utilize OCI Virtual Cloud Network (VCN) to create a private network for the application, enhancing security and network control. Integrate OCI Cloud Guard to detect and respond to security threats across the application infrastructure, automatically remedying potential security issues. Deploy OCI Web Application Firewall (WAF) to protect against web application vulnerabilities and DDoS attacks, combined with OCI Content Delivery Network (CDN) to distribute content globally and reduce latency. You are tasked with designing a secure and scalable network architecture on Oracle Cloud Infrastructure (OCI) to support your company's application workloads. To accurately forecast your networking costs, which two factors should you primarily consider?. Data transferred out of the OCI region to the internet. Total number of subnets within a VCN. Bandwidth allocation for FastConnect. Number of Virtual Cloud Networks (VCNs) created. Number of route tables configured within a VCN. For a development team aiming to implement a highly available and scalable web application architecture in Oracle Cloud Infrastructure (OCI) that includes automated blue-green deployments for zero-downtime updates, which Infrastructure-as-Code (IaC) tool or approach would best facilitate this requirement?. Implementing Ansible playbooks without integrating the OCI modules, focusing on application deployment scripts and manual traffic redirection between environments. Using OCI Resource Manager, which utilizes Terraform, to define and manage infrastructure as code, enabling automated deployments, versioning, and state management for blue-green deployment strategies. Relying solely on manual OCI CLI scripts to replicate environments and switch traffic between blue and green deployments, without leveraging any IaC frameworks or tools. Utilizing custom Python scripts that call OCI APIs for infrastructure setup and teardown, manually managing state and version control outside of an established IaC framework. In the context of Oracle Cloud Infrastructure (OCI) Networking, which of the following is not a recommended use case for Dynamic Routing Gateways (DRGs)?. To enable direct internet access for resources in a Virtual Cloud Network (VCN) without using a NAT Gateway. To connect a VCN to an on-premises network in a secure manner. To establish peering connections between different VCNs within OCI. To route traffic between a VCN and Oracle Cloud Infrastructure services in other regions. As part of a strategic initiative to improve efficiency and maintain consistency across environments, your organization has decided to adopt an Infrastructure-as-Code (IaC) approach for deploying and managing resources in Oracle Cloud Infrastructure (OCI). You are tasked with designing a solution that automates the deployment of a multi-tier application, including network, compute, and storage resources, ensuring that the process is repeatable, scalable, and aligns with best practices for security and compliance. Which two of the following actions should you take to successfully implement and operate this solution in OCI?. Develop a series of Shell scripts that directly call OCI API endpoints to create and manage resources, ensuring scripts are executed in sequence for environment setup. Implement custom Python scripts that use the OCI SDK to deploy resources. Store these scripts in a version control system and execute them manually for each deployment. Manually create a base environment in the OCI Console, then script the cloning of this environment for different stages (development, staging, production) using Bash scripts and OCI CLI commands. Adopt Ansible for infrastructure automation, using its OCI modules to provision and configure resources. This approach allows for procedural code execution and supports complex orchestration. Utilize Terraform to define infrastructure as code, leveraging OCI Terraform Provider to deploy and manage OCI resources. This ensures a declarative, version-controlled approach to infrastructure management. Your company plans to implement a disaster recovery strategy for its critical databases on Oracle Cloud Infrastructure (OCI). The strategy must ensure data durability and a rapid restoration capability in the event of a regional outage. The databases are currently hosted in a primary region, and you have been tasked with selecting the best method to replicate these databases to a secondary region. Which of the following options would best meet the disaster recovery requirements?. Utilize OCI Block Volume backups to manually copy snapshots of the database volumes to the secondary region. Implement Oracle Data Guard with the primary database in the primary region and a standby database in the secondary region. Configure OCI Object Storage to replicate database files between regions using pre-authenticated requests. Deploy a custom application on OCI Compute instances to synchronize database changes between the primary and secondary regions. You are tasked with designing a highly available architecture for a mission-critical application on Oracle Cloud Infrastructure (OCI). The application requires a robust database solution that guarantees high availability, disaster recovery, and automatic failover without manual intervention. Considering the complex requirements and the need for minimizing downtime while ensuring data integrity, which of the following options would you choose?. Using OCI Object Storage to host the application's database. Implementing a custom database replication setup across multiple regions. Deploying the application's database on a single instance VM in one availability domain. Deploying Oracle Real Application Clusters (RAC) across multiple availability domains within a region. In designing a highly available application on Oracle Cloud Infrastructure (OCI), you've implemented a multi-region architecture to ensure business continuity and data redundancy. Each region is set up with its own set of resources, including compute, storage, and database services, to serve local users. Despite these precautions, a significant service disruption affects both regions simultaneously. What is the most likely reason for this simultaneous service disruption across regions?. An OCI-wide security protocol temporarily disabled access to all services due to a detected threat. A global DNS outage prevented users from resolving the service endpoints for both regions. A significant software update was rolled out simultaneously to both regions, introducing a critical bug. Both regions were relying on a shared, underlying infrastructure component that experienced a critical failure. In the context of Oracle Cloud Infrastructure's security services, which option best describes the purpose of Identity and Access Management (IAM)?. To manage user identities and their permissions, ensuring secure access to resources. To encrypt data at rest and in transit, ensuring that only authorized users can decrypt the information. To monitor network traffic and protect applications from online threats by filtering malicious traffic. To provide a dedicated, physical connection between on-premises data centers and Oracle Cloud, enhancing security and performance. In a multi-cloud architecture, your organization utilizes Oracle Cloud Infrastructure (OCI) for its critical database services and another cloud provider for application hosting. Recently, the applications have experienced sporadic latency and timeouts when accessing the databases in OCI. As the lead OCI architect, you are tasked with identifying the root cause and implementing a solution to ensure stable and efficient communication between the cloud environments. Which two of the following actions should you undertake to operate and troubleshoot this issue effectively?. Configure OCI's Dynamic Routing Gateway (DRG) with route propagation to improve routing efficiency between OCI and the other cloud provider's network. Establish a dedicated FastConnect between OCI and the other cloud provider to ensure a more reliable and consistent network connection. Migrate the databases to the cloud provider hosting the applications to eliminate cross-cloud communication. Directly modify the application code to use longer timeout intervals, assuming the network latency is unavoidable. Enable OCI's Instance Auto-Recovery feature for database VMs to automatically restart them in case of failures. Your organization is deploying a new application on Oracle Cloud Infrastructure (OCI) that requires both high performance and reliability. The application will generate and utilize large datasets and needs to maintain fast access to this data. To meet these requirements, which OCI storage option should you recommend?. OCI Object Storage for its high durability. OCI Block Volumes attached to compute instances, utilizing the highest performance settings. OCI File Storage for easy scalability. Utilize OCI Archive Storage for its cost-effectiveness. An international e-commerce company is planning to migrate its highly transactional database systems and associated compute workloads to Oracle Cloud Infrastructure (OCI) to take advantage of OCI's scalability and reliability features. The databases are currently hosted on legacy hardware and experience peak load periods during sales events, leading to performance issues. The company's objectives for the migration include achieving high availability, scalability, and minimal downtime during the migration process. Which strategy best aligns with the company's objectives using Oracle Cloud Migrations?. Migrate the databases to OCI Autonomous Transaction Processing (ATP) for high performance and scalability, and utilize OCI Container Engine for Kubernetes (OKE) for compute workloads. Implement a direct lift-and-shift of the database and compute workloads to OCI Virtual Machines without any optimization or re-architecture. Use Oracle Data Guard for real-time data replication to OCI, and migrate compute workloads using physical-to-virtual (P2V) conversion tools, maintaining the existing architecture. Utilize Oracle Cloud Infrastructure FastConnect for a dedicated migration network, and sequentially migrate databases and compute workloads without adopting OCI-specific features or services. Your organization operates a multi-tier web application on Oracle Cloud Infrastructure (OCI) that requires regular backups to comply with data retention policies. These backups include both database and application server data totaling 50 TB. The backup strategy needs to minimize storage costs while ensuring that data can be restored within 4 hours to meet the Recovery Time Objective (RTO). Which backup strategy meets these requirements most cost-effectively?. Utilize OCI Storage Gateway to automatically sync backups to OCI Object Storage Infrequent Access tier, ensuring quick access and cost-efficient storage. Use OCI Object Storage Standard tier to store the backups, employing OCI's built-in lifecycle management to move backups to the Archive tier after 30 days. Directly back up data to OCI Object Storage Archive tier to take advantage of lower storage costs. Implement OCI Block Volume backups for immediate storage, then script the transfer of these backups to OCI Object Storage Standard tier within 24 hours. As an infrastructure architect, you are tasked with ensuring high availability and fault tolerance for your company's critical applications on Oracle Cloud Infrastructure (OCI). Which three statements are false regarding high availability and fault tolerance strategies in OCI?. Load balancers cannot be configured to distribute traffic across instances in multiple Availability Domains within the same region. Fault Domains are designed to provide isolation against hardware failures and unexpected software crashes within a single Availability Domain. Autonomous Databases automatically spread data across multiple Availability Domains to ensure high availability. It's mandatory to replicate your data to at least two separate regions to achieve high availability. Relying solely on a single Availability Domain for critical application deployment is recommended for optimizing latency and cost. In designing and implementing a hybrid cloud architecture with Oracle Cloud VMware Solution (OCVS), a company aims to extend its on-premises VMware environment to the Oracle Cloud to enhance its disaster recovery capabilities. Which of the following approaches ensures a seamless integration between the on-premises data center and Oracle Cloud, providing efficient disaster recovery while maintaining compliance with data sovereignty regulations?. Configure Oracle Cloud Infrastructure Object Storage as a primary datastore for on-premises VMware environments, ensuring data is directly stored in the cloud. Utilize Oracle Cloud Infrastructure FastConnect for direct connection to OCVS, enabling live VM migrations between on-premises and Oracle Cloud. Deploy standalone VMware ESXi hosts in the Oracle Cloud, manually replicating VMs between on- premises and cloud environments. Implement a third-party VPN solution for connectivity between the on-premises data center and Oracle Cloud, relying on internet-based VM migrations. Your organization needs to deploy a logging solution that captures system logs across various OCI Compute instances for centralized analysis. The logs must be ingested in real-time and stored efficiently for analysis and long-term archiving. Which option is the most cost-effective and efficient solution in Oracle Cloud Infrastructure (OCI)?. Manually upload logs to an OCI Object Storage bucket at the end of each day. Use custom scripts running on a compute instance to periodically analyze the logs and move them to OCI Archive Storage for long-term retention. Use OCI Object Storage to directly receive logs from source systems, employing OCI Data Catalog to index and search logs. Rely on OCI Data Science for advanced log analysis. Deploy a dedicated OCI Compute instance for each source system to collect logs and forward them to an OCI Object Storage bucket for long-term storage. Use OCI Data Flow for real-time analysis. Configure each source system to push logs to OCI Streaming Service. Use OCI Functions to process logs in real-time and store them in OCI Object Storage. Archive older logs using OCI Object Storage's Archive Storage tier. As an Oracle Cloud Infrastructure (OCI) architect, you are designing a solution for a client that involves deploying a mission-critical database system on OCI. To ensure high availability and disaster recovery, the database will be deployed across multiple fault domains within a single availability domain in the OCI's us-phoenix-1 region. After the deployment, you receive reports of intermittent database access issues during fault domain maintenance events. What could be the primary cause of these issues?. Network Security Group (NSG) rules are incorrectly configured, blocking traffic between fault domains. The database does not automatically failover to another fault domain during maintenance events. Fault domains do not provide isolation from maintenance events. The Virtual Cloud Network (VCN) does not support cross-fault domain traffic. You are tasked with designing a disaster recovery strategy for your company's critical applications hosted on Oracle Cloud Infrastructure (OCI). Your objective is to ensure minimal downtime and data loss in the event of a region-wide outage. How should you design the disaster recovery plan?. Utilize a multi-region architecture, with active-active deployment across two regions and real-time data replication. Deploy the application in a single availability domain within a region, relying on OCI's fault domain to ensure high availability. Deploy the application in a single region and utilize OCI's backup services to regularly back up data to the same region. Use OCI's object storage in a single region as the sole disaster recovery mechanism, with periodic data dumps. While monitoring the performance of your applications running on Oracle Cloud Infrastructure (OCI), you notice an unexpected decrease in the performance of your databases hosted on OCI Database Service. You suspect that the issue might be related to the storage performance. Before escalating the issue to Oracle support, you decide to verify the storage performance of your databases. Which of the following actions should you take to investigate this issue effectively?. Increase the CPU and memory resources allocated to the database instances to improve overall performance. Migrate the databases to a different compartment within OCI to see if the issue persists. Use the OCI CLI to restart the database instances, hoping to reset any temporary issues affecting performance. Use the OCI Monitoring service to check the storage I/O metrics for the database instances. In the context of Oracle Cloud Infrastructure (OCI), what scenario least justifies the deployment of OCI's Autonomous Database?. Streamlining database management tasks such as backups, updates, and patching, thus reducing the administrative burden on DBAs. Accelerating complex query performance using machine learning to automatically optimize indexes and data structures without human intervention. Enhancing security posture by automatically encrypting data at rest and in transit, alongside applying security patches without downtime. Hosting lightweight, temporary workloads, such as development testing environments that require minimal data persistence and performance. A globally recognized media company has recently launched an online streaming platform for movies and TV shows on Oracle Cloud Infrastructure (OCI) to leverage OCI's high availability and scalable infrastructure. The platform's architecture utilizes OCI Compute instances for content delivery, OCI FastConnect for dedicated network connectivity, a Load Balancer to manage viewer traffic, OCI Object Storage for storing media content, and OCI Autonomous Data Warehouse (ADW) for analytics on viewer behavior. During the premiere of a highly anticipated TV series, users experienced intermittent buffering and longer loading times. What could be two possible reasons for these streaming issues?. The Compute instances used for content delivery were sized based on average load predictions, and autoscaling policies were not properly set up to scale out during unexpected traffic spikes. The Load Balancer was not configured with enough bandwidth to handle the peak traffic caused by the premiere, resulting in throttling of user connections. OCI FastConnect was not properly configured, leading to suboptimal routing of traffic between the data center and OCI, causing increased latency for users. The ADW was overwhelmed with real-time analytics queries, consuming excessive compute resources and impacting the performance of the streaming service. OCI Object Storage experienced a regional outage, making some of the media content temporarily unavailable to the streaming platform. Your organization has decided to migrate a multi-tiered application to Oracle Cloud Infrastructure (OCI). The application is characterized by heavy compute operations, a relational database backend, and the need for high availability across different geographic regions. To ensure a seamless migration and efficient operation post-migration, which of the following architectures would best support this complex scenario?. Set up the application on VM instances for compute, use block storage for the database, and employ a single Availability Domain with manual backups. Migrate the entire application stack to a Bare Metal instance in OCI, utilizing local NVMe storage for the database to ensure performance. Utilize OCI Container Engine for Kubernetes (OKE) for the compute operations, Autonomous Database for the backend, and multi-region deployment to ensure high availability. Deploy the application on a single OCI Compute instance with manual scaling, and use OCI Object Storage for data persistence. In your Oracle Cloud Infrastructure (OCI) environment, you are integrating a serverless application architecture utilizing Oracle Functions for dynamic scaling and processing. However, your functions need secure access to a private Oracle Autonomous Database (ADB) for data retrieval and storage without exposure to the public internet. Which two configurations should you implement to facilitate this secure and private connectivity?. Establish a Service Gateway in the Oracle Functions VCN with route rules directing ADB traffic through this gateway. Deploy a Virtual Cloud Network (VCN) Peering between the VCN hosting Oracle Functions and the VCN containing the ADB. Implement an Internet Gateway in the Oracle Functions VCN, and configure route rules to direct database traffic via this gateway. Enable a Private Endpoint for the Autonomous Database and configure the private subnet's route table in the Oracle Functions VCN to route database traffic to this endpoint. Configure a Dynamic Routing Gateway (DRG) for the Oracle Functions VCN, routing ADB traffic through the DRG. A technology firm is utilizing Oracle Cloud Infrastructure (OCI) to host its software development environment. The firm is currently using OCI Compute instances for its development servers. For enhanced security, the firm decides to enforce stricter access controls to these development servers. Which of the following strategies should the firm implement to restrict access to the development servers?. Deploy a Web Application Firewall (WAF) in front of the development servers to filter traffic. Apply Network Security Groups (NSGs) to allow access only from the firm's corporate IP range. Increase the compute instance sizes to enhance their processing power, indirectly improving security by utilizing OCI's built-in security features. Encrypt the compute instances' boot volumes using customer-managed keys. An Oracle Cloud Infrastructure (OCI) Load Balancer is set up with three listeners and one comprehensive path route set: Listener 1 • Virtual hostname: none • Default backend set: P • Path route set: PathRouteSetP Listener 2 • Virtual hostname: internal.com • Default backend set: Q • Path route set: PathRouteSetP Listener 3 • Virtual hostname: external.com • Default backend set: R • Path route set: PathRouteSetP Path route set: • Path route set name: PathRouteSetP • Prefix match on path string /api/ routes to backend set Q. • Exact match on path string /home routes to backend set R. Given the configuration above, determine the correct routing for the following URLs: U1: http://internal.com/api/user U2: http://external.com/home Which of the following statements is true?. U1 and U2 will both be routed to backend set P. U1 will be routed to backend set P, U2 will be routed to backend set Q. U1 and U2 will both be routed to backend set Q. U1 will be routed to backend set Q, U2 will be routed to backend set R. You are configuring access to Oracle Cloud Infrastructure (OCI) resources from a corporate network. Which of the following is not a required step for setting up a Site-to-Site VPN connection between your corporate network and OCI?. Creating a Dynamic Routing Gateway (DRG) in OCI. Defining static routes or BGP dynamic routing to manage the traffic flow. Configuring a VPN gateway on the OCI side to establish the VPN tunnel. Generating a Customer Secret Key in OCI Identity and Access Management (IAM). For an organization looking to extend its on-premises VMware environment into Oracle Cloud Infrastructure (OCI) using the Oracle Cloud VMware Solution, which of the following actions are critical to ensure a seamless and secure integration between the environments? Select two. Integrate OCI Identity and Access Management (IAM) with VMware vCenter on OCI to streamline access control and user management across the hybrid cloud architecture. Migrate all VMware workloads to OCI exclusively, using physical-to-virtual (P2V) conversion tools to capitalize on cloud scalability and reduce on-premises infrastructure. Utilize Oracle Cloud Infrastructure Object Storage for VMware VM files and snapshots, ensuring cost-effective storage and easy scalability. Implement a VPN over the public internet for connectivity between on-premises VMware environments and OCI to minimize setup time and costs. Establish Oracle FastConnect and VMware Hybrid Cloud Extension (HCX) for high-throughput, low- latency connectivity between on-premises and OCI VMware environments. As a Cloud Solutions Architect working on Oracle Cloud Infrastructure (OCI), you are designing a highly available application architecture. Which two statements are false regarding the use of OCI's Load Balancer and Autonomous Database in your design?. OCI's Load Balancer automatically scales its resources up or down based on incoming traffic, ensuring high availability and performance without manual intervention. The OCI Load Balancer does not support routing traffic based on HTTP methods or paths, limiting its use for directing traffic to specific backend sets based on the content of the request. The Autonomous Database automatically backs up your data daily and retains these backups for 60 days, providing a robust data recovery solution. Autonomous Databases require manual scaling of CPU and storage resources to handle increases in workload and data volume. An Autonomous Database can only be accessed from within the same region; cross-region access needs to be explicitly enabled via network peering. As an experienced cloud architect, you're tasked with designing a network architecture for a financial services firm planning to deploy a mission-critical application on Oracle Cloud Infrastructure (OCI). This application demands high levels of security, isolation, and connectivity between its various components. To meet these stringent requirements, you decide to leverage OCI's Virtual Cloud Network (VCN) and subnets. Which of the following options is not a valid configuration for ensuring the required security, isolation, and connectivity?. Implementing a public subnet for the application's web servers and a private subnet for its databases, with no firewall rules between them. Using Network Security Groups (NSGs) to define fine-grained security rules at the instance level within the same VCN. Creating a private subnet for the application components that must not be exposed to the internet and utilizing Network Address Translation (NAT) Gateway for outbound internet access from these components. Deploying a Service Gateway to enable private connectivity from the VCN to OCI services without traversing the internet. When setting up Disaster Recovery (DR) for an Oracle database in Oracle Cloud Infrastructure (OCI), which DR strategy ensures the highest availability and data protection with the least data loss in the event of a regional outage?. RMAN backups to OCI Object Storage. Data Guard with Maximum Availability mode. OCI GoldenGate for real-time data replication. Data Guard with Maximum Performance mode. A healthcare organization is planning to migrate its patient data management system to Oracle Cloud Infrastructure (OCI) to enhance security, compliance, and operational efficiency. The system must ensure the confidentiality, integrity, and availability of sensitive health records while maintaining compliance with healthcare regulations. Additionally, the organization requires seamless integration with existing on-premises systems for real-time data synchronization. Considering these requirements, which implementation strategy would best align with the organization's goals?. Implement the system using OCI Container Engine for Kubernetes for scalability, OCI Autonomous Database for secure and compliant data management, and OCI FastConnect for private connectivity with on-premises systems. Deploy the system on OCI Compute instances within a single Availability Domain, using OCI Block Volumes for storage and VPN for connectivity to on-premises systems. Utilize OCI Object Storage for patient data, implement the application logic with OCI Functions for serverless computing, and use OCI Data Safe for security compliance, with direct internet connection for on-premises integration. Deploy the patient data management system on bare metal servers in OCI for maximum performance, use public internet for connectivity with on-premises systems, and manual encryption for data at rest and in transit. A fintech startup is leveraging Oracle Cloud Infrastructure (OCI) to deploy a secure, scalable, and compliant payment processing system. The system requires strict adherence to regulatory standards, including the automatic encryption of sensitive data at rest and in transit, scalable compute resources to handle varying transaction volumes, and a disaster recovery strategy to ensure continuous operation. The startup intends to automate the deployment and management of this infrastructure using Infrastructure-as-Code (IaC) to maintain consistency, reduce human error, and accelerate provisioning. Which of the following IaC strategies or tools would best suit the startup's needs for implementing this system on OCI?. Use OCI Console to manually configure and deploy the infrastructure initially, then export the configuration to OCI Resource Manager stacks for future automation. Develop custom scripts using the OCI CLI to automate the deployment and management of infrastructure, integrating security tools for compliance checks during the deployment process. Implement Terraform with the OCI provider, utilizing its ability to define resources declaratively, manage state, and enforce configurations that meet security and compliance requirements. Leverage Ansible for automation, using its procedural style to script the infrastructure setup and configuration, including the setup of encryption and auto-scaling rules. Your company is planning to deploy a multi-tier web application in Oracle Cloud Infrastructure (OCI) that will handle sensitive customer data. You have been provided with the application architecture, security requirements, expected load, and data governance policies. To design a secure, scalable, and compliant infrastructure, which two additional pieces of information are critical to obtain from your company?. The acceptable network latency between the application components and the end-users. Metrics detailing the current use of resources by the application in its on-premises environment. Specific Recovery Time Objective (RTO) and Recovery Point Objective (RPO) targets for the application. Whether the application needs to integrate with existing on-premises or cloud-based identity management systems. The primary locations of the application's user base. A healthcare organization plans to deploy its electronic health record (EHR) system on Oracle Cloud Infrastructure (OCI) to improve scalability, security, and performance. The EHR system relies on sensitive patient data, requiring strict compliance with healthcare regulations. The organization aims to leverage OCI services to ensure data security, high availability, and compliance with healthcare standards. Which of the following is not a true statement regarding best practices for deploying the EHR system on OCI?. The application layer of the EHR system should be deployed across multiple Availability Domains to ensure high availability and fault tolerance. For disaster recovery purposes, it is recommended to store backups of the EHR system's data in a single Availability Domain to centralize data management. Utilizing Oracle Autonomous Database for the EHR system’s data storage can help achieve compliance with healthcare regulations due to its built-in security and data encryption features. Network security groups (NSGs) and Oracle Cloud Infrastructure Identity and Access Management (IAM) policies must be meticulously configured to ensure that only authorized users can access the EHR system. An international media company is in the process of migrating its content management system (CMS) from an on-premises solution to Oracle Cloud Infrastructure (OCI) to enhance its content delivery and global reach. The company has already shared details about their system, including content update frequency, size of the digital asset library, average monthly visitors, and peak traffic patterns. Which two pieces of additional information are essential for you to recommend an appropriate migration strategy?. The CMS's current underlying database schema and data models. The frequency of content backup and archival. Details of the third-party services integrated with the CMS. Average session duration and user engagement metrics. The geographical distribution of the content consumers. GlobalTech Inc. is optimizing their application deployment strategy on Oracle Cloud Infrastructure (OCI) to improve resilience and uptime. They seek a strategy that not only distributes their application instances across multiple OCI Availability Domains but also provides automatic failover and scaling based on demand. Which of the following OCI features should they implement?. Block Volumes. FastConnect. Functions as a Service (FaaS). Load Balancer. When deploying a multi-tier web application in Oracle Cloud Infrastructure (OCI), which strategy ensures efficient scaling and high availability of the application while maintaining cost-effectiveness?. Configuring a fixed number of Compute instances in a single Availability Domain and using a scheduled scaling policy based on expected load patterns. Implementing stateful components of the application on OCI Functions to leverage serverless computing for all tiers of the application. Deploying all application tiers on a single large OCI Compute instance to simplify management, relying on manual scaling during peak loads. Utilizing OCI Autoscaling to dynamically adjust the number of Compute instances based on the load, with instances distributed across multiple Availability Domains. A multinational corporation intends to deploy a new global application in Oracle Cloud Infrastructure (OCI) that requires low latency access for users worldwide, adherence to regional data sovereignty laws, and a robust disaster recovery strategy. The application architecture involves microservices, real-time data analytics, and must ensure data encryption both at rest and in transit. Which of the following implementations would most effectively meet these business and technical requirements?. Configure the application within a single region using multiple Availability Domains (ADs), with Oracle RAC for database high availability, and OCI's VPN for secure data transmission. Deploy the application using a single global region, leveraging OCI FastConnect for reduced latency, and OCI Object Storage with server-side encryption for data at rest. Utilize OCI Dedicated Region Cloud@Customer in a central location to serve all global locations, employing OCI's Autonomous Database for real-time analytics, and custom scripts for data encryption and backup. Set up the application on OCI's Kubernetes Engine (OKE) across multiple strategic regions, with OCI Traffic Management for global load balancing and OCI's Cross-Region Data Transfer service for adherence to data sovereignty laws. Use OCI Vault for key management and encryption of data both in transit and at rest. You are tasked with designing and implementing a hybrid cloud architecture for a financial services company that wants to leverage Oracle Cloud Infrastructure (OCI) for disaster recovery, while maintaining its on-premises VMware environment for primary operations. The company requires seamless workload mobility between the on-premises data center and OCI, with minimal downtime in case of a disaster. Which of the following solutions best meets the company's requirements using Oracle Cloud VMware Solution?. Migrate all VMware workloads to native OCI services and decommission the on-premises VMware environment. Deploy Oracle Cloud VMware Solution and use Oracle Cloud Infrastructure FastConnect for a dedicated connection between the on-premises VMware environment and OCI. Use OCI Object Storage as the primary data storage for both on-premises and cloud environments, without deploying Oracle Cloud VMware Solution. Rely solely on Oracle Cloud Infrastructure's native disaster recovery solutions without incorporating the VMware environment. Your organization has developed a cloud-based video processing service that leverages Oracle Cloud Infrastructure (OCI) for media file conversions and storage. The service uses Oracle Functions for serverless computing tasks and Oracle Cloud Infrastructure Object Storage for storing input and output media files. After a recent marketing campaign, the service experiences unexpected high demand, leading to increased processing times and delays in video conversion tasks. Which two options would be expensive or impractical methods for addressing the increased load and improving processing times for the video conversion service?. Migrate the video processing tasks to a dedicated Compute VM with higher specifications and manually manage scaling based on demand. Implement a custom queuing mechanism inside Oracle Functions to manage execution priorities, despite Oracle Functions already providing automatic scaling and load management. Increase the memory and CPU resources allocated to each Oracle Function instance, allowing each function to process videos faster. Utilize Oracle Cloud Infrastructure File Storage for input and output media files to improve I/O performance compared to Object Storage. A fintech startup is developing a fraud detection system that analyzes transaction data in real-time. The system must automatically flag and investigate suspicious transactions using machine learning models. The company requires a solution that can handle sudden spikes in transactions, ensure the security and privacy of transaction data, and enable the development team to concentrate on improving the fraud detection algorithms without managing the underlying infrastructure. Which combination of Oracle Cloud Infrastructure (OCI) services would best satisfy these requirements?. OCI Events, OCI API Gateway, and OCI Autonomous Database. OCI Streaming, OCI Data Science, and OCI Object Storage. OCI Blockchain Service, OCI Functions, and OCI Identity and Access Management. OCI API Gateway, OCI Blockchain Service, and OCI Data Integration. When integrating Oracle Cloud Infrastructure (OCI) with another cloud provider for a multi-cloud architecture, which service or feature is most crucial for achieving seamless application connectivity and data exchange between the two cloud environments?. OCI FastConnect and the other cloud provider's equivalent direct connect service. Use of API Gateways only within OCI. OCI Object Storage exclusively for data sharing. OCI Virtual Cloud Network (VCN) without peering. A solutions architect is designing a multi-tier web application on Oracle Cloud Infrastructure (OCI) that requires a database tier to be accessible only from the application server tier within the same Virtual Cloud Network (VCN). The architect is evaluating the best approach to secure the database tier from unauthorized access while ensuring connectivity from the application servers. Which of the following configurations would best achieve these requirements?. Use a Service Gateway to connect the application tier to the database tier, ensuring secure and private connectivity. Place the database servers in a private subnet with no direct internet access and configure Security Lists to allow traffic only from the application server subnet. Place the application servers and the database servers in the same subnet and use Network Security Groups (NSGs) to control traffic between them. Deploy the application servers in a public subnet with an Internet Gateway, and place the database servers in a private subnet, using route tables to restrict external access. An online gaming company is planning to enhance the resilience and performance of their multiplayer game servers, which heavily utilize Oracle Databases for real-time data processing. The company aims to achieve a Recovery Point Objective (RPO) of 30 minutes and a Recovery Time Objective (RTO) of 10 minutes, ensuring high availability and data consistency across multiple geographical locations. Which configuration would best meet the company's requirements while also ensuring cost-effectiveness?. Set up a single-instance Oracle database on a VM in one region and manually export database backups to Oracle Cloud Infrastructure Object Storage, with backups replicated across regions for disaster recovery. Implement a single-node VM Oracle database in the primary region and use Oracle GoldenGate for real-time data replication to a similar setup in a secondary region. Deploy a 2-node Oracle Real Application Clusters (RAC) in one availability domain and use Oracle Active Data Guard to replicate the database to another 2-node Oracle RAC in a different availability domain within the same region. Utilize an Autonomous Database with Data Guard for real-time data replication across two different regions, ensuring automatic failover and backup. A global financial services firm is planning to migrate a complex, regulated workload consisting of high- volume transactional databases, customer-facing applications, and batch processing systems to Oracle Cloud Infrastructure (OCI) to improve resilience and scalability. Given the stringent regulatory compliance and zero data loss requirements, what two steps should be emphasized in their migration plan using Oracle Cloud Migrations to ensure a seamless transition?. Conduct a comprehensive migration assessment with Oracle Cloud Migrations to identify dependencies, potential bottlenecks, and regulatory considerations specific to the financial services industry. Use Oracle Cloud Migrations’ automated replication tools to synchronize transactional databases in real-time, ensuring zero data loss and continuous operation during the migration. Prioritize a "lift and shift" strategy for all components to minimize migration complexity and reduce the time required to migrate to OCI, regardless of the specific needs of different workload components. Implement direct data transfers over the public internet to expedite the migration process, leveraging encryption to secure data in transit. Rely exclusively on manual migration processes for critical data and applications to maintain tight control over the migration, avoiding the use of automated tools. You are architecting a solution for a media company that requires streaming of high-definition video content globally. The content is stored in an on-premises data center but must be moved to Oracle Cloud Infrastructure (OCI) to utilize OCI's global distribution capabilities and to enhance viewer experience by reducing latency. The initial upload involves 200 TB of video content, and the solution must ensure that new content is made available to users worldwide within 2 hours of upload to meet the content freshness requirement. Which method would be the most efficient and cost-effective to meet these requirements?. Establish a FastConnect connection for a high-bandwidth link to OCI, and use OCI Streaming Service for real-time content distribution. Implement OCI Storage Gateway to seamlessly synchronize content to OCI Object Storage Standard tier, leveraging OCI's Content Delivery Network (CDN) for distribution. Use an IPsec VPN Connect for secure data transfer, uploading content directly to OCI Object Storage Archive tier, then move to Standard tier for distribution. Set up Oracle Data Transfer Service using physical storage devices to send the initial 200 TB of video content, then utilize OCI Object Storage Standard tier for ongoing uploads. You are setting up a hybrid cloud environment for a large enterprise on Oracle Cloud Infrastructure (OCI) that involves integrating OCI with the company's existing on-premises data center. The enterprise requires a secure, dedicated connection for consistently high performance and low latency. The architecture must support disaster recovery and ensure that critical workloads can be moved between the on-premises data center and OCI without significant downtime. How should you architect the connectivity to meet these requirements?. Set up a direct connection to OCI using a third-party content delivery network (CDN) service to ensure low latency and high performance. Use this connection for both normal operation and disaster recovery purposes, with traffic management handled by the CDN. Use public internet connectivity with a high bandwidth subscription to connect the on-premises data center to OCI, relying on public DNS services for routing and ensuring disaster recovery by employing OCI Object Storage for backups. Implement a VPN connection over the public internet using IPSec VPN for encrypted traffic between the on-premises data center and OCI. Prioritize traffic using Quality of Service (QoS) to ensure performance and low latency. Establish a dedicated connection using OCI FastConnect and configure redundant connections to multiple FastConnect locations. Use OCI's Dynamic Routing Gateway (DRG) for routing traffic between the on-premises network and OCI, ensuring high availability and disaster recovery readiness. After deploying a new application on Oracle Cloud Infrastructure (OCI), you configure a public Load Balancer to distribute traffic to a set of Compute instances running the application. Shortly after deployment, users report intermittent access issues to the application. Initial checks confirm that the Compute instances are running correctly and the application is functional when accessed directly via the instance's public IPs. What is the most likely reason for these intermittent access issues through the Load Balancer?. The security list associated with the Load Balancer's subnet does not allow inbound traffic on the application's port. The Load Balancer is using an SSL certificate that is not trusted by user devices. The application's Compute instances are in a different VCN than the Load Balancer, without proper VCN peering. The Load Balancer is configured with a session persistence policy incompatible with the application's architecture. A software development company is leveraging Oracle Cloud Infrastructure (OCI) for hosting their DevOps pipeline. The company uses compute instances for building and testing their applications, but these resources are underutilized outside of regular business hours. To optimize costs, you propose a solution to automatically manage these resources based on usage. Which of the following options is an incorrect strategy for managing compute resource utilization and cost in OCI?. Utilize OCI Instance Pools and Instance Configurations to define and manage groups of instances that can be scaled in or out based on demand. Set up OCI Functions to trigger based on a Cloud Event that detects low utilization, automatically shutting down compute instances when they are not in use. Configure OCI Auto Scaling based on a schedule to automatically start and stop compute instances outside of business hours. Implement custom scripts using OCI CLI or API to automate the starting and stopping of compute instances based on a defined schedule. In designing a high-availability architecture for a critical application on Oracle Cloud Infrastructure, you are considering the use of multiple Availability Domains (ADs) within a region. The application requires a relational database backend. To ensure maximum availability and data durability, you decide to utilize Oracle Cloud Infrastructure Database service. Which of the following strategies would be least effective in achieving your high availability and data durability objectives?. Utilizing the Autonomous Database in a single AD with enabled automatic backups. Implementing Data Guard for the database with the primary database in one AD and the standby in another AD within the same region. Deploying the database across multiple Availability Domains using a Multi-AD deployment option. Creating a single instance database in one AD without standby instances in other ADs. You are architecting a new cloud solution on Oracle Cloud Infrastructure (OCI) that requires high performance and consistent low latency for data processing. After deploying your application, you notice that the performance varies significantly, sometimes failing to meet the low latency requirements. Which configuration issue is most likely causing the variable performance?. The application is deployed using VM.Standard.E2.1 Micro instances which are not designed for high performance computing tasks, causing inconsistent performance. The compute instances are deployed in a single availability domain instead of across multiple availability domains, leading to potential performance bottlenecks. Block volumes attached to the compute instances are using standard performance instead of higher performance options, resulting in variable I/O and latency. Network Security Group (NSG) rules are improperly configured, causing some requests to be inadvertently blocked or delayed. You are responsible for designing a high-performance computing (HPC) solution on Oracle Cloud Infrastructure (OCI) that requires low-latency network connectivity between compute nodes. The solution must also support scaling based on the computational needs of your projects. Which OCI feature is most suitable to achieve the optimal performance and scalability required for this HPC solution?. OCI FastConnect. OCI Cluster Networking. OCI Compute Instances with Autoscaling. OCI Virtual Cloud Networks (VCN) with Security Lists. Which option is not an appropriate use of the Oracle Cloud Infrastructure (OCI) Identity and Access Management (IAM) service?. Restricting access to OCI resources based on user roles and responsibilities. Delegating authority by granting roles to groups of users or resources. Auditing changes made to IAM policies and configurations. Managing user access to OCI services and resources through policies. Dynamically scaling the compute resources based on application load. An online media streaming company plans to launch a new global service on Oracle Cloud Infrastructure (OCI) that requires the ability to handle unpredictable spikes in viewer traffic, deliver content with low latency worldwide, and ensure continuity of service in the event of regional outages. What two architectural decisions should the architect recommend to fulfill these requirements while focusing on designing scalable, resilient solutions for high availability and disaster recovery?. Utilize OCI's Content Delivery Network (CDN) to cache and deliver content closer to users, reducing latency and offloading traffic from origin servers. Configure a dedicated inter-region OCI FastConnect for direct, private connectivity between regions to enhance disaster recovery capabilities. Implement a single-region deployment with manual scaling of compute resources to control costs and simplify management. Store all media files in OCI Object Storage with cross-region replication enabled to ensure data durability and accessibility. Deploy the streaming service across multiple regions using Oracle Kubernetes Engine (OKE) for container orchestration, ensuring high availability and facilitating easy deployment of updates. An international media company is planning to launch a content delivery platform on Oracle Cloud Infrastructure (OCI) to distribute its vast library of digital content, including videos, images, and articles, to a global audience. The platform must support high levels of traffic, ensure low latency content delivery regardless of user location, provide robust security against DDoS attacks, and offer scalable storage solutions. Additionally, the company seeks to minimize operational overhead and ensure cost-efficiency. Given these requirements, which architecture pattern and services should be employed to meet the company’s objectives?. Deploy the platform using a microservices architecture on OCI Container Engine for Kubernetes (OKE), with services for content management, user authentication, and analytics. Use OCI Object Storage for digital assets and OCI FastConnect for dedicated network connectivity to improve performance. Utilize a serverless architecture for the content delivery platform, employing OCI Functions for dynamic content rendering, OCI API Gateway for routing requests, and Oracle Content and Experience Cloud for managing digital assets. Build the platform on a monolithic architecture using a single OCI Compute instance for simplicity, with all digital assets stored in OCI Block Volume for persistence. Employ manual scaling techniques during peak traffic times to handle high levels of traffic. Architect the platform using a combination of OCI's edge services, including OCI Content Delivery Network (CDN) for low latency global content delivery, OCI Web Application Firewall (WAF) for security against DDoS attacks, and OCI Object Storage for scalable and durable storage of digital assets. During the deployment of a new application in Oracle Cloud Infrastructure (OCI), you configure a load balancer to distribute traffic among a set of compute instances. After deployment, you notice that one of the compute instances is not receiving any traffic from the load balancer. You need to identify the cause of this issue to ensure even traffic distribution. Which of the following actions should you take first to troubleshoot this issue?. Verify the health check configuration on the load balancer and ensure that it matches the criteria expected by all backend compute instances. Reboot all compute instances that are registered with the load balancer to reset their network interfaces. Increase the size of the load balancer to handle more traffic, assuming it is currently overloaded and unable to send traffic to all backend instances. Change the session persistence settings on the load balancer, assuming that session affinity is causing traffic to be unevenly distributed. An Oracle Cloud Infrastructure (OCI) Load Balancer is configured with two listeners and one path route set: Listener 1 • Virtual hostname: example.com • Default backend set: X • Path route set: PathRouteSetX Listener 2 • Virtual hostname: portal.com • Default backend set: Y • Path route set: PathRouteSetX Path Route Set • Path route set name: PathRouteSetX • Prefix match on path string /api/ routes to backend set Z. • Exact match on path string /help routes to backend set Y. You need to determine the routing destination for each of the following URLs based on the provided Load Balancer configuration. U1: http://example.com/api/user U2: http://portal.com/help Which of the following statements is true?. U1 and U2 will both be routed to backend set X. U1 will be routed to backend set X, U2 will be routed to backend set Z. U1 and U2 will both be routed to backend set Z. U1 will be routed to backend set Z, U2 will be routed to backend set Y. When planning the migration of a legacy application to Oracle Cloud Infrastructure (OCI), which strategy ensures minimal downtime and allows for a smooth transition?. Retiring. Replatforming. Refactoring. Lift and Shift. A financial services company plans to deploy their core banking application, which relies heavily on Oracle Databases for transaction processing, on Oracle Cloud Infrastructure (OCI). To adhere to regulatory requirements, they must achieve a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 30 minutes. The banking application demands high availability and data integrity within the primary region and across multiple regions for disaster recovery purposes. Which configuration most effectively meets the regulatory requirements while ensuring cost-efficiency?. Deploy an Autonomous Database on dedicated infrastructure in the primary region and use Oracle Active Data Guard for real-time data replication to an Autonomous Database on dedicated infrastructure in a secondary region. Utilize a single-instance VM-based Oracle database in the primary region, employing Oracle Data Guard for asynchronous data replication to a single-instance VM-based Oracle database in a secondary region. Implement a 3-node Oracle RAC in the primary region, manually configuring Oracle Data Guard for synchronous data replication to a 1-node VM Oracle database in a secondary region. Set up a 2-node Oracle Real Application Clusters (RAC) on VMs in the primary region and replicate data to a similar 2-node Oracle RAC setup in a secondary region using Oracle GoldenGate. Which is not a recommended practice for securing resources in Oracle Cloud Infrastructure (OCI)?. Storing sensitive data unencrypted in OCI Object Storage to improve data retrieval performance. Utilizing OCI Identity and Access Management (IAM) to control who can access your cloud resources. Enabling OCI Cloud Guard to detect misconfigured resources and insecure activity across your cloud environment. Regularly auditing OCI environments with OCI Audit to track resource changes and ensure compliance with security policies. Applying strict network security rules using Security Lists and Network Security Groups in Virtual Cloud Networks (VCNs). You are tasked with designing a network architecture for a client's new deployment on Oracle Cloud Infrastructure. The client has a strict requirement for isolating production workloads from development workloads within the same Virtual Cloud Network (VCN). You decide to use network segmentation to meet this requirement. Which of the following approaches is not a valid method to achieve the desired network isolation?. Implementing separate Virtual Cloud Networks (VCNs) for production and development, without setting up any peering or connectivity between them. Creating separate subnets for production and development workloads within the same VCN, applying Network Security Groups (NSGs) for each subnet. Utilizing VCN peering between two distinct VCNs, one for production and one for development, to maintain isolation while allowing controlled interconnectivity. Designating separate compartments for production and development workloads within the same VCN, relying solely on compartment policies for network isolation. In the process of optimizing performance for a set of applications running on Oracle Cloud Infrastructure (OCI), you decide to implement a caching solution. Which approach ensures high availability and fault tolerance for your cache layer while maximizing performance?. Deploy OCI Memorystore for Redis across multiple Availability Domains within a single region and configure clients for automatic failover. Deploy the caching layer on OCI Compute instances, using a custom solution that replicates data across multiple regions. Utilize OCI Memorystore for Redis with a multi-master deployment across several regions. Implement the caching layer within a single Availability Domain using OCI Memorystore for Redis. Your organization leverages Oracle Cloud Infrastructure (OCI) for hosting its critical workloads. To ensure business continuity, you have set up Oracle Data Guard for your databases across two different regions. Despite this, during a routine check, you find that the data is not being replicated to the disaster recovery site in the secondary region. What is the most likely reason for this replication issue?. The security list rules in the primary region are misconfigured, blocking outbound data replication traffic. The Oracle Data Guard configuration was set to use Maximum Performance mode, and transient network issues caused data loss during replication. The VPN tunnel between the two regions experienced a temporary outage, interrupting the replication process. The standby database in the secondary region was accidentally configured with the wrong database Unique Name, leading to misidentification and replication failure. A healthcare company is planning to migrate its sensitive patient data and associated database workloads from an on-premises data center to Oracle Cloud Infrastructure (OCI) to enhance data security and compliance with health regulations. The current environment utilizes a mix of relational databases and file storage systems containing decades of medical records. The migration strategy must ensure data integrity, comply with HIPAA regulations, and minimize downtime. After the migration, what approach should be taken to troubleshoot any issues that arise with the database and data migrations to OCI?. Implement a custom logging and monitoring solution on OCI Compute instances to track the migration process, using third-party tools for issue identification and resolution. Utilize the OCI Audit service to monitor all activities related to the database migration and apply OCI Database Migration Service to analyze and troubleshoot migration failures or data inconsistencies. Rely solely on OCI's automated email notifications for alerts on migration status and potential issues, without using additional monitoring or troubleshooting tools. Manually export and import database schemas and data using Data Pump, relying on network logs and manual inspection to identify and troubleshoot issues. An enterprise is migrating their on-premises workloads to Oracle Cloud Infrastructure (OCI) and plans to maintain a hybrid cloud architecture for the next few years. They want to ensure secure and private connectivity between their on-premises data center and OCI. Which of the following options is not a plausible method to achieve this requirement?. Utilizing OCI FastConnect for a dedicated, private connection between the on-premises data center and OCI. Leveraging an OCI Service Gateway to enable on-premises access to OCI services without traversing the public internet. Configuring a public internet gateway in the OCI VCN to route traffic directly from the on-premises data center. Setting up a Site-to-Site VPN between the on-premises network and OCI Virtual Cloud Network (VCN). During the deployment of an Oracle Cloud Infrastructure (OCI) application, you notice that the application's performance is not meeting the expected benchmarks despite adequate compute and storage resources. Upon further investigation, you identify potential issues with the application's connectivity to the OCI Object Storage service, which is used for storing application data. What is the most likely reason for the observed performance issue?. The application's region is different from the Object Storage's region, leading to increased latency. Object Storage is configured with encryption at rest using a Customer-Managed Key (CMK) which slows down data access. The application is using an API key with limited IOPS for Object Storage access. The Object Storage buckets are configured with a low redundancy policy, reducing data retrieval performance. A technology company is preparing to migrate its on-premises relational databases and big data processing workloads to Oracle Cloud Infrastructure (OCI) to leverage OCI's advanced data analytics and machine learning capabilities. The migration plan needs to minimize downtime, ensure data integrity, and comply with data protection regulations. Which two actions are essential in the implementation and troubleshooting phases of database and data migrations to OCI?. Directly migrate all databases using the highest compression ratio available to speed up the transfer process over the internet, without considering the potential impact on data integrity. Utilize OCI Data Transfer Service to physically ship large datasets that are not time-sensitive, reducing network load and accelerating the migration of massive volumes of data. Bypass the use of OCI's pre-migration assessment tools, opting instead for a trial-and-error approach to troubleshooting post-migration issues as they arise. Implement OCI's Database Migration Service for a seamless and automated migration of relational databases, ensuring continuous data synchronization until the cutover phase. Rely solely on manual snapshot-based backups for migrating databases to OCI, assuming this method will meet all regulatory compliance requirements regarding data protection. An organization is looking to enhance its data management strategy by migrating several critical applications to Oracle Cloud Infrastructure (OCI). The applications have varying requirements, from heavy transaction processing to complex data analytics. Given the need to evaluate and implement both Autonomous and Base (VM/Bare Metal) Databases in OCI, which two of the following actions should be taken to ensure a successful deployment?. Opt for Autonomous Transaction Processing (ATP) for applications requiring high transaction throughput and Autonomous Data Warehouse (ADW) for analytics-intensive applications. Consolidate all workloads onto a single Bare Metal DB System to maximize resource utilization and simplify network architecture. Utilize Autonomous JSON Database for all applications to simplify operations and reduce costs, irrespective of the workload complexity. Implement dedicated infrastructure for Autonomous Databases to meet strict security and isolation requirements for sensitive applications. Deploy all databases on VM-based DB Systems for uniformity in management and maintenance across all applications. A software company is transitioning to Oracle Cloud Infrastructure (OCI) for better scalability and management of its application workloads. The company wants to implement a service that automatically adjusts compute capacity to maintain steady, predictable performance at the lowest possible cost. Which OCI service should be used to achieve this goal?. Load Balancer. Compute Instance Shapes. Block Volume Performance Tiers. Auto Scaling. You are tasked with enhancing the security posture for a multinational corporation deploying critical workloads in Oracle Cloud Infrastructure (OCI). As part of this initiative, you aim to implement a strict access management policy that governs how users interact with OCI resources. Your strategy includes leveraging OCI's Identity and Access Management (IAM) capabilities. Which of the following IAM configurations is not an appropriate approach to managing access to OCI resources?. Utilizing dynamic groups to automatically assign permissions to compute instances based on instance metadata. Creating IAM policies that grant users the least privileges necessary to perform their job functions. Assigning all users to a single group and granting broad permissions to this group to simplify access management. Enabling Multi-Factor Authentication (MFA) for all users to enhance the security of user authentication. A fintech startup is planning to deploy its blockchain-based payment processing system on Oracle Cloud Infrastructure (OCI) to leverage the cloud's scalability, security, and global reach. The system must ensure real-time transaction processing, high availability, secure data storage, and compliance with international financial regulations. Additionally, the solution should provide for seamless scaling during peak transaction periods and robust disaster recovery capabilities. What implementation strategy would best suit the startup's requirements?. Deploy the blockchain application on OCI Compute instances across multiple Availability Domains (ADs) within a single region, using OCI Block Volumes for storage and Oracle GoldenGate for real-time data integration. Deploy the payment processing system on bare metal servers in a single OCI Availability Domain, using physical firewalls for security and manual scaling techniques to handle peak loads. Implement the system using a single OCI Region with a distributed ledger on OCI Blockchain Platform, backed by OCI Object Storage for immutable transaction logs, and establish a manual backup process to another cloud provider for disaster recovery. Utilize OCI Container Engine for Kubernetes (OKE) to deploy the blockchain application, with nodes distributed across multiple regions, OCI Autonomous Database for secure and compliant data storage, and OCI FastConnect for dedicated network connectivity. Your company is planning to migrate its on-premises applications to Oracle Cloud Infrastructure (OCI) and aims to implement a disaster recovery strategy that ensures high availability and data durability. Which of the following would be the most appropriate solution to achieve this goal?. Create a manual snapshot of virtual machine (VM) instances daily and store them in a different region. Utilize OCI Object Storage to replicate data across multiple Availability Domains within a single region. Implement a cross-region data replication strategy using OCI Object Storage and Data Guard for database replication. Deploy applications in a single Availability Domain and use OCI Block Volume backups for disaster recovery. You are configuring disaster recovery for your organization's critical applications hosted on Oracle Cloud Infrastructure (OCI), using OCI's cross-region replication feature for your databases. In planning the disaster recovery strategy, which two considerations are essential for ensuring the robustness and effectiveness of your disaster recovery plan?. Replication frequency. Testing frequency. RTO and RPO objectives. Network bandwidth. Data residency requirements. A multinational corporation plans to expand its data analytics capabilities by integrating its existing on- premises VMware-based applications with Oracle Cloud Infrastructure (OCI) to leverage OCI's advanced analytics services. The goal is to create a seamless, scalable hybrid cloud environment that enables data to be efficiently processed and analyzed between on-premises and OCI. Which of the following designs using Oracle Cloud VMware Solution best achieves this integration while ensuring data security and compliance?. Migrate all VMware workloads directly to OCI native services, bypassing the need for Oracle Cloud VMware Solution. Deploy Oracle Cloud VMware Solution, utilize OCI Data Integration service for data movement, and establish a VPN connection for secure data transfer. Establish Oracle Cloud VMware Solution for compute needs while storing all data on-premises without transferring any data to OCI. Use only OCI's public endpoints for data transfer between on-premises and OCI, avoiding dedicated connectivity solutions. A multinational company has recently deployed a mission-critical application on Oracle Cloud Infrastructure (OCI) that spans multiple regions to ensure high availability and disaster recovery. Despite the successful deployment, they are experiencing intermittent connectivity issues between their application components, which are affecting performance. As an OCI Architect, you are tasked with identifying the root cause and implementing a solution. Which of the following approaches would most effectively resolve the connectivity issues?. Deploy an additional OCI Load Balancer in front of each application component to manage traffic and improve connectivity. Review and optimize the route tables, security lists, and network ACLs for each subnet involved in the application architecture to ensure proper routing and access permissions for inter-component communication. Increase the size of the compute instances across all regions to enhance the network bandwidth available for inter-component communication. Implement OCI FastConnect in each region to establish a dedicated, private connection between your on-premises network and OCI, ensuring stable and consistent connectivity. In an effort to enhance security and compliance across its cloud infrastructure, a multinational corporation plans to migrate its sensitive data to Oracle Cloud Infrastructure (OCI). The data must be encrypted at rest, in transit, and have controlled access based on geographic location and time of access. Additionally, the solution needs to seamlessly integrate with the company’s existing identity management system for authentication and authorization. Which of the following solutions would best meet these requirements?. Utilizing OCI's Virtual Cloud Network (VCN) with a Service Gateway for secure connectivity, Oracle Database with TDE for encryption, and federating OCI IAM with the existing identity management system for access control, implementing network security groups for geographic and time-based access rules. Implementing a custom application on Oracle Kubernetes Engine (OKE), using OCI Vault for key management, OCI IAM for authentication and authorization, and a third-party service for geolocation- based access control. Deploying data on OCI Object Storage with server-side encryption enabled and using OCI Identity and Access Management (IAM) for access control. Utilizing Oracle Autonomous Database with Transparent Data Encryption, and integrating with OCI IAM for access control, enhanced with custom policies for geographic and time-based restrictions. A global logistics company is looking to enhance its supply chain management system by implementing a solution on Oracle Cloud Infrastructure (OCI) that integrates real-time tracking, predictive analytics, and automated inventory management. The system must ensure data accuracy, high availability, and secure access across multiple geographic locations. Which two actions should the company take to implement and operate this solution effectively in OCI?. Use OCI Identity and Access Management (IAM) to control access to the supply chain management system, assigning roles and permissions based on job function to ensure secure access to application resources. Implement the system entirely on OCI Functions to maximize operational efficiency and cost- effectiveness by leveraging a serverless architecture for all components. Configure a Virtual Cloud Network (VCN) with public subnets for all components of the system to simplify network access and reduce operational complexity. Deploy the application using Oracle Kubernetes Engine (OKE) to automate deployment, scaling, and operations of containerized applications, enhancing the system's scalability and availability. As an OCI Architect, you are tasked with enhancing the security of your cloud environment. Which two statements are false regarding the implementation of security practices in Oracle Cloud Infrastructure (OCI)?. Customer Secret Keys are used in OCI to encrypt data at rest, ensuring that all data stored in OCI services is encrypted and secured. OCI Identity and Access Management (IAM) allows for the creation of policies that grant users permissions based on the principle of least privilege. Security lists in OCI at the subnet level cannot enforce stateful rules, requiring all rules to be manually defined for both inbound and outbound traffic. The OCI Vault service enables the management of encryption keys and secrets, such as API keys and credentials, which can be used to encrypt data at rest and in transit. The OCI Vault service enables the management of encryption keys and secrets, such as API keys and credentials, which can be used to encrypt data at rest and in transit. In designing a multi-tier web application for a financial services company on Oracle Cloud Infrastructure (OCI), you are tasked with ensuring that the application's database layer remains isolated from the internet, while still allowing the application tier to communicate with it securely. Which OCI feature would best achieve this requirement?. OCI Local Peering Gateway. OCI Internet Gateway. OCI Private Endpoints. OCI Network Security Group. In Oracle Cloud Infrastructure (OCI), when architecting a highly available N-tier application that leverages microservices for flexibility and serverless for cost efficiency, which of the following architectural patterns most effectively combines these requirements?. Leveraging a single large OCI Kubernetes cluster spread across multiple regions for both microservices and traditional N-tier components, ignoring serverless. Using OCI Container Engine for Kubernetes (OKE) to host all microservices across multiple Availability Domains, with OCI Functions handling occasional background tasks. Hosting the entire application on OCI Functions to maximize cost efficiency, regardless of the complexity of inter-service communication. Deploying all tiers of the application on dedicated OCI Compute instances within a single Availability Domain for performance consistency. A retail company seeks to enhance its customer experience by leveraging Oracle Cloud Infrastructure (OCI) for deploying a new analytics platform. The company aims to utilize real-time data processing and analytics to gain insights into customer behavior. The project manager has approached you to design the migration strategy from their current data warehouse to OCI. The information provided includes the size of the data warehouse, peak data ingestion rates, expected query performance improvements, and compliance requirements. Which two pieces of additional information are crucial to recommend an optimal migration and deployment strategy?. Current hardware specifications of the data warehouse servers. Number of concurrent users during peak hours. List of data governance and residency regulations affecting the data. Version of the data warehouse software currently in use. Details on the existing data warehouse's schema and indexing strategies. A financial services company needs to ensure high availability for its critical Oracle databases that handle transaction processing. The databases are currently hosted in an on-premises data center. The company aims to implement a disaster recovery (DR) solution in Oracle Cloud Infrastructure (OCI) that allows for an RPO (Recovery Point Objective) of 15 minutes and an RTO (Recovery Time Objective) of 1 hour. The DR solution must also be cost-effective while ensuring data integrity and quick failover capabilities. Which of the following is the most efficient and cost-effective way to achieve these DR objectives?. Implement OCI's Storage Gateway for continuous data backup to OCI Object Storage Standard tier, relying on manual database restoration in the event of a disaster. Set up asynchronous data replication to OCI Object Storage Archive tier using custom scripts and OCI CLI commands, with periodic snapshots for data recovery. Use Oracle Data Guard to replicate data in real-time to a standby database in OCI, leveraging OCI's Database Service on VM.Standard instances. Configure Oracle GoldenGate for real-time data integration and replication to a standby database in OCI's Autonomous Database to ensure minimal downtime and data loss. A large healthcare organization is planning to migrate its legacy on-premises databases to Oracle Cloud Infrastructure (OCI) to improve scalability, performance, and availability while ensuring compliance with healthcare regulations such as HIPAA. The organization has a mix of relational and NoSQL databases that are critical for its daily operations. As an OCI Architect, you are tasked with designing a solution that meets these requirements. Which of the following database solutions on OCI would best fit the organization's needs?. Deploy all databases onto bare metal instances in OCI, manually installing and managing both relational and NoSQL databases, to maintain full control over the database environment. Migrate all databases to OCI Object Storage, leveraging its high durability and scalability, assuming applications can be adapted to interact with databases stored as objects. Consolidate all databases into a single OCI Autonomous Database to simplify operations, assuming ADB can support both relational and NoSQL data models equally well. Migrate all relational databases to OCI Autonomous Database (ADB) for high performance, automated patching, backups, and encryption, and migrate NoSQL databases to OCI NoSQL Database Service for fully managed NoSQL database capabilities. A solutions architect is designing a disaster recovery plan for a critical application deployed on Oracle Cloud Infrastructure (OCI). The application utilizes a variety of OCI services, including Compute, Block Storage, and Database. The architect aims to ensure minimal data loss and a recovery point objective (RPO) of less than 5 minutes. After implementing the strategy, they notice the RPO is not being met. Which of the following is not a plausible reason for failing to meet the specified RPO?. The architect did not consider the network latency between the primary and disaster recovery sites, which is significantly impacting data replication times. The Database is using Data Guard in asynchronous replication mode with a delay of 30 minutes. The application's data is replicated across multiple availability domains within the same region using synchronous replication. The backup frequency for Block Storage volumes is set to 24 hours. As part of a cloud-native strategy, a financial services company wants to ensure high availability and fault tolerance for its critical applications deployed in Oracle Cloud Infrastructure (OCI). Which of the following OCI features should be utilized to meet this objective?. Availability Domains. Object Storage Lifecycle Policies. Instance Pools. API Gateway. Your organization is implementing a highly available web application on Oracle Cloud Infrastructure (OCI). The architecture includes a load balancer, multiple compute instances across different availability domains for redundancy, and a database service backend. You are responsible for ensuring that the web application is resilient, performs optimally, and is secure. Choose the two actions that are not required to ensure the high availability and security of the web application. Use Oracle Cloud Infrastructure Identity and Access Management (IAM) policies to restrict access to the compute instances and database service. Deploy compute instances in a single availability domain to reduce latency. Enable public access to the database service to ensure that the compute instances can communicate with it at all times. Configure the load balancer to distribute traffic evenly across compute instances in multiple availability domains. Establish a Web Application Firewall (WAF) in front of the load balancer to protect against common web vulnerabilities. A technology company specializing in artificial intelligence (AI) has developed a cutting-edge AI model that requires significant computational power for training. The company plans to leverage Oracle Cloud Infrastructure (OCI) GPU compute instances for this purpose. They aim to optimize the cost and performance of their AI model training workflows on OCI. Which of the following is not a true statement regarding optimizing AI model training on OCI GPU compute instances?. GPU compute instances can be attached to block volumes using the maximum performance storage option to ensure fast data access and improve training times. Auto Scaling can be configured to automatically adjust the number of GPU compute instances based on the workload, ensuring cost efficiency and performance. Utilizing Preemptible Instances can significantly reduce the cost of GPU compute resources, with the trade-off of these instances being reclaimed by OCI with short notice. Training AI models in parallel across multiple regions can optimize latency and improve model accuracy by leveraging diverse datasets from different geographic locations. Which feature is not recommended for optimizing cost management in Oracle Cloud Infrastructure (OCI)?. Consolidating billing across departments to leverage volume discounts. Employing auto-scaling to adjust resources according to load. Scheduling the start and stop of non-essential instances outside of business hours. Utilizing Always Free resources for production-grade applications. A software company is utilizing Oracle Cloud Infrastructure (OCI) for its application hosting needs. The company plans to deploy a new application that requires highly available and resilient storage. To meet this requirement, they decide to use OCI File Storage Service. However, they also want to ensure that their file storage is encrypted with keys that the company manages, rather than Oracle-managed keys, to comply with industry-specific security standards. Which series of actions is required to encrypt the file storage with customer-managed keys?. Encrypt the File Storage service using Oracle-managed keys, then migrate the encryption to a customer-managed key created outside of OCI. Directly encrypt the file storage with a customer-managed key without using a vault. Create a vault, create a master encryption key in the vault, and assign this master encryption key to the File Storage service. Create a vault, generate a data encryption key within the vault, and then encrypt the file storage directly using this key. Which scenario is least suitable for leveraging Oracle Cloud Infrastructure (OCI) Object Storage?. Hosting static content for a website, such as HTML files, CSS stylesheets, and JavaScript files, to improve load times and availability. Archiving infrequently accessed data that needs to be retained for long-term storage while keeping costs low. Storing large volumes of unstructured data, like images and videos, that require high durability and global accessibility. Facilitating real-time transactional database operations for a high-frequency trading platform requiring microsecond latency. A multinational corporation plans to migrate a legacy enterprise resource planning (ERP) system to Oracle Cloud Infrastructure (OCI). The ERP system is critical for daily operations, heavily customized, and consists of a complex mix of processing jobs, databases, and user interfaces. It also requires strict compliance with data sovereignty laws in multiple countries. Which of the following migration strategies would best ensure compliance, performance, and minimal disruption during the migration?. Use Oracle Cloud VMware Solution to migrate the ERP system, ensuring compatibility and minimal changes, while hosting databases on OCI. Rehost the entire ERP system on OCI Compute instances, using VPN for connectivity without modifying the application architecture. Relocate the ERP system databases to Autonomous Database on OCI, while keeping the application servers on-premises, connected via FastConnect. Refactor the ERP system into microservices, deploy on Oracle Kubernetes Engine (OKE), and use Oracle Cloud Infrastructure Database services with data residency controls. TechSolutions Corp. is enhancing their cloud infrastructure on Oracle Cloud Infrastructure (OCI) to support their expanding global operations. They require a robust networking solution that seamlessly connects their OCI resources to multiple on-premises data centers around the world, ensuring low latency and high availability. Which of the following options best fulfills their requirement?. Virtual Cloud Network (VCN) Peering. Load Balancer. Object Storage. VPN Connect. FastConnect. In the context of designing and implementing a robust multi-cloud architecture that includes Oracle Cloud Infrastructure (OCI) and another leading cloud provider for a high-traffic web application, which of the following strategies should be adopted to ensure optimal performance, reliability, and disaster recovery capabilities? Select two. Deploy the application’s database exclusively in OCI using Autonomous Database to leverage OCI’s superior performance and scalability, while hosting the application front end on the secondary cloud provider. Implement a centralized logging and monitoring solution that aggregates logs and metrics from both OCI and the secondary cloud provider, enabling unified observability across the multi-cloud environment. Rely exclusively on public internet connections for data transfer and inter-cloud communication to avoid the costs and complexity of setting up dedicated connectivity solutions. Utilize Oracle FastConnect and the equivalent direct connection service of the secondary cloud provider to establish a dedicated, private connection between the two clouds for secure and high- performance inter-cloud communication. Mirror all data synchronously in real-time between OCI and the secondary cloud provider to ensure immediate failover and zero data loss in the event of a disaster. In implementing a solution on Oracle Cloud Infrastructure (OCI) to meet both stringent security requirements and global accessibility for a financial services application, which of the following approaches would most effectively align with these business and technical requirements?. Configuring the application across multiple Availability Domains and regions, using OCI's Web Application Firewall (WAF) to protect against threats and Load Balancers for global traffic distribution. Relying on encryption at rest and in transit within a single OCI region, disregarding multi-region deployment for the sake of simplifying security management. Utilizing OCI Identity and Access Management (IAM) to strictly control user access, while hosting the application across multiple regions using OCI's global DNS service for accessibility. Deploying the application on a public subnet within an OCI Virtual Cloud Network (VCN), ensuring global accessibility through Internet Gateway with standard network security group (NSG) rules for security. You are responsible for optimizing the performance of an enterprise-grade web application deployed on Oracle Cloud Infrastructure (OCI), utilizing Oracle Functions for serverless computing and Oracle Cloud Infrastructure Object Storage for data persistence. During periods of high demand, you observe latency issues affecting user experience. The web application's architecture is designed to scale horizontally, but improvements are needed to handle peak load efficiently. Which two options are expensive or impractical ways to improve the application's performance during peak times?. Redesign the application to reduce its reliance on serverless computing for every operation, instead moving intensive computations to dedicated OCI Compute instances that run continuously. Increase the memory and CPU resources allocated to Oracle Functions proportionally to the peak load predictions, keeping the increased resources constant even during off-peak hours. Optimize the application code and data retrieval queries to ensure that they are efficiently written and make minimal calls to Object Storage, relying more on in-memory processing where possible. Utilize autoscaling for Oracle Functions to automatically adjust resources based on the trigger metrics defined, ensuring optimal resource usage throughout. Implement an aggressive caching strategy using Oracle Cloud Infrastructure Object Storage to store frequently accessed data, reducing the need to compute or fetch this data repeatedly. A global logistics company is evaluating the transition of their inventory management system from a legacy on-premises setup to Oracle Cloud Infrastructure (OCI) to improve scalability and real-time data analysis capabilities. They have provided specifics about their system, including transaction volumes, database size, reporting requirements, and current system performance metrics. Which two pieces of additional information are essential for you to devise a targeted migration strategy?. The specific database management system (DBMS) and version used in the on-premises setup. The average time taken for inventory updates to reflect in the system. Details about the network infrastructure connecting the company's warehouses and offices. List of all third-party integrations with the inventory management system. Historical data on inventory accuracy and discrepancies. A multinational corporation is leveraging Oracle Cloud Infrastructure (OCI) to host a series of their internal applications, including their financial system, HR management system, and project management tools. To enhance performance and security, they have implemented their architecture across multiple regions with the use of Oracle's Identity and Access Management (IAM) for securing their resources and defining access policies. They are also using OCI Object Storage to store backups and archives of their data. During a routine security audit, it was noticed that unauthorized access attempts were made to sensitive data stored in Object Storage. Despite the security measures in place, the IT team is tasked with identifying potential vulnerabilities in their configuration. What could be two possible reasons for this situation?. Audit logs for OCI were not regularly reviewed, allowing unauthorized access attempts to go unnoticed for an extended period. Network Security Groups (NSGs) associated with the Object Storage were improperly configured, allowing inbound traffic from unauthorized IP addresses. The Object Storage buckets were configured with public access, allowing unauthorized users to attempt access to the data. The corporation's use of OCI's VPN for remote access was misconfigured, leading to potential security breaches and unauthorized access attempts. IAM policies were incorrectly defined, granting broader access than intended to certain user groups. When designing a scalable and secure hybrid cloud architecture for a multinational corporation with Oracle Cloud VMware Solution (OCVS), which strategy ensures optimal performance, security, and compliance across multiple regions while facilitating seamless workload mobility between the corporation's on-premises VMware environments and Oracle Cloud?. Use Oracle Cloud Infrastructure (OCI) public IP addresses for interconnecting the on-premises data center with OCVS instances across multiple regions. Deploy a single, centralized OCVS instance in one region to serve all global operations, using VPN for connectivity from all other regions. Configure Oracle Cloud Infrastructure Object Storage as the sole shared storage solution between on-premises environments and OCVS across all regions. Implement Oracle Cloud Infrastructure FastConnect and OCI Identity and Access Management (IAM) to create dedicated, high-bandwidth connections and manage cross-regional access controls. While optimizing your company's cloud infrastructure in Oracle Cloud Infrastructure (OCI), you are tasked with evaluating the compute resources to ensure efficient cost management. Which two factors should you primarily monitor to accurately forecast your monthly costs for using OCI Compute instances?. Number of API calls made to manage compute instances. CPU utilization of the compute instances. The geographic region of the compute instances. Data transfer out of OCI region. Type and number of reserved IPs used. A multinational corporation is planning to migrate its legacy on-premises databases to Oracle Cloud Infrastructure (OCI) to enhance performance, scalability, and disaster recovery capabilities. The corporation's environment consists of a mix of online transaction processing (OLTP) and online analytical processing (OLAP) workloads with strict compliance requirements for data residency and sovereignty. The solution must provide seamless data integration between OLTP and OLAP systems, ensure data encryption both at rest and in transit, and facilitate low-latency access to data across different geographical regions. Which database architecture would best fulfill these requirements?. Multi-region Oracle RAC deployment for OLTP workloads with separate Oracle Exadata Cloud Service for OLAP workloads, without dedicated data integration tools. Deploy Oracle NoSQL Database for OLTP workloads and Oracle Big Data Service for OLAP workloads, relying on custom scripts for data integration. Oracle Autonomous Database (ADB) with separate Autonomous Transaction Processing (ATP) and Autonomous Data Warehouse (ADW) instances, utilizing Oracle GoldenGate for data integration. Single-instance Oracle Base Database on OCI with manual partitioning for OLTP and OLAP workloads. You are tasked with designing a highly available architecture for a critical application on Oracle Cloud Infrastructure (OCI). The application requires both high performance and resilience against regional outages. Which two OCI features should you incorporate into your design to meet these requirements?. Availability Domains. Cross-Region Peering. Autonomous Data Warehouse. Instance Shape Upgrades. Fault Domains. An online retail company is experiencing rapid growth and needs to ensure that its e-commerce platform can scale effectively during high traffic events, such as sales and holidays, while maintaining optimal performance. Which OCI service or feature should they utilize to meet these scalability and performance requirements?. OCI Virtual Cloud Network (VCN) provides advanced networking capabilities that enhance security and connectivity but does not directly influence application scalability and performance. OCI Autoscaling dynamically adjusts compute resources based on performance metrics, ensuring the e-commerce platform can handle increased load without manual intervention. OCI Cloud Guard monitors cloud resource configurations and recommends security improvements, which is essential for maintaining a secure environment but does not offer solutions for scaling resources in response to traffic increases. OCI Identity and Access Management (IAM) controls access to cloud resources, ensuring secure access management but is not specifically designed to enhance scalability or performance of application workloads. Your enterprise plans to deploy a critical web application on Oracle Cloud Infrastructure (OCI) that will handle sensitive customer information. The application will be distributed across multiple OCI regions to ensure high availability and resilience. To maintain data privacy and comply with regulatory requirements, it's imperative that all data transmitted between these regions is encrypted in transit. You have been tasked with designing a solution that ensures encryption across all data transmission paths. Which of the following options would best fulfill the encryption in transit requirements?. Implement OCI FastConnect with encryption enabled to connect your on-premises network to OCI regions. Enable HTTPS for all web services and utilize TLS 1.2 or higher for encryption between OCI regions. Utilize Transparent Data Encryption (TDE) on all databases within OCI to ensure data is encrypted in transit. Configure OCI Identity and Access Management (IAM) policies to enforce encryption on all data in transit between regions. A global financial services company is looking to enhance its data analytics capabilities by migrating its data warehouse to Oracle Cloud Infrastructure (OCI). The company requires real-time data analytics, high availability, and strict compliance with financial regulations for data security and privacy. Additionally, the solution must support scaling during peak financial reporting periods. Which two of the following solutions should the architect incorporate into the design to meet these business and technical requirements?. Implement Oracle GoldenGate for real-time data integration and replication to ensure up-to-date data availability in the data warehouse. Set up a Virtual Cloud Network (VCN) with private subnets and VPN for secure connectivity to on- premises databases, ensuring data privacy. Configure OCI Functions to automatically scale computing resources based on the demand for data processing and analytics tasks. Deploy Oracle Autonomous Data Warehouse (ADW) for automated database management, scaling, and security compliance. Utilize OCI Object Storage for data warehousing to leverage its scalability and cost-effectiveness for large datasets. A software development company specializing in financial services wants to enhance their disaster recovery strategy by leveraging Oracle Cloud Infrastructure (OCI). Their current setup includes a primary data center in Frankfurt and a secondary data center in Dublin, both running Oracle Databases with Data Guard for synchronization and high availability. The company aims to have a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 5 minutes. What is the most effective disaster recovery setup on OCI to meet the company's RTO and RPO objectives?. Deploy a 2-node RAC DB System in the OCI Frankfurt region for the primary database and a 2- node RAC DB System in the OCI Dublin region for the standby database, utilizing Oracle Active Data Guard for data synchronization. Deploy a 1-node VM DB System in OCI Frankfurt region for the primary database and a 1-node VM DB System in OCI Dublin region for the standby database. Use Oracle Data Guard for data synchronization. Deploy Oracle Autonomous Database in OCI Frankfurt region as the primary database and Oracle Autonomous Database in OCI Dublin region as the standby database, with Data Guard for data synchronization. Implement a custom solution using third-party replication software between OCI Frankfurt and OCI Dublin, bypassing Oracle's native technologies for data synchronization. During the deployment of an enterprise-grade application on Oracle Cloud Infrastructure (OCI), you decide to leverage OCI Identity and Access Management (IAM) to manage user access and permissions. After configuring your IAM policies, you notice that some users can access more resources than intended, potentially exposing sensitive data. Which of the following misconfigurations is most likely responsible for this unintended access?. The network security group (NSG) rules are too restrictive, mistakenly allowing users to bypass intended IAM policies. The users are assigned to a Dynamic Group that automatically includes all OCI users, inadvertently broadening access beyond the intended scope. Audit logs are not enabled for all services, preventing the detection of excessive access permissions. The IAM policies are too permissive, using wildcards (*) excessively, leading to broader access than specifically required. When designing a database solution in Oracle Cloud Infrastructure (OCI) for a high-traffic e-commerce platform that requires both high availability and the ability to handle sudden spikes in read traffic, which database configuration would best meet these requirements?. Configuring a bare metal OCI Database instance running Oracle Database, manually managing scaling and replication to handle traffic changes. Utilizing a single instance of OCI MySQL Database Service without read replicas, relying on vertical scaling to manage increased loads. Implementing an OCI NoSQL Database with default settings, assuming its built-in scalability will automatically adjust to traffic spikes. Deploying an OCI Autonomous Database with auto-scaling enabled for CPU and storage, leveraging read replicas to distribute read traffic. In the process of deploying a sophisticated analytics application for a financial institution on Oracle Cloud Infrastructure (OCI), you have opted for a highly available architecture that utilizes OCI's Analytics Cloud service across multiple availability domains within the OCI's uk-london-1 region. After initiating the deployment, you discover that the analytics jobs, which are critical for real-time financial decision- making, are experiencing significant delays. Upon investigation, all infrastructure components appear to be functioning correctly. What could be causing the performance bottleneck?. Network Security Group (NSG) rules are too restrictive, causing delays in data flow between the application components. OCI's Analytics Cloud service requires a dedicated link to OCI's Object Storage for optimal performance, which has not been set up. The analytics service does not support cross-availability domain operations, leading to resource contention. The data being analyzed is stored in a single availability domain, causing latency due to cross- domain data access. When designing a hybrid cloud architecture that involves Oracle Cloud Infrastructure (OCI) and an on- premises data center, which OCI feature is essential for ensuring secure, high-performance connectivity between the two environments?. OCI FastConnect. Internet Gateway. Virtual Cloud Network (VCN) Peering. OCI Load Balancer. A multinational retail corporation is facing challenges in managing its global supply chain operations effectively due to the outdated on-premises infrastructure. The current system struggles with handling peak loads during holiday seasons, lacks global accessibility for inventory management, and falls short in providing real-time analytics for decision-making. To overcome these obstacles, the corporation decides to leverage Oracle Cloud Infrastructure (OCI) for enhancing its supply chain management capabilities. They require a solution that ensures global accessibility, can handle varying loads efficiently, and offers advanced analytics capabilities. Which of the following OCI solutions would best meet their requirements?. Deploy the supply chain management application on Oracle Container Engine for Kubernetes (OKE), utilizing horizontal pod autoscaling for load management, and integrate with Oracle Analytics Cloud for real-time analytics. Implement Oracle Identity and Access Management for global access control. Migrate the supply chain management system to a bare metal compute instance, manually scale during peak periods, and use Oracle Data Integrator for analytics. Set up the application on Oracle Autonomous Transaction Processing (ATP) with Autonomous Data Guard for high availability, Oracle Integration Cloud for connecting disparate systems, and Oracle Analytics Cloud for advanced analytics capabilities. Utilize Oracle Cloud Infrastructure Exadata Database Service to host the supply chain management database, with Oracle Application Express (APEX) for application development. Rely on manual backup and recovery for data protection. You are tasked with designing a system to analyze log files from multiple sources in real-time, with the goal of identifying and alerting on potential security threats. The solution must be scalable and cost- effective, handling up to 1000 log entries per minute. Which of the following is the most cost-effective option for meeting these requirements in Oracle Cloud Infrastructure (OCI)?. Deploy a cluster of OCI Compute instances equipped with custom-built log analysis software that polls an OCI Object Storage bucket for new log files every minute. Use OCI Email Delivery Service for alerts. Use OCI Streaming Service to ingest log entries, with an OCI Functions application triggered for each new entry to perform analysis and generate alerts using OCI Notifications Service. Implement a custom log processing application on OCI Kubernetes Engine (OKE), with log data stored in OCI Block Volume for analysis. Use OCI Functions to send alerts based on the analysis. Configure log sources to directly push logs to OCI Logging Service, setting up custom metrics and alarms in OCI Monitoring to trigger alerts based on log analysis results. An organization has deployed a mix of Oracle Autonomous Databases and VM-based Oracle Databases in Oracle Cloud Infrastructure (OCI) to support their diverse application ecosystem. The team is experiencing performance issues with certain applications and seeks to optimize database operations while ensuring high availability and efficient troubleshooting processes. What two actions should be prioritized to effectively operate and troubleshoot these databases in OCI?. Regularly analyze AWR reports for VM-based databases and Performance Hub data for Autonomous Databases to identify performance bottlenecks. Implement Real Application Clusters (RAC) on VM-based databases to ensure high availability and load balancing across nodes. Rely solely on OCI's automatic performance tuning features for all databases, avoiding manual tuning efforts. Disable automatic backups on both Autonomous and VM-based databases to improve performance by reducing overhead. Consolidate all databases onto a single Autonomous Database to simplify management and troubleshooting, regardless of application requirements. As a developer deploying serverless applications using OCI Functions, what is the initial step required to authenticate your local development environment with OCI Functions?. Generating a Docker registry secret. Configuring an SSH key pair with OCI. Creating an OCI API signing key. Obtaining a Master Encryption Key from OCI Vault. A company is planning to enhance its disaster recovery strategy on Oracle Cloud Infrastructure (OCI). They want to ensure that their critical data stored in Object Storage is replicated across regions for higher availability and data protection. As an OCI Architect, what would you recommend as the most efficient approach to achieve this requirement?. Utilize OCI Functions to automatically trigger data replication across regions whenever new objects are added. Use third-party tools to replicate data across regions, ensuring data is synced periodically. Enable Object Storage cross-region replication by manually copying the data to a bucket in another region. Configure cross-region replication for Object Storage by setting up a replication policy from the source bucket to a target bucket in another region. A cloud architect is tasked with designing a high availability architecture for an application on Oracle Cloud Infrastructure (OCI). The application requires a database that is highly available and can seamlessly failover in case of a zone outage. The architect decides to use OCI's Database service and configures it accordingly. Which configuration ensures the highest availability for the database while meeting the requirements?. Deploying the database on a single VM in a single availability domain. Configuring a 2-node RAC (Real Application Clusters) database across two availability domains within the same region. Using Autonomous Database with the maximum availability configuration. Deploying the database on a VM in two different regions. In a multi-cloud architecture that includes Oracle Cloud Infrastructure (OCI) and another public cloud provider, which OCI service is most effective for managing identity and access management across both cloud environments?. OCI Cloud Guard. Oracle Identity Cloud Service (IDCS). OCI Virtual Cloud Network (VCN). OCI API Gateway. Your organization is implementing Oracle Cloud Infrastructure (OCI) as part of its IT infrastructure expansion. One of the requirements is to establish a highly available web application architecture. Which of the following would be the most effective strategy to meet this requirement?. Deploy application instances in multiple regions without using a load balancer, directing users to the closest region manually. Deploy the web application on a single instance in an Availability Domain and use OCI's autoscaling to handle the load. Utilize a single OCI Load Balancer in front of multiple application instances spread across different Availability Domains within the same region. Place all application instances in a single Availability Domain and rely on OCI's backup services for recovery in case of failure. In planning a high availability architecture for your OCI-based e-commerce platform, you decide to implement Oracle Cloud Infrastructure (OCI) Load Balancer to distribute traffic across multiple web servers. To further enhance the system's resilience, you choose to deploy these servers across multiple Availability Domains within the same region. However, after implementation, you observe that during one Availability Domain's outage, the entire platform still went offline. What is the most likely reason for this issue?. The session persistence configuration on the Load Balancer was not correctly set, leading to session information being unavailable during the outage. The web servers in the remaining Availability Domains were not properly scaled to handle the increased load resulting from the outage in one Availability Domain. A misconfiguration in the Load Balancer's backend set pointed all traffic to servers in the Availability Domain that experienced the outage. The Load Balancer was configured with a 'fail-closed' setup for health checks, automatically stopping traffic to all servers upon detecting an outage in any Availability Domain. You are managing a multi-tier application deployed in Oracle Cloud Infrastructure (OCI), utilizing both public and private subnets within a Virtual Cloud Network (VCN). You've implemented an Internet Gateway (IGW) for outbound internet access from the resources in the public subnet. Recently, you've noticed that the compute instances in the public subnet are unable to access the internet. What should you do first to diagnose and resolve the issue?. Check the security list and network security group rules for the public subnet to ensure outbound internet traffic is not inadvertently blocked. Verify the route table associated with the public subnet to ensure it includes a rule directing internet- bound traffic to the IGW. Increase the bandwidth allocation to the IGW, assuming that traffic congestion is preventing internet access. Delete and recreate the IGW to force a refresh of the internet connectivity settings. Your organization is leveraging Oracle Cloud Infrastructure (OCI) Object Storage for storing sensitive customer data. Due to compliance requirements, it's essential to ensure that only certain approved OCI services and resources can access this data. Which OCI feature should you implement to meet this security requirement?. Implement Service Gateway with proper Route Table configurations to enable secure access from within your VCN. Enable Object Storage Bucket Policies. Configure Network Security Groups (NSGs) to restrict traffic flow to the Object Storage service based on source IP addresses. Utilize OCI Identity and Access Management (IAM) policies to define who can access the Object Storage resources. You are deploying a new application on Oracle Cloud Infrastructure (OCI) using Kubernetes Engine for container orchestration. After successfully deploying the application, you notice that external traffic is not reaching your service, despite the application running without errors. What is the most likely reason for this issue?. The OCI Virtual Cloud Network (VCN) security lists do not include rules allowing inbound traffic to the Kubernetes nodes. The application's Dockerfile exposes the wrong port for the OCI Load Balancer to listen on. The Kubernetes service is defined as ClusterIP instead of LoadBalancer. The OCI Identity and Access Management (IAM) policies do not allow the Kubernetes nodes to pull images from the OCI Registry. As part of your organization's cloud migration strategy to Oracle Cloud Infrastructure (OCI), you have been tasked with implementing an efficient and cost-effective storage solution using OCI Object Storage. To better manage your budget and forecast monthly expenses, which two metrics should you primarily monitor related to Object Storage usage?. Data transfer out of OCI region. Network bandwidth used for data transfer within the same regio. Number of buckets created. Total volume of data stored. Number of API requests. A finance firm is planning to enhance its data analytics capabilities by deploying a big data platform on Oracle Cloud Infrastructure (OCI). The platform will handle vast amounts of financial transactions and customer data for real-time analytics and reporting. The firm is concerned about achieving optimal performance, scalability, and data security while complying with financial regulations. Which of the following is not a true statement regarding deploying a big data platform on OCI for financial analytics?. The use of OCI Data Flow allows for running Apache Spark applications without the need for cluster management, optimizing operational efficiency and scalability for data processing workloads. Integrating OCI Vault with the big data platform ensures encryption keys and secrets are managed securely, enhancing data security and compliance with financial regulations. Deploying the big data platform across multiple regions and Availability Domains is recommended to ensure data locality, reduce latency, and comply with global financial data sovereignty laws. Leveraging OCI's Big Data Service provides a fully managed Hadoop and Spark environment, which can scale automatically to meet workload demands, ensuring high performance for analytics tasks. In an enterprise scenario focusing on the consolidation of multiple legacy databases into Oracle Cloud Infrastructure (OCI) for improved scalability and performance, the organization is considering both Autonomous and Base Database services to optimize operations. The legacy systems include a mix of online transaction processing (OLTP) and data warehousing workloads. What are the two most appropriate actions to ensure the success of this migration and operation in OCI, considering the varied workload requirements?. Use Autonomous JSON Database for all legacy applications, prioritizing ease of use and development over workload-specific optimization. Implement Autonomous Transaction Processing (ATP) for OLTP workloads and Autonomous Data Warehouse (ADW) for data warehousing tasks. Consolidate all workloads into a single Autonomous Database to simplify management, regardless of their specific processing needs. Migrate OLTP workloads to ATP with dedicated Exadata infrastructure for high-performance requirements and ADW for analytics, also on dedicated infrastructure. Deploy all databases on Bare Metal DB Systems, ensuring maximum control over the environment and manual optimization. An international retail company is planning to migrate its distributed databases and customer data platforms from various global data centers to Oracle Cloud Infrastructure (OCI) to consolidate its IT infrastructure and take advantage of OCI's global scalability and advanced analytics capabilities. The migration strategy needs to ensure zero data loss, maintain compliance with global data privacy regulations, and minimize impact on customer-facing services. Which two actions are essential for successfully implementing and troubleshooting the database and data migrations to OCI?. Opt for manual database migration methods to maintain full control over the migration process, manually scripting each database transfer and relying on database dumps for data integrity verification. Utilize Oracle GoldenGate for real-time data integration and replication across heterogeneous databases to ensure continuous availability and minimal downtime during the migration to OCI. Implement a bulk data transfer over public internet connections to expedite the migration process, prioritizing speed over security to achieve faster consolidation into OCI. Leverage OCI's Database Migration Service (DMS) to automate the migration process of relational databases, ensuring a consistent, secure, and efficient transfer while enabling real-time data replication until the final cutover. Bypass the implementation of OCI's dedicated connectivity solutions like FastConnect during migration, relying solely on VPN over the internet for simplicity and cost savings. You are designing a cloud infrastructure for a high-traffic web application that leverages Oracle Cloud Infrastructure Object Storage for serving static content and Oracle Cloud Infrastructure (OCI) Compute instances for dynamic content. The application experiences unpredictable bursts of traffic. Your goal is to ensure high availability and responsiveness without incurring unnecessary costs. Which two options are the least cost-effective or practical methods for handling unexpected spikes in web traffic?. Implement OCI Auto Scaling to automatically adjust the number of OCI Compute instances based on the load. Manually resize OCI Compute instances vertically (increasing CPU and memory) during expected traffic spikes. Utilize OCI Functions for dynamic content generation to automatically scale without managing servers. Configure OCI Content Delivery Network (CDN) to cache static content closer to users. Pre-provision OCI Compute instances based on the highest anticipated traffic spike and keep them running at all times. In an enterprise scenario where a financial institution plans to leverage Oracle Cloud VMware Solution (OCVS) for achieving high availability and disaster recovery for its critical applications, which approach ensures the most effective integration between its on-premises VMware environment and Oracle Cloud, meeting stringent regulatory compliance and achieving minimal RTO (Recovery Time Objective)?. Directly connect the on-premises data center to Oracle Cloud using Oracle Cloud Infrastructure (OCI) Internet Gateway for real-time data replication. Deploy a hybrid cloud using only public cloud services for storage and compute, eliminating the on- premises data center entirely to simplify operations. Implement asynchronous data replication over a VPN connection between the on-premises data center and OCVS, relying on manual intervention for failover processes. Set up Oracle Cloud Infrastructure FastConnect with a dedicated private connection to link the on- premises environment with OCVS, coupled with VMware Site Recovery Manager (SRM) for orchestration of recovery plans. A global financial services company is planning to deploy a new application in Oracle Cloud Infrastructure (OCI) that requires low-latency access to a high-performance database. This application needs to support dynamic scaling to handle varying loads, particularly during financial market hours. The data must be replicated in real-time to a disaster recovery site in a different region to meet regulatory compliance for data durability and availability. Additionally, the solution should ensure data encryption in transit and at rest. Which of the following architectures would best meet these requirements?. Utilizing a single OCI Compute instance for the application, connected to an Oracle MySQL Database Service with manual scaling, and relying on traditional backup and restore for disaster recovery to a different region. Implementing the application on OCI Functions for serverless execution, using OCI Object Storage for data persistence, with periodic data synchronization to a secondary region using OCI Object Storage replication. Setting up the application on OCI Virtual Machines with manual scaling, utilizing an external cloud provider for the database to achieve cross-cloud data replication, and using VPN for data encryption in transit. Deploying the application on a cluster of OCI Compute instances with auto-scaling enabled, connected to an Oracle Autonomous Transaction Processing (ATP) database in the same region, and using Oracle Data Guard for real-time data replication to an ATP database in a different region. Your company plans to deploy a high-performance computing (HPC) cluster in Oracle Cloud Infrastructure (OCI) to perform complex simulations that require low-latency network performance. The simulations are scheduled to run during specific time windows and require rapid scaling of compute resources to meet project deadlines. You need to choose a compute instance option that optimizes performance while allowing for flexible scaling to align with computational demand and budget constraints. Which is the most cost-effective option to meet these requirements?. Utilize OCI Flexible Compute Instances with high performance computing shapes, adjusting the OCPU count and memory to match the simulation demands. Configure the HPC cluster on OCI Container Engine for Kubernetes (OKE) to leverage containers for deploying simulations. Deploy the HPC cluster using OCI Dedicated Virtual Machine Hosts to ensure dedicated physical server hosts for your compute instances. Implement the HPC cluster using OCI Bare Metal Instances to provide non-virtualized physical servers for maximum performance. In the Oracle Cloud Infrastructure (OCI) security model, which of the following is not a recommended practice for managing Identity and Access Management (IAM)?. Employ federated identities for single sign-on (SSO) capabilities across cloud and on-premises systems. Assign users to groups and apply policies at the group level to manage permissions efficiently. Utilize API keys for every application user to interact with OCI services for increased security. Regularly review and rotate credentials to minimize the risk of unauthorized access. Your company is looking to deploy a new application in Oracle Cloud Infrastructure (OCI) that requires high availability and resilience against hardware failures. You are evaluating OCI's capabilities to design an architecture that minimizes downtime. Which of the following options does not accurately describe an OCI feature for achieving high availability?. Deploying the application across multiple Availability Domains (ADs) within a region to protect against AD-level failures. Using OCI Block Volume backups as the primary method for real-time data replication across regions to achieve a low Recovery Point Objective (RPO). Implementing OCI Fault Domains to ensure that instances are distributed across physically separate servers within an AD, reducing the likelihood of simultaneous failures. Utilizing OCI Load Balancer to distribute traffic evenly across instances in different ADs, ensuring the application remains accessible even if one AD goes down. An Oracle Cloud Infrastructure (OCI) Load Balancer is set up with three listeners and a single path route set: Listener 1 • Virtual hostname: tech.com • Default backend set: G • Path route set: PathRouteSetTech Listener 2 • Virtual hostname: info.com • Default backend set: H • Path route set: PathRouteSetTech Listener 3 • Virtual hostname: none • Default backend set: I • Path route set: PathRouteSetTech Path Route Set • Path route set name: PathRouteSetTech • Exact match on path string /docs/ routes to backend set H. • Prefix match on path string /services/ routes to backend set I. Given this configuration, determine the correct routing for the URLs below: U1: http://tech.com/docs/ U2: http://info.com/services/api Which of the following statements is true?. U1 will be routed to backend set I, U2 will be routed to backend set G. U1 will be routed to backend set H, U2 will be routed to backend set I. U1 and U2 will both be routed to backend set G. U1 will be routed to backend set G, U2 will be routed to backend set H. You are designing a high availability architecture for your company's web application deployed on Oracle Cloud Infrastructure (OCI). The application requires a database that is highly available and resilient to regional outages. As part of your planning, which two considerations are crucial for designing a high availability database system?. Autonomous Database Usage. Multi-Region Deployment. Connection Pooling. Data Redundancy. Real Application Clusters (RAC) Configuration. A global retail company is planning to implement a multi-cloud architecture to enhance its ecommerce platform's resilience and scalability while leveraging Oracle Cloud Infrastructure (OCI) and another leading cloud provider. The goal is to ensure high availability, geographic redundancy, and efficient data management across clouds. Which strategy would best facilitate the implementation of this multi-cloud architecture, ensuring seamless interoperability, data consistency, and minimal latency for users worldwide?. Establish direct connectivity between OCI and the secondary cloud provider using their respective Internet Gateways, facilitating data transfer and synchronization through public internet. Use Oracle Cloud Infrastructure's (OCI) Object Storage as the primary data storage for both clouds, with data replication enabled to the secondary cloud provider's object storage service. Deploy Oracle's MySQL Database Service with HeatWave in OCI for high-performance queries and replicate data to a similar relational database service in the secondary cloud provider for geographic redundancy. Implement a custom, on-premises database solution that synchronizes data between OCI and the secondary cloud provider, serving as the central data repository for the ecommerce platform. You are tasked with deploying a high-availability application on Oracle Cloud Infrastructure (OCI) that must automatically scale in response to varying load. The application architecture includes a set of stateless application servers and a database backend. The application servers need to be accessible from the Internet, and the database should be isolated from public access for security reasons. How should you design the autoscaling and network access strategy to meet these requirements?. Deploy the application servers in a public subnet with an Internet Gateway and enable OCI Autoscaling. Deploy the database in a private subnet with no direct internet access. Use a Load Balancer to distribute incoming traffic to the application servers. Use a single subnet for both the application servers and the database. Enable OCI Autoscaling for both and control access using Security List rules. Use a Virtual Cloud Network (VCN) peering connection for internet access. Deploy all components, including the database, in a public subnet to ensure high availability and attach an Internet Gateway for external access. Enable OCI Autoscaling for the application servers and use a firewall to restrict access to the database. Deploy the application servers in a private subnet and the database in a public subnet. Use a NAT Gateway for the application servers to access the Internet and enable OCI Autoscaling for the database to manage the load. A software development company is planning to migrate its source code repository and continuous integration/continuous deployment (CI/CD) pipelines to Oracle Cloud Infrastructure (OCI) to improve development efficiency and deployment speed. They have provided details about their current CI/CD toolchain, average build and deployment times, and the volume of daily code changes. Which two pieces of additional information are necessary for you to recommend the most effective migration strategy?. Frequency of external service integrations triggered by the CI/CD pipelines. Details of the testing frameworks and environments used in the current setup. The size and structure of the source code repositories. The number of developers working concurrently during peak hours. The specific CI/CD tools and their versions currently in use. A developer is deploying a new application on Oracle Cloud Infrastructure (OCI) using the OCI Object Storage service for storing application data. She notices that her application is unable to read from or write to the specified bucket. The application returns an error indicating that it does not have the necessary permissions to access the bucket. Which option is not a plausible reason for this error?. The Object Storage bucket is in a different region than the application, and cross-region access has not been configured. The bucket is set to public access, allowing unrestricted read and write access without the need for specific IAM policies. The application's compartment does not have the correct policies in place to allow access to the Object Storage service. The OCI IAM policy granting the application access to the Object Storage bucket is incorrectly formatted or does not include the necessary actions. A multinational corporation plans to deploy a new global e-commerce platform on Oracle Cloud Infrastructure (OCI) to support its expanding business. The architecture must support N-tier applications, microservices, and serverless architectures to ensure scalability, high availability, and low latency for users worldwide. The company requires a resilient deployment that minimizes downtime and maintains data consistency across different regions. Considering these requirements, which of the following solutions would best fulfill their needs?. Implement a microservices architecture using Kubernetes on OCI, with services deployed globally across multiple OCI regions and interconnected using OCI FastConnect. Use OCI Functions for serverless computing, deploying functions in multiple regions and using OCI API Gateway for routing, without considering data replication or consistency strategies. Deploy the application using a single region, utilizing Availability Domains (ADs) and Fault Domains (FDs) for high availability. Deploy the application across multiple regions using a combination of OCI Container Engine for Kubernetes for microservices, OCI Functions for serverless components, and OCI Database with Active Data Guard for data replication and consistency. A financial services company is considering moving their customer relationship management (CRM) system to Oracle Cloud Infrastructure (OCI) to improve scalability and reliability. They have already shared details about their current CRM's user base size, peak load times, data volume, and specific integration needs with other systems. As the consultant responsible for planning this transition, you need to gather more information to design an effective migration strategy. Which two pieces of additional information are crucial to choose the most appropriate migration approach?. Frequency of software updates applied to the current CRM system. List of customizations made to the existing CRM system. Detailed security requirements and compliance standards specific to the financial industry. Historical uptime and downtime records of the current CRM system. Information about the current data backup and recovery processes. In the context of migrating a legacy application to Oracle Cloud Infrastructure (OCI) to enhance its performance and reliability, which two of the following options would be the most effective solutions to meet both business and technical requirements? Assume the application has a mix of stateless and stateful components, requires high availability, and needs to scale based on demand. Implement the application using OCI Functions for stateless components and OCI Block Volume for data persistence of stateful components. Deploy the entire application on a single OCI Compute instance to simplify management. Utilize OCI Container Engine for Kubernetes (OKE) for deploying stateless components and OCI File Storage for stateful components' data. Employ dedicated physical servers through OCI Dedicated Compute Hosts for both components to ensure maximum performance and isolation. Adopt OCI Autonomous Transaction Processing (ATP) for data management and OCI Container Engine for Kubernetes for application deployment. You are an OCI Architect designing a disaster recovery strategy for a financial services company. To ensure high availability and fault tolerance, you plan to deploy their critical applications across multiple availability domains within a region. You decide to use Oracle Cloud Infrastructure's Object Storage to store backups of critical data. Which of the following statements is not valid regarding using OCI Object Storage for disaster recovery purposes?. OCI Object Storage offers a built-in disaster recovery solution that automatically creates and manages disaster recovery copies of data in a geographically separate region. Pre-authenticated requests can be used to securely share access to the Object Storage buckets or objects with external parties without requiring them to have OCI accounts. Data stored in OCI Object Storage is automatically replicated across multiple storage servers in multiple availability domains within a region to ensure high availability. You can enable Object Versioning on OCI Object Storage to protect against accidental overwrites and deletions, providing additional safeguards for disaster recovery. Your organization has deployed a critical web application on Oracle Cloud Infrastructure (OCI) that utilizes a microservices architecture spread across multiple Availability Domains (ADs) within a single region for high availability. Recently, users have reported sporadic latency and timeout issues when accessing the application. Preliminary investigations suggest these issues might be related to the internal networking setup of the microservices. As an OCI Architect, you are tasked with diagnosing and resolving these networking issues. Which of the following actions would most effectively identify and solve the reported issues?. Upgrade the bandwidth of your internet gateway to increase the overall network capacity available for user traffic. Re-deploy all microservices into a single Availability Domain to reduce cross-AD network latency. Increase the Compute instance sizes for all microservices to provide additional CPU and memory resources, potentially reducing processing latency. Conduct a comprehensive review of the Route Tables, Security Lists, and Network Security Groups (NSGs) configurations for each microservice to ensure proper internal routing and access permissions. An international retail company seeks to expand its e-commerce platform into new global markets. The platform must handle varying and potentially large-scale customer traffic, ensure data residency compliance per region, and maintain high availability and disaster recovery capabilities. The company is committed to leveraging Oracle Cloud Infrastructure (OCI) for this expansion. Which two of the following architectural decisions should the architect include in the design to meet the company's business and technical requirements?. Establish a single-region architecture with OCI FastConnect for direct, high-speed connectivity to ensure performance and reliability. Deploy regional OCI Object Storage and replicate data across regions for disaster recovery and to meet data residency requirements. Use OCI Autonomous Transaction Processing (ATP) for a unified database across all regions to simplify management and scalability. Implement OCI's global load balancer to distribute incoming traffic across multiple regions based on the geography of the users. Configure OCI Identity and Access Management (IAM) policies to automatically scale resources based on demand in each region. An international e-commerce company is planning to modernize its database infrastructure on Oracle Cloud Infrastructure (OCI) to support its growing global customer base. The company requires a solution that offers high performance, seamless scalability, and multi-regional data replication to ensure low latency access to product information and user data. The database solution must also support automatic backups, encryption of data at rest and in transit, and easy integration with the company's existing OCI services. As an OCI Architect, you are tasked with selecting the most appropriate database solution. Which option best addresses the company's needs?. Implement a custom Oracle RAC setup on OCI Compute instances across multiple regions, manually configuring Data Guard for data replication and backups. Utilize OCI MySQL Database Service in a single region, relying on third-party tools for data replication to other regions and manual setup for backups and encryption. Deploy OCI Autonomous Transaction Processing (ATP) databases in multiple regions, with GoldenGate for real-time data replication across regions. Migrate all data to OCI Object Storage, utilizing it as a NoSQL database with client-side encryption and custom scripts for backup management. For a large enterprise planning to migrate its legacy applications to Oracle Cloud Infrastructure (OCI), which strategy would most effectively ensure a seamless transition, minimize downtime, and align with both scalability and security requirements?. Utilizing the OCI Cloud Lift Service for guided migration, implementing applications in a phased manner into a combination of public and private subnets based on their exposure needs, and customizing security with OCI Identity and Access Management (IAM) and Network Security Groups (NSGs). Directly lifting and shifting all applications to private subnets within OCI, avoiding any architectural changes or optimizations to minimize migration complexity. Migrating all applications simultaneously using a "big bang" approach to OCI's public subnets to expedite the process, relying on OCI's default security settings for protection. Adopting a container-first strategy by refactoring all applications into containers before migration, deploying them exclusively on OCI Container Engine for Kubernetes (OKE), regardless of the original architecture's compatibility with containers. In a complex Oracle Cloud Infrastructure (OCI) environment, an organization is facing challenges with database performance inconsistencies across their cloud deployment, which includes both Autonomous Databases and custom Oracle Databases on virtual machines (VMs). The databases support critical financial applications, requiring stringent performance and availability standards. What two measures should be taken to effectively operate and troubleshoot these databases, ensuring minimal downtime and optimal performance?. Consolidate all databases into a single Autonomous Database to streamline operations and reduce the complexity of managing multiple database systems. Utilize the OCI Database Management service for unified monitoring and management across both Autonomous and VM-based databases. Increase CPU and storage resources indiscriminately for all databases expecting an immediate boost in performance without prior analysis. Implement database sharding on Autonomous Databases to distribute loads evenly and reduce performance bottlenecks, disregarding the nature of the workload. Enable Automatic Memory Management on VM-based Oracle Databases to optimize memory allocation dynamically based on workload demand. When utilizing Oracle Cloud Migrations to facilitate the migration of on-premises workloads to Oracle Cloud Infrastructure (OCI), which feature is most critical for ensuring a seamless and efficient migration process?. Direct Database Link. OCI Load Balancer Configuration. Automated Data Transfer. Manual Snapshot and Restore. A multinational media company plans to migrate their high-definition video content management system to Oracle Cloud Infrastructure (OCI). The system relies on intensive database operations for metadata management and content delivery. In line with their digital asset management policies, they aim for a Recovery Point Objective (RPO) of 10 minutes and a Recovery Time Objective (RTO) of 15 minutes. The solution must ensure high availability and data durability across regions to handle potential outages. Which architecture would best fulfill these requirements while also being cost-efficient?. Set up a 3-node Oracle RAC in the primary region and utilize Oracle GoldenGate for data replication to a 3-node Oracle RAC in a secondary region, ensuring continuous availability and disaster recovery. Utilize a single-instance Oracle database on a bare metal server in the primary region, with periodic RMAN backups copied to OCI Object Storage and replicated across regions. Configure a 2-node Oracle Real Application Clusters (RAC) on VMs in the primary region, using Oracle Active Data Guard for real-time replication to a standalone Oracle database on a VM in a secondary region. Implement an Autonomous Data Warehouse in the primary region, with data replicated to an Autonomous Data Warehouse in a secondary region using Oracle GoldenGate for near-real-time replication. An international news agency is looking to enhance its content delivery and global news dissemination capabilities by leveraging Oracle Cloud Infrastructure (OCI). The solution must optimize content delivery speeds worldwide, ensure high availability of news services even in the face of sudden geopolitical events, and provide robust security measures to protect sensitive journalistic content. Furthermore, the agency requires a scalable solution that can handle unpredictable spikes in traffic during major global events. What implementation strategy would best meet these requirements?. Set up the content delivery platform using a third-party CDN solution hosted outside OCI, while deploying the application on OCI Compute instances in multiple regions without specific integration for content security. Implement the system using OCI's Content Delivery Network (CDN) for global content distribution, OCI Container Engine for Kubernetes (OKE) for scalable application deployment across multiple regions, and OCI Vault for securing sensitive content. Deploy the content management system on a single OCI region using OCI Compute instances for the application layer and OCI Block Volumes for storage, with manual scaling procedures in place to handle traffic spikes. Utilize OCI Content and Experience Cloud for content management, integrated with OCI FastConnect for enhanced connectivity, and deploy the application across multiple Availability Domains within a single region for high availability. When designing an architecture pattern in Oracle Cloud Infrastructure (OCI) that incorporates both microservices and serverless architectures for a dynamic web application, what is the most effective way to ensure seamless integration and communication between microservices while optimizing for scalability and cost?. Implementing microservices as individual OCI Compute instances, manually scaling based on demand, and integrating serverless components via custom APIs. Exclusively using OCI Functions for both the microservices and the serverless components, foregoing the use of containerized services. Deploying all microservices within OCI Container Engine for Kubernetes (OKE) and utilizing OCI Functions for event-driven, scalable tasks that interface with the microservices. Consolidating all application logic into a single, large serverless function to simplify deployment and management, minimizing the use of microservices. When designing and implementing a multi-cloud architecture involving Oracle Cloud Infrastructure (OCI) and another major cloud provider for an e-commerce platform, which considerations are paramount to ensure high availability, data sovereignty, and efficient data processing? Select two. Use cloud-specific, proprietary services for all application components to maximize the unique features and capabilities of each cloud provider, enhancing the platform's overall performance. Store sensitive customer data locally within each cloud provider's region, using manual synchronization methods to ensure data consistency, for compliance with regional data protection laws. Implement a multi-cloud network architecture using Oracle FastConnect and the other cloud provider's equivalent direct connect service, to facilitate private, high-speed connectivity between the clouds. Deploy the database layer exclusively in OCI, relying on public internet for connectivity to application services hosted in the other cloud provider, to optimize for OCI's advanced database services. Leverage OCI's Identity and Access Management (IAM) and the equivalent service from the other cloud provider to establish unified, cross-cloud access control and identity federation. For a global financial services company deploying a critical application on Oracle Cloud Infrastructure (OCI), which database deployment option best ensures regulatory compliance, data residency requirements, and high performance for transaction processing?. Utilizing OCI Autonomous Database on shared infrastructure across multiple regions to distribute the load and ensure data residency. Setting up a distributed OCI MySQL Database Service configuration, with instances located in every region where the company operates, regardless of data residency laws. Relying on OCI Object Storage to store encrypted database files, manually managing access and distribution to meet compliance and performance needs. Deploying OCI Autonomous Database on dedicated Exadata infrastructure in regions specific to the company's primary customer base to meet data residency and performance requirements. For a global e-commerce company, you are tasked with designing a robust backup solution on Oracle Cloud Infrastructure (OCI) that ensures data redundancy and high availability across geographical boundaries. This solution should automatically and seamlessly manage data replication to protect against regional outages. Which OCI service or feature is most appropriate for fulfilling these requirements?. OCI File Storage Service. OCI Object Storage Cross-Region Replication. OCI Local Peering Gateways. OCI Block Volume backups. You are optimizing the storage costs for your company's data archives on Oracle Cloud Infrastructure Object Storage. Your data access patterns are predictable, with certain older data being accessed very infrequently. Which two features should you leverage to minimize your storage costs without compromising data availability?. Pre-authenticated Requests. Storage Tiering. Block Volume Backups. Dynamic Routing Gateways. Object Lifecycle Policies. A global enterprise is expanding its services and requires a robust disaster recovery plan in Oracle Cloud Infrastructure (OCI). The focus is on minimizing data loss and ensuring rapid recovery in case of a major incident. Which OCI feature should be prioritized to meet these disaster recovery requirements?. Virtual Cloud Network (VCN) Peering. Autonomous Database Scheduled Backups. Block Volume Cloning. Cross-Region Data Replication. A media streaming company, offering a vast library of films, series, and documentaries, is planning to enhance their video processing capabilities by transitioning their on-premises workloads to Oracle Cloud Infrastructure (OCI). Their current setup includes a cluster of servers for video transcoding, using proprietary software to manage queueing and processing. They require high compute power for transcoding and need to ensure minimal disruption during the migration process. How should they architect their solution in OCI to optimize for compute power and ensure a smooth migration?. Set up a VM cluster with high-performance computing (HPC) instances in OCI, dedicated for video transcoding. Utilize OCI's Block Volumes for storage and implement a custom script to migrate the queueing system. Migrate the transcoding application to a container engine managed by OCI Container Engine for Kubernetes (OKE), with horizontal pod auto-scaling to manage load. Utilize OCI File Storage for shared access to video files. Deploy a cluster of GPU instances within OCI for transcoding tasks, using OCI Queue for managing the transcoding jobs. Transition the on-premises workload using OCI Data Transfer Service to minimize downtime. Deploy a bare metal compute instance for the transcoding application in OCI, using local NVMe storage for temporary video files. Enable auto-scaling based on CPU utilization. A multinational financial services company aims to enhance its customer experience by implementing a real-time fraud detection system. The system must analyze transaction data in real-time and trigger alerts for suspicious activities. The company prioritizes a solution that can process large volumes of data efficiently, scale dynamically in response to fluctuating workloads, and integrate seamlessly with its existing Oracle Cloud Infrastructure (OCI) services. Which combination of OCI services would best fulfill these requirements?. Oracle Container Engine for Kubernetes, OCI Load Balancer, and OCI Monitoring. OCI Object Storage, OCI API Gateway, and Oracle Database Cloud Service. OCI Streaming, OCI Functions, and OCI Events. OCI Data Integration, OCI Data Catalog, and Oracle Analytics Cloud. A global retail company is planning to migrate their e-commerce platform to Oracle Cloud Infrastructure (OCI) to improve scalability and performance. The e-commerce platform uses a combination of compute instances for web servers and Oracle databases for backend data storage. The company wants to ensure high availability and disaster recovery for their platform. Which of the following strategies should the company implement to meet their high availability and disaster recovery requirements for the Oracle databases?. Deploy the databases on a single compute instance in one availability domain and use OCI Object Storage for database backups. Use Oracle RAC across multiple regions for automatic failover and data redundancy. Implement Active Data Guard in a single region, with the primary database in one availability domain and the standby database in another availability domain. Deploy databases on VMs in a single region and use OCI Block Volume backup to another region for disaster recovery. An enterprise aims to enhance its application's availability and resilience by distributing traffic across multiple compute instances in different Availability Domains within the same region on Oracle Cloud Infrastructure (OCI). As an OCI Architect, what is the most effective solution you would recommend for achieving this goal?. Use OCI FastConnect to establish a dedicated connection between Availability Domains for traffic management. Configure a local VCN peering between the Availability Domains to ensure smooth traffic distribution. Manually configure each application instance to distribute traffic using round-robin DNS. Implement an OCI Load Balancer with a backend set consisting of instances across different Availability Domains. Which of the following is not a recommended practice for enhancing the security posture of your Oracle Cloud Infrastructure (OCI) deployments?. Utilizing Identity and Access Management (IAM) policies to strictly control access to OCI resources based on the principle of least privilege. Deploying Web Application Firewalls (WAFs) to protect applications from common web exploits and bots. Implementing network security groups and security lists to define fine-grained ingress and egress rules for virtual cloud networks (VCNs). Regularly using unencrypted connections for data transfer to ensure faster performance, even if the data is sensitive. In an effort to enhance security and control network traffic, your company plans to deploy a series of applications on Oracle Cloud Infrastructure (OCI) that require isolation from each other while still being able to securely share data when necessary. The design must facilitate controlled access among these applications without exposing them to external threats. Which OCI feature should be utilized to meet these requirements?. OCI Network Security Groups (NSGs). OCI Dynamic Routing Gateway (DRG). OCI Web Application Firewall (WAF). OCI Virtual Cloud Network (VCN) Peering. A financial institution is exploring options to leverage Oracle Cloud Infrastructure (OCI) for its data analytics and processing needs. The institution requires a solution that can handle large volumes of data efficiently, provide real-time analytics, and support machine learning capabilities for predictive analysis. Which OCI service or feature would best suit their requirements?. OCI Autonomous Data Warehouse (ADW) offers a fully managed, scalable database optimized for analytics, with built-in machine learning and support for high-performance queries. OCI Data Science enables data scientists to build, train, and manage machine learning models on OCI, enhancing predictive analysis capabilities but does not focus on real-time analytics. OCI Object Storage provides highly scalable storage for data of any type, but it primarily serves as a storage solution rather than a comprehensive analytics and machine learning platform. OCI Big Data Service provides a comprehensive big data platform but focuses more on processing and analyzing large data sets rather than on real-time analytics or predictive machine learning. A leading online media and entertainment company is experiencing significant growth in user traffic, particularly during live events, leading to performance bottlenecks and sporadic service outages. Their current architecture, hosted on a traditional on-premises data center, is unable to scale efficiently to meet the demands of millions of concurrent users worldwide. The company has decided to leverage Oracle Cloud Infrastructure (OCI) to revamp their streaming services architecture, focusing on scalability, low latency, and high availability globally. They aim to migrate their application and data with minimal disruption to their service. Which of the following architectures would best suit their requirements on OCI?. Deploy the streaming service on Oracle Exadata Database Service for data management, with the application hosted on OCI Container Engine for Kubernetes (OKE) for scalability, and use Oracle FastConnect for dedicated network connectivity. Utilize Oracle Cloud Infrastructure (OCI) Object Storage for media content, stream with OCI Streaming Service, deploy the application on a cluster of OCI Compute instances managed by Kubernetes for scalability, and use OCI Traffic Management for global load balancing. Implement the service using OCI Container Engine for Kubernetes (OKE) for application deployment and auto-scaling, Oracle Cloud Infrastructure FastConnect for improved global network connectivity, OCI Object Storage for storing media files, and Oracle Cloud Infrastructure Content Delivery Network (CDN) for global content delivery with low latency. Migrate the application to run on a single OCI Compute VM instance with manual scaling, use OCI Block Storage for media content, and rely on a third-party CDN for content delivery. You are responsible for the operation and troubleshooting of databases in Oracle Cloud Infrastructure (OCI) for a large enterprise. The enterprise uses a variety of OCI database services to support its operations, including Oracle Autonomous Database, Oracle Exadata Cloud Service, and MySQL Database Service. Recently, you've observed performance degradation across several databases, which seems to correlate with peak usage times. Your task is to identify and implement a strategy that ensures database performance is optimized and remains consistent, even during periods of high demand. Which of the following approaches would best achieve this goal?. Deploy additional read replicas for the MySQL Database Service and use load balancers to distribute read queries across replicas during peak times. Implement OCI Auto-Scaling for all database services and configure appropriate scaling policies based on performance metrics. Increase the CPU and RAM resources allocated to each database instance during peak times by manually resizing the instances. Migrate all databases to Oracle Autonomous Database, assuming it will automatically manage and optimize all performance issues without further action. You are tasked with designing a high availability architecture for a critical web application in Oracle Cloud Infrastructure (OCI). This involves utilizing OCI Load Balancer, Compute instances, and Block Volume services. You need to ensure that the application remains available even if one Availability Domain (AD) fails. Choose the two actions that are not required to achieve a high availability setup. Instances in multiple Availability Domains need to be configured with the same Block Volume to ensure data consistency. The Load Balancer must be configured to distribute traffic across instances in multiple Availability Domains. Public IP addresses should be assigned to each compute instance to ensure they are directly accessible from the internet for redundancy. Application instances must be deployed in at least two different regions for geographic redundancy. A company plans to migrate its on-premises Oracle databases to Oracle Cloud Infrastructure (OCI) to enhance performance and reduce costs. The databases vary in size from 2 TB to 20 TB and are critical for daily operations. The company seeks minimal downtime and aims to ensure data integrity during the migration process. Which migration strategy should the company use to meet these requirements?. Utilize the Oracle Cloud Infrastructure Database Migration service with minimal downtime method. Implement RMAN (Recovery Manager) backups and restore onto the OCI Database service. Manually copy database files to OCI Block Volumes using Secure Copy Protocol (SCP). Use Oracle Data Pump for all database migrations. As a solution architect, you are overseeing the deployment of a critical web application for a global e- commerce company on Oracle Cloud Infrastructure (OCI). The application is designed to leverage OCI's content delivery network (CDN) for global distribution and caching to ensure optimal load times for users worldwide. After the launch, you observe that users in certain regions are experiencing higher than expected load times. Initial checks confirm that the application components and OCI services are functioning as intended. What might be the underlying issue affecting performance?. DNS resolution for the application's domain is not optimized for global traffic. The OCI CDN is not configured to cache dynamic content, which is heavily used by the application. The application is not utilizing OCI's FastConnect service for dedicated connectivity. The OCI CDN has not been configured with the correct origin server location. You are tasked with designing a high availability architecture for a critical application on Oracle Cloud Infrastructure (OCI). The application must be resilient to regional outages. Which of the following strategies would best ensure the application's availability across multiple regions?. Rely solely on OCI's built-in redundancy within a single region for high availability. Implement a multi-region architecture using OCI's Cross-Region Load Balancer to distribute traffic across regions. Deploy the application in a single region and use OCI Object Storage for data redundancy across regions. Utilize OCI Identity and Access Management (IAM) to replicate policies across regions for seamless failover. In a scenario where a global retail company seeks to enhance its customer experience by leveraging big data analytics and machine learning models hosted on Oracle Cloud Infrastructure (OCI), while maintaining its core e-commerce platform in an on-premises VMware environment, which strategy would best enable the integration of these environments to ensure high availability, scalability, and seamless data processing between on-premises systems and OCI?. Use a third-party data integration tool to connect the on-premises VMware environment with OCI, avoiding any direct integration. Establish a public internet VPN connection for data transfer between the on-premises VMware environment and OCI, minimizing infrastructure changes. Implement Oracle Cloud VMware Solution to extend the VMware environment into OCI, use Oracle Cloud Infrastructure FastConnect for high bandwidth and low latency connectivity, and leverage OCI's Big Data services for analytics. Completely migrate the e-commerce platform to OCI, abandoning the VMware environment to simplify operations. A company is looking to enhance its disaster recovery capabilities for its critical Oracle database running on Oracle Cloud Infrastructure (OCI). The database must be highly available and recoverable in the event of a regional outage. Which of the following strategies would best meet these requirements?. Utilize Active Data Guard to replicate the database across multiple Availability Domains within the same region. Deploy the database in a single Availability Domain and use OCI Object Storage for daily backups. Implement Active Data Guard with cross-region replication to a standby database in a different region. Set up a scheduled script to export the database to OCI Object Storage in another region periodically. In the process of optimizing their cloud infrastructure for high performance and efficiency, EFG Company is exploring options for their Oracle Cloud Infrastructure (OCI) deployment to achieve optimal compute resource utilization. They need a solution that automatically adjusts compute resources based on the workload demand to ensure cost-effectiveness while maintaining performance. Which OCI feature best supports this requirement?. Reserved Instances. Auto Scaling. Block Volumes. Compute Instances. Virtual Cloud Network (VCN). In setting up Oracle Cloud Infrastructure's (OCI) FastConnect to enhance connectivity between your on- premises network and OCI, you've noticed intermittent connectivity issues that affect application performance. Before deploying, you confirmed that all physical and logical connections were established correctly according to OCI documentation. What could be the primary cause of these intermittent connectivity issues?. The Service Level Agreement (SLA) for FastConnect does not cover the peak traffic times experienced by your application, leading to reduced performance during those periods. The Customer-Premises Equipment (CPE) device is using an unsupported encryption algorithm for the VPN over FastConnect, causing compatibility issues. The advanced routing policies implemented in your network to manage traffic over FastConnect are based on assumptions of consistent latency, which is not guaranteed. The Dynamic Routing Gateway (DRG) associated with FastConnect does not have the correct route tables configured to manage traffic between OCI and your on-premises network. As an OCI Security Architect, you are reviewing the security configuration for a set of cloud resources. Which two statements are false about the security features and best practices in Oracle Cloud Infrastructure (OCI)?. OCI Vault allows for the management of not only encryption keys and secrets but also offers an integrated hardware security module (HSM) for stronger encryption needs. Network Security Groups (NSGs) in OCI can be applied to both VCNs and individual instances, offering granular control over access and traffic flow. Security Lists in OCI allow for both stateful and stateless rules, providing flexibility in defining ingress and egress rules for your virtual cloud network (VCN). The File Storage Service (FSS) in OCI automatically encrypts all data at rest, but it requires manual configuration to enable encryption for data in transit. OCI's Identity and Access Management (IAM) service cannot enforce multi-factor authentication (MFA) for user accounts, making it less secure against unauthorized access. An innovative tech startup has recently migrated their AI-based image processing application to Oracle Cloud Infrastructure (OCI) to leverage OCI's high-performance computing capabilities and robust infrastructure. Their application analyzes large sets of images for real-time facial recognition and is critical for their operations. The architecture includes distributed compute instances for processing, Oracle Cloud Storage for image data, and OCI's Load Balancer to manage incoming traffic. Following the migration, during a high-traffic event triggered by a marketing campaign, users reported significant delays in image processing times and occasional timeouts. What could be two possible reasons for this situation?. The Image Processing application's cache was not properly configured, resulting in repeated processing of the same images. The application's compute instances were not part of an autoscaling group, and manual scaling was not performed in time to meet the increased demand. The bandwidth limit of the Load Balancer was reached, preventing it from handling additional incoming traffic effectively. The Load Balancer's health check configuration was too aggressive, causing unnecessary rerouting of traffic and overloading of servers. The OCI File Storage service was incorrectly configured, leading to slow reads and writes of image data. You are running a mission-critical database application in Oracle Cloud Infrastructure (OCI). You regular backups of your DB system to OCI Object Storage. Recently, you notice a failed database back status in the console. • Ensure that the database is not active and running while the backup is in progress. What troubleshooting action can you perform to determine the cause of the backup failure?. Ensure that the dcsagent program is not restarted in case of a stop/waiting status. Ensure the database archiving mode is set to NOARCHIVELOG. Ensure that your database host can connect to OCI Object Storage. A company runs a public-facing application that uses a Java-based web service via a RESTful API in their on-premises data center. Use of the API is expected to double with a new product launch. The business wants to migrate their application to Oracle Cloud Infrastructure (OCI) to meet the scale and reliability requirements. In order to achieve this, they will divert only 40% of the traffic to the new Apache Tomcat web servers running on OCI and serve the remaining 60% traffic through their on-premises infrastructure. Once the migration is complete and application works fine, they will divert all traffic to OCI. How can these requirements be met with the LEAST amount of effort?. Use OCI Traffic management service with failover steering policy and distribute the traffic between OCI and on premises infrastructure. Use OCI Traffic management service with Load Balancing steering policy and distribute the traffic between OCI and on premises infrastructure. Use an OCI load Balancer and distribute the traffic between OCI and on premises infrastructure. Use VPN connectivity between on premises Infrastructure and OCI and create routing tables to distribute the traffic between them. You are working as a solution architect with a global automotive provider who is looking to create a multi- cloud solution. They want to run their application tier in • Deploy the Oracle database system into a public subnet in your VCN and assign a public IP address. Connect your application tier running in Azure to the public IP address of the database system over the internet. Microsoft Azure while utilizing the Oracle DB Systems in the Oracle Cloud Infrastructure (OCI). What is the most-fault tolerant and secure solution for this customer? (Choose the best answer.). Create a FastConnect virtual circuit with Microsoft Azure as the provider to establish a private interconnect between the application tier running in the Azure Virtual Network and the OCI VCN that contains the Oracle Databases. Create an encrypted, Virtual Private Network connection between the Microsoft Azure Virtual Network that contains the application tier and the OCI Virtual Cloud Network (VCN) that contains the Oracle Databases. Use an OCI Virtual Cloud Network remote peering connection to create a remote network connection between the application tier running in Microsoft Azure Virtual Network and Oracle Databases running in the OCI Virtual Cloud Network (VCN). (OCI) in two weeks. Their data center has been recently struck by a massive hurricane and the building has been badly damaged, although still operational. They have a 100 Mbps Internet line but the connection is intermittent due to the damages caused to the electrical grid. In this scenario, what is the most effective service to use to migrate the data to OCI given the time constraints? (Choose the best answer.). Use multiple OCI Data Transfer Appliances to transfer data to OCI. Setup an OCI Storage Gateway to connect your data center and your VCN. Once the connection has been established, upload all data to OCI. Setup a hybrid network by launching a 1Gbps FastConnect virtual circuit between your data center and OCI. Use OCI Object Storage multipart upload tool to automate the migration of your data to OCI. Setup an OCI Storage Gateway to connect your data center and your VCN. Once the connection has been established, upload all data to OCI using OCI Storage Gateway Cloud Sync tool. Upload the data to OCI using OCI Object Storage multipart upload tool. Your company needs to migrate a business critical application from your data center to Oracle Cloud Infrastructure (OCI). The application runs on Oracle • Deploy Virtual Machine RAC DB system on OCI and use the Oracle Database Backup module with RMAN to migrate the data from customer on- premises to OCI. The application server is WebLogic server running on multiple 4-core servers and the database is deployed as an Oracle Database Enterprise Edition RAC database on 2 servers (4-cores each). Which method of database migration should you choose so that the application has minimal impact? (Choose the best answer.). Deploy Virtual Machine RAC DB system on OCI and use the ZDM tool for the database migration. Deploy Autonomous Transaction Processing Database on OCI and use the MV2ADB tool for the database migration. Deploy Exadata Cloud Service Base rack and use Oracle Data Pump tool to migrate the data from customer on-premises to OCI. As a part of a migration exercise for an existing on-premises application to Oracle Cloud Infrastructure (OCI), you are required to transfer a 7 TB file to OCI Object Storage. You have decided to upload it using the multipart upload functionality of Object Storage. Which two statements are true? (Choose two.). It is possible to split this file into multiple parts using rclone tool provided by Object Storage. Contiguous numbers need to be assigned for each part so that Object Storage constructs the object by ordering part numbers in ascending order. After initiating a multipart upload by making a CreateMultiPartUpload REST API Call, the upload remains active until you explicitly commit it or about it. It is possible to split this file into multiple parts using the APIs provided by Object Storage. Active multipart upload can be checked by listing all parts that have been uploaded, however it is not possible to list information for an individual object part in an active multipart upload. |





