
お手軽にダウンロードできる1z0-1111-23試験問題集が更新されたのは69問があります
最新更新されたのは1z0-1111-23試験問題2023年更新
質問 # 34
Which TWO items describe the capabilities of the Oracle Cloud Infrastructure (OCI) Database Management Service? (Choose two.)
- A. Monitor database performance
- B. Perform management tasks across a group of databases
- C. View database log entries
- D. Analyze SQL response time across a group of databases
正解:A、B
解説:
Explanation
Two items that describe the capabilities of the OCI Database Management Service are:
* Perform management tasks across a group of databases. Database Management Service provides a feature called Database Fleet Management that allows you to perform management tasks across a group of databases in yourtenancy. You can use Database Fleet Management to view and compare the configuration, performance, and security of your databases. You can also use Database Fleet Management to execute SQL commands or scripts on multiple databases at once.
* Monitor database performance. Database Management Service also provides various tools and dashboards that let you monitor the performance of your databases and SQL statements. You can use Performance Hub to view real-time and historical performance data of your databases. You can also use SQL Monitor to view real-time and historical execution details of your SQL statements.
質問 # 35
Which TWO components are optional while crihating the Monitoring Query Language (MQL) expressions in the Oracle Cloud Infrastructure (OCI) Monitoring service? (Choose two.)
- A. Dimensions
- B. Previous
- C. Metric
- D. Statistic
- E. Interval
- F. Grouping Function
正解:D、F
解説:
Explanation
Two components that are optional while creating MQL expressions in OCI Monitoring service are Grouping Function and Statistic. MQL expressions are queries that specify how to retrieve and process metric data from OCI Monitoring service. MQL expressions consist of various components, such as metric name, dimensions, filters, functions, operators, or constants. Some components are mandatory while others are optional depending on your use case. Grouping Function is an optional component that specifies how to aggregate metric data across different metric streams based on certain attributes or tags. Statistic is an optional component that specifies how to summarize metric data within each time window based on certain calculations or methods.
質問 # 36
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?
- A. 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 - B. oci logging-search search-logs --search-query 'search
"ocidl.compartment.ocl..aaaaaaaawqegmjifhn177bqm625exioavoq775jckfn2syxqtmglabcccdxyz/web/appl
--time-start 2022-02-06T00:00:002-time-end 2022-02-07T00:00:002 - C. 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 - D. oci logging-search search-logs --search-query 'search
"ocidl.compartment.ocl..aaaaaaaawqegmjifhni77bqm625cxioavoq775jckfn2syxqtmglabcccdxyz/web/appli I where data.statusCode = 400'--time-start 2022-02-06T00:00:002 --time-end 2022-02-07T00:00:002
正解:D
解説:
Explanation
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 is oci logging-search search-logs --search-query
'search
"ocidl.compartment.ocl...aaaaaaaawqegmjifhni77bqm625cxioavoq775jckfn2syxqtmglabcccdxyz/web/applicatio I where data.statusCode = 400'-time-start 2022-02-06T00:00:002 --time-end 2022-02-07T00:00:002. This syntax will search for log records that match the following criteria:
* The log records belong to the compartment with OCID
ocidl.compartment.ocl...aaaaaaaawqegmjifhni77bqm625cxioavoq775jckfn2syxqtmglabcccdxyz
* The log records belong to the web Log Group and the application Log
* The log records have a field called data.statusCode with a value of 400
* The log records are within the time range from 2022-02-06T00:00:002 to 2022-02-07T00:00:002
質問 # 37
In Application Performance Monitoring (APM), a distributed tracing user initiates a re-quest through a browser. What is the first span called?
- A. Ajax call
- B. Trace id
- C. Root span
正解:C
解説:
Explanation
In APM, a distributed tracing user initiates a request through a browser. The first span is called the root span.
A root span is the span that represents the entry point of a trace, such as an HTTP request from a browser or a message from a queue. A root span has no parent span and can have zero or more child spans.
質問 # 38
What are the two capabilities available in Operations Insights? (Choose two.)
- A. Entity Topology Viewing
- B. Database Fleet Monitoring
- C. Capacity Planning
- D. Exadata Insights
正解:C、D
解説:
* Exadata Insights. Exadata Insights is a feature of Operations Insights that provides comprehensive monitoring and analysis of your Exadata systems, both on-premises and in the cloud. You can use Exadata Insights to view performance, utilization, availability, and configuration metrics of your Exadata systems and components. You can also use Exadata Insights to troubleshoot issues, optimize performance, and plan capacity for your Exadata systems.
* Capacity Planning. Capacity Planning is a feature of Operations Insights that helps you forecast the future resource consumption and capacity needs of your databases. You can use Capacity Planning to create scenarios based on historical trends, growth rates, and what-if analysis. You can also use Capacity Planning to compare different scenarios and identify potential risks and opportunities for your database capacity.
質問 # 39
In Application Performance Monitoring (APM), where isthe span context information located during transfer?
- A. in HTTP call
- B. in HTTP header
- C. in the service boundaries
- D. in the browser and the microservices
正解:B
解説:
Explanation
In Application Performance Monitoring (APM), the span context information is located in the HTTP header during transfer. Span context is a set of information that identifies a span within a trace, such as Trace ID and Span ID. Span context is propagated across different services and components using HTTP headers. This allows APM to track and correlate the spans for a single user request or transaction.
質問 # 40
You have configured an Alarm Definition in the OracleCloud Infrastructure (OCI) Monitoring service to send notifications through email. The alarm should resend notifications at specified intervals if the alarm continues to be in the firing state. A subscriber in the Notifications Topic complains about not receiving multiple emails upon failures. Which of the following could be the possible cause of this issue?
- A. Resending notifications depends on the total metric streams returned from the query.
- B. Trigger Condition was not configured while defining the Alarm.
- C. OCI Monitoring service can send only one notification per Alarm Definition when the alarm condition is met.
- D. Repeat notification was not enabled while creating the Alarm.
正解:D
解説:
Explanation
To resend notifications at specified intervals if the alarm continues to be in the firing state, you need to enable repeat notification while creating the alarm. Repeat notification is an optional feature that allows you to specify how often you want to receive notifications for an alarm that remains in the firing state. For more information, see Creating Alarms.
質問 # 41
Which statement is NOT valid about creating an alarm query in Oracle Cloud Infrastructure (OCI) Monitoring?
- A. You must specify a statistic.
- B. You must specify a metric.
- C. You must specify an interval.
- D. You must specify a resource group.
正解:D
解説:
Explanation
A valid statement about creating an alarm query in OCI Monitoring is that you must specify a resource group.
A resource group is an optional feature that allows you to group metrics by certain attributes or tags. By specifying a resource group in your alarm query, you can filter out the metrics that belong to different resource groups and focus on the ones that are relevant for your alarm condition.
質問 # 42
Which TWO resources can be monitored by Stack Monitoring? (Choose two.)
- A. WebLogic Servers
- B. Virtual Cloud Networks
- C. Oracle External Databases
- D. Object Storage Buckets
正解:A、C
解説:
Explanation
Stack Monitoring can monitor Oracle External Databases and WebLogic Servers as resources. Stack Monitoring is a feature of Application Performance Monitoring that allows you to monitor the performance and availability of your entire application stack, including databases, servers, containers, and functions. You can create custom stacks by selecting the resources that you want to monitor and view their metrics, alerts, and topology in a single dashboard. For more information, see Stack Monitoring.
質問 # 43
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 Oracle Cloud Infrastructure (OCI) Logging service to collect logs fromthese instances. There is a requirement to archive Info-level logging data of these instances into the OCI Object Storage. Which TWO features of OCI can help you achieve this? (Choose two.)
- A. ObjectCollection Rule
- B. Cloud Agent Plugin Grouping Function
- C. Agent Configuration
- D. Service Connectors
正解:A、D
解説:
Explanation
Two features of OCI that can help you archive Info-level logging data of these instances into the OCI Object Storage are:
* Service Connectors. Service Connectors are components of Service Connector Hub that enable data movement between OCI services. You can create a service connector that has Logging as the source service and Object Storage as thetarget service. You can also specify filters to select only the Info-level logs from your instances.
* ObjectCollection Rule. ObjectCollection Rule is a feature of Logging Analytics that allows you to collect log data from objects stored in Object Storage buckets. You can create an ObjectCollection Rule that specifies the bucket name, object name pattern, entity type, and log source for your log data. For more information, see [Service Connector Hub Overview] and [ObjectCollection Rule].
質問 # 44
Which TWO Observability and Management (O&M) services are supported by Management Agent? (Choose two.)
- A. Logging Analytics
- B. Application Performance Management
- C. Database Management
- D. Enterprise Manager
正解:A、D
解説:
Explanation
Enterprise Manager is a service that provides comprehensive monitoring and administration capabilities for Oracle Database and Engineered Systems1. Management Agent enables Enterprise Manager to discover, monitor, and manage targets on Oracle Cloud Infrastructure, on-premises, or on other public clouds2.
Logging Analytics is a service that enables devops teams to monitor and troubleshoot issues faster by analyzing data from any source using interactive, intuitive dashboards1. Management Agent collects log data from various sources and sends it to Logging Analytics for parsing and indexing2.
質問 # 45
What are two examples of a Stack Monitoring deployment model? (Choose two.)
- A. Resources running on a network appliance
- B. Resources running on-premises
- C. Resources running on OCI compute instances
- D. Resources running on Management gateway
正解:B、C
解説:
Explanation
Two examples of a Stack Monitoring deployment model are:
* Resources running on OCI compute instances. Stack Monitoring can monitor resources that are running on OCI compute instances, such as web servers, containers, or functions. Stack Monitoring can discover these resources using Management Agents or Functions Discovery Service.
* Resources running on-premises. Stack Monitoring can also monitor resources that are running on-premises, such as databases or applications. Stack Monitoring can discover these resources using Enterprise Manager Bridge or Management Agents.
質問 # 46
Which TWO functions does the Trace Explorer allowyou to do in Application Performance Monitoring (APM)? (Choose two.)
- A. Display status of monitored systems
- B. Select pre-defined queries for common use cases
- C. Define custom metrics for traces
- D. View the details of specific spans
正解:B、D
解説:
Explanation
Two functions that the Trace Explorer allows you to do in APM are:
* View the details of specific spans. Trace Explorer is a tool that lets you view and analyze the traces and spans collected by APM. You can use Trace Explorer to drill down into the details of specific spans, such as duration, status, tags, logs, and errors.
* Select pre-defined queries for common use cases. Trace Explorer also provides a set of pre-defined queries that can help you find traces and spans based on common use cases, such as slowest traces, error traces, or traces by service name.
質問 # 47
From the following, select the different metric namespaces used for APM.?
- A. oracle_apm_monitoring namespace, synthetics, and monitoring
- B. AjaxDownloadTime, TotalTraceCount, Oracle_pm_rum
- C. oracle_apm_rum, oracle_apm_synthetics, and oracle_apm_monitoring.
- D. RUM metrics, oracle_apm_monitoring, Oracle_apm_synthetic
正解:C
解説:
Explanation
The different metric namespaces used for APM are oracle_apm_rum, oracle_apm_synthetics, and oracle_apm_monitoring. A metric namespace is a unique name that identifies the source of the metrics. For APM, there are three metric namespaces that correspond to the three features of APM: Real User Monitoring (oracle_apm_rum), Synthetic Monitoring (oracle_apm_synthetics), and Application Performance Monitoring (oracle_apm_monitoring). You can use these metric namespaces to query and analyze metrics from APM. For more information, see APM Metrics.
質問 # 48
Which TWO are examples of data telemetry sources of Operations Insights? (Choose two.)
- A. DOCI streams
- B. Management Agent
- C. OCI Functions
- D. Enterprise Manager
正解:B、D
解説:
Explanation
Two examples of data telemetry sources of Operations Insights are:
* Enterprise Manager. Enterprise Manager is an on-premises tool that provides comprehensive management and monitoring of Oracle databases and applications. Enterprise Manager can send operational data, such as performance metrics, configuration data, and SQL data, to Operations Insights for analysis and optimization.
* Management Agent. Management Agent is a lightweight process that collects and sends operational data from your resources to OCI services, such as Monitoring, Logging, or Operations Insights. Management Agent can collect data from various sources, such as databases, hosts, or applications.
質問 # 49
......
Oracle 1z0-1111-23 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
無料更新されたOracle 1z0-1111-23テストエンジン問題には69問題と解答:https://jp.fast2test.com/1z0-1111-23-premium-file.html