Pre-Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

CompTIA DS0-001 - CompTIA DataSys+ Certification Exam

Page: 3 / 4
Total 118 questions

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

A.

PL/SQL

B.

XML

C.

Entity Framework

D.

T-SQL

E.

Hibernate

F.

PHP

A DBA left the company, and the DBA's account was removed from the system. Soon after, scheduled jobs began failing.

Which of the following would have most likely prevented this issue?

A.

Load balancing

B.

Business continuity plan

C.

Service accounts

D.

Assigning a data steward

Which of the following is a potential issue raised by enterprise database users?

A.

The need for multiple views or windows into the same database

B.

The need to manage long transactions

C.

The need for concurrent access and multiuser updates

D.

The need to manually transfer records to paper

A server administrator wants to analyze a database server's disk throughput. Which of the following should the administrator measure?

A.

RPfvl

B.

Latency

C.

IOPS

D.

Reads

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 is most appropriate 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 IS NOLL

C.

LEFT JOIN ON Client.Key = Invoice.Key

D.

LEFT JOIN ON Client.Key = Invoice.Key WHERE BY Invoice.Key IS NOLL

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

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?

A.

Circuit-level

B.

Stateful

C.

Proxy

D.

Packet

A database administrator set up a connection for a SQL Server instance for a new user, but the administrator is unable to connect using the user's workstation. Which of the following is the most likely cause of the issue?

A.

The SQL Server codes are performing badly.

B.

The SQL Server has not been tested properly.

C.

The SQL Server ports to the main machine are closed.

D.

The SQL Server has many concurrent users.

Which of the following tools is used for natively running a Linux system in Windows?

A.

WSL

B.

[Remote Desktop Protocol

C.

SSH

D.

ITelnet

Which of the following statements contains an error?

A.

Select EmpId from employee where EmpId=90030

B.

Select EmpId where EmpId=90030 and DeptId=34

C.

Select* from employee where EmpId=90030

D.

Select EmpId from employee