option
Questions
ayuda
daypo
search.php

1Z0-1111-25 - OCI Observability

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
1Z0-1111-25 - OCI Observability

Description:
OCI Observability

Creation Date: 2025/12/16

Category: Others

Number of questions: 121

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

Your organization uses OCI Connector Hub to transfer logs from OCI Logging to OCI Object Storage for archiving. However, you want to limit the data being transferred to only error-level logs to optimize storage usage and ensure relevance. Which feature should you use while creating the Connector to achieve this?. Tags. Retention Policies. Log filter task. IAM Policies.

What does the Trace Explorer allow you to do in OCI Application Performance Monitoring?. Configure notifications for specific application performance thresholds. View details of specific spans. Define custom metrics for the trace data.

You are part of the Development team and required to monitor a web-based application using OCI Application Performance Monitoring (APM). To collect spans and metrics, a data source agent/tracer can be used where you manually append a JavaScript statement into the index.html file of the application. Which of the following Data Source in APM is referred here?. APM Java Agent. APM Java Tracers. APM Browser Agent. Open source Tracers.

Which is a SQL-like query language tailored to request distributed tracing data in OCI Application Performance Monitoring (APM)?. Thread snapshot. APM GeoMap. Trace Explorer query. Span.

What does OCI Application Performance Monitoring (APM) use to track all related spans for a single user request?. Application name. User ID. Trace ID. Session timestamp.

You are working as a cloud administrator in OCI Log Analytics and need to identify and tag specific problem logs during ingestion to make them easier to filter and analyze later. Which feature in OCI Logging Analytics would you use to achieve this?. Log Origin. Extended Fields. Labels. Parser.

An OCI administrator wants to retrieve logs using the following search query in OCI Logging Search: search "compartmentOCID/logGroupOCID" What will this query return?. Logs from the log group of the specified compartment. Logs from all compartments and all log groups in the OCI tenancy. Logs from the specified compartment, including all log groups.

You are using OCI Events and OCI Notifications to monitor the creation of resources in an OCI environment. Specifically, you want to monitor the creation of Load Balancers and Compute Instances. Which pair of Event Types correctly match these Events?. Event Type com.oraclecloud.networking.updateloadbalancer to notify when the Load Balancer is created. Event Type com.oraclecloud.computeapi.launchinstance.begin to notify when the Instance creation is complete. Event Type com.oraclecloud.networking.createloadbalancer to notify when the Load Balancer is created. Event Type com.oraclecloud.computeapi.launchinstance.end to notify when the Instance creation is complete. Event Type com.oraclecloud.networking.updateloadbalancer to notify when the Load Balancer is created. Event Type com.oraclecloud.computeapi.launchinstance.end to notify when the Instance creation is complete. Event Type com.oraclecloud.networking.createloadbalancer to notify when the Load Balancer is created. Event Type com.oraclecloud.computeapi.launchinstance.begin to notify when the Instance creation is complete.

Which of the following are considered the foundational pillars of Observability in modern cloud environments such as OCI?. Compute, Storage, and Network. Log data, Query language, Dashboard widgets. Logs, Metrics, and Traces.

Which is NOT a valid statement regarding the Oracle Cloud Infrastructure (OCI) Audit logs?. Audit logs can be displayed at the Compartment level. One of the key reason to view Audit Logs is to collect security related events. Audit Logs are disabled by default and must be manually enabled for each compartment in your tenancy.

Which is the recommended method to continuously monitor and ingest logs from Object Storage buckets?. Object Storage. Object Store. Object Store Bucket. Object Collection Rule.

Which of the following step is performed to enable a metric group in OCI Application Performance Monitoring?. Specify the metrics that the filter can be used against and create a span filter. Create a span filter in the APM domain and create a metric group. Run predefined queries in the Trace Explorer and create a metric group. Create a span filter and push metric data to the OCI monitoring service.

You are setting up OCI Logging service to collect logs from custom applications running on Compute instances. What is the primary purpose of creating an Agent Configuration?. Agent configuration allows to select the hosts where you want to collect logs, specify log inputs and log destination settings. Agent Configuration is applied to allocate storage resources automatically with increasing log volumes. Agent Configuration is used to encrypt log data before it is collected from instances and stored in OCI.

Which is the correct monitoring query that will monitor the total Hosts with CPU utilization greater than a threshold including an alarm?. CpuUtilization[5m](shape = "VM.Standard.E4.Flex").max(). CpuUtilization[5m].max(). (CpuUtilization[5m].max() > 80).grouping().sum(). CpuUtilization[5m].max().grouping().sum().

How does a user start collecting a specific log for an Entity in Logging Analytics?. Enable a Parser for the Log. Identify Fields to extract. Create an Association of required Log Source with that Entity. Configure a path for the Log File.

Which of the following feature of Logging Analytics is used for identifying and tagging the problem logs during ingestion time. Labels. Log Origin. Extended Fields. Entity Type.

In OCI Application Performance Monitoring (APM), where is the span context information stored during its transfer between services in a distrib. HTTP header. HTTP call. Browser and the microservices. Database Tables.

As an IT administrator, you need to set up continuous and automatic log ingestion from an OCI compute instance to OCI Logging Analytics. Which is a recommended method to achieve the requirement?. Manually upload logs on-demand to OCI Logging Analytics. Configure a Service Connector to transfer logs from OCI Logging to OCI Logging Analytics. Utilize the LogEvents API to push logs to OCI Logging Analytics. Enable the OCI Management Agent on the instance to ingest logs to OCI Logging Analytics.

You are configuring the OCI Logging service to collect logs from custom applications running on OCI Compute Instances. What is the primary purpose of creating an Agent Configuration in this setup?. Agent Configuration serves as a security measure to encrypt log data before it is collected and stored in OCI. Agent Configuration is used to allocate storage resources automatically along with log volumes. Agent configurations allow you to select the hosts where you want to collect logs, specify log inputs and log destination settings. Agent Configuration is referred to as a settings file on the hosts that defines the source log location.

You are tasked with running aggregated queries against OCI Monitoring data. However, upon executing the query, you receive the following error: "Query has exceeded the maximum number of metric streams" What step should you take to ensure the query runs successf. Check the OCI Identity and Access Management (IAM) policy and re-run the query. Limit the number of streams by specifying dimensions. Increase the query limits and the number of streams by specifying dimensions.

You want to improve resource utilization management in your OCI environment by notifying your team each time a new compute instance is created. Which of the following OCI feature would you use to achieve this?. Set up a query in OCI Monitoring to track the CpuUtilization metric for compute instances and define a threshold alarm. Create a rule in OCI Events Service to trigger notifications when the Instance - Launch End event occurs. Configure an Autoscaling Policy on an instance pool to automatically create instances when aggregate CPU utilization exceeds a defined threshold.

In OCI Log Analytics, how can a user start collecting logs for a specific Entity?. By configuring an association between the Log Source and the Entity. By assigning the Entity to a Log Group. By assigning the Entity to a Log Group. By enabling Tracing for the Entity.

You are part of the Cloud Operations team managing thousands of compute instances running in Oracle Cloud Infrastructure (OCI). The OCI Logging Service is configured to collect logs from these instances using a Unified Monitoring Agent. A requirement has been created to archive logging data into OCI Object Storage. Which OCI capability can help you achieve this requirement?. Logging Query. Connector Hub. IAM policy. ObjectCollectionRule.

You are managing an application in Oracle Cloud Infrastructure and have configured an Alarm Definition in the OCI Monitoring service to send notifications via email when CPU utilization exceeds 80%. The alarm is set to resend notifications at specified intervals if it remains in the firing state. A team member subscribed to the Notifications Topic complains that they received the initial email notification but did not receive additional notifications while the alarm continued to remain in the firing state. What could be the reason for this issue?. Trigger Condition was not configured while defining the Alarm. OCI Monitoring service can send only one notification per Alarm Definition when the alarm condition is met. Repeat notification was not enabled while creating the Alarm. Resending notifications depends on the total metric streams returned from the query.

As an OCI administrator, you must manage logs from multiple departments such as HR, Sales, and IT Security. Each department uses different cloud resources but requires centralized logging by using the OCI Logging service. What must you do to best meet this requirement?. Set up separate log groups based on each cloud resource to be used by the departments. Configure log groups to segregate logs based on type of events (e.g., errors, access logs) that could be used by the departments. Combine all logs into a single log group to minimize management overhead and simplify the logging infrastructure. Create separate log groups for each department, and enable access controls while keeping the logs organized under the respective namespaces.

In OCI Connector Hub, which of the following is a valid source-target pair configuration?. OCI Logging (source) to OCI Object Storage (target). OCI Log Analytics (source) to OCI Logging (target). OCI Monitoring (source) to OCI Logging (target). OCIEvents(source) to OCI Logging (target).

You are reviewing logs in the OCI Logging service and need to retrieve structured details such as Log Group OCID, Compartment OCID, and other metadata. Which format does OCI Logging use to provide this structured information?. JSON. Plain Text. Plain Text. YAML.

After setting up an APM Domain in OCI Application Performance Monitoring, which of the following resource is immediately available to start ingesting application telemetry data?. Metric Definitions. Data Upload Endpoint. Traces.

Which of the following is an example of a Log Source in OCI Log Analytics?. Windows Events, Syslog Listener, and Database SQL parsers. JSON, XML, CSV files. JSON, XML, CSV files. /var/log/messages.

You are a Solutions Architect for an Oracle Cloud Infrastructure (OCI) tenancy, and the "Ops" group has requested the ability to view and retrieve monitoring metrics. However, the access should be limited only to Block Storage metrics. Which policy statement would you define to grant this access?. Allow group Ops to read blockstore-metrics in tenancy. Allow group Ops to read metrics in tenancy where target.metrics.namespace='oci_blockstore. Allow group Ops to manage metrics in tenancy where target.metrics.monitoring='oci_blockstore'. Restricting monitoring access only to Block storage metrics is not possible.

You are a cloud administrator tasked with setting up continuous and automatic log ingestion from an OCI Compute instance into OCI Log Analytics. Which method is recommended to achieve this requirement?. Utilize the LogEvents API to push logs to OCI Log Analytics. Configure the OCI Management Agent on the Compute instance to ingest logs. Configure a Service Connector to transfer logs into OCI Log Analytics. Use OCI Events to trigger log ingestion.

Q. You are managing an application in Oracle Cloud Infrastructure and have configured an Alarm Definition in the OCI Monitoring service to send notifications via email when CPU utilization exceeds 80%. The alarm is set to resend notifications at specified intervals if it remains in the firing state. A team member subscribed to the Notifications Topic complains that they received the initial email notification but did not receive additional notifications while the alarm continued to remain in the firing state. Trigger Condition was not configured while defining the Alarm. OCI Monitoring service can send only one notification per Alarm Definition when the alarm condition is met. Repeat notification was not enabled while creating the Alarm. Resending notifications depends on the total metric streams returned from the query.

As a solutions architect of the Oracle Cloud Infrastructure (OCI) tenancy, you have been asked to provide members of the CloudOps group the ability to view and retrieve monitoring metrics, but only for all monitoring-enabled compute instances. Which policy statement would you define to grant this access?. Allow group CloudOps to read compute-metrics in tenancy. Allow group CloudOps to read metrics in tenancy where target.metrics.monitoring='oci_computeagent'. Allow group CloudOps to read metrics in tenancy where target.metrics.namespace='oci_computeagent'. Restricting monitoring access only to compute instances metrics is not possible.

Which Event Type is available in the Oracle Cloud Infrastructure (OCI) Events service?. HTTP Request Timeout. Database SQL Query Execution. Network Packet Loss. Compute Instance State Change.

Which statement is NOT valid about creating an alarm query in Oracle Cloud Infrastructure (OCI) Monitoring?. You must specify an interval. You must specify a statistic. You must specify a metric. You must specify a resource group.

You are monitoring the metric "DiskIOPsWritten" for 10 compute instances using the OCI Monitoring service, and the graph currently displays data for all 10 instances. You need to filter the graph to show metrics only for instances that use the "VM.Standard.E4.Flex" shape and are running in the AD-1 availability domain. Which feature of OCI Monitoring can be used to achieve this?. Choose the grouping function to group by shape and availability domain. Choose the data table and search for instances by shape and availability domain. Choose dimensions for shape and availability domain. Choose the option "Aggregate metric streams" by shape and availability domain.

Which is NOT a valid Action Type in the OCI Events service?. Publish an event to OCI Streaming service. Execute a SQL query in an OCI Database. Invoke an OCI function. Send an email through Notifications service.

You have created an Alarm Definition in OCI Monitoring, and the current status of alarm is OK. When the alarm condition is met and the alarm is triggered, which of the following becomes a valid alarm state?. Firing. Triggered. Critical.

What is a requirement to enable Stack Monitoring in Oracle Cloud Infrastructure (OCI)?. Dedicated Vantage Point for network traffic analysis. API gateway for dynamic scaling. Dynamic group for discovery service.

How does Log Analytics use entities?. Store log collection information for a system. Define which logs can be collected for a system. Identify the log parsers used by a system. Save paths to the log files of a system.

What is the primary purpose of the OCI Management Agent in Oracle Cloud Infrastructure (OCI)?. Allows grouping of resources with centralized management. Trigger actions based on state changes in OCI resources. Analyze the cost and utilization of OCI resources. Facilitate data collection between OCI and other targets.

Which observability pillar is best suited for identifying performance bottlenecks across a distributed system by tracking request flows end-to-end?. Logs. Traces. Events. Metrics.

What is the purpose of Parsers in Log Analytics of Oracle Cloud Infrastructure?. To create visualizations and dashboards for log analysis. To extract structured data from log messages for analysis. To define access controls and permissions for log data. To configure log ingestion and routing from various sources.

In OCI Log Analytics, which of the following concept represents a resource such as a Compute instance or Database, that produces log data?. Link. Parser. Entity. Log Source.

What is the function of OCI Management Agent?. Monitor and analyze application performance and traces. Respond to state changes in OCI resources through event-driven automation. Analyze and optimize the cost and usage of OCI resources. Enable data collection between OCI and other targets.

What identifies the relationship between a span and a trace?. A span represents a single operation of a trace. A span tracks the start and finish time of a trace. A span and a trace are unrelated concepts. A span provides the operation name and details of a trace.

Your team has been tasked with debugging a Cloud Native application developed using the following Oracle Cloud Infrastructure (OCI) services: Object Storage, Events, Functions, API Gateway, and Autonomous Database. Which of these is NOT a valid option for troubleshooting issues in OCI?. Configure a Service Connector to automatically send logs into the OCI Logging Analytics service. Configure the application to send logs into OCI Logging service. Trace performance issues in OCI Application Performance Monitoring service by enabling Function traces. Leverage OCI Cloud Guard to extract and visualize debug logs generated by your application. View service metric information from the OCI Monitoring service.

Which option best describes the purpose of Application Performance Index (APDEX) in Oracle Cloud Infrastructure Application Performance Monitoring?. To monitor and evaluate the performance of applications and services. To assess the security posture of applications and services. To measure the availability of applications and services. To track the usage and adoption of applications and services.

You are an OCI administrator responsible for managing logs from multiple departments in your organization. Each department utilizes different OCI resources but requires a centralized logging solution for monitoring and analysis using the OCI Logging service. Which of the following is a best practice to efficiently address this requirement?. Aggregate all logs into a single log group to minimize management overhead and simplify the logging infrastructure. Configure log groups to segregate logs based on type of events such as error logs and access logs that could be used by the departments. Use separate log groups for each department, enable access controls while keeping the logs organized under respective namespaces.

Which TWO statements are valid for a log group in OCI Log Analytics?. Log groups are used to control access at the compartment level. Log groups are logical collections of log records. Log groups are used to partition logs to improve search performance. Log groups are created automatically.

When creating Monitoring Query Language (MQL) expressions in the OCI Monitoring service, which TWO components are mandatory and cannot be omitted?. GroupBy Function. Metric. Dimension. Statistic. Grouping Function.

A security compliance team in your company needs to analyze historical OCI Audit Logs to track user activities. The team wants to understand how long OCI retains audit logs and whether retention settings can be customized at different levels. Which two statements are valid for OCI Audit Logs?. Audit logs are retained for 365 days. Audit log retention can be set for each compartment. Audit log retention period is a tenancy-level setting. OCI Audit Logs are retained indefinitely.

You are exploring a log line in OCI Logging service. Which two refer to the log format?. Provides a data section with contents of log line. Based on XML. Provides a Header and Footer storing global settings for the log. Based on JSON.

You are part of a team that manages a set of workload instances running in an on-premises environment. The Architect team is tasked with designing and configuring the Oracle Cloud Infrastructure (OCI) Logging service to collect logs from these instances. There is a requirement to archive the Info-level logging data of these instances into OCI Object Storage. Which two features of OCI Logging can help you achieve this?. Subscriptions. Agent Configuration. GroupBy function. Connector Hub.

Which are the TWO grouping functions available in OCI Monitoring service while using Monitoring Query Language expressions?. Group(). GroupTo(). Grouping(). GroupBy().

Which two are roles of Topics and Subscriptions in OCI Notifications?. Topics are used to create network policies for secure communication. Subscriptions specify the endpoints that receive notifications. Topics define the format of messages being sent. Subscriptions are logical groups of monitored resources in OCI Monitoring. Topics are communication channels for sending messages to subscriptions.

You are monitoring a multi-tier cloud environment using OCI Log Analytics. Due to the large volume of log data being ingested, it has become challenging to focus on the most relevant information for analysis and troubleshooting. Which TWO methods could effectively reduce noise and improve log analysis efficiency?. Create Scheduled Reports to summarize all ingested log data daily. Use specific keywords in the query. Choose a window from time range menu. Increase the log retention period to archive logs.

What are the TWO capabilities of Application Performance Index (APDEX) in OCI Application Performance Monitoring?. APDEX defines thresholds. APDEX is used in performance queries and dashboard metrics. APDEX measures user performance. APDEX measures user satisfaction with the application response time.

Which two are required to create a rule for the Oracle Cloud Infrastructure Events service?. Cloud Agent Plugin. Actions. Service Connector. Rule Conditions. Install Key.

Which TWO resources can be monitored by Stack Monitoring?. Object Storage Buckets. Virtual Cloud Networks. Oracle External Databases. WebLogic Servers.

Your team manages several workload instances in an on-premises environment. There is a requirement to archive Info-level logging data generated by these instances into OCI Object Storage for long-term retention. Which TWO features of OCI Logging can help you meet this requirement?. Grouping function. Connector Hub. IAM policy. Agent Configuration.

Which statement is true about OCI Logging versus OCI Logging Analytics?. Logging and Logging Analytics represent the same OCI service, which is used for log collection. Logging is used for storing and managing raw log data, whereas Logging Analytics provides advanced features for analyzing and interpreting log data. Logging is used for archiving logs, whereas Logging Analytics is used for deep insights through log correlation and machine learning techniques.

In which two ways does Application Performance Monitoring use the OCI Monitoring service?. Create and manage dashboards. Store and query data. Define and publish metrics. Define and manage alarms.

After setting up OCI Management Agents and successfully discovering resources in OCI Stack Monitoring, what happens next as part of the monitoring process?. Metric data is immediately collected. Predefined alarm rules are triggered automatically for performance issues. Management Agents discover resources that are running locally on the instance. Email notifications are sent through OCI Notifications for all discovered resources.

What are the TWO purposes of Log Sources in Oracle Cloud Infrastructure (OCI) Logging Analytics?. Which Parsers to use. Which Management Agents to use. Where to store log data. Where to find logs.

Why is Distributed Tracing needed in Cloud operations?. Applications had to grow larger and more complex to respond to customer expectations. Productivity issues slowed development. In single-process architecture, it is easy to trace the request to find out what went wrong in the thread. Presentation, application, and data layers run on a single platform.

In OCI Log Analytics, which factor determines the Parsers used to process logs collected from OCI services?. Compartment. Fields. Entity Type. Log Group.

What determine Parsers to process the logs collected from OCI services in OCI Logging Analytics?. Labels. Entity Type. Fields. Lookups.

What is the role of the APM Agent in Oracle Cloud Infrastructure Application Performance Monitoring?. It manages user access and authentication for the APM platform. It provides a graphical user interface for configuring monitoring-service settings. It analyzes and diagnoses application performance issues in real time. It collects and sends performance data from the application to the monitoring service.

Which OCI Observability service is used to analyze the behavior of distributed systems, including tracing requests across various components?. OCI Application Performance Monitoring. OCI Monitoring. OCI Log Analytics. OCI Events.

Which TWO are features of OCI Application Performance Monitoring (APM)?. Real User Monitoring. Java Management. Capacity Planning. Distributed Tracing.

You are part of Cloud Operations Team and configuring Custom Logs to be ingested from multiple OCI Compute Instances into OCI Logging Service. As part of the Agent Configuration, which of the following TWO are required to collect logs from these Instances?. Configure log inputs with log path. Host groups with Dynamic Group. Select a Service Connector. Log paths are automatically identified.

What are the purposes of using Log Sources in OCI Log Analytics? Select TWO. Specify how log data should be parsed and processed. Control user access to log data. Define the location of log data. Act as a storage location for collected logs.

After creating an APM Domain in OCI Application Performance Monitoring, what is immediately available?. Alarm Definitions. Data Upload Endpoint. Traces.

Which of the following is NOT performed by the Log Explorer in Logging Analytics?. Select the time range to query the logs. Construct logging analytics queries. Provide a list of fields extracted from logs. Set up log data encryption and security control.

You are monitoring the memory utilization of a group of compute instances in OCI Monitoring. While analyzing the metric data, you want to define the specific duration of time (for example: 5 minutes or 10 minutes) over which the metric data points are aggregated to produce the results. Interval. Metric Namespace. Resolution. Dimension.

Which two agents are used by OCI Application Performance Monitoring (APM) to collect data?. Cloud Agent. Browser Agent. Management Agent. Java Agent.

Which is NOT a primary feature of Logging Analytics service in OCI?. Provides out of box log parsers. Supports both on premises and multi cloud environments. Provides insights based on machine learning. Used for centralized log management. Supports log enrichment.

You are a cloud administrator responsible for monitoring a hybrid cloud environment. Which TWO of the following represent deployment models supported by OCI Stack Monitoring?. Resources running on a Management gateway. Resources running on a network appliance. Resources running on OCI Compute Instances. Resources running within on-premises environments.

The Notifications service enables you to set up communication channels for subscriptions. Which option below lists all the subscription protocols supported?. Email, HTTPS (Custom URL), PagerDuty, Slack, and SMS. Email, Function, HTTPS (Custom URL), PagerDuty, Slack, and SMS. Email, Function, Slack, and SMS. Email, Function, PagerDuty, Slack, and SMS.

What is the purpose of Log Sources in Oracle Cloud Infrastructure (OCI) Logging Analytics?. Log Source is defined as a log ingestion method for collecting logs in OCI Logging Analytics. Log Sources define where the log files are located, and how to parse and enrich the logs while ingesting them. Log Source is a resource in Logging Analytics, which is used to reference the real asset on your on-premises host.

Which service enables you to send alerts through email for metrics that are monitored by using the Monitoring service?. Notifications. Streaming. Vault. Functions.

Which is a core functionality of Real User Monitoring in OCI Application Performance Monitoring (APM)?. Automatically injects the Javascript to the source pages. Creates a span that is added to the span attributes. Records user interaction with websites and sends browser spans.

A company wants to build a real-time monitoring system for changes occurring in their OCI environment. The team decides to use OCI Events to capture changes and send them to OCI Streaming. Which two statements describe the integration of OCI Events with OCI Streaming?. OCI Events are manually polled by applications to capture resource changes. OCI Events publishes the message to OCI Streaming service through an Action. OCI Streaming uses the OCI Connector Hub to collect messages from OCI Events. OCI Streaming uses partitions to distribute Event messages in a stream.

Which is a use case for Oracle Cloud Infrastructure Logging Analytics service?. Automate and manage any logs based on a subscription model. Automatically create instances to collect logs, and analyze and send reports. Label data packets that pass through the Internet gateway. Monitor, aggregate, index, and analyze log data.

Why do users create custom Dashboards in OCI Log Analytics?. To manage alarm and notification rules for log data. To provide log data and specific metrics at a glance. To use log data to generate insights with machine learning.

Which TWO are use cases of Oracle Cloud Infrastructure (OCI) Events Service?. Perform cleanup tasks when an OCI resource is terminated. Migrate Events generated by OCI resources from a Source to Target services. Process files when they are uploaded in an Object Storage bucket. Perform configuration management for deploying, configuring, and managing servers.

Which Observability and Management service keeps track of changes happening to resources in your tenancy and enables you to take automated actions based on that change?. Monitoring. Events. Operations Insights. Logging Analytics.

Which of the following are use cases of the OCI Events service? Select TWO. Migrate events generated by OCI resources from Source to Target services. Process files when they are uploaded in an Object Storage bucket. Events is a configuration management service used for deploying, configuring, and managing servers. Perform cleanup tasks when an OCI resource is terminated.

You want to filter aggregated data by a specific resource ID. What should be used in Basic and Advanced modes to achieve this?. Dimension. Resolution. PostMetricData API. Comparison Operator. Statistics.

Which of the following are valid about Dedicated Vantage Points in OCI Application Performance Monitoring (APM)? Select TWO. Dedicated Vantage Points allow Synthetic Monitoring from specific, user-configured locations. Dedicated Vantage Points are shared across multiple tenants for global monitoring. Dedicated Vantage Points are used to monitor applications which cannot be accessed by a public vantage point. Dedicated Vantage Points are used for analyzing traces and spans within distributed systems.

You are working on a project to automate the deployment of Oracle Cloud Infrastructure (OCI) compute instances that are preconfigured 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. What can help you achieve this requirement?. OCI CLI command oci os bucket create --auto. Events Service. Service Connector Hub. Cloud Agent plug-in for the compute instance.

Which three are mandatory components required to define a metric query?. Metric. Grouping. Dimension. Statistics. Interval.

You are monitoring a critical web application in OCI Application Performance Monitoring (APM). To gain insights into how end users experience the application from different geographical locations, you need to use a feature that leverages Vantage Points for measuring user interactions and performance. Which feature of OCI APM should you use?. Real User Monitoring. Synthetic Monitoring. Distributed Tracing. Trace Explorer.

Which is NOT an Alarm state in OCI Monitoring?. Ok. Firing. Pending.

What is the maximum duration of Alarm history of Monitoring service that can be stored in Oracle Cloud Infrastructure?. 90 days. 60 days. 1 year. 6 months. 30 days.

Which of these visualizations is generally helpful for understanding the distribution of a field's values in OCI Log Analytics? (For example: Distribution of the number of HTTP error codes). Tile (single number). Pie chart. Table. Cluster.

Which of the following TWO are Action types that are available while creating a Rule in OCI Events service?. Monitoring. Streaming. Functions. Connector Hub.

You are tasked with reviewing and running routine checks for alarms configured in the Oracle Cloud Infrastructure environment. What configuration should be updated to choose notification methods?. Streaming. Grouping Function. Oracle Function. Notification Topics.

You are leveraging the “MemoryUtilization” metric to monitor 10 compute instances using the OCI Monitoring service. You need to filter the graph to display only those instances that are of the shape VM.Standard.E4.Flex and located in the AD-1 availability domain. How would you achieve this?. Choose the option “Aggregate metric streams” by shape and availability domain. Choose Dimensions for shape and availability domain. Choose the data table and search for instances by shape and availability domain. Choose the grouping functions to group by shape and availability domain.

Which is NOT a key interaction element in the Log Explorer UI of OCI Logging Analytics?. Traces. Actions. Fields Panel. Visualization Panel.

Which component controls the length of each time window in a metric query?. Resolution. Statistics. Namespace. Dimension. Interval.

Which of the following TWO are examples of Data Sources from which the OCI APM Java Agent can collect spans and metric data?. WebLogic. Nginx. Microsoft Hyper-V. Tomcat. VMware ESXi.

You are using OCI Logging Analytics to troubleshoot an issue with the OCI Load Balancer configuration. The following query is executed: 'Log Source' = 'OCI Load Balancer Error Logs' | stats distinctcount ('Resource Name') as 'LB Count' What does this query return?. The total number of log entries generated by OCI Load Balancers. A list of all OCI Load Balancer names along with their log counts. The total number of requests received by all OCI Load Balancers. The number of unique OCI Load Balancers that have generated logs.

You are required to limit access to sensitive logs by using an IAM policy. What would you use to achieve this?. Log Groups. Fluentd Agent. Service Connector. Agent Configuration.

You are configuring the OCI Logging service to collect and analyze logs from your Oracle Cloud resources. Which of the following are valid log categories supported by the OCI Logging service? (Select TWO). Debug Logs. System Logs. Service Logs. Custom Logs.

What occurs after Management Agents are set up and resources are successfully discovered in OCI Stack Monitoring?. Alarm rules will be triggered when resources are down or performance thresholds are crossed. Management Agents discover resources that are running locally on the instance. Metric data is immediately collected. OCI Notifications are configured to send email notifications.

Which section of a log gives more details on what triggered the log, including other attributes of the event?. Data Section. Log Group Section. Source Section. Oracle Section.

You are a member of the Cloud Security Operations in an organization with thousands of users accessing Oracle Cloud Infrastructure. A configuration error was reported, and it appears to have been caused by an unknown user action. You are tasked with identifying: All users who were active in the last six hours. Any REST API calls they executed during that time. Which OCI feature should you use to perform this investigation?. OCI Resource Manager. OCI Cloud Guard. Audit Analysis Dashboard. ObjectCollectionRule.

Which feature of OCI Application Performance Monitoring (APM) uses a Vantage Point?. Java Management. Application Insights. Distributed Tracing. Synthetic Monitoring.

Which log category records API calls to OCI Public API endpoints as Log Events?. Service logs. Custom logs. Audit logs. Compute logs.

You are part of an organization using Oracle Cloud Infrastructure. The developer team periodically uploads configuration files into an Object Storage bucket for their development needs. Your task is to automatically process these files into a specific format as soon as they are uploaded into the bucket. Which step should you take to achieve this scenario?. Create an OCI Events Rule with the service name as Object Storage and the Event Type set to “Application – Create” and add an action to stream the event details to OCI Streaming. Create an OCI Events Rule with the service name as Object Storage and the Event Type set to “Subscription – Create” and add an action to send an OCI Notification to the developer team. Create an OCI Events Rule with the service name as Object Storage and the Event Type set to “Object – Create” and add an action to trigger an OCI Function to process the files.

What is the Apdex score range in OCI Application Performance Monitoring and what does a higher score indicate?. Apdex ranges from 0 to 100, where 100 represents optimal application responsiveness. Apdex uses a scale of -1 to 1, where negative values indicate critical issues. Apdex is measured in milliseconds, with lower values indicating better performance. Apdex ranges from 0 to 1, with higher scores indicating better performance and user satisfaction.

Which two methods do you use to send custom logs from custom workloads running on an on-premises environment into OCI Logging service?. Rule Condition. Unified Monitoring Agent. API PutLogs. Service Connector.

In OCI Monitoring, which of the following Statistics can be used to represent the aggregated value of a metric over a specific time period? Select TWO. Count. Sum. Average. Mode.

As an Observability Engineer, you are tasked with assessing the performance of a web application using OCI Application Performance Monitoring (APM). Which two statements are NOT valid about using Dedicated Vantage Points?. Dedicated Vantage Point automatically manages and distributes application traffic across different regions. Dedicated Vantage Point can be set up within your own tenancy. Dedicated Vantage Point defines a location to achieve synthetic monitoring. Dedicated Vantage Point is accessible by anyone outside your tenancy.

Which is a use case of configuring a Service Connector?. Notifying end users when an alarm is in Firing state. Protecting log data in a secure method. Ingesting custom logs from a workload running on an on-premises environment. Archiving logs into Object Storage bucket.

You are setting up OCI Stack Monitoring to track the health and performance of your organization's resources. Which of the following resource can be monitored using OCI Stack Monitoring?. Virtual Cloud Network (VCN). Object Storage. External Database.

Which is an example of a data source from which the OCI Application Performance Monitoring (APM) Java Agent can collect spans and metric data?. NginX. VMware ESXi. WebLogic.

Which is NOT a valid log category for the Oracle Cloud Infrastructure Logging service?. Audit logs. Service logs. Custom logs. Hybrid logs.

In OCI Application Performance Monitoring (APM), which of the following function can be performed using the Trace Explorer?. Manage user access and permissions for APM domains. Define custom metrics for the trace data. View details of specific spans. Configure notifications for application performance thresholds.

Report abuse