1z0 908 Actual Exam Question From Oracle
1z0 908 Actual Exam Question From Oracle
Which change enables the query to succeed while accessing fewer rows?
You must fix GTID sets on the slave to avoid replicating unwanted
transactions in case of failover.
Which set of actions would allow the slave to continue replicating without
erroneous transactions?
A. RESET MASTER;
SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-
10167;
C. RESET SLAVE;
SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-
3820;
SET GLOBAL gtid_executed=aaaaaaaa-aaaa-aaaa-aaaa—
aaaaaaaaaaaa:1-10300; Most Voted
D. RESET MASTER;
SET GLOBAL gtid_purged-aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-
2312;
SET GLOBAL gtid_executed=aaaaaaaa-aaaa-aaaa-aaaa-
aaaaaaaaaaaa:1-10167;
E. RESET SLAVE;
SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-
10167;
A. innodb_flush_log_at_trx_commit=1
C. innodb_log_file_size=1G
D. sync_binlog=0
Question #5Topic 1
Which statement is true about InnoDB persistent index statistics?
B. Index statistics are calculated from pages buffered in the buffer pool
for tables with InnoDB storage engine.
A. The master is most probably too busy to transmit data and the slave
needs to wait for more data. Most Voted
C. This value shows only I/O latency and is not indicative of the size of
the transaction queue.
A. PREFERRED
B. VERIFY_CA
C. REQUIRED
Topic 1 - Exam A
Question #1Topic 1
Examine this statement, which executes successfully:
Which change enables the query to succeed while accessing fewer rows?
A. ALTER TABLE world.city ADD SPATIAL INDEX (Name);
You must fix GTID sets on the slave to avoid replicating unwanted transactions in case of
failover.
Which set of actions would allow the slave to continue replicating without erroneous
transactions?
A. RESET MASTER;
SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-10167;
B. SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-
2312,bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb:1-9;
SET GLOBAL gtid_executed=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-10167;
C. RESET SLAVE;
SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-3820;
SET GLOBAL gtid_executed=aaaaaaaa-aaaa-aaaa-aaaa—aaaaaaaaaaaa:1-10300; Most
Voted
D. RESET MASTER;
SET GLOBAL gtid_purged-aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-2312;
SET GLOBAL gtid_executed=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-10167;
E. RESET SLAVE;
SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-10167;
Hide Solution Discussion 2
Correct Answer: D
B. Index statistics are calculated from pages buffered in the buffer pool for tables with
InnoDB storage engine.
C. Setting innodb_stats_auto_recalc=ON causes statistics to be updated automatically
when a new index is created.
D. Execution plans based on transient index statistics improve precision when
innodb_stats_persistent_sample_pages is increased.
E. Increasing innodb_stats_persistent_sample_pages determines higher pages scanning
speed, at the cost of increased memory usage.
F. Tables are scanned and index statistics recalculated when an instance is restarted.
Hide Solution Discussion 9
Correct Answer: A
B. VERIFY_CA
C. REQUIRED
D. VERIFY_IDENTITY Most Voted
Hide Solution Discussion 3
Correct Answer: D
Question #: 33
Topic #: 1
[All 1z0-908 Questions]
On examination, your MySQL installation datadir has become recursively world
read/write/executable.
What are two major concerns of running an installation with incorrect file privileges? (Choose
two.)
A. Users could overwrite configuration files. Most Voted
Question #: 110
Topic #: 1
[All 1z0-908 Questions]
How can mysql_multi be configured to allow MySQL instances to use the same port number?
A. The instances use different user accounts unique to each instance.
A. Roll back the transaction and start the transaction again in the same session.
B. Re-execute the failed statement in your transaction. Most Voted
C. Change the default database and re-execute the failed statement in your
transaction.
D. Close the connection, reconnect, and start the transaction again.
Hide Answer
Suggested Answer: B 🗳️
Hide Answer
Suggested Answer: BD 🗳️
Hide Answer
Suggested Answer: DE 🗳️
Hide Answer
Suggested Answer: A 🗳️
Question #: 22
Topic #: 1
[All 1z0-908 Questions]
You have an InnoDB Cluster configured with three servers.
Examine this command, which executes successfully:
mysqldump -uroot -p -d mydatabase > mydatabase_backup.sql
Due to data loss, the cluster is initialized and a restore is attempted resulting
in this error:
ERROR 13176 (HY000) at line 23: Cannot update GTID_PURGED with the
Group Replication plugin running
Which two actions, either one of which, can fix this error and allow a
successful restore of the cluster? (Choose two.)
Hide Answer
Suggested Answer: BC 🗳️
Question #: 24
Topic #: 1
[All 1z0-908 Questions]
You are upgrading a MySQL instance to the latest 8.0 version.
Examine this output:
You plan to add this parameter to the configuration:
innodb_directories=’/innodb_extras’
Which statement is true?
Hide Answer
Suggested Answer: B 🗳️
Hide Answer
Suggested Answer: D 🗳️
Question #: 27
Topic #: 1
[All 1z0-908 Questions]
You made some table definition changes to a schema in your MySQL Server.
Which two statements reflect how MySQL Server handles the table definition
changes? (Choose two.)
Hide Answer
Suggested Answer: CD 🗳️
Hide Answer
Suggested Answer: DE 🗳️
Actual exam question from Oracle's 1z0-908
Question #: 29
Topic #: 1
[All 1z0-908 Questions]
You must run multiple instances of MySQL Server on a single host.
Which three methods are supported? (Choose three.)
Hide Answer
Suggested Answer: BDE 🗳️
Which two statements are true about network partitioning in the cluster?
(Choose two.)
Hide Answer
Suggested Answer: DE 🗳️
A. QN = 3
B. QN = 5
C. QN = 1
D. QN = 4
E. QN = 2
Hide Answer
Suggested Answer: CE 🗳️
A. total memory used across all connections associated with the user
on connection number 10
B. total memory used by the first 10 connections
C. total memory used by thread number 10
D. total memory used across all connections associated with the user
on thread number 10
E. total memory used by connection number 10
F. total memory used by the first 10 threads
Hide Answer
Suggested Answer: E 🗳️
Question #: 33
Topic #: 1
[All 1z0-908 Questions]
On examination, your MySQL installation datadir has become recursively
world read/write/executable.
What are two major concerns of running an installation with incorrect file
privileges? (Choose two.)
Hide Answer
Suggested Answer: BE 🗳️
Community vote distribution
AB (67%)
AD (33%)
Question #: 34
Topic #: 1
[All 1z0-908 Questions]
User account baduser@hostname on your MySQL instance has been
compromised.
Which two commands stop any new connections using the compromised
account? (Choose two.)
Hide Answer
Suggested Answer: CD 🗳️
Hide Answer
Suggested Answer: EF 🗳️
Hide Answer
Suggested Answer: AD 🗳️
Question #: 41
Topic #: 1
[All 1Z0-908 Questions]
Examine these entries from the general query log:
All UPDATE statements reference existing rows.
Hide Answer
Suggested Answer: E
Question #: 44
Topic #: 1
[All 1z0-908 Questions]
You want to log only the changes made to the database objects and data on
the MySQL system.
Which log will do this by default?
Hide Answer
Suggested Answer: D 🗳️
Hide Answer
Suggested Answer: DE 🗳️
A. /usr/mysql
B. /usr/bin
C. /etc/my.cnf
D. /var/lib/mysql Most Voted
E. /usr
Hide Answer
Suggested Answer: D 🗳️
Hide Answer
Suggested Answer: C 🗳️
Hide Answer
Suggested Answer: AB 🗳️
Which set of privileges will allow Tom to execute this SQL statement?
Hide Answer
Suggested Answer: C 🗳️
Hide Answer
Suggested Answer: D 🗳️
Question #: 52
Topic #: 8
[All 1Z0-908 Questions]
You have configured GTID-based asynchronous replication with one master
and one slave.
To fix this, you stopped replication and successfully reverted the accidental
changes. Examine the current GTID information:
You must fix GTID sets on the slave to avoid replicating unwanted
transactions in case of failover. Which set of actions would allow the slave to
continue replicating without erroneous transactions?
A RESETMASTER;
SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-
10167;
C RESET SLAVE;
SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-3820;
SET GLOBAL gtid_executed=aaaaaaaa-aaaa-aaaa-aaaa---aaaaaaaaaaaa:1-
10300;
D RESET
MASTER;
SET GLOBAL gtid_purged-aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-2312;
SET GLOBAL gtid_executed=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-
10167;
E RESET
SLAVE;
SET GLOBAL gtid_purged=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-
10167;
Hide Answer
Suggested Answer: D
Question #: 53
Topic #: 1
[All 1z0-908 Questions]
Which two queries are examples of successful SQL injection attacks? (Choose
two.)
Hide Answer
Suggested Answer: DE 🗳️
Community vote distribution
AC (50%)
AE (50%)
Question #: 55
Topic #: 1
[All 1z0-908 Questions]
Which two are contained in the InnoDB system tablespace (ibdata1) by
default? (Chose two.)
Hide Answer
Suggested Answer: AE 🗳️
Hide Answer
Suggested Answer: BD 🗳️
Hide Answer
Suggested Answer: CE 🗳️
Hide Answer
Suggested Answer: CD 🗳️
Hide Answer
Suggested Answer: CF 🗳️
Hide Answer
Suggested Answer: B 🗳️
A. DESCRIBE manufacturing.parts;
B. SELECT * FROM information_schema.statistics WHERE
table_schema=’manufacturing’ AND TABLE_NAME=’parts’; Most Voted
C. SHOW INDEXES FROM manufacturing.parts; Most Voted
D. SELECT * FROM information_schema.COLUMN_STATISTICS;
E. EXPLAIN SELECT INDEXES FROM manufacturing.parts;
Hide Answer
Suggested Answer: BC 🗳️
Hide Answer
Suggested Answer: ABF 🗳️
Hide Answer
Suggested Answer: CE 🗳️
Hide Answer
Suggested Answer: CE 🗳️
Hide Answer
Suggested Answer: D 🗳️
Hide Answer
Suggested Answer: DG 🗳️
A. user_variables_by_thread
B. global_variables
C. variables_by_thread Most Voted
D. session_variables
Hide Answer
Suggested Answer: C 🗳️
A. NDB
B. ARCHIVE Most Voted
C. InnoDB
D. BLACKHOLE
E. MEMORY Most Voted
F. MyISAM Most Voted
Hide Answer
Suggested Answer: ADF 🗳️
Hide Answer
Suggested Answer: BFG 🗳️
Question #: 75
Topic #: 1
[All 1z0-908 Questions]
Your MySQL server was upgraded from an earlier major version.
The sales database contains three tables, one of which is the transactions
table, which has 4 million rows.
You are running low on disk space on the datadir partition and begin to
investigate.
Examine these commands and output:
Which two statements are true? (Choose two.)
Hide Answer
Suggested Answer: AE 🗳️
Question #: 76
Topic #: 1
[All 1z0-908 Questions]
You reconfigure and start a slave that was not replicating for several days.
The configuration file and CHANGE MASTER command are correct.
Examine the GTID information from both master and slave:
Which statement is true?
A. Replication will fail because the slave has purged more aaaaaaaa-
aaaa-aaaa-aaaa-aaaaaaaaaaaa transactions than the master.
B. Replication will fail because the master does not have the required
transaction with bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb GTIDs in
its binary logs. Most Voted
C. Replication will fail because the master has already purged
transactions with cccccccc-cccc-cccc-cccc-cccccccccccc GTIDs.
D. Replication will fail because of inconsistent numbers in cccccccc-
cccc-cccc-cccc-cccccccccccc GTIDs.
E. Replication will work.
Hide Answer
Suggested Answer: A 🗳️
Hide Answer
Suggested Answer: DE 🗳️
Hide Answer
Suggested Answer: CEG 🗳️
Question #: 82
Topic #: 1
[All 1z0-908 Questions]
You have a MySQL system with 500 GB of data that needs frequent backups.
You use a mix of MyISAM and InnoDB storage engines for your data.
Examine your backup requirement:
The MySQL system being backed up can never be unavailable or locked to
the client applications.
The recovery from the backup must work on any system.
Only 1 hour of data can be lost on recovery of the backup.
Which option fulfills all backup requirements?
Hide Answer
Suggested Answer: C 🗳️
Hide Answer
Suggested Answer: AD 🗳️
A. MyISAM
B. NDB Most Voted
C. MEMORY
D. ARCHIVE
E. InnoDB Most Voted
Hide Answer
Suggested Answer: AC 🗳️
Hide Answer
Suggested Answer: CE 🗳️
uestion #: 87
Topic #: 1
[All 1z0-908 Questions]
You have configured MySQL Enterprise Monitor to monitor your MySQL
server.
Which four features are available? (Choose four.)
Hide Answer
Suggested Answer: BDEF 🗳️
Hide Answer
Suggested Answer: CD 🗳️
Hide Answer
Suggested Answer: A 🗳️
Hide Answer
Suggested Answer: D 🗳️
Question #: 95
Topic #: 1
[All 1z0-908 Questions]
You have replication configured, which consists of one master and one slave
on different hosts with an asynchronous replication channel between them.
Your goal is to decrease the amount of data that is transferred between
these two hosts.
It is confirmed that the slave instance does not need to have data from the
example database.
Which replication filter contributes to your goal?
A. on slave: --replicate-wild-ignore=example.%
B. on slave: --replicate-ignore-db=example Most Voted
C. on master: --replicate-ignore-db=example
D. on master: --binlog-ignore-db=example
E. on slave: --binlog-ignore-db=example
Hide Answer
Suggested Answer: C 🗳️
Hide Answer
Suggested Answer: DE 🗳️
Question #: 98
Topic #: 1
[All 1z0-908 Questions]
Examine these InnoDB Cluster parameter settings:
Hide Answer
Suggested Answer: CF 🗳️
Chosen Answer: A B C D E F
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
lucasnojimoto
1 month ago
Selected Answer: CE
I created the 3 instances to test this case. A – Incorrect: Host2 is not elected as
primary, but rather Host1 due to its greater weight. B – Incorrect: The instance,
even with the ABORT_SERVER configuration, was not expelled from the cluster
after the interruption. C – Correct: After starting the host3 instance, it was
reintegrated into the cluster again. D – Incorrect: Failure on host1 will not cause an
interruption, host2 will still be functioning as primary. E – Correct: The command
“cluster.switchToMultiPrimaryMode()” will fail, since it requires all members of the
cluster to be ONLINE. F – Incorrect: The command
“cluster.setPrimaryInstance(<host>:<port>)” will cause an error because it also
requires all members to be ONLINE.
upvoted 1 times
marklv
A. Remove the redo logs. Replace the MySQL binaries with the 5.7.28
binaries. Prepare the tables for upgrade. Upgrade to 8.0.18 again.
B. Execute: mysqlcheck --check-upgrade mysql columns_priv event
proc proxies_priv tables_priv.
C. Start mysqld again using the --upgrade=FORCE option.
D. Execute: mysqlcheck --repair mysql columns_priv event proc
proxies_priv tables_priv.
E. Go to the <datadir>/mysql directory and execute: myisamchk --
update-state columns_priv event proc proxies_priv tables_priv.
Hide Answer
Suggested Answer: C 🗳️
ctual exam question from Oracle's 1z0-908
Question #: 100
Topic #: 1
[All 1z0-908 Questions]
Which three requirements must be enabled for group replication? (Choose
three.)
Hide Answer
Suggested Answer: BCG 🗳️
A. redo tablespaces
B. encryption tablespaces
C. schema tablespaces
D. data tablespaces Most Voted
E. undo tablespaces Most Voted
F. temporary table tablespaces Most Voted
Hide Answer
Suggested Answer: BDE 🗳️
Hide Answer
Suggested Answer: DF 🗳️
Hide Answer
Suggested Answer: D 🗳️
Hide Answer
Suggested Answer: DF 🗳️
Chosen Answer: A B C D E F
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
marklv
Hide Answer
Suggested Answer: C 🗳️
Chosen Answer: A B C D
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
FelipeK
Hide Answer
Suggested Answer: B 🗳️
Hide Answer
Suggested Answer: B 🗳️
Hide Answer
Suggested Answer: C 🗳️
Chosen Answer: A B C D
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
marklv
6 months ago
A is it
upvoted 2 times
uestion #: 114
Topic #: 1
[All 1z0-908 Questions]
Examine this parameter setting:
audit_log=FORCE_LOG_PERMANENT
What effect does this have on auditing?
A. It will force the load of the audit plugin even in case of errors at
server start.
B. It causes the audit log to be created if it does not exist.
C. It prevents the audit plugin from being removed from the running
server.
D. It prevents the audit log from being removed or rotated.
Hide Answer
Suggested Answer: C 🗳️
Question #: 116
Topic #: 1
[All 1z0-908 Questions]
You issue this command:
Hide Answer
Suggested Answer: D 🗳️
Hide Answer
Suggested Answer: CEG 🗳️
Hide Answer
Suggested Answer: C 🗳️
Hide Answer
Suggested Answer: AE 🗳️
Chosen Answer: A B C D E
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
Dhanushka
A. ibtmp1
B. undo_001
C. ib_buffer_pool
D. ibdata1
E. mysql.ibd
F. ib_logfile0
Hide Answer
Suggested Answer: CE 🗳️
DE
Question #: 124
Topic #: 1
[All 1z0-908 Questions]
MySQL is installed on a Linux server with this configuration:
Hide Answer
Suggested Answer: D 🗳️
Question #: 125
Topic #: 1
[All 1z0-908 Questions]
The data in this instance is transient; no backup or replication will be
required. It is currently under performing.
The database size is static and including indexes is 19G.
Total system memory is 32G.
After profiling the system, you highlight these MySQL status and global
variables:
The OS metrics indicate that disk is a bottleneck.
Other variables retain their default values.
Which two changes will provide the most benefit to the instance? (Choose
two.)
A. sync_binlog=0
B. max_connections=10000
C. innodb_log_file_size=1G
D. innodb_doublewrite=0 Most Voted
E. innodb_flush_log_at_trx_commit=1 Most Voted
F. buffer_pool_size=24G
Hide Answer
Suggested Answer: BE 🗳️
C. The smallest of the tables in the join must fit in memory as set by
join_buffer_size.
D. At least one of the tables in the join must have a hash index.
Hide Answer
Suggested Answer: B 🗳️
Chosen Answer: A B C D
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
marklv
A. The root user had the largest number of modified rows for a SELECT
statement.
B. User bob had the largest total time waiting for locks.
C. The root user had the largest single wait time.
D. The app user had the highest total number of rows read from
storage engines.
E. User bob had a significantly higher ratio of SELECT + INSERT
statements to QUIT than both app and root users.
Show Suggested Answer
by marklv at Sept. 6, 2023, 6:35 p.m.
Comments
Chosen Answer: A B C D E
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
marklv
Hide Answer
Suggested Answer: BC 🗳️
Submit
marklv
6 months ago
I think A and C. B is maybe, but it can't do all upgrades.
Question #: 130
Topic #: 1
[All 1z0-908 Questions]
Your MySQL environment has asynchronous position based-replication with
one master and one slave.
The slave instance had a disk I/O problem, so it was stopped.
You determined that the slave relay log files were corrupted and unusable,
but no other files are damaged.
You restart MySQL Server.
How can replication be restored?
A. The slave relay logs should be deleted; then execute START SLAVE;
B. The relay logs from the master should be used to replace the
corrupted relay logs.
Hide Answer
Suggested Answer: B 🗳️
Chosen Answer: A B C D
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
marklv
You want to log queries that looked at a minimum of 5000 records and either
took longer than 5 seconds to run or did not use indexes.
Which contains all the settings that you need to add to or modify the slow
log configuration?
A. min_examined_row_limit=5000
B. long_query_time=5
log_throttle_queries_not_using_indexes=5
C. log_throttle_queries_not_using_indexes=5
min_examined_ row_limit=5000
D. long_query_time=5
E. long_query_time=5
min_examined_row_limit=5000
F. log_throttle_queries_not_using_indexes=5
G. long_query_time=5
log_throttle_queries_not_using_indexes=5
min_examined_row_limit=5000
Hide Answer
Suggested Answer: C 🗳️
Submit
marklv
marklv
6 months ago
E sorry. log_queries_not_using_indexes only limits the number of queries that
don't ue indexes to the log, to it has nothing to do with what we want.
upvoted 1 times
Question #: 132
Topic #: 1
[All 1z0-908 Questions]
Examine this output:
Which change should optimize the number of buffer pool instances for this
workload?
A. Increase the number of buffer pool instances to 16.
B. Increase the number of buffer pool instances to 32.
C. Decrease the number of buffer pool instances to 1.
D. Increase the number of buffer pool instances to 12.
E. Decrease the number of buffer pool instances to 4.
Hide Answer
Suggested Answer: B 🗳️
Chosen Answer: A B C D E
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
marklv
1 year ago
"In general, when setting innodb_buffer_pool_instances, it's a good idea to match
the maximum number of MySQL threads that will be running simultaneously." so
32, or B I think
upvoted 1 times
marklv
marklv
Hide Answer
Suggested Answer: CE 🗳️
Chosen Answer: A B C D E F
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
marklv
6 months ago
A and E, I think, it destroys the cluster
upvoted 1 times
Question #: 135
Topic #: 1
[All 1z0-908 Questions]
You recently upgraded your MySQL installation to MySQL 8.0.
Examine this client error:
A. [mysqld]
default_authentication_plugin=sha256_password
B. ALTER USER user -
IDENTIFIED WITH mysql_native_password
BY 'password';
C. [mysqld]
default_authentication_plugin=caching_sha2_password
D. ALTER USER user -
IDENTIFIED WITH caching_sha2_password
BY 'password';
E. ALTER USER user -
Hide Answer
Suggested Answer: E 🗳️
Submit
marklv
marklv
10 months, 2 weeks ago
Sorry meant B. you have to use mysql native passwords. F only applies to new accounts.
upvoted 1 times
Question #: 136
Topic #: 1
[All 1z0-908 Questions]
You have a MySQL client installed on your Linux workstation with a default
installation. You have your admin login credentials to connect to a MySQL
server running Microsoft Windows on remote host 192.0.2.1:3306. You wish
to connect directly to the world database.
Which four options need to be specified to complete this task with a single
command? (Choose four.)
A. --shared-memory-base-name=world
B. --protocol=UDP
C. --protocol=pipe
D. --password
E. --user=admin
F. --host=192.0.2.1
G. --socket=/tmp/mysql.sock
H. --port=3306
I. --database=world
Hide Answer
Suggested Answer: ACDF 🗳️
Chosen Answer: A B C D E F G H I
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
marklv
marklv
marklv
LrnsTgh
marklv
Hide Answer
Suggested Answer: C 🗳️
Submit
marklv
marklv
6 months ago
ib_logfile1 doesn't exist,. so not A. Not C, you do not need to wipe data. The log file needs
to be fixed. So D, set it to what error message says.
upvoted 2 times
Dhanushka
A. ibdatal:12M;ibdata2:12M;ibdata3:12M
D. ibdatal:12M;ibdata2:12M:autoextend
E. ibdatal:12M
F. ibdatal:12M;/tmp/ibdata2:12M:autoextend
Hide Answer
Suggested Answer: AE 🗳️
Chosen Answer: A B C D E F
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
PRASAD180
marklv
You must add an index that can reduce the number of rows processed by the
query.
Which two statements can do this? (Choose two.)
Hide Answer
Suggested Answer: AD 🗳️
Chosen Answer: A B C D E F
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
marklv
A. help topics
B. performance monitoring information
C. plugins
D. information about table structures
E. audit log events
F. rollback segments
G. time zone information and definitions
Hide Answer
Suggested Answer: ACF 🗳️
Submit
marklv
marklv
1 year ago
maybe ADG
upvoted 1 times
marklv
B. Index statistics are calculated from pages buffered in the buffer pool
for tables with InnoDB storage engine.
Chosen Answer: A B C D E
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
LrnsTgh
marklv
1 year ago
D I think
Question #: 143
Topic #: 1
[All 1z0-808 Questions]
Given the code fragment:
A. 3142
B. 2413
C. 1324
Hide Answer
Suggested Answer: D 🗳️
Chosen Answer: A B C D
This is a voting comment (?). It is better to Upvote an existing comment if you don't have
anything to add.
Submit
Ericausdresden
9 months ago
man i needed 7 minutes to this shit in my head haha...i had start over several times, so i
guess i will move questions like that that to the end in the exam...
upvoted 1 times
iSnover