
合格させる1z0-1111-23ブレーン問題集で更新されたのは認定サンプル問題
オンライン1z0-1111-23テストブレーン問題集とテストエンジン
質問 # 14
Which of the following is required to enable Stack Monitoring?
- A. Dynamic group for discovery service
- B. Machine Learning group for resource associations
- C. User group for VNC collection
正解:A
解説:
Explanation
The required step to enable Stack Monitoring is to create a dynamic group for discovery service. A dynamic group is a group of OCI resources that match certain rules or criteria. You need to create a dynamic group for discovery service to allow Stack Monitoring to discover and monitor the resources in your stack. You also need to attach a policy to the dynamic group that grants the required permissions for Stack Monitoring.
質問 # 15
Which are the different data sources from where the Application Performance Monitoring (APM) Java agent can collect spans and metrics data?
- A. WebLogic, Tomcat, or JBoss
- B. Jaeger or Zipkin
- C. NginX
- D. VMware ESXi
正解:B
解説:
Explanation
The data sources from where the APM Java agent can collect spans and metrics data are Jaeger or Zipkin.
Jaeger and Zipkin are open source distributed tracing systems that provide end-to-end visibility into complex transactions across multiple services and components. The APM Java agent can collect spans and metrics data from Jaeger or Zipkin compatible applications and send them to APM for analysis and visualization.
質問 # 16
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.)
- A. Cloud Agent Plugin for the compute instance
- B. Service Connector Hub
- C. OCI CLI command, ocios bucket create auto
- D. Events Service
- E. Oracle Functions
正解:B、E
解説:
Explanation
To create a corresponding OCI object storage bucket bearing the same name as that of the compute instance, you can use Oracle Functions and Service Connector Hub. Oracle Functions is a serverless platform that lets you create and run functions that respond to events. Service Connector Hub is a cloud message bus platform that lets you move data between OCI services. You can create a service connector that has Events as the source service and Functions as the target service. You can also specify a filter to select only the events related to compute instance creation (com.oraclecloud.computeapi.launchinstance.end). The function can then create an object storage bucket with the same name as the compute instance.
質問 # 17
Which TWO items describe the capabilities of the Oracle Cloud Infrastructure (OCI) Database Management Service? (Choose two.)
- 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
正解: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.
質問 # 18
Which TWO components are optional while crihating the Monitoring Query Language (MQL) expressions in the Oracle Cloud Infrastructure (OCI) Monitoring service? (Choose two.)
- A. Interval
- B. Dimensions
- C. Metric
- D. Previous
- E. Grouping Function
- F. Statistic
正解:E、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.
質問 # 19
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 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 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 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 - 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
質問 # 20
What are the two items required to create a rule for the Oracle Cloud Infrastructure (OCI) Events Service?
(Choose two.)
- A. Install Key
- B. Service Connector
- C. Rule Conditions
- D. Management Agent Cloud Service
- E. Actions
正解:C、E
解説:
Explanation
Two items required to create a rule for the OCI Events Service are:
* Actions. Actions are the tasks that you want to perform when an event matches your rule condition. For example, you can create an action that sends a notification, invokes a function, or streams an event.
* Rule Conditions. Rule Conditions are the criteria that you use to filter events based on their attributes or patterns. For example, you can create a rule condition that matches events related to instance creation or deletion.
質問 # 21
Which TWO Observability and Management (O&M) services are supported by Management Agent? (Choose two.)
- A. Logging Analytics
- B. Database Management
- C. Enterprise Manager
- D. Application Performance Management
正解:A、C
解説:
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.
質問 # 22
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?
- 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 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.
- C. 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.
- D. 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
解説:
Explanation
To ensure continuous monitoring of both on-premises VMs and OCI compute instances, you need to configure OCI Compute agent on both sources to collect the required resource metrics. The OCI Compute agent is a lightweight process that monitors the host and the processes running on the host. You can use OCI Events service to track the end-to-end deployment process (com.oraclecloud.computeapi.launchinstance.end) and creation of new buckets (com.oraclecloud.objectstorage.createbucket) in your target environment. You can use OCI Notifications and Events services to notify these changes via email or other supported protocols.
質問 # 23
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. OCI Monitoring service can send only one notification per Alarm Definition when the alarm condition is met.
- B. Resending notifications depends on the total metric streams returned from the query.
- C. Trigger Condition was not configured while defining the Alarm.
- 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.
質問 # 24
What are the two capabilities available in Operations Insights? (Choose two.)
- A. Database Fleet Monitoring
- B. Exadata Insights
- C. Capacity Planning
- D. Entity Topology Viewing
正解:B、C
解説:
* 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.
質問 # 25
Which is NOT a valid statement regarding the Oracle Cloud Infrastructure (OCI) Audit logs?
- A. Audit logs can be displayed at the Compartment level.
- B. Audit Logs are disabled by default and must be manually enabled for each compartment in your tenancy.
- C. One of the key reasons to view Audit Logs is to collect security related events.
正解:B
解説:
Explanation
A valid statement regarding the OCI Audit logs is that Audit Logs are enabled by default and do not need to be manually enabled for each compartment in your tenancy. Audit Logs are records of the API operations performed on your OCI resources. Audit Logs provide security, compliance, and governance information about your OCI resources. You can view Audit Logs at the compartment level or at the tenancy level.
質問 # 26
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. Service Connectors
- B. ObjectCollection Rule
- C. Agent Configuration
- D. Cloud Agent Plugin Grouping Function
正解:A、B
解説:
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].
質問 # 27
What happens in Stack Monitoring after Management agents are set up and resources are discovered?
- A. OCI Notifications send email notifications
- B. Metric data is immediately collected
- C. Alarm rules will trigger when resources are down or performance thresholds are crossed.
- D. Management agents discover resources that are running locally on the instance
正解:B
解説:
Explanation
After Management agents are set up and resources are discovered, metric data is immediately collected.
Management agents are lightweight processes that collect and send metric data from your resources to OCI services, such as Monitoring, Logging, or Stack Monitoring. Once the resources are discovered by the discovery service, the metric data is immediately collected and available for monitoring and analysis.
質問 # 28
Which pillars of Observability are available as a single view from the Dashboard?
- A. Logs, Metrics, and Traces
- B. Compute, Storage, and Network
- C. Log data, Query language, Dashboard widgets
- D. Logging Analytics, Database Management, Stack Monitoring
正解:A
解説:
Explanation
The pillars of Observability are Logs, Metrics, and Traces. Logs are records of events that occur in your system or application. Metrics are numerical measurements that describe the behavior and performance of your system or application. Traces are collections of spans that represent a single user request or transaction across different services and components. You can use Dashboard to create a single view that shows logs, metrics, and traces from various sources in one place.
質問 # 29
Why do dedicated Vantage points matter? Select two reasons that apply.? (Choose two.)
- A. Applications on-premise or on secured network cannot be tested from a public Vantage Point
- B. Test internal customer applications
- C. Test Deployment Manager and Scheduler
- D. Applications on-premise or secured network can be tested from a public Vantage Point
正解:A、B
解説:
Explanation
Two reasons why dedicated Vantage points matter are:
* Test internal customer applications. Dedicated Vantage points are private Vantage points that you can deploy in your own network or cloud environment. Dedicated Vantage points allow you to test internal customer applications that are not accessible from the public internet, such as intranet applications or applications behind a firewall.
* Applications on-premise or on secured network cannot be tested from a public Vantage Point. Public Vantage points are Vantage points that are hosted and managed by Oracle in various regions around the world. Public Vantage points allow you to test external customer applications that are accessible from the public internet, such as web applications or APIs. However, public Vantage points cannot test applications that are on-premise or on secured network, as they do not have access to those environments.
質問 # 30
What two APM agents can Application Performance Monitoring use to collect data? (Choose two.)
- A. Cloud Agent
- B. Management Agent
- C. Java Agent
- D. Browser Agent
正解:C、D
解説:
Explanation
Two APM agents that Application Performance Monitoring can use to collect data are Browser Agent and Java Agent. Browser Agent is a JavaScript snippet that can be embedded in web pages to collect Real User Monitoring (RUM) data, such as page load time, network latency, or user interactions. Java Agent is a Java library that can be attached to Java applications to collect Application Performance Monitoring (APM) data, such as traces, spans, metrics, or errors.
質問 # 31
Which answer best defines an Application Performance Monitoring (APM) Domain in Oracle Cloud Infrastructure (OCI)?
- A. A collection of users, roles and identity data managing access to APM
- B. A resource type containing the systems monitored by APM
- C. A set of resources supporting high-availability connectivity to APM
- D. A compartment containing the data collected by APM
正解:B
解説:
Explanation
An Application Performance Monitoring (APM) Domain in OCI is a resource type containing the systems monitored by APM. An APM Domain defines the scope and boundaries of the systems that you want to monitor with APM, such as microservices applications, web servers, databases, or functions. You can create multiple APM Domains for different purposes or environments, such as development, testing, or production.
質問 # 32
Which TWO future resource usages are identified by Exadata Warehouse insights custom analytics under Operations Insights? (Choose two.)
- A. CPU
- B. Memory
- C. AIOps
- D. Network usage
正解:A、B
解説:
Explanation
Two future resource usages that are identified by Exadata Warehouse insights custom analytics under Operations Insights are Memory and CPU. Exadata Warehouse insights custom analytics is a feature of Operations Insights that provides advanced analytics and visualization of Exadata performance data. You can use Exadata Warehouse insights custom analytics to create scenarios based on historical trends, growth rates, and what-if analysis. You can also use Exadata Warehouse insights custom analytics to forecast future resource usages, such as Memory or CPU, and plan capacity for your Exadata systems.
質問 # 33
......
Oracle 1z0-1111-23 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
リアルOracle 1z0-1111-23試験問題集には正解69問題と解答があります:https://jp.fast2test.com/1z0-1111-23-premium-file.html