
[2023年12月]に更新されたOracle Cloud 1z0-1105-23試験練習テスト問題集豪華セット!
2023年最新のに更新された1z0-1105-23のPDFは1z0-1105-23本日更新のテスト無料最新!
Oracle 1z0-1105-23 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
質問 # 30
What is the Oracle recommended way to upgrade databases?
- A. AutoUpgrade
- B. Command Line Upgrade
- C. Data Pump Export/Import
- D. Database Upgrade Assistant (DBUA)
正解:A
解説:
AutoUpgrade is the Oracle recommended way to upgrade databases. According to the Oracle documentation, "AutoUpgrade is an Oracle-supplied tool that automates the upgrade process for Oracle Database releases 12.2, 18c, and 19c. AutoUpgrade can upgrade multiple databases in parallel and can also perform cross-platform migrations. AutoUpgrade is the recommended tool for upgrading your database."
質問 # 31
Which feature allows you to logically group and isolate your Oracle Cloud Infrastructure re-sources?
- A. Tenancy
- B. Identity and Access Management Groups
- C. Compartments
- D. Availability Domain
正解:C
解説:
Compartments are a feature that allows you to logically group and isolate your Oracle Cloud Infrastructure resources. According to the Oracle documentation2, "Compartments are a fundamental component of Oracle Cloud Infrastructure that allow you to create a heterogeneous collection of resources for organization, security isolation, and access control. To learn more about compartments, see Managing Compartments . Organize your cloud resources in logically separate compartments, for the purposes of measuring usage and billing, controlling access, and isolating resources."
質問 # 32
Which two are key characteristics of Oracle Autonomous Database? (Choose all correct an-swers)
- A. Customer manages everything
- B. Less automated
- C. Oracle manages everything
- D. Higher cost
- E. Lower cost
正解:C、E
解説:
These are two key characteristics of Oracle Autonomous Database. According to the Oracle documentation10, "Autonomous Database provides an easy-to-use, fully autonomous database that scales elastically, delivers fast query performance, and requires no database administration." As a service, Autonomous Database handles all the tasks related to provisioning, patching, upgrading, scaling, backup, and recovery of the database, so that customers do not need to manage anything. Additionally, Autonomous Database offers lower cost compared to other cloud database services by providing features such as auto scaling, performance optimization, and pay-per-use pricing model.
質問 # 33
Which statement can be detected by monitoring of access to sensitive data?
- A. SELECT * from EMPLOYEES;
- B. UPDATE quarter_reference set Q1='012022'
- C. SELECT SYSDATE from DUAL;
- D. CREATE index emp_id_idx on EMPLOYEES(emp_id);
正解:A
解説:
This statement can be detected by monitoring of access to sensitive data, because it queries all the data from the EMPLOYEES table, which may contain personal or confidential information about the employees, such as name, address, salary, or performance. Monitoring access to sensitive data can help protect the data from unauthorized or malicious use, and ensure compliance with data privacy regulations.
質問 # 34
What is the primary goal of Oracle Maximum Availability Architecture for customer systems?
- A. Scale out, application availability and protection
- B. Active Replication, Data Protection and continuous availability
- C. Continuous Availability, network security and failover
- D. Data Protection, access and reporting
正解:B
質問 # 35
You have stopped the HeatWave cluster. Which two statements are correct?
- A. Billing will continue for the HeatWave cluster.
- B. The data loaded in HeatWave cluster memory is lost.
- C. The HeatWave cluster data will remain loaded.
- D. Billing will stop for the HeatWave cluster.
- E. The HeatWave cluster stop action will also stop DB Syster
正解:B、E
質問 # 36
What is a prerequisite of running APEX on an Autonomous Database?
- A. APEX can only be used when selecting APEX as a workload when provisioning an Au-tonomous Database.
- B. An Autonomous Database with the workload type Data Warehouse, Transaction Pro-cessing, JSON or APEX.
- C. A DBA must enable ORDS first.
- D. APEX can simply be installed by downloading the executable from OTN.
- E. A DBA must create APEX admin and APEX users first before starting APEX from Oracle Cloud Infrastructure Console.
正解:B
解説:
An Autonomous Database with the workload type Data Warehouse, Transaction Processing, JSON or APEX is a prerequisite of running APEX on an Autonomous Database. According to the Oracle documentation, "Oracle Application Express (APEX) is a low-code development platform that enables you to build scalable, secure apps with world-class features that can be deployed anywhere. APEX is preconfigured and fully managed in Oracle Autonomous Database (ADB). You can use APEX on any Autonomous Database workload type: Data Warehouse (ADW), Transaction Processing (ATP), JSON (AJD), or APEX (APEX)."
質問 # 37
Where should you store unstructured, high volume data sets of unknown value for best price/performance?
- A. OCI GoldenGate
- B. OCI Data Catalog
- C. OCI Object Storage
- D. OCI Data Flow
正解:B
質問 # 38
Which two target database environments provide both high availability (HA) and disaster re-covery (DR) options in the cloud? (Choose all correct answers)
- A. Streaming Service
- B. Exadata Cloud Service
- C. Autonomous Database
- D. Compute VM
正解:B、C
解説:
Exadata Cloud Service and Autonomous Database are two target database environments that provide both high availability (HA) and disaster recovery (DR) options in the cloud. Exadata Cloud Service is a fully managed Oracle Database service that runs on Exadata infrastructure in the cloud. It offers high performance, scalability, availability, security, and reliability for all types of database workloads. It also supports various HA and DR options, such as Oracle Real Application Clusters (RAC), Oracle Data Guard, Oracle Active Data Guard, Oracle GoldenGate, and Oracle Zero Data Loss Recovery Appliance Cloud Service. Autonomous Database is a self-driving, self-securing, and self-repairing cloud database service that automates provisioning, configuring, securing, tuning, scaling, patching, backing up, and repairing of databases without human intervention. It also provides built-in HA and DR features based on Oracle Maximum Availability Architecture (MAA), such as transparent application continuity, automatic failover to standby databases or regions, automatic backups to object storage, point-in-time recovery using restore points or backups.
質問 # 39
What are two characteristics of CI/CD?
- A. It prevents developers from merging their code changes back to the shared branch for security.
- B. It introduces automation into all stages of app/database development.
- C. Development changes are automatically V tested on push/commits and merges.
- D. It requires Liquibase
正解:B、C
解説:
These are two characteristics of CI/CD, which is a set of practices that automate the building, testing, and deployment stages of software development. According to the Red Hat website9, "CI/CD introduces ongoing automation and continuous monitoring throughout the lifecycle of apps, from integration and testing phases to delivery and deployment." This means that CI/CD aims to reduce manual tasks and increase efficiency and reliability across the development life cycle. According to the IBM blog10, "Continuous integration (CI) is an automation process for developers. Successful CI means new code changes to an app are regularly built, tested, and merged to a shared repository." This means that CI/CD enables developers to integrate their code changes frequently and automatically, ensuring code quality and consistency.
質問 # 40
Which two statements about ORDS are true? (Choose all correct answers)
- A. ORDS creates servlets for the Data Dictionary
- B. ORDS makes REST APIs in the Oracle Database available.
- C. ORDS stores, manages and indexes JSON documents
- D. ORDS is a low code development platform to build responsive applications.
正解:A、B
解説:
ORDS makes REST APIs in the Oracle Database available is a true statement about ORDS. According to the Oracle FAQ page4, "ORDS is a Java application that enables developers with SQL and database skills to develop REST APIs for the Oracle Database, the Oracle Database 12c JSON Document store, and the Oracle NoSQL Database." ORDS is not a low code development platform, nor does it store, manage or index JSON documents. ORDS also does not create servlets for the Data Dictionary.
質問 # 41
What information is required to connect to the NoSQL Database Cloud Service?
- A. API signing key, admin ID, user ID
- B. user ID, tenancy ID, component ID
- C. signing key fingerprint, API signing key, tenancy OCID
- D. tenancy ID, passphrase, handshake key
正解:C
解説:
Signing key fingerprint, API signing key, and tenancy OCID are the information required to connect to the NoSQL Database Cloud Service. According to the Oracle documentation, "To connect your application to Oracle NoSQL Database Cloud Service , obtain your credentials such as the client ID, client secret, and the entitlement ID from the Identity Cloud Service console. After obtaining the credentials, pass the credentials to your application and create tables in Oracle NoSQL Database Cloud Service." The client ID is also known as the signing key fingerprint, and the client secret is also known as the API signing key. The tenancy OCID is a unique identifier for your Oracle Cloud account.
質問 # 42
In order to support multicloud strategies, what is offered as an industry first by Oracle?
- A. Oracle FastConnect
- B. Private and public cloud network
- C. Cloud databases
- D. Dedicated cloud region
正解:A
質問 # 43
Which statement is true about moving virtual machine (VM) database (DB) systems fro one compartment to another?
- A. You can move DB systems to a different compartment if you have sufficient access permissions to the compartment that the resource is being moved to, as well as the cur-rent compartment.
- B. You can move VM DB systems from one compartment to another by only using Oracle Cloud Infrastructure REST APIs.
- C. You do not need access permissions to the compartment that the resource is being moved to when moving VM DB systems to a different compartment.
- D. You have to move dependent resources like Database Homes and databases to the des-tination compartment before moving the VM DB system.
正解:A
解説:
This statement is true about moving VM DB systems from one compartment to another. According to the Oracle documentation3, "To move resources between compartments, resource users must have sufficient access permissions on the compartment that the resource is being moved to, as well as the current compartment." The documentation also provides a step-by-step guide on how to move a DB system to another compartment using the Oracle Cloud Infrastructure Console.
質問 # 44
How does the Converged Database help to access data using an API?
- A. A REST API is automatically generated on top of SQL or stored procedures.
- B. Developer can point their application to the location of ADB Wallet which integration all REST API calls.
- C. Each database comes with a REST-enabled compute instance to provide access to data.
- D. The database provides only one universal RES interface which makes integration of applications extremely agile.
正解:A
解説:
This statement is true about how the Converged Database helps to access data using an API. According to the Oracle documentation5, "Oracle REST Data Services (ORDS) makes it easy to develop modern REST interfaces for relational data in the Oracle Database and the Oracle Database 18c JSON Document Store. A mid-tier Java application, ORDS maps HTTP(S) verbs (GET, POST, PUT, DELETE, etc.) to database transactions and returns any results formatted using JSON." ORDS can automatically generate RESTful services for tables and views in the database or expose custom REST APIs using SQL or PL/SQL.
質問 # 45
What are three platforms where Oracle's Autonomous Database service can be deployed? (Choose all correct answers)
- A. Dedicated Region Cloud at Customer
- B. Oracle Public Cloud at Customer
- C. Oracle Cloud Infrastructure
- D. AWS Cloud at Customer
- E. Hybrid Cloud Configurations
正解:A、B、E
質問 # 46
Which three are prerequisites for using the MySQL Database Service? (Choose all correct answers)
- A. You or your group must be granted the policies described in Mandatory Policies.
- B. You must install the downloaded MySQL version onto Oracle Cloud Infrastructure.
- C. You must create a tenancy and be able to sign in to it
- D. You must download the latest MySQL version from https://edelivery.oracle.com/
正解:A、C、D
解説:
You must create a compartment to store your resources
質問 # 47
Which Oracle Cloud Infrastructure (OCI) service is NOT available for provisioning in your tenancy as an Always Free resource?
- A. Block Volume (up to 100 GB total storage)
- B. Load Balancing (one load balancer)
- C. Autonomous Database (up to two database instances)
- D. Connect (1Gbps public peering)
正解:D
解説:
Connect (1Gbps public peering) is not an Always Free resource available for provisioning in your tenancy. According to the Oracle documentation5, "All Oracle Cloud Infrastructure accounts (whether free or paid) have a set of resources that are free of charge for the life of the account." The list of Always Free resources includes Infrastructure Certificates, Compute VMs, Block Volumes Storage, Object Storage, Resource Manager, OCI Bastions, Databases, NoSQL Database, Observability and Management tools, Flexible Load Balancer, Outbound Data Transfer, Virtual Cloud Networks (VCN), VCN Flow Logs, and Site-to-Site VPN. Connect (1Gbps public peering) is not among these resources.
質問 # 48
Which is NOT a key to successful database upgrades?
- A. Download and install Oracle 19c
- B. Download and use Auto Upgrade
- C. Enable Performance Stability with SPM. STA, and RAT
- D. Download and install Oracle 21c
- E. Download and install newest RU
正解:C
質問 # 49
What is the FINAL release supporting the non-CDB architecture?
- A. Oracle Database 19c
- B. Oracle Database 21c
- C. Oracle Database 18c
- D. Oracle Database 23c
正解:A
解説:
Oracle Database 19c is the final release supporting the non-CDB architecture. According to the Oracle documentation1, "Starting with Oracle Database 21c, non-CDB architecture is desupported. You must upgrade a non-CDB Oracle Database to a PDB on a CDB." A CDB is a container database that can host multiple pluggable databases (PDBs) that share the same resources and memory.
質問 # 50
Which two are objectives of Oracle's Data Management strategy? (Choose all correct answers)
- A. Provide for the fastest, most scalable converged SQL database.
- B. Automate everything for developers, data analysts, DBAs and data scientists.
- C. Offer multiple integration points for 3rd party databases that work better for mixed and analytic workloads.
- D. Provide the best platform for warehouse workloads only.
正解:B、C
質問 # 51
Oracle Cloud and Microsoft Azure have an interconnect for workloads across cloud. Which two are also benefits this partnership and interconnect provide? (Choose all correct answers)
- A. Unified identity and access management
- B. Upgrade compliance
- C. Low Latency
- D. Connection to other multicloud environments
正解:A、C
解説:
These are two benefits that the partnership and interconnect between Oracle Cloud and Microsoft Azure provide. According to the Oracle website1, the partnership enables the following benefits:
A secure intercloud connection that bypasses the public internet
High availability and reliability through redundant 10-Gbps physical connections Predictable cross-cloud network performance One time setup without the need for any intermediate network provider Unified identity and access management platform that leads to cost savings The unified identity and access management platform allows customers to use a single identity provider to access resources in both clouds, simplifying the authentication and authorization process. The low latency is achieved by the direct interconnection between the two clouds, which provides less than two seconds of latency for superior multicloud network performance2.
質問 # 52
Which security measure is implemented out-of-the-box, and is included if you are not using BYOL licensing with Exadata Cloud@Customer?
- A. Oracle Native Network Encryption and TDE (Transparent Data Encryption)
- B. Database Vault and Data Masking Pack
- C. Audit Vault and Database Firewall
- D. Oracle Key Vault
正解:A
解説:
Oracle Native Network Encryption and TDE are security measures that are implemented out-of-the-box, and are included if you are not using BYOL licensing with Exadata Cloud@Customer. According to the Oracle documentation5, "Oracle Native Network Encryption encrypts all data sent over the network between database clients and servers using industry-standard encryption algorithms." Additionally, according to the Oracle documentation6, "Transparent Data Encryption (TDE) enables you to encrypt sensitive data, such as credit card numbers, stored in tables and tablespaces."
質問 # 53
......
全幅的な更新された問題集PDFのテスト1z0-1105-23試験問題とアンサー:https://jp.fast2test.com/1z0-1105-23-premium-file.html