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

H13-921_V1.5 HCIP-GaussDB-OLTP V1.5 Questions and Answers

Questions 4

System tables and views record metadata for DB objects and users. Which system table or viewcannotbe used to query user information?

Options:

A.

pg_roles

B.

pg_user

C.

pg_auth_members

D.

pg_authid

Buy Now
Questions 5

Which statements about storage engines are correct?

Options:

A.

Different engines provide different mechanisms, indexes, lock levels, etc.

B.

Storage engine is the DBMS’s bottom layer software responsible for creation, queries, updates

C.

Storage engine determines data access mode, directly affecting read/write performance

D.

Each storage engine has unique formats, scenarios, and limitations

Buy Now
Questions 6

MD5(str) returns a 128-bit checksum as a 40-character hex string.

Options:

A.

True

B.

False

Buy Now
Questions 7

When creating a user in GaussDB (for MySQL), which symbol represents all hosts?

Options:

A.

%

B.

*

C.

~

D.

(Blank)

Buy Now
Questions 8

When purchasing GaussDB (for MySQL), storage space must be pre-planned in addition to CPU, to avoid later expansion.

Options:

A.

True

B.

False

Buy Now
Questions 9

Which of the following statements about PLOG objects in Log Stores are correct?

Options:

A.

Uses append-only storage

B.

Identified by a 24-byte unique ID

C.

Default 3 replicas, strong consistency on writes, read from any replica

D.

PLOG size limited to 10GB

Buy Now
Questions 10

Using DAS → Space tab → “Database Space”, users can search by DB name to view size and fragmentation rate.

Options:

A.

True

B.

False

Buy Now
Questions 11

GaussDB (for MySQL) uses V5 CPU + Optane DC SSD + RDMA network hardware combo, ensuring stable and fast performance.

Options:

A.

True

B.

False

Buy Now
Questions 12

What is the maximum number of read-only nodes that can be added to a GaussDB (for MySQL) cluster?

Options:

A.

12

B.

13

C.

14

D.

15

Buy Now
Questions 13

In GaussDB (for MySQL), what is the default value of the long_query_time parameter (i.e., the slow log threshold)?

Options:

A.

5s

B.

10s

C.

15s

D.

20s

Buy Now
Questions 14

Using DROP USER must be cautious because deleted objects cannot be recovered even if interrupted.

Options:

A.

True

B.

False

Buy Now
Questions 15

What is the output of the following SQL statement?

SELECT JSON_EXTRACT(10, 20, [30, 40], "$$"$$11);

Options:

A.

[30, 40, 20]

B.

[20, 10]

C.

(30, 40, 20)

D.

(20, 10)

Buy Now
Questions 16

GaussDB (for MySQL) supports compute node bidirectional scaling: vertical (1 write, 15 reads) and horizontal (elastic online scaling, pay-as-you-go).

Options:

A.

True

B.

False

Buy Now
Questions 17

Which types of backup does GaussDB (for MySQL) support?

Options:

A.

Automatic backup

B.

Manual backup

C.

Incremental backup

D.

Full backup

Buy Now
Questions 18

In execution plans, the id indicates SELECT sequence number. Larger IDs execute first; same IDs execute top to bottom.

Options:

A.

True

B.

False

Buy Now
Questions 19

Hints in GaussDB (for MySQL) mainly include which categories?

Options:

A.

Specify index

B.

Specify join tables

C.

Specify optimization strategy

D.

Specify column names

Buy Now
Questions 20

EXPLAIN cannot show the impact of triggers, stored procedures, or user-defined functions on queries.

Options:

A.

True

B.

False

Buy Now
Questions 21

When using security group functionality, which of the following is not a configurable setting?

Options:

A.

Access port

B.

Access protocol

C.

Priority

D.

Blacklist

Buy Now
Questions 22

The regex function REGEXP_INSTR returns the starting index of a match. If return_option=1, it returns the last position.

Options:

A.

True

B.

False

Buy Now
Questions 23

Which methods can be used during requirements investigation?

Options:

A.

Questionnaire survey

B.

Interviews with business personnel

C.

Sample data collection and analysis

D.

Review “User Requirements Specification”

Buy Now
Questions 24

Which of the following are correct about read-only nodes?

Options:

A.

Specs are consistent with the cluster

B.

No need to manage accounts/databases, sync from primary

C.

Support creating and deleting databases

D.

Provide performance monitoring

Buy Now
Questions 25

Which strings can the regex 'x?z|food' (simplified from source) match?

Options:

A.

zood

B.

xood

C.

food

D.

z

Buy Now
Questions 26

During SQL execution, which component generates the execution plan?

Options:

A.

Parser

B.

Executor

C.

Storage Engine

D.

Optimizer

Buy Now
Questions 27

Which of the following descriptions about Hint optimization strategies isincorrect?

Options:

A.

JOIN_PREFIX: uses the specified table order as thelastjoin order

B.

JOIN_FIXED_ORDER: uses the FROM clause's table order as the join order

C.

JOIN_ORDER: uses the specified table order as the join order

D.

MAX_EXECUTION_TIME: limits the statement execution time

Buy Now
Questions 28

Which of the following is a normal tenant creation process?

Options:

A.

Add parent tenant

B.

Add tenant

C.

Plan resource management

D.

Bind roles and tenant

Buy Now
Questions 29

In GaussDB (for MySQL), roles cannot log in but can execute SQL statements.

Options:

A.

True

B.

False

Buy Now
Questions 30

After executing CREATE USER user1@'100.%' IDENTIFIED BY 'Database_123';, user1 can connect from any host.

Options:

A.

True

B.

False

Buy Now
Questions 31

Which regex pattern is used to match one or more ‘h’ characters?

Options:

A.

h+

B.

h-

C.

h*

D.

h

Buy Now
Questions 32

Which of the following is the correct sequence for connecting to a GaussDB (for MySQL) instance via the internet?

Options:

A.

2341

B.

3214

C.

2314

D.

3124

Buy Now
Questions 33

UGO (DB & App Migration) is a professional cloud service for heterogeneous DB structure migration and SQL conversion.

Options:

A.

True

B.

False

Buy Now
Questions 34

What is the impossible result of executing: SELECT FLOOR(8 + (RAND()* 5));?

Options:

A.

8

B.

10

C.

12

D.

13

Buy Now
Questions 35

Which of the following is NOT a system built-in user in GaussDB (for MySQL)?

Options:

A.

rdsAdmin

B.

rdsRoot

C.

rdsMetric

D.

rdsBackup

Buy Now
Questions 36

DAS Enterprise Edition supports export tasks: data only, structure only, or both, in SQL or CSV format.

Options:

A.

True

B.

False

Buy Now
Questions 37

Which factors should be considered when designing database objects?

Options:

A.

Field length

B.

Normalization design

C.

Field types

D.

Proper indexing

Buy Now
Questions 38

Which of the following statements about GaussDB (for MySQL) instances is incorrect?

Options:

A.

An instance contains multiple background threads

B.

An instance includes continuous memory regions

C.

An instance contains various files

D.

An instance corresponds one-to-one with a database

Buy Now
Questions 39

GaussDB (for MySQL) currently only supports the InnoDB storage engine.

Options:

A.

True

B.

False

Buy Now
Questions 40

Using SHOW PROCESSLIST provides session-related info. Which of the following are common thread statuses?

Options:

A.

Creating

B.

Executing

C.

Login

D.

Killed

Buy Now
Questions 41

Which are advantages/features of GaussDB (for MySQL)?

Options:

A.

High performance: 7x native MySQL

B.

High scalability: up to 1 primary + 15 standbys, read/write separation, load balancing

C.

Massive storage: up to 128TB capacity

D.

Compute-storage separation: independently scalable resources

Buy Now
Questions 42

Xiao Hai deployed an application on an Elastic Cloud Server that resides in the same region and VPC as the GaussDB (for MySQL) instance. What is the best way to connect the application to the database in this scenario?

Options:

A.

Intranet connection

B.

Public network connection

C.

Navicat connection

D.

DAS connection

Buy Now
Questions 43

DAS Enterprise Edition defines three types of user roles. Which of the following isnota role in DAS Enterprise Edition?

Options:

A.

System Administrator

B.

DBA

C.

Security Administrator

D.

Regular User

Buy Now
Questions 44

DRS provides complete heterogeneous database migration to the cloud, ensuring smooth business cutover.

Options:

A.

True

B.

False

Buy Now
Questions 45

Which of the following are entities?

Options:

A.

Pilot

B.

Student

C.

Height

D.

Gender

Buy Now
Questions 46

What are the main advantages of the GaussDB (for MySQL) product?

Options:

A.

High reliability

B.

High scalability

C.

Ultra-high performance

D.

High compatibility

Buy Now
Questions 47

What are the parameter types for stored procedures?

Options:

A.

IN

B.

OUT

C.

INOUT

D.

OUTIN

Buy Now
Questions 48

Which of the following are part of GaussDB (for MySQL)'s Cloud Native design philosophy?

Options:

A.

Separation of compute and storage, decoupled primary/secondary

B.

Fault-tolerant, self-healing storage layer with shared access (1 write, many reads)

C.

Full utilization of SSD random read performance

D.

Adoption of new network technologies like RDMA

E.

Log-intensive workloads handled by compute nodes (e.g., redo processing)

Buy Now
Questions 49

Database instance status refers to the running status of the DB instance. Which of the following is NOT a valid status for GaussDB (for MySQL)?

Options:

A.

Normal

B.

Creating

C.

Restarting

D.

Running

Buy Now
Questions 50

GaussDB (for MySQL) supports compute-storage separation.

Options:

A.

True

B.

False

Buy Now
Questions 51

Performance can be measured against a baseline. Ideally, what should a performance baseline include?

Options:

A.

Application statistics

B.

Operating system statistics

C.

Network statistics

D.

Database statistics

Buy Now
Questions 52

When querying information_schema.TABLES, which parameter indicates the size of table fragmentation?

Options:

A.

data volume

B.

data slice

C.

data_free

D.

data page

Buy Now
Questions 53

Which statements about GaussDB (for MySQL) read-only nodes are correct?

Options:

A.

Specs match the cluster

B.

No need to manage accounts/databases, syncs from primary

C.

Provide system performance monitoring

D.

Can be manually promoted to primary

Buy Now
Questions 54

Which statements about GaussDB (for MySQL)'s high reliability and scalability are correct?

Options:

A.

Storage layer asynchronously pushes logs in distributed fashion

B.

Storage up to 256TB, pay-as-you-go, no pre-planning

C.

Shared storage allows fast expansion by adding compute nodes only

D.

Binlog delay is eliminated, RTO is guaranteed

Buy Now
Questions 55

Which of the following statements about the VACUUM FULL operation isincorrect?

Options:

A.

Space from deleted rows is physically released back to the OS

B.

Allows concurrent operations during execution

C.

Should be run only when disk space usage nears a threshold

D.

Improves all operations based on the table after execution

Buy Now
Questions 56

What is the impossible return value of SELECT FLOOR(7 + (RAND()*5));?

Options:

A.

7

B.

8

C.

11

D.

12

Buy Now
Questions 57

A company platform has 29 categories of products. If partitioning tables based on products, which partitioning method is recommended?

Options:

A.

Key Partitioning

B.

Range Partitioning

C.

List Partitioning

D.

Hash Partitioning

Buy Now
Questions 58

Which of the following methods cannot be used to view a table's fragmentation rate?

Options:

A.

Use the “Space” function in Cloud DBA to clearly view the fragmentation rate

B.

Query information_schema.TABLES and check the data_free value

C.

Query performance_schema.TABLES and check the data_free value

D.

Use the command SHOW TABLE STATUS LIKE 'table_name' and check the data_free value

Buy Now
Questions 59

Which of the following are key operations supported by Cloud Audit (CTS) for GaussDB (for MySQL) instances?

Options:

A.

Modify DB port

B.

Create read-only instance

C.

Modify parameter template

D.

Delete DB user

Buy Now
Questions 60

A database administrator received a "cannot connect" error. Diagnosis revealed that a new business caused client connections to exceed the preset limit. Which parameter should be adjusted to fix the error?

Options:

A.

max_connect_errors

B.

max_connections

C.

max_user_connections

D.

connect_timeout

Buy Now
Questions 61

When performance drops sharply, Cloud DBA’s SQL module can quickly identify problematic SQL for diagnosis.

Options:

A.

True

B.

False

Buy Now
Questions 62

In GaussDB (for MySQL), the optimizer generates execution plans, which are executed by the executor.

Options:

A.

True

B.

False

Buy Now
Questions 63

What is the maximum number of read-only nodes that can be created in one GaussDB (for MySQL) cluster?

Options:

A.

13

B.

12

C.

15

D.

14

Buy Now
Questions 64

GaussDB (for MySQL) and GaussDB (openGauss) are both relational databases.

Options:

A.

True

B.

False

Buy Now
Exam Code: H13-921_V1.5
Exam Name: HCIP-GaussDB-OLTP V1.5
Last Update: Oct 5, 2025
Questions: 214

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now H13-921_V1.5 testing engine

PDF (Q&A)

$31.5  $104.99
buy now H13-921_V1.5 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 05 Oct 2025