Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

DS0-001 Questions and Answers

Question # 6

Which of the following is used to hide data in a database so the data can only be read by a user who has a key?

A.

Data security

B.

Data masking

C.

Data protection

D.

Data encryption

Full Access
Question # 7

A database administrator is concerned about transactions in case the system fails. Which of the following properties addresses this concern?

A.

Durability

B.

Isolation

C.

Atomicity

D.

Consistency

Full Access
Question # 8

A database is configured to use undo management with temporary undo enabled. AnUPDATEis run on the table.

Which of the following describes where the undo is stored?

A.

In the system global area

B.

In the undo

C.

In the SYSAUX

D.

In the temporary

Full Access
Question # 9

A database administrator is migrating the information in a legacy table to a newer table. Both tables contain the same columns, and some of the data may overlap.

Which of the following SQL commands should the administrator use to ensure that records from the two tables are not duplicated?

A.

UNION

B.

JOIN

C.

IINTERSECT

D.

CROSS JOIN

Full Access
Question # 10

Which of the following are the best resources for monitoring potential server issues? (Choose two.)

A.

User connections

B.

Firewall usage

C.

Index usage

D.

CPU usage

E.

Query execution

F.

Memory usage

Full Access
Question # 11

Which of the following sets the age requirement for data that should be recovered after a major disaster?

A.

MTBF

B.

RTO

C.

MTTF

D.

RPO

Full Access
Question # 12

Which of the following is an advantage of creating indexes?

A.

To help with space allocation

B.

To provide quick and efficient access to data

C.

To reduce memory

D.

To update the query plan

Full Access
Question # 13

A database administrator wants to remove inactive customers from a database. Which of the following statements should the administrator use?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 14

Which of the following should a company develop to ensure preparedness for a fire in a data center?

A.

Deployment plan

B.

Backup plan

C.

Data retention policy

D.

Disaster recovery plan

Full Access
Question # 15

Given the following customer table:

Which of the following ORM snippets would return the ID, state, and country of all customers with the newest customers appearingfirst?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 16

A business analyst is using a client table and an invoice table to create a database view that shows clients who have not made purchases yet. Which of the following joins ismostappropriate for the analyst to use to create this database view?

A.

INNER JOIN ON Client.Key = Invoice.Key

B.

RIGHT JOIN ON Client.Key = Invoice.Key WHERE BY Client.Key ISNOLL

C.

LEFT JOIN ON Client.Key = Invoice.Key

D.

LEFT JOIN ON Client.Key = Invoice.Key WHEREBY Invoice.Key ISNOLL

Full Access
Question # 17

A company is launching a proof-of-concept, cloud-based application. One of the requirements is to select a database engine that will allow administrators to perform quick and simple queries on unstructured data.Which of the following would bebestsuited for this task?

A.

MonogoDB

B.

MS SQL

C.

Oracle

D.

Graph database

Full Access
Question # 18

Which of the following indexes stores records in a tabular format?

A.

Columnstore

B.

Non-clustered

C.

Unique

D.

Secondary

Full Access
Question # 19

Which of the following is a result of an on-path attack on a system?

A.

A Wi-Fi networkthat redirects to clones of legitimate websites

B.

A website that has crashed and is no longer accessible

C.

An email from an unknown source requesting bank account details

D.

A web application that returns the addresses of its customers

Full Access
Question # 20

Which of the following scripts would set the database recovery model for sys.database?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 21

Which of the following cloud storage options provides users with endpoints to retrieve data via REST API?

A.

Network file

B.

Object

C.

Ephemeral

D.

iBIock

Full Access
Question # 22

A database administrator needs to ensure database backups are occurring on a daily basis and at scheduled times. Which of the following actions should the administrator take?

A.

Query the database to observe entries.

B.

Check the database schema.

C.

Review the backup media.

D.

Review the server logs for entries.

Full Access
Question # 23

Which of the followingbestdescribes a collection of data that shares the same properties or attributes?

A.

Relation set

B.

ER model

C.

Entity set

D.

Tuples

Full Access
Question # 24

A company wants to deploy a new application that will distribute the workload to five different database instances. The database administrator needs to ensure that, for each copy of the database, users are able to read and write data that will be synchronized across all of the instances.

Which of the following should the administrator use to achieve this objective?

A.

[Peer-to-peer replication

B.

Failover clustering

C.

Log shipping

D.

Availability groups

Full Access