HCIP-GaussDB-OLTP V1.5 Questions and Answers
GaussDB (for MySQL) is 100% compatible with MySQL ecosystem, applications can migrate to cloud without modification.
Which of the following statements about stored procedures and functions are correct?
When creating a GaussDB (for MySQL) instance, system accounts are automatically created. Which of the following are such accounts?
A company platform has 29 categories of products. If partitioning tables based on products, which partitioning method is recommended?
Which of the following is the correct sequence for connecting to a GaussDB (for MySQL) instance via the internet?
Horizontal partitioning always improves query performance.
For multidimensional clue analysis in data security auditing, which clues are supported by Huawei Cloud?
The delay between read-only and primary nodes mainly comes from which of the following?
Which parameter types can be used when writing stored procedures?
Which of the following descriptions about the MEMORY storage engine is incorrect?
Which of the following are common SQL tuning practices?
What does GaussDB (for MySQL) use in stored procedures to implement the effect of dynamic SQL updates?
Which of the following are correct descriptions of read-only nodes?
Which of the following are DAS Enterprise Edition user roles?
Huawei Cloud DAS (Cloud DBA) provides intelligent monitoring, diagnostics, and optimization to ensure stable DB operation.
Which descriptions about session parameters are correct?
For composite indexes, B+ tree is built left-to-right.
In GaussDB (for MySQL), the optimizer generates execution plans, which are executed by the executor.
A connection is a physical concept: a client establishes a network connection to GaussDB (for MySQL), which creates one or more threads in the instance.
Which statements about storage engines are correct?
GaussDB (for MySQL) has a strong access control system. Which permissions cannot currently be modified?
Which window function can be used to generate group-based ranks with the same rank for identical values?
Which of the following statements about the VACUUM FULL operation isincorrect?
Huawei Cloud's recycle bin policy is enabled by default and cannot be turned off. What is the default retention period in days?
Which statements about session killing in a database are correct?
Regarding users, roles, and permissions, which of the following descriptions isincorrect?
Which types of backup does Huawei Cloud provide?
If private IP cannot connect to GaussDB (for MySQL), bind an Elastic Public IP and connect via ECS or public host.
GaussDB (for MySQL) uses snapshots for both full and incremental backups, with second-level creation efficiency.
DAS Enterprise Edition defines three types of user roles. Which of the following isnota role in DAS Enterprise Edition?
In GaussDB (for MySQL), which of the following is offloaded to the storage node for execution?
If read hit ratio is below 99%, lowering innodb_buffer_pool_size can improve cache hit rate.
When creating a user in GaussDB (for MySQL), which symbol represents all hosts?
Which are common denormalization practices in DB design?
In GaussDB (for MySQL), which parameter is used to control the maximum idle time for interactive connections?
When executing stored procedures, which end delimiters are allowed?
Which of the following services provides a dedicated public IP resource, including public IP address and outbound bandwidth?
GaussDB (for MySQL) supports compute-storage separation.
Which factors affect database performance?
Using the EXPLAIN command in GaussDB (for MySQL), which of the following isnota valid Select_type?
MD5(str) returns a 128-bit checksum as a 40-character hex string.
GaussDB (for MySQL) automatically backs up incremental changes every 5 minutes after the last backup.
What is the maximum number of read-only nodes that can be created in one GaussDB (for MySQL) cluster?
Which of the following descriptions about Hint optimization strategies isincorrect?
In GaussDB (for MySQL), what is the default value of the long_query_time parameter (i.e., the slow log threshold)?
GaussDB (for MySQL) and GaussDB (openGauss) are both relational databases.
GaussDB (for MySQL) is a single-process, multi-threaded database. What are the advantages of threads?
Which of the following are Huawei Cloud’s database management tools?
In Cloud DBA’s performance module, “Slow SQL” includes which functions?
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?
Which statements about slow query logs are correct?
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?
System tables and views record metadata for DB objects and users. Which system table or viewcannotbe used to query user information?
Which of the following is a supported storage engine in GaussDB (for MySQL)?
To facilitate management, DAS Enterprise Edition includes several user roles. Which of the following isnotamong them?
What are the features of Huawei Cloud’s Cloud Audit service?
Slow query logs in GaussDB (for MySQL) are controlled by slow_query_log. 0/OFF disables, 1/ON enables.
What are the main advantages of the GaussDB (for MySQL) product?
When using “Full SQL Insight,” DAS must be enabled to collect all SQL. After enabling, what is the performance overhead within?
What is the impossible return value of SELECT FLOOR(7 + (RAND()*5));?
When declaring a user variable, which of the following formats is correct?
In GaussDB (for MySQL), parameters can show whether the workload is mainly inserts/updates or queries, and the approximate SQL type ratio.
Which are advantages/features of GaussDB (for MySQL)?
Which of the following statements about GaussDB (for MySQL) instances is incorrect?