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

H13-921_V1.5 Questions and Answers

Question # 6

Which statements about SQL execution process are correct?

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

Full Access
Question # 7

What are the parameter types for stored procedures?

A.

IN

B.

OUT

C.

INOUT

D.

OUTIN

Full Access
Question # 8

Which of the following operationscannotbe performed on a diagnostic report?

A.

View

B.

Download

C.

Subscribe

D.

Dump

Full Access
Question # 9

GaussDB (for MySQL) supports compute-storage separation.

A.

True

B.

False

Full Access
Question # 10

In GaussDB (for MySQL), which parameter is used to control the maximum idle time for interactive connections?

A.

wait_timeout

B.

max_connections

C.

interactive_timeout

D.

connect_timeout

Full Access
Question # 11

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

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

Full Access
Question # 12

Which of the following isnota functional module of Cloud Audit?

A.

Audit log recording

B.

Audit log query

C.

Event file encryption

D.

Event file desensitization

Full Access
Question # 13

In regex, a* matches 0 or more “a” characters.

A.

True

B.

False

Full Access
Question # 14

Which of the following is a supported storage engine in GaussDB (for MySQL)?

A.

InnoDB storage engine

B.

Memory storage engine

C.

MyISAM storage engine

D.

ARCHIVE storage engine

Full Access
Question # 15

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

A.

True

B.

False

Full Access
Question # 16

In the EXPLAIN command output of GaussDB (for MySQL), which Select_type values are valid?

A.

DEPENDENT UNION: subsequent SELECTs in a UNION

B.

DERIVED: derived table SELECT (subquery in FROM)

C.

UNION RESULT: result of UNION

D.

PRIMARY: outermost SELECT in query with subqueries

Full Access
Question # 17

Which are common denormalization practices in DB design?

A.

Increase index count

B.

Recreate tables

C.

Add derived columns

D.

Add redundant columns

Full Access
Question # 18

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

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

Full Access
Question # 19

To meet data reliability requirements, GaussDB (for MySQL) can retain automatic backup recovery for up to how many days?

A.

128

B.

360

C.

356

D.

732

Full Access
Question # 20

Which of the following is a normal tenant creation process?

A.

Add parent tenant

B.

Add tenant

C.

Plan resource management

D.

Bind roles and tenant

Full Access
Question # 21

GaussDB (for MySQL) uses snapshots for both full and incremental backups, with second-level creation efficiency.

A.

True

B.

False

Full Access
Question # 22

For composite indexes, B+ tree is built left-to-right.

A.

True

B.

False

Full Access
Question # 23

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

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

Full Access
Question # 24

Which of the following VPC connection methods can achieve private IP communication between different VPCs in the same region?

A.

VPC Peering

B.

Virtual Private Network (VPN)

C.

Elastic Public IP (EIP)

D.

NAT Gateway

Full Access
Question # 25

Slow query logs in GaussDB (for MySQL) are controlled by slow_query_log. 0/OFF disables, 1/ON enables.

A.

True

B.

False

Full Access
Question # 26

Which statements about storage engines are correct?

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

Full Access
Question # 27

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

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

Full Access
Question # 28

Which of the following are entities?

A.

Pilot

B.

Student

C.

Height

D.

Gender

Full Access
Question # 29

What is the result of the SQL command: SELECT RPAD('hi', 5, 'u');?

A.

hiuuuu

B.

uuuuhi

C.

hiuuu

D.

uuuhi

Full Access
Question # 30

FETCH retrieves the current cursor row and moves to the next. If already at last row, overflow occurs.

A.

True

B.

False

Full Access
Question # 31

If private IP cannot connect to GaussDB (for MySQL), bind an Elastic Public IP and connect via ECS or public host.

A.

True

B.

False

Full Access
Question # 32

GaussDB (for MySQL) log management supports viewing DB-level logs, including error logs and slow SQL logs.

A.

True

B.

False

Full Access
Question # 33

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

A.

Independent CPU/memory, each provides equal read performance

B.

Adding read-only nodes is fast, independent of data size

C.

Only metadata is exchanged with primary, minimal overhead

D.

No interaction between read-only nodes, scaling doesn’t affect others

Full Access
Question # 34

In GaussDB (for MySQL), session and connection are the same concept.

A.

True

B.

False

Full Access
Question # 35

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

A.

True

B.

False

Full Access
Question # 36

Compared to RDS for MySQL, GaussDB (for MySQL) has no standby nodes; all read-only are active and handle read traffic, improving utilization.

A.

True

B.

False

Full Access
Question # 37

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

A.

True

B.

False

Full Access
Question # 38

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

A.

True

B.

False

Full Access
Question # 39

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

A.

True

B.

False

Full Access
Question # 40

Which of the following isnota binary data type?

A.

BLOB

B.

RAW

C.

BYTEA

D.

TEXT

Full Access
Question # 41

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

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)

Full Access
Question # 42

In DRS, backup migration means reading local backup files and restoring to target DB.

A.

True

B.

False

Full Access
Question # 43

The delay between read-only and primary nodes mainly comes from which of the following?

A.

Small data sync between hosts

B.

Read-only nodes reading logs

C.

Read-only nodes replaying WAL

D.

Read-only nodes deleting WAL

Full Access
Question # 44

Which descriptions about session parameters are correct?

A.

max_connections: maximum allowed connections

B.

wait_timeout: max idle time for non-interactive connections

C.

interactive_timeout: max idle time for interactive connections

D.

connect_timeout: exception thrown if connection not established in time

Full Access
Question # 45

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

A.

print status

B.

select status

C.

desc status

D.

show status

Full Access
Question # 46

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

A.

rdsAdmin

B.

rdsRoot

C.

rdsMetric

D.

rdsBackup

Full Access
Question # 47

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

A.

%

B.

*

C.

~

D.

(Blank)

Full Access
Question # 48

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?

A.

Intranet connection

B.

Public network connection

C.

Navicat connection

D.

DAS connection

Full Access
Question # 49

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

A.

True

B.

False

Full Access
Question # 50

When creating a GaussDB (for MySQL) instance, the system automatically creates system accounts (usable by users) to support backend O&M. Which are these accounts?

A.

rdsAdmin

B.

rdsRepl

C.

rdsBackup

D.

rdsMetric

Full Access
Question # 51

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

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)

Full Access
Question # 52

When executing stored procedures, which end delimiters are allowed?

A.

Using / and ;

B.

Using /

C.

Using ;

D.

Using newline as delimiter

Full Access
Question # 53

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

A.

True

B.

False

Full Access
Question # 54

GaussDB (for MySQL) supports bidirectional scalability for compute nodes and 1 read-write node. What is the maximum number of read-only nodes it supports?

A.

15

B.

16

C.

14

D.

17

Full Access
Question # 55

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?

A.

ALL

B.

Range

C.

Full

D.

NULL

Full Access
Question # 56

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

A.

Fault detection is handled by HA monitor component

B.

Each node periodically outputs status (faults, CPU, memory, etc.)

C.

HA monitor promotes standby on primary failure, recovers standby on fault

D.

A node is marked faulty only after 3 consecutive failures to reduce false positives

Full Access
Question # 57

Which statements about slow query logs are correct?

A.

Time waiting for initial table locks is excluded

B.

Slow logs record SQL affecting performance for later tuning

C.

Record order may differ from execution order

D.

Logs are written after execution and all locks are released

Full Access
Question # 58

Which roles exist in DAS Enterprise Edition?

A.

System Administrator

B.

DBA

C.

Business Owner role

D.

Regular User

Full Access
Question # 59

In Cloud DBA’s performance module, “Slow SQL” includes which functions?

A.

Slow log description

B.

Slow log trend

C.

Slow log statistics

D.

Slow log details

Full Access
Question # 60

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

A.

True

B.

False

Full Access
Question # 61

In GaussDB (for MySQL), user variables are session variables that can be saved and shared across sessions.

A.

True

B.

False

Full Access
Question # 62

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

A.

Application statistics

B.

Operating system statistics

C.

Network statistics

D.

Database statistics

Full Access
Question # 63

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

A.

True

B.

False

Full Access
Question # 64

For multidimensional clue analysis in data security auditing, which clues are supported by Huawei Cloud?

A.

Risk clues

B.

Session clues

C.

Detailed statement clues

D.

User clues

Full Access