1Z0-997-20 Exam Question 41

A customer has a Virtual Machine instance running in their Oracle Cloud Infrastructure tenancy. They realized that they wrongly picked a smaller shape for their compute instance. They are reaching out to you to help them fix the issue.
Which of the below options is best recommended to suggest to the customer?
  • 1Z0-997-20 Exam Question 42

    Your company has recently deployed a new web application that uses Oracle functions Your manager Instructed you to Implement major manage your systems more effectively. You know that Oracle functions automatically monitors functions on your behalf reports metrics through Service Metrics.
    Which two metrics are collected and made available by this feature?
  • 1Z0-997-20 Exam Question 43

    You are developing a Serverless function for your company's IoT project. This function should access Oracle Cloud Infrastructure (OCI) Object Storage to store some files. You choose Oracle Functions to deploy this function on OCI. However, your security team doesn't allow you to carry any API Token or RSA Key to authenticate the function against the OCI API to access the Object Storage.
    What should you do to get this function to access OCI Object Storage without carrying any static authentication files? (Choose the best answer.)
  • 1Z0-997-20 Exam Question 44

    A digital marketing company is planning to host a website on Oracle Cloud Infrastructure (OCI) and leverage OCI Container Engine for Kubernetes (OKE). The web server will make API calls to access OCI Object Storage to store all images uploaded by users.
    For security purposes, your manager instructed you to ensure that the credentials used by the web server to allow access not stored locally on the compute instance.
    What solution results in an Implementation with the least effort for this scenario?
  • 1Z0-997-20 Exam Question 45

    A cloud consultant is working on implementation project on OCI. As part of the compliance requirements, the objects placed in object storage should be automatically archived first and then deleted. He is testing a Lifecycle Policy on Object Storage and created a policy as below:
    [ { "name": "Archive_doc", "action": "ARCHIVE", "objectNameFilter": { "inclusionPrefixes": "doc"] },
    "timeAmount": 5, "timeunit": "DAYS", "isEnabled": true },
    { "name": "Delete_doc", "action": "DELETE", "objectNameFilter": "inclusionPrefixes": [ "doc"]
    1."timeAmount": 5, "timeunit": "DAYS", "isEnabled": true }
    What will happen after this policy is applied?