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?
Troubleshooting a cloud-native app leverages OCI observability tools:
Invalid: Leverage OCI Cloud Guard to extract and visualize debug logs (D): Cloud Guard is a security posture management and threat detection service, not designed for extracting or visualizing application debug logs.
Why A, B, C, and E are valid:
A: Monitoring provides service metrics (e.g., Function invocation latency).
B: Service Connector moves logs to Logging Analytics for analysis.
C: APM traces Functions performance issues.
E: Logging Service collects app logs directly.
Cloud Guard focuses on security, not debugging.
What are the two items required to create a rule for the Oracle Cloud Infrastructure (OCI) Events Service? (Choose two.)
To create a rule in the OCI Events Service, you need to define what triggers the rule and what happens when it's triggered. The two required components are:
Actions (B): These specify the tasks to perform when an event matches the rule (e.g., invoking a function, sending a notification, or streaming to a service). Without an action, the rule has no effect.
Rule Conditions (C): These define the criteria for matching events (e.g., event type like com.oraclecloud.computeapi.launchinstance.end or resource attributes). Conditions filter which events trigger the rule.
Why not A, D, or E?
Management Agent Cloud Service (A): This is unrelated to Events Service rules; it's for monitoring resources.
Install Key (D): This is used for agent installation, not event rules.
Service Connector (E): While it can work with Events Service, it's a separate service and not a required component of an event rule itself.
These two elements form the core of an OCI Events Service rule, enabling event-driven automation.
In Application Performance Monitoring (APM), a distributed tracing user initiates a request through a browser. What is the first span called?
In distributed tracing within OCI APM:
Root span (C): The first span in a trace, representing the entry point of a user request (e.g., an HTTP request from a browser). It has no parent span and initiates the chain of subsequent spans across services.
Why not A or B?
Ajax call (A): A type of request, not a span term.
Trace ID (B): A unique identifier for the entire trace, not a span.
The root span is foundational to tracing a request's journey.
Choose two FluentD scenarios that apply when using continuous log collection with client-side processing. (Choose two.)
FluentD is an open-source data collector used for continuous log collection with client-side processing in OCI Logging. Two applicable scenarios are:
Managing apps/services which push logs to Object Storage (A): FluentD can be configured to collect logs from applications or services (e.g., Oracle Functions) that write logs to Object Storage buckets. It processes these logs client-side and forwards them to OCI Logging or Logging Analytics.
Comprehensive monitoring for OKE/Kubernetes (B): FluentD is widely used in Kubernetes environments like Oracle Container Engine for Kubernetes (OKE) to collect logs from pods, containers, and nodes. It processes these logs locally before sending them to OCI services for analysis.
Why not C or D?
Monitoring unsupported systems (C): While possible, this is not a primary FluentD scenario in OCI---it's more about extending Management Agent capabilities.
Log Source (D): This is a component of Logging Analytics, not a FluentD scenario.
FluentD's flexibility makes it ideal for these use cases in OCI's observability ecosystem.
There are several ways to reduce Logging Analytics noise. Select the TWO options that apply. (Choose two.)
Reducing noise in Logging Analytics improves log analysis focus:
Use parsed logs search (C): Searches based on extracted fields (e.g., severity=ERROR) filter out irrelevant logs, targeting specific issues.
Use time-picker to limit the volume of logs (D): Narrows the time range (e.g., last hour), reducing the dataset to relevant periods.
Why not A or B?
Histogram records (A): Visualizes data distribution, not a noise reduction method.
Specific keywords (B): Useful but less precise than parsed fields; raw text search isn't emphasized in Logging Analytics.
These methods enhance signal-to-noise ratio.
Evan
9 days agoFernanda
1 months agoBasilia
2 months agoArthur
3 months agoLai
3 months agoGeorgene
3 months ago