Question 1

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?
  • Question 2

    Deploy a Serverless Function and Access Using an API Gateway
    Deployment in OCI
    Scenario
    You have joined ACME as their new Cloud Solutions Architect. Your organization wants to verify if they can execute their microservices deployed as serverless functions on another cloud provider using Oracle Functions in OCI.
    Preconfigured
    To complete this requirement, you are provided with the following:
    * Access to an OCI Tenancy, an assigned compartment, and OCI credentials.
    * Access to Cloud Shell to execute the Fn CLI and Docker commands.
    * Code for a sample Python function, ExamFunction-main.zip.
    * Permissions to perform only the tasks within the challenge.
    Note: Throughout your exam, ensure to use assigned Compartment 99248134- C01 and Region us-ashburn-1 Having deployed a private function to an Oracle Functions application in OCI as proof-of-concept, demonstrate that it can be invoked via a public API Gateway deployment. Before you proceed further, ensure that you have created the following resources:
    * An OCI VCN in your compartment for hosting the API Gateway2
    * The hello-python function deployed to a Functions application in your compartment

    Complete the following tasks in the provisioned OCI environment:
    1. Create a new public API Gateway in your compartment named exam-gateway.
    2. Create a new API Deployment named exam-deployment using /v1 as the path prefix in exam-gateway.
    3. Create a new route by using /hello as the path and GET as the method. The route must invoke the hello-python function.
    4. Create a new stateful CIDR Ingress Rule that allows for TCP HTTPS traffic (port 443) from all IP addresses and ports in the default Security List for exam-vcn.
    5. Use curl to call the function via your API Gateway deployment.
    curl -k -X GET {deployment-endpoint}/hell

    Question 3

    A large E-commerce company is looking to run seasonal workloads in Oracle Cloud Infrastructure. The Oracle database used by their E-commerce application can use up to 52 cores at peak workloads. Due to the seasonal nature of the business, the database will be not be used for 10 months in a year and can also be shut down during non-business hours.
  • Question 4

    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.)
  • Question 5

    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?