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

1Z0-070 Online Practice Questions and Answers

Questions 4

Examine this list of software components:

1.

Oracle Virtual Machine (OVM)

2.

Oracle Enterprise Manager Agent (OMA)

3.

ASM instance

4.

RDBMS instance

5.

Automatic Diagnostic Repository Command Interpreter (ADRCI)

6.

CELLCLI

7.

Cell Server (CELLSRV)

8.

diskmon

Identify the location where these software components can run in the standard Exadata Database Machine deployment.

A. 1, 2, 3 and 4 run on the database servers; 5, 6, 7, and 8 run on the Exadata storage servers.

B. 1, 2, 3, 4, 5, and 8 run on the database servers; 5, 6, and 7 run on the Exadata storage servers.

C. 1, 2, 3, 4 and 8 run on the database servers; 5, 6, and 7 run on the Exadata storage servers.

D. 3, 4 and 8 run on the database servers; 1, 2, 5, 6 and 7 run on the Exadata storage servers.

E. 2, 3, 4 and 8 run on the database servers; 1, 5, 6 and 7 run on the Exadata storage servers.

Buy Now

Correct Answer: B

Explanation:

Automatic Diagnostic Repository Command Interpreter (ADRCI) can be used on an Exadata storage

server.

Incorrect Answers:

A: The diskmon process is a fundamental component of Oracle Exadata Storage Server Software, and is responsible for implementing I/O fencing. The process is located on the database server host computer, and is part of Oracle Clusterware Cluster Ready Services (Oracle Clusterware CRS).

D, E: Oracle Virtual Machine (OVM) runs on the database servers.

Questions 5

Which two statements are true about the use of DBFS, ACFS, and external file systems and components in an X5 Database Machine environment?

A. ACFS uses storage in a database on the database machine

B. DBFS supports file system snapshots.

C. ACFS supports file system snapshots.

D. Storage Area Network (SAN) –based file systems may be accessed directly from the storage servers in a database machine.

E. Oracle Sun ZFS Storage Appliance-based files are not automatically protected by Data Guard.

Buy Now

Correct Answer: BC

Explanation:

DBFS SecureFiles Store Capabilities include support for file system snapshots.

Oracle ACFS includes advanced features such as file system snapshot.

References:

http://www.oracle.com/technetwork/ru/database/dbfs-sf-oow2009-v2-160969.pdf

http://www.oracle.com/technetwork/database/database-technologies/cloud-storage/benefits-of-oracle-acfs2379064.pdf

Questions 6

Which two are true about sparse griddisks and their use in disk groups on an X5 Exadata Database Machine?

A. Sparse diskgroups must be created using sparse griddisks.

B. Sparse diskgroups may be created using a combination of sparse and non-sparse griddisks.

C. Sparse diskgroups may not be used for database snapshots.

D. Additional space for a sparse griddisk is allocated as soon as newly written data is stored in the flashcache on a cell.

E. The virtual size of a sparse griddisk may exceed the physical size of the space occupied by the griddisk.

Buy Now

Correct Answer: AE

Explanation:

A: A sparse ASM disk group is composed of sparse grid disks.

E: Sparse grid disks allocate space as new data is written to the disk, and therefore have a virtual size that can be much larger than the actual physical size. Sparse grid disks can be used to create a sparse disk group to store database files that will use a small portion of their allocated space. Sparse disk groups are especially useful for quickly and efficiently creating database snapshots on Oracle Exadata. Traditional databases can also be created using a sparse disk group.

References:

http://docs.oracle.com/cd/E80920_01/SAGUG/exadata-storage-server-snapshots.htm#SAGUG-GUID42945059-13FD-4F6A-B7FA-A1201D16238F http://docs.oracle.com/cd/E80920_01/DBMSO/exadata-whatsnew.htm#DBMSO22120

Questions 7

Which two statements are true about the Enterprise Manager plug-in configuration for the X5 Database Machine?

A. There is one plug-in for Cloud Control.

B. There are several separate plug-ins for Cloud Control.

C. Some components of the Database Machine require SNMP trap forwarders.

D. All components of the Database Machine require SNMP trap forwarders.

Buy Now

Correct Answer: AC

Questions 8

You are evaluating the performance of a SQL statement that accesses a very large table.

You run this query: Identify two reasons why the “physical read total bytes” statistic is greater than the “cell physical IO bytes eligible for predicate offload” statistic.

A. There is an index on the column used in the WHERE clause, causing “cell multiblock physical reads” to be requested by the database instance, resulting in additional I/O.

B. The table is an IOT and has an overflow segment, causing “cell multiblock physical reads” to be requested by the database instance, resulting in additional I/O.

C. There is an uncommitted transaction that has modified some of the table blocks, causing some “cell single block physical reads” to be requested by the database instance, resulting in additional I/O.

D. The table is an index clustered table, causing “cell single block physical reads” to be requested by the database instance, resulting in additional I/O.

E. There are migrated rows in the table, causing some “cell single block physical reads” to be requested by the database instance, resulting in additional I/O.

Buy Now

Correct Answer: BE

Explanation: Note:

1.

physical read total bytes: the size of the segment to read is known by the database, and must be read entirely from the database's perspective.

2.

cell physical IO bytes eligible for predicate offload: this statistic shows the amount of data which the cell server is able to process on behalf of the database, instead of the database processing and the cell server just delivering blocks.

3.

Cell physical IO bytes eligible for predicate offload --- This number should be high

4.

The higher the number more MB/GB is filtered out at the cell level itself rather sending it to the buffer cache to filter the rows.

5.

In this case, all bytes are processed on the cellserver (cell physical IO bytes eligible for predicate offload=physical read total bytes)

Cell Offloading:

The storage cells are intelligent enough to process some workload inside them, saving the database

nodes from that work. This process is referred to as cell offloading.

Questions 9

You plan to migrate a database supporting an OLTP workload to your new X5 Database Machine.

The current database instance supports a large number of short duration sessions and a very high volume of short transactions.

Which three X5 Database Machine features can improve performance for this type of workload?

A. An improved highly efficient undo and redo architecture

B. Faster optimization due to an Exadata-specific optimizer

C. Reduced I/O latency for writes due to writeback flashcache on all Exadata X5 and later models

D. Ultra high I/O performance for reads and writes when using Exadata Extreme Flash in X5 and later models

E. Reduced I/O latency for reads due to read flashcache on all Exadata X5 and later models

Buy Now

Correct Answer: ACD

Explanation:

A: To further accelerate OLTP workloads, the Exadata Smart Flash Cache also implements a special algorithm to reduce the latency of log write I/Os called Exadata Smart Flash Logging.

C: Use the Write-Back Flash Cache feature to leverage the Exadata Flash hardware and make Exadata Database Machine a faster system for Oracle Database Deployments.

D: Exadata X5-2 introduces Extreme Flash Storage Servers. Each Extreme Flash storage server contains eight 1.6 TB state-of-the-art PCI Flash drives. PCI flash delivers ultra-high performance by placing flash memory directly on the high speed PCI bus rather than behind slow disk controllers and directors.

References: http://www.oracle.com/technetwork/database/exadata/exadata-x5-2-ds-2406241.pdf http://www.oracle.com/technetwork/articles/database/exadata-write-back-flash-2179184.html

Questions 10

You are checking the status of the ports on one of the InfiniBand switches on your X5 Database Machine.

You run the getportstatus command as shown:

[root@exampsw-ib2 bin]# getportstatus 17bPort status for connector 17B Switch Port 2 Adminstate:......................Enabled LinkWidthEnabled: ...............1X or 4X LinkWidthSupported:..............1X or 4X LinkWidthActive..................4X

LinkSpeedSupported: . ....2.5 Gbps or 5.0 Gbps or 10.0 GbpsLinkState: ....................Active PhysLinkState: ................LinkUpLinkSpeedActive: ...........10.0 GbpsLinkSpeedEnabled: .

...2.5 Gbps or 5.0 Gbps or 10.0 Gbps

You have 36 ports to check.

A. Use the ibqueryerrors.pl script after logging in to the InfiniBand switch as root.

B. Use Enterprise Manager.Cloud Control.

C. Use Enterprise Manager Express.

D. Create user-defined metrics for the InfiniBand switch.

Buy Now

Correct Answer: AB

Explanation:

There are two approaches for monitoring Oracle Exadata Storage Servers: using a command-line interface

(CLI) or using the graphical interface provided by the Oracle Enterprise Manager Cloud Control 12c console.

You can manually monitor the InfiniBand Switch Ports with the ibqueryerrors.pl command.

Run the ibqueryerrors.pl command to report on switch port error counters and port configuration

information using the command:

# ibqueryerrors.pl -rR -s RcvSwRelayErrors,XmtDiscards,XmtWait,VL15Dropped

References: http://www.oracle.com/technetwork/articles/servers-storage-admin/monitor-exadata-em12-2291964.html

Questions 11

You want to use Enterprise Manager to monitor the power distribution units (PDUs) in your Database Machine.

On which three factors do the appropriate alarm thresholds for the plug-in depend?

A. voltage and phase type of the PDUs

B. disk types within the storage servers

C. Database Machine server models for both the storage servers and database servers in the rack

D. Database Machine rack size and variants

E. disk types within the expansion racks

F. distance between racks for multirack configurations

Buy Now

Correct Answer: BCE

Questions 12

Which two statements are true about Database Server Metrics and Alerts on an X5 Database Machine?

A. Database Server Metrics are collected my MMON.

B. Database Server Metrics are collected by the MS process and stored in an internal disk-based repository.

C. Database Server hardware sensor alerts are detected by the MS process on the database server.

D. Database Server Metrics are collected by the RS process.

E. Database Server Threshold Alerts may be forwarded by the MS process as SNMP traps.

Buy Now

Correct Answer: BE

Questions 13

Identify the four software components that run only on an Exadata Database Machine Database Server.

A. Cell Serve (CELLSRV)

B. DISKMON

C. CELLCLI

D. Oracle Enterprise Manager Agent (OMA)

E. Automatic Diagnostic Repository Command Interpreter (ADRCI)

F. ASM instance

G. DSKM

Buy Now

Correct Answer: ACDF

Reference: https://docs.oracle.com/en/engineered-systems/exadata-database-machine/sagug/exadata-storage-server-software-introduction.html#GUID-8B06314E-9CD4-4D69-A128-214829AEE4D5

Exam Code: 1Z0-070
Exam Name: Oracle Exadata X5 Administration
Last Update: May 03, 2025
Questions: 103

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.