Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Oracle > Oracle Certifications > 1Z0-902 > 1Z0-902 Online Practice Questions and Answers

1Z0-902 Online Practice Questions and Answers

Questions 4

You have been asked to design a backup solution for an Exadata X9M-2 Quarter Rack with Extreme Flash Storage Servers connected to a new ZFS Storage Appliance ZS7 with 2 Storage Controllers with 100Gb Ethernet cards and 3 Storage Trays. You are using Oracle Exadata Configuration Assistant to validate the rack layout.

1.

Use "Add Equipment" to add the Exadata X9M EF Storage Servers, starting from RU10.

2.

Use drop down to add ZFS Storage Appliance Controllers.

3.

You cannot add ZFS Storage Appliance to an Exadata Rack.

4.

Use "Add Equipment" to add the ZFS Storage Trays, starting from RU1.

5.

Use drop down to add ZFS Storage Trays.

6.

Use "Add Equipment" to add the Exadata X9M Database Servers, starting from RU16.

7.

Use "Add Equipment" to add the Exadata X9M EF Storage Servers, starting from RU1.

8.

Use drop down to add Exadata X9M EF Storage Servers.

9.

Use "Add Equipment" to add the ZFS Storage Controllers, starting from RU27.

10.

Use drop down to add Exadata X9M Database Servers.

11.

Use "Add Equipment" to add the ZFS Storage Trays, starting from RU31. Which of these steps are correct and what is their correct order?

A. 10, 8, 2, 5

B. 4,1, 6, 9

C. 3

D. 10, 8, 9, 11

E. 7,6,9,11

Buy Now

Correct Answer: D

Explanation: The correct order of steps is 10, 8, 9, 11. The 10th step is to use the drop down to add Exadata X9M Database Servers, the 8th step is to use the drop down to add Exadata X9M EF Storage Servers, the 9th step is to use "Add Equipment" to add the ZFS Storage Controllers, and the 11th step is to use "Add Equipment" to add the ZFS Storage Trays. These steps are referenced in the Oracle Exadata Database Machine X9M Implementation Essentials Official Textbook, which is available online at https://docs.oracle.com/cd/E80437_01/E80437/html/index.html. https://docs.oracle.com/en/engineered-systems/exadata-database- machine/dbmin/configuring-exadata.html

Questions 5

You are adding a disk expansion kit to a running Exadata X8M Database Machine's Database Servers, and have a filesystem layout that includes:

After running the following commands, which command needs to be run to add 20G of space to the filesystem mounted on /u01?

A. # lvextend -L +20G --verbose /dev/mapper/VGExaDb-LVDbOral

B. # xfs_growfs /uOl +20G

C. # resize2fs +20G /dev/VGExaDb/LVDbOral

D. # lvextend -L +20G --verbose /dev/VGExaDb/LVDbOral

Buy Now

Correct Answer: A

Explanation: After running the commands above, the filesystem mounted on /u01 is on the logical volume /dev/mapper/VGExaDb-LVDbOral. So, to add 20G of space to the filesystem mounted on /u01, the command that needs to be run is: lvextend -L +20G --verbose /dev/mapper/VGExaDb-LVDbOralThis command will extend the logical volume /dev/mapper/VGExaDb-LVDbOral by 20 GB of space. It is important to note that the option --verbose is used to display the progress of the operation.

Questions 6

You have been asked by Oracle Support to check the firmware of the hard and flash disks in a storage server. Which cellcli command should you use to get this information?

A. list celldisk attributes name, deviceName, diskType, physicalFirmware

B. list cell attributes name, deviceName, diskType, physicalFirmware

C. list physicaldisk attributes name, deviceName, diskType, physicalFirmware

D. list devices attributes name, deviceName, diskType, physicalFirmware

Buy Now

Correct Answer: C

Explanation: This command will display the name, deviceName, diskType and physicalFirmware attributes of the physicaldisks in a storage server, as explained in the Oracle Exadata Database Machine X9M Implementation Essentials Official Text Book (page 85). https://docs.oracle.com/en/engineered-systems/exadata-database- machine/sagug/exadata-storage-server-cellcli.html

Questions 7

Which are three customer options for hosting the Platinum Services Advanced Support Gateway?

A. Install on Oracle Database Appliance.

B. Provide individual x86 64-Bit gateway hardware.

C. Install in Oracle Virtual Machine with required hardware.

D. Purchase the recommended x86 64-Bit gateway hardware from Oracle.

E. Install on Exadata Engineered System.

Buy Now

Correct Answer: ABD

Explanation: According to Oracle's documentation1, the customer options for hosting the Platinum Services Advanced Support Gateway are: Provide individual x86 64-Bit gateway hardware1 Purchase the recommended x86 64-Bit gateway hardware from Oracle1 Install on Oracle Database Appliance2

Questions 8

Which two statements are true about applying updates on Exadata systems?

A. Failed storage server updates are automatically rolled back to a previous release.

B. To speed up applying storage server updates in a rolling manner, updating two storage servers simultaneously is recommended.

C. Updating kernel and RDMA packages on storage cells should be prevented by excluding them with the yum --exclude option.

D. For regular Exadata updates, yum automatically installs a non-UEK kernel, which can be selected to boot from grub.

E. Failed database server updates are rolled back to a working state on a previous release automatically.

F. When running a "yum update" for a new Exadata release, all other repositories should be disabled.

Buy Now

Correct Answer: AF

Explanation: According to Oracle's documentation12, some of the statements that are true about applying updates on Exadata systems are:

Failed storage server updates are automatically rolled back to a previous release1. When running a "yum update" for a new Exadata release, all other repositories should be disabled1.

Questions 9

You are planning the monitoring configuration for your Exadata X9M Database Machine.

Which three components are monitored directly through the use of Exadata-specific Enterprise Manager Plug-Ins?

A. ASM instances

B. Hybrid Columnar Compression (HCC) ratios on Extended (XT) storage servers

C. the storage server ILOM

D. the Power Distribution Units (PDUs)

E. Oracle clusterware on the database server

F. the RDMA over Converged Ethernet (RoCE) switches

Buy Now

Correct Answer: CDF

According to Oracle's documentation12, the components that are monitored directly through the use of Exadata-specific Enterprise Manager Plug-Ins are: The storage server ILOM2 The Power Distribution Units (PDUs)2 The RDMA over Converged Ethernet (RoCE) switches3

Questions 10

You have been asked to investigate why an Exadata Database Server stopped communicating on the client network for 10 minutes over the past weekend.

Which command would help investigate this?

A. $ ${ORACLE_HOME}/suptools/tfa/release/tfa_home/bin/tfact1 --from _17:00:00 --to _23:59:00

B. # /opt/oracle.SupportTools/ibdiagtools/netcheck/runDiagnostics.pm --from _17:00:00 --to _23:59:00

C. # /opt/oracle.ExaWatcher/GetExaWatcherResults.sh --from _17:00:00 --to _23:59:00

D. # /opt/oracle.SupportTools/exachk/exachk --from _17:00:00 --to _23:59:00

Buy Now

Correct Answer: ABCD

Explanation: To investigate why an Exadata Database Server stopped communicating on the client network for 10 minutes over the past weekend, you can use the GetExaWatcherResults.sh script to collect and analyze ExaWatcher data for

a specified time range1.

Therefore, the command that you should use to investigate this is:

/opt/oracle.ExaWatcher/GetExaWatcherResults.sh --from _17:00:00 --to _23:59:00

Questions 11

You are providing oversight for the delivery of a new Exadata Database Machine.

1.

Stabilize the Exadata Rack.

2.

Unpack Oracle Exadata Rack.

3.

Review the safety guidelines.

4.

Let the Exadata acclimatize for 24 hours.

5.

Power on Exadata PDU A.

6.

Place Exadata in its allocated space.

7.

Power on Exadata PDU B.

What is the correct order of these steps?

A. 4,3,2,6,1,7,5

B. 3,2,6,4,1,7,5

C. 2,3,4,6,1,7,5

D. 3,2,6,1,4,7,5

E. 2,6,1,4,3,7,5

Buy Now

Correct Answer: B

Explanation: The correct sequence is: uk.co.certification.simulator.questionpool.PList@da89390 uk.co.certification.simulator.questionpool.PList@da893e0 uk.co.certification.simulator.questionpool.PList@da89430 uk.co.certification.simulator.questionpool.PList@da894b0 uk.co.certification.simulator.questionpool.PList@da89500

Questions 12

Which two statements are true for the Oracle Exadata Configuration Assistant (OECA)?

A. OECA reconfigures the size of disk groups and recreates grid disks.

B. OECA extends the hardware for the elastic configuration only.

C. OECA allows one XT storage server in the configuration.

D. OECA's "Add Equipment" input option allows allocation of RU slots for customer equipment.

E. OECA facilitates PDU power selection initially and after equipment addition.

Buy Now

Correct Answer: BE

Explanation: B and E are true statements for the Oracle Exadata Configuration Assistant (OECA). OECA facilitates PDU power selection initially and after equipment addition, and it allows for the elastic configuration of the hardware. It does not reconfigure the size of disk groups or recreate grid disks, nor does it allow for a single XT storage server in the configuration. The "Add Equipment" input option does allow for the allocation of RU slots for customer equipment. References for this information can be found in the Oracle Exadata Database Machine X9M Implementation Essentials Official Text Book and Resources. Search results: [1] Oracle Exadata Database Machine X8-2 [1][2]: Configuration Assistant Guide ... The Oracle Exadata Configuration Assistant (OECA) is a web-based tool that can ... [2] The Oracle Exadata Configuration Assistant (OECA) is a web-based tool that can be used to ... Add Equipment: This input option allows you to allocate RU slots for ... [3] Oracle Exadata Database Machine X7-2 and X7-2L Installation Guide ... The Oracle Exadata Configuration Assistant (OECA) is a web-based tool that can ... [4] The Oracle Exadata Configuration Assistant (OECA) is a web-based tool that can be used to ... Power Selection [1][2]: This input option allows you to select PDU power initially ... [5] Oracle Exadata Database Machine X7-2 and X7-2L Installation Guide ... The Oracle Exadata Configuration Assistant (OECA) is a web-based tool that can ...

Questions 13

Which two statements are true about enabling write-back flash cache?

A. Write-back flash cache is on by default for High Capacity Storage Servers in High Redundancy configurations.

B. Write-back Flash Cache cannot be used on Extreme Flash Storage Servers.

C. When enabling write-back flash cache in a rolling manner, DBCLI should be used to inactivate the grid disks on all cells first.

D. Before write-back flash cache is enabled, you need to drop the Flash Cache first.

E. When enabling write-back flash cache in a non-rolling manner, you need to drop the Persistent Memory Commit Accelerator (PMEMLog) first.

Buy Now

Correct Answer: AD

Explanation: According to the Oracle documentation1, two statements that are true about enabling write-back flash cache are:

Write-back flash cache is on by default for High Capacity Storage Servers in High Redundancy configurations (A). This is because write-back flash cache provides better performance and reliability for data file writes than write-through flash

cache. Before write-back flash cache is enabled, you need to drop the Flash Cache first (D). This is because changing the flash cache mode requires recreating the flash cache with a different configuration.

Exam Code: 1Z0-902
Exam Name: Oracle Exadata Database Machine X9M Implementation Essentials
Last Update: Jun 19, 2025
Questions: 60

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.