Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

DS0-001 CompTIA DataSys+ Certification Exam Questions and Answers

Questions 4

Which of the following database instances are created by default when SQL Server is installed? (Choose two.)

Options:

A.

Root

B.

Master

C.

Log

D.

Model

E.

View

F.

Index

Buy Now
Questions 5

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

Options:

A.

A Wi-Fi network that 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

Buy Now
Questions 6

Which of the following describes the purpose of a snapshot?

Options:

A.

To create a dynamic data replication

B.

To create a synonym

C.

To create a

D.

To create an image of a database

Buy Now
Questions 7

Which of the following is a reason to create a stored procedure?

Options:

A.

To minimize storage space

B.

To improve performance

C.

To bypass case sensitivity requirements

D.

To give control of the query logic to the user

Buy Now
Questions 8

(A database administrator wants users to be able to access resources remotely from home. Which of the following best describes how the administrator can enable this access without compromising the security of the stored data?)

Options:

A.

Implement a virtual private network.

B.

Implement strong password policies.

C.

Configure and deploy a firewall.

D.

Implement a perimeter network for internet-facing database applications.

Buy Now
Questions 9

Which of the following computer services associates IP network addresses with text-based names in order to facilitate identification and connectivity?

Options:

A.

LDAP

B.

NTP

C.

DHCP

D.

IDNS

Buy Now
Questions 10

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?

Options:

A.

[Peer-to-peer replication

B.

Failover clustering

C.

Log shipping

D.

Availability groups

Buy Now
Questions 11

(A database administrator has configured a Resource Governor with three resource pools. The first resource pool is assigned a minimum CPU and memory value of 25%. The second resource pool is assigned a minimum CPU and memory value of 35%. The database administrator wants to assign the maximum CPU and the maximum resource pool to the third resource. Which of the following is the maximum the database administrator should assign to the third resource?)

Options:

A.

20%

B.

40%

C.

60%

D.

100%

Buy Now
Questions 12

An on-premises application server connects to a database in the cloud. Which of the following must be considered to ensure data integrity during transmission?

Options:

A.

Bandwidth

B.

Encryption

C.

Redundancy

D.

Masking

Buy Now
Questions 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)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 14

Which of the following is part of logical database infrastructure security?

Options:

A.

Surveillance

B.

Biometric access

C.

Perimeter network

D.

Cooling system

Buy Now
Questions 15

(Which of the following is used to store product quantities in a table while ensuring the minimal amount of storage is consumed?)

Options:

A.

DOUBLE

B.

INTEGER

C.

COUNT

D.

FLOAT

Buy Now
Questions 16

(A database administrator wants to create a database that does not have a predefined schema. Which of the following tools should the administrator use to create this type of database? Select two.)

Options:

A.

PostgreSQL

B.

MariaDB

C.

MySQL

D.

SQL Server

E.

MongoDB

F.

Cosmos

Buy Now
Questions 17

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 appearing first?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 18

A database administrator needs to ensure that a newly installed corporate business intelligence application can access the company’s transactional data. Which of the following tasks should the administrator perform first?

Options:

A.

Create a new service account exclusively for the business intelligence application.

B.

Build a separate data warehouse customized to the business intelligence application's specifications.

C.

Set up a nightly FTP data transfer from the database server to the business intelligence application server.

D.

Send the business intelligence administrator the approved TNS names file to configure the data mapping.

E.

Open a new port on the database server exclusively for the business intelligence application.

Buy Now
Questions 19

A database administrator needs to ensure continuous availability of a database in case the server fails. Which of the following should the administrator implement to ensure high availability of the database?

Options:

A.

ETL

B.

Replication

C.

Database dumping

D.

Backup and restore

Buy Now
Questions 20

A database administrator needs a tool to document and explain the relationships between data in an organization's database. Which of the following is the best tool to accomplish this task?

Options:

A.

Text editor

B.

UML editor

C.

Word processor

D.

SQL query

Buy Now
Questions 21

(Which of the following is a CPU-intensive operation that improves database performance and information retrieval?)

Options:

A.

Database compression

B.

Patch management

C.

Index optimization

D.

Data corruption checks

Buy Now
Questions 22

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

Options:

A.

MTBF

B.

RTO

C.

MTTF

D.

RPO

Buy Now
Questions 23

A database administrator would like to create a table named XYZ. Which of the following queries should the database administrator use to create the table?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 24

Which of the following have data manipulation and procedural scripting power? (Choose two.)

Options:

A.

PQL

B.

PL/SQL

C.

Advanced

D.

SQL

E.

SQL

F.

T-SQL

Buy Now
Questions 25

A database's daily backup failed. Previous backups were completed successfully. Which of the following should the database administrator examine first to troubleshoot the issue?

Options:

A.

CPU usage

B.

Disk space

C.

Event log

D.

OS performance

Buy Now
Questions 26

Which of the following firewall types allows an administrator to control traffic and make decisions based on factors such as connection information and data flow communications?

Options:

A.

Circuit-level

B.

Stateful

C.

Proxy

D.

Packet

Buy Now
Questions 27

A new retail store employee needs to be able to authenticate to a database. Which of the following commands should a database administrator use for this task?

Options:

A.

INSERT USER

B.

ALLOW USER

C.

CREATE USER

D.

ALTER USER

Buy Now
Questions 28

(New users at a company are reporting that the system is not accepting new credentials when the users are asked to change the credentials for the first time. Which of the following is the reason the credentials are being rejected?)

Options:

A.

Identity management

B.

Access controls

C.

Service accounts

D.

Password policies

Buy Now
Questions 29

(A developer needs to integrate a trigger to execute an action in a database. Which of the following SQL snippets is a correct use of a trigger?)

Options:

A.

CREATE TRIGGER trigger_test

BEFORE ALTER

ON flights

FOR EACH ROW

SET add_ons = 0;

B.

CREATE TRIGGER trigger_test

DURING UPDATE

ON flights

FOR EACH ROW

SET flight_status = 'booked';

C.

CREATE TRIGGER trigger_test

AFTER DROP

ON flights

FOR EACH ROW

SET add_ons = 0;

D.

CREATE TRIGGER trigger_test

BEFORE UPDATE

ON flights

FOR EACH ROW

SET flight_count = flight_count_prev + 1;

Buy Now
Questions 30

A database administrator manages a database server that is running low on disk space. A lot of backup files are stored on the server's disks.

Which of the following is the best action for the administrator to take?

Options:

A.

Move all the backup files to external disks.

B.

Delete all the backup files containing data that is rated as classified.

C.

Delete all the backup files that are not required by the backup retention policy.

D.

Delete all the backup files except for the most recent one.

Buy Now
Questions 31

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?

Options:

A.

UNION

B.

JOIN

C.

IINTERSECT

D.

CROSS JOIN

Buy Now
Questions 32

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

Options:

A.

Durability

B.

Isolation

C.

Atomicity

D.

Consistency

Buy Now
Questions 33

An automated script is using common passwords to gain access to a remote system. Which of the following attacks is being performed?

Options:

A.

DoS

B.

Brute-force

C.

SQL injection

D.

Phishing

Buy Now
Questions 34

(Which of the following are ORM tools? Select two.)

Options:

A.

PL/SQL

B.

XML

C.

Entity Framework

D.

T-SQL

E.

Hibernate

F.

PHP

Buy Now
Questions 35

Which of the following constraints is used to enforce referential integrity?

Options:

A.

Surrogate key

B.

Foreign key

C.

Unique key

D.

Primary key

Buy Now
Exam Code: DS0-001
Exam Name: CompTIA DataSys+ Certification Exam
Last Update: Feb 21, 2026
Questions: 118
DS0-001 pdf

DS0-001 PDF

$25.5  $84.99
DS0-001 Engine

DS0-001 Testing Engine

$30  $99.99
DS0-001 PDF + Engine

DS0-001 PDF + Testing Engine

$40.5  $134.99