Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Oracle 1z0-1111-23 Oracle Cloud Infrastructure 2023 Observability Professional Exam Practice Test

Demo: 19 questions
Total 67 questions

Oracle Cloud Infrastructure 2023 Observability Professional Questions and Answers

Question 1

Which statement is valid for auto-upgrade of Management Agent?

Options:

A.

Users cannot disable "auto-upgrade"

B.

Auto-upgrade is an opt-in/opt-out feature at the tenancy level

C.

Auto-upgrade option is not available for Management Agent

D.

Auto-upgrade is always enabled by default (no action is needed)

Question 2

What is enabled by the SQL Warehouse application within Operations Insights?

Options:

A.

Insights into the SQL performance

B.

Consolidated Databases

C.

Trend and Forecast resource requirements.

D.

Reduced Operations costs

Question 3

Which Machine Learning based visualization is helpful in analyzing extremely large vol-umes of log records by grouping them based on their shape?

Options:

A.

Cluster

B.

Summary Table

C.

Word Cloud

Question 4

You are working on a project to automate the deployment of Oracle Cloud Infrastructure (OCI) compute instances that are pre-configured with web services. As part of the deployment workflow, you also need to create a corresponding OCI object storage bucket bearing the same name as that of the compute instance. Which of these TWO options can help you achieve this requirement? (Choose two.)

Options:

A.

OCI CLI command, ocios bucket create auto

B.

Cloud Agent Plugin for the compute instance

C.

Oracle Functions

D.

Service Connector Hub

E.

Events Service

Question 5

Which TWO components are optional while crihating the Monitoring Query Language (MQL) expressions in the Oracle Cloud Infrastructure (OCI) Monitoring service? (Choose two.)

Options:

A.

Interval

B.

Dimensions

C.

Previous

D.

Grouping Function

E.

Metric

F.

Statistic

Question 6

Which TWO are examples of data telemetry sources of Operations Insights? (Choose two.)

Options:

A.

OCI Functions

B.

Enterprise Manager

C.

DOCI streams

D.

Management Agent

Question 7

Which is NOT a valid statement regarding the Oracle Cloud Infrastructure (OCI) Audit logs?

Options:

A.

Audit Logs are disabled by default and must be manually enabled for each compartment in your tenancy.

B.

One of the key reasons to view Audit Logs is to collect security related events.

C.

Audit logs can be displayed at the Compartment level.

Question 8

Which response contains rich information to process for analytics?

Options:

A.

Entity types

B.

Logging Analytic Entities

C.

Database Audit Logs

D.

Log Sources

Question 9

What are the TWO SQL Warehouse categories to analyze SQL Performance in Operations Insights? (Choose two.)

Options:

A.

Climbing

B.

Plan changes

C.

Efficient

D.

Degraded

Question 10

In Application Performance Monitoring (APM), a distributed tracing user initiates a re-quest through a browser. What is the first span called?

Options:

A.

Ajax call

B.

Root span

C.

Trace id

Question 11

What two APM agents can Application Performance Monitoring use to collect data? (Choose two.)

Options:

A.

Cloud Agent

B.

Management Agent

C.

Browser Agent

D.

Java Agent

Question 12

What are the two capabilities available in Operations Insights? (Choose two.)

Options:

A.

Entity Topology Viewing

B.

Exadata Insights

C.

Capacity Planning

D.

Database Fleet Monitoring

Question 13

Which TWO items describe the capabilities of the Oracle Cloud Infrastructure (OCI) Database Management Service? (Choose two.)

Options:

A.

Perform management tasks across a group of databases

B.

Monitor database performance

C.

Analyze SQL response time across a group of databases

D.

View database log entries

Question 14

Why do dedicated Vantage points matter? Select two reasons that apply.? (Choose two.)

Options:

A.

Test internal customer applications

B.

Applications on-premise or on secured network cannot be tested from a public Vantage Point

C.

Applications on-premise or secured network can be tested from a public Vantage Point

D.

Test Deployment Manager and Scheduler

Question 15

Which statement is NOT valid about creating an alarm query in Oracle Cloud Infrastructure (OCI) Monitoring?

Options:

A.

You must specify a metric.

B.

You must specify a resource group.

C.

You must specify a statistic.

D.

You must specify an interval.

Question 16

Your on-premises private cloud environment consists of virtual machines hosting a set of application servers. These VMs are currently monitored using a 3rd party monitoring tool for resource metrics such as CPU and Memory utilization. You have created an automation work-flow to transform these application servers into Oracle Cloud Infrastructure (OCI) which will deploy a set of new compute instances. There are a few requirements to consider while running this task: • Ensure continuous monitoring is enabled, so the current monitored resource metrics are continuously collected and reported. • Monitor the completion of Compute In-stance deployment during the workflow and notify with email on each execution. Notify with email for any new OCI Object Storage buckets created after the migration workflow. What solution would you recommend to achieve these requirements?

Options:

A.

Configure OCI Compute agent on on-premises VMs to collect required resource met-rics. Use OCI Events service to track all deployments (com.oraclecloud.computeapi.launchinstance.end) with OCI Notifications service to track and report all changes occurring in the target environment.

B.

Configure OCI Compute agent on OCI compute instances to collect required resource metrics. Use OCI Events and Functions services to track the Instance deployment (com.oraclecloud.computeapi.launchinstance.end) and creation of new buckets (com.oraclecloud.objectstorage.createbucket). Use OCI Notifications and Events service to notify these changes.

C.

Configure OCI Compute agent on on-premises VMs and OCI compute instances to collect required resource metrics. Use OCI Events service to track the end-to-end deployment process (com.oraclecloud.compute api.launchinstance.end) and creation of new bucket (com.oraclecloud.objectstorage.createbucket). Use OCI Notifications and Events services to notify these changes.

D.

Configure both 3rd party monitoring tool and OCI Compute Agent on OCI compute instances to collect required resource metrics. Use OCI Events service (com.oraclecloud.computeapi.launchinstance.end) with Notifications service to track and notify all changes occurring in the target OCI environment.

Question 17

Which is the correct monitoring query that will monitor the CPU utilization threshold including an alarm?

Options:

A.

Cpuutilization [Im].max()

B.

CpuUtilization [1m] (shape "VM.Standard.E4.Flex") .max()"

C.

cpuutilization[1m] .max().grouping().sum()

D.

(CpuUtilization[1m] .max()> 80).grouping().sum ()

Question 18

What is the correct logging CLI syntax for the log search with a query for REST call responses having status code 400, within the web Log Group and the application Log?

Options:

A.

oci logging-search search-logs --search-query 'search "ocidl.compartment.ocl..aaaaaaaawqegmjifhni77bqm625cxioavoq775jckfn2syxqtmglabcccdxyz" I where data.statusCode 400'--time-start 2022-02-06T00:00:00Z --time-end 2022-02- 07T00:00:002

B.

oci log search search-logs --loggroup "web" --log "application" --search-query 'search "ocidl.compartment.ocl..aaaaaaaawqegmjifhni77bqm625cxioavoy5jckfn2syxqtmglabcccdxyz" where data.statusCode = 400'--time-start 2022-02-06T00:00:00Z --time-end 2022-02- 07T00:00:002

C.

oci logging-search search-logs --search-query 'search "ocidl.compartment.ocl..aaaaaaaawqegmjifhn177bqm625exioavoq775jckfn2syxqtmglabcccdxyz/web/application/400** --time-start 2022-02-06T00:00:002-time-end 2022-02-07T00:00:002

D.

oci logging-search search-logs --search-query 'search "ocidl.compartment.ocl..aaaaaaaawqegmjifhni77bqm625cxioavoq775jckfn2syxqtmglabcccdxyz/web/application" I where data.statusCode = 400'--time-start 2022-02-06T00:00:002 --time-end 2022-02-07T00:00:002

Question 19

In Application Performance Monitoring (APM), where isthe span context information located during transfer?

Options:

A.

in the service boundaries

B.

in HTTP header

C.

in the browser and the microservices

D.

in HTTP call

Demo: 19 questions
Total 67 questions