Summer Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Huawei H13-921_V1.5 HCIP-GaussDB-OLTP V1.5 Exam Practice Test

Demo: 64 questions
Total 214 questions

HCIP-GaussDB-OLTP V1.5 Questions and Answers

Question 1

Which are valid plan display formats?

Options:

A.

Normal

B.

Pretty

C.

Analyze

D.

Verbose

Question 2

Which functions are provided by Huawei Cloud Data Replication Service (DRS)?

Options:

A.

Real-time sync

B.

Real-time migration

C.

Backup migration

D.

Data subscription

E.

Real-time disaster recovery

Question 3

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)

Question 4

Which of the following statements about GaussDB (for MySQL) compatibility are correct?

Options:

A.

Syntax compatibility with MySQL 8.0 and functions

B.

Development ecosystem compatibility (e.g., Hibernate, MyBatis, Druid)

C.

Tool compatibility (MySQL WorkBench, Navicat, MySQL Dumper, PL/SQL Developer)

D.

Connector compatibility (MySQL JDBC, ODBC)

Question 5

Which are Huawei Cloud security services?

Options:

A.

Database Security Service (DBSS)

B.

Cloud Audit Service (CTS)

C.

VPC network security functions

D.

Identity and Access Management (IAM)

Question 6

GaussDB (for MySQL) enforces password complexity rules for new users. Which of the following passwords donotcomply?

Options:

A.

Gauss<3

B.

Gauss321

C.

gauss<321

D.

Gauss<321

Question 7

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

Options:

A.

zood

B.

xood

C.

food

D.

z

Question 8

Which methods can be used to find fragmented tables in GaussDB (for MySQL)?

Options:

A.

Cloud DBA “Space” function

B.

SHOW TABLES directly

C.

Query information_schema.TABLES

D.

SHOW TABLE STATUS LIKE 'table_name' and check Data_free

Question 9

In GaussDB (for MySQL), which of the following is offloaded to the storage node for execution?

Options:

A.

Transaction

B.

Buffer Pool

C.

SQL Parse

D.

Log Write

Question 10

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

Question 11

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

Options:

A.

Creating

B.

Executing

C.

Login

D.

Killed

Question 12

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

Options:

A.

True

B.

False

Question 13

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

Question 14

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

Options:

A.

True

B.

False

Question 15

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)

Question 16

Which command in GaussDB (for MySQL) is used to view server status information?

Options:

A.

print status

B.

select status

C.

desc status

D.

show status

Question 17

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”

Question 18

The EXPLAIN command can be used to view the execution plan of SQL statements. In the execution plan, Type indicates the access method to the table. Which of the following is not a valid Type value?

Options:

A.

ALL

B.

Range

C.

Full

D.

NULL

Question 19

Which window function generates a ranking within groups, where the same value gets the same rank?

Options:

A.

DENS

B.

RANK()

C.

PERCENT_RANK()

D.

ROW_NUMBER()

Question 20

Which of the following operationscannotbe performed on a diagnostic report?

Options:

A.

View

B.

Download

C.

Subscribe

D.

Dump

Question 21

Which of the following are Huawei Cloud’s database management tools?

Options:

A.

DAS

B.

DRS

C.

DBSS

D.

UGO

Question 22

Which statements about SQL execution process are correct?

Options:

A.

Connector: manages connections, verifies permissions

B.

Parser: generates execution plan, selects indexes

C.

Executor: operates engine, returns results

D.

Storage engine: stores data, provides read/write interface

Question 23

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

Options:

A.

True

B.

False

Question 24

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

Options:

A.

True

B.

False

Question 25

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

Question 26

The frequency of flushing the log from buffer to disk is related to the parameter innodb_flush_log_at_trx_commit. If you want to flush the log buffer and write it to disk every time a transaction is committed, what should the parameter value be?

Options:

A.

1

B.

2

C.

3

Question 27

Regarding users, roles, and permissions, which of the following descriptions isincorrect?

Options:

A.

Database users are primarily used to connect to and access database objects

B.

Roles have the ability to log in and execute SQL statements

C.

Databases use roles to organize and divide permissions

D.

Creating a role requires the user to have CREATE ROLE or CREATE USER permissions

Question 28

When executing stored procedures, which end delimiters are allowed?

Options:

A.

Using / and ;

B.

Using /

C.

Using ;

D.

Using newline as delimiter

Question 29

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

Options:

A.

True

B.

False

Question 30

When using “Full SQL Insight,” DAS must be enabled to collect all SQL. After enabling, what is the performance overhead within?

Options:

A.

2%

B.

3%

C.

4%

D.

5%

Question 31

With shared storage, GaussDB (for MySQL) can expand by adding compute nodes, completed within minutes regardless of data size.

Options:

A.

True

B.

False

Question 32

Huawei Cloud DAS (Cloud DBA) provides intelligent monitoring, diagnostics, and optimization to ensure stable DB operation.

Options:

A.

True

B.

False

Question 33

What does GaussDB (for MySQL) use in stored procedures to implement the effect of dynamic SQL updates?

Options:

A.

Regular expressions

B.

Scheduler

C.

Cursor

D.

Trigger

Question 34

The command show [session|global] status defaults to "global".

Options:

A.

True

B.

False

Question 35

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

Options:

A.

%

B.

*

C.

~

D.

(Blank)

Question 36

GaussDB (for MySQL) supports compute-storage separation.

Options:

A.

True

B.

False

Question 37

Hints are used when the user knows the optimal execution plan or to stabilize SQL execution plans for performance tuning.

Options:

A.

True

B.

False

Question 38

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

Question 39

Which Huawei Cloud service is used to control external access operations to virtual machines?

Options:

A.

IAM

B.

VPN

C.

Security Group

D.

VPC

Question 40

Response time calculation model = network transmission time (request) + server processing time (one or more layers) + network transmission time (response) + frontend parsing time.

Options:

A.

True

B.

False

Question 41

Huawei Cloud DB Security Audit supports analyzing SQL behavior by risk levels, SQL injection, blacklist statements, and unauthorized operations.

Options:

A.

True

B.

False

Question 42

Which are common denormalization practices in DB design?

Options:

A.

Increase index count

B.

Recreate tables

C.

Add derived columns

D.

Add redundant columns

Question 43

Which window function can be used to generate group-based ranks with the same rank for identical values?

Options:

A.

ROW_NUMBER()

B.

RANK()

C.

DENSE_RANK()

D.

NTLITE()

Question 44

The parameter innodb_log_buffer_size is used to set the size of the InnoDB log buffer, primarily to improve I/O performance for writing logs. What is the default size in a 16-core, 64GB GaussDB (for MySQL) instance?

Options:

A.

128MB

B.

256MB

C.

512MB

D.

1GB

Question 45

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

Options:

A.

8

B.

10

C.

12

D.

13

Question 46

Which types of backup does Huawei Cloud provide?

Options:

A.

Automatic backup

B.

Manual backup

C.

Full backup

D.

Incremental backup

Question 47

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

Options:

A.

True

B.

False

Question 48

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

Question 49

Which command can GaussDB (for MySQL) use to view server status information?

Options:

A.

print

B.

select

C.

desc

D.

show

Question 50

GaussDB (for MySQL) uses the same backup mechanism as community MySQL and supports xtrabackup for physical backups.

Options:

A.

True

B.

False

Question 51

SQL statements exceeding slow_launch_time are recorded in the slow SQL log.

Options:

A.

True

B.

False

Question 52

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

Options:

A.

Automatic backup

B.

Manual backup

C.

Incremental backup

D.

Full backup

Question 53

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

Question 54

To elastically scale read capacity and reduce GaussDB (for MySQL) pressure, read-only nodes can be created. Which statements are correct?

Options:

A.

One cluster supports up to 15 read-only nodes

B.

Support data migration to read-only nodes

C.

Support creating and deleting databases

D.

No account creation allowed on read-only nodes (must be on primary)

Question 55

To facilitate management, DAS Enterprise Edition includes several user roles. Which of the following isnotamong them?

Options:

A.

Regular User

B.

DBA

C.

Business Owner

D.

System Administrator

Question 56

Which factors should be considered when designing database objects?

Options:

A.

Field length

B.

Normalization design

C.

Field types

D.

Proper indexing

Question 57

What are the main features of GaussDB 100?

Options:

A.

Extreme performance

B.

Simple and easy to use

C.

NoSQL database

D.

Secure and reliable

Question 58

Horizontal partitioning always improves query performance.

Options:

A.

True

B.

False

Question 59

User sessions correspond to user connection threads — one session equals one connection thread.

Options:

A.

True

B.

False

Question 60

If read hit ratio is below 99%, lowering innodb_buffer_pool_size can improve cache hit rate.

Options:

A.

True

B.

False

Question 61

What are the core advantages of GaussDB (for MySQL)?

Options:

A.

Ultra-high performance

B.

High scalability

C.

High reliability

D.

NoSQL support

Question 62

Which of the following statements are incorrect?

Options:

A.

Page Store persists Pages and SQL reads pages

B.

Slice is independent and max size is 1GB

C.

Log Store defaults to multi-replica sync

D.

Log Store uses append-only

Question 63

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

Options:

A.

True

B.

False

Question 64

Which SQL O&M features does Cloud DBA provide?

Options:

A.

Full SQL Insight

B.

SQL Diagnosis

C.

SQL Audit

D.

Slow SQL

Demo: 64 questions
Total 214 questions