Weekend Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

H13-921_V1.5 Sample Questions Answers

Questions 4

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

Options:

A.

print

B.

select

C.

desc

D.

show

Buy Now
Questions 5

Which of the following are core functions of the UGO database migration tool?

Options:

A.

Application SQL migration

B.

Database schema migration

C.

Migration workload assessment

D.

Target database selection & spec recommendation

Buy Now
Questions 6

Which of the following isnota functional module of Cloud Audit?

Options:

A.

Audit log recording

B.

Audit log query

C.

Event file encryption

D.

Event file desensitization

Buy Now
Questions 7

Which features does DFV (Data Function Virtualization) provide for elastic scaling?

Options:

A.

Cross-region replication, cross-AZ disaster recovery

B.

Thousands of nodes in a single pool

C.

EB-level capacity, billions of objects per device

D.

Linear scaling of capacity and performance

Buy Now
Questions 8

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 9

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

Options:

A.

True

B.

False

Buy Now
Questions 10

In a 16-core, 64GB GaussDB (for MySQL) instance, what is the default size of the innodb_log_buffer_size parameter?

Options:

A.

128MB

B.

256MB

C.

512MB

D.

1024MB

Buy Now
Questions 11

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 12

During SQL execution, which component generates the execution plan?

Options:

A.

Parser

B.

Executor

C.

Storage Engine

D.

Optimizer

Buy Now
Questions 13

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

Options:

A.

True

B.

False

Buy Now
Questions 14

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

Buy Now
Questions 15

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

Options:

A.

h+

B.

h-

C.

h*

D.

h

Buy Now
Questions 16

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 17

GaussDB (for MySQL) deployment supports both public cloud and hybrid cloud.

Options:

A.

True

B.

False

Buy Now
Questions 18

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 19

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

Options:

A.

7

B.

8

C.

11

D.

12

Buy Now
Questions 20

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 21

What are the parameter types for stored procedures?

Options:

A.

IN

B.

OUT

C.

INOUT

D.

OUTIN

Buy Now
Questions 22

GaussDB (for MySQL) is 100% compatible with MySQL ecosystem, applications can migrate to cloud without modification.

Options:

A.

True

B.

False

Buy Now
Questions 23

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 24

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

Options:

A.

DAS

B.

DRS

C.

DBSS

D.

UGO

Buy Now
Questions 25

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

Buy Now
Questions 26

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)

Buy Now
Questions 27

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 28

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

Options:

A.

True

B.

False

Buy Now
Questions 29

The parameter max_user_connections can limit user connections per instance, and can differ per user.

Options:

A.

True

B.

False

Buy Now
Questions 30

When using hints, different scopes apply. Which scope descriptions are correct?

Options:

A.

Global: affects entire statement

B.

Query block: affects a specific query block

C.

Table-level: affects a table in a block

D.

Index-level: affects an index in a table

Buy Now
Questions 31

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 32

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

Options:

A.

True

B.

False

Buy Now
Questions 33

Which statements about slow query logs are correct?

Options:

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

Buy Now
Questions 34

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 35

Which are common denormalization practices in DB design?

Options:

A.

Increase index count

B.

Recreate tables

C.

Add derived columns

D.

Add redundant columns

Buy Now
Questions 36

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

Options:

A.

True

B.

False

Buy Now
Questions 37

Object Storage Service (OBS) is a massive, secure, reliable, and low-cost storage service.

Options:

A.

True

B.

False

Buy Now
Questions 38

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 39

Which of the following are GaussDB (for MySQL) thread statuses?

Options:

A.

Inserting data: thread inserting data

B.

Executing: thread executing statement

C.

Killed: thread terminates after receiving kill signal

D.

Creating table: thread creating a table

Buy Now
Questions 40

Which SQL O&M features does Cloud DBA provide?

Options:

A.

Full SQL Insight

B.

SQL Diagnosis

C.

SQL Audit

D.

Slow SQL

Buy Now
Questions 41

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 42

In GaussDB (for MySQL), the default failover priority is “0”, where “0” is the highest. It can be manually modified.

Options:

A.

True

B.

False

Buy Now
Questions 43

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 44

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

Buy Now
Questions 45

Which steps belong to the overall installation process?

Options:

A.

Pre-installation preparation

B.

Software installation and deployment

C.

Post-installation check

D.

System configuration

Buy Now
Questions 46

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?

Options:

A.

15

B.

16

C.

14

D.

17

Buy Now
Questions 47

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)

Buy Now
Questions 48

Which functions can database security auditing provide?

Options:

A.

Reporting

B.

User behavior audit

C.

Multidimensional analysis

D.

Real-time alerts

Buy Now
Questions 49

Which roles exist in DAS Enterprise Edition?

Options:

A.

System Administrator

B.

DBA

C.

Business Owner role

D.

Regular User

Buy Now
Questions 50

If an administrator finds that the InnoDB read cache hit rate is low in GaussDB (for MySQL), what should be optimized first?

Options:

A.

Change network configuration

B.

Change CPU specification

C.

Optimize SQL statements

D.

Increase buffer size

Buy Now
Questions 51

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

Options:

A.

True

B.

False

Buy Now
Questions 52

GaussDB (for MySQL) is a single-process, multi-threaded database. What are the advantages of threads?

Options:

A.

Easier creation/management, no memory allocation overhead

B.

Easier creation/management, no merge overhead

C.

Fast context switching

D.

Misbehaving threads won’t affect the entire system

Buy Now
Questions 53

Which parameter types can be used when writing stored procedures?

Options:

A.

OUTIN

B.

INOUT

C.

OUT

D.

IN

Buy Now
Questions 54

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

Options:

A.

True

B.

False

Buy Now
Questions 55

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

Options:

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

Buy Now
Questions 56

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

Options:

A.

wait_timeout

B.

max_connections

C.

interactive_timeout

D.

connect_timeout

Buy Now
Questions 57

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

Options:

A.

8

B.

10

C.

12

D.

13

Buy Now
Questions 58

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 59

Which type of tree does the InnoDB engine use by default to store index information?

Options:

A.

B-Tree

B.

Binary Tree

C.

Balanced Binary Tree

D.

B+ Tree

Buy Now
Questions 60

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?

Options:

A.

rdsAdmin

B.

rdsRepl

C.

rdsBackup

D.

rdsMetric

Buy Now
Questions 61

When looping over cursors, overflow can occur if end-of-data isn’t checked. Which handlers can be used to control execution properly?

Options:

A.

declare continue handler

B.

declare exit handler

C.

declare next handler

D.

declare break handler

Buy Now
Questions 62

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 63

In the failover process of GaussDB (for MySQL), when can the new host officially start providing write operations to clients?

Options:

A.

After standby is promoted to primary

B.

After manage-vip is successfully bound

C.

After manage-vip is successfully unbound

D.

After data-vip is successfully bound

Buy Now
Questions 64

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

Options:

A.

InnoDB storage engine

B.

Memory storage engine

C.

MyISAM storage engine

D.

ARCHIVE storage engine

Buy Now
Exam Code: H13-921_V1.5
Exam Name: HCIP-GaussDB-OLTP V1.5
Last Update: Oct 5, 2025
Questions: 214
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now H13-921_V1.5