QUIZ-Revision1 20240129

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

N° R Question

1 Un balayage complet de table (full table scan) lit toutes les lignes
d'une table et exclut celles qui ne satisfont pas aux critères de
sélection.
A VRAI
B FAUX

2
You enabled the tracing for the session by executing the below
command: SQL>SET AUTOTRACE TRACEONLY; you issued the
SQL query in same session. Which of the two statements is true?
A It creates the resort on the running path utilized by SQL optimizer and statement
execution statistics.
B Trace for the Statement would be generated without displaying query output.
C It creates only the statement execution statistics without running the query.
D Both A & B

3 Quel composant SGA ne peut pas être modifié dynamiquement après


le démarrage de l'instance?
A SHARED_POOL
B JAVA_POOL_SIZE
C LOG_BUFFER
D Aucune réponse

4 Par défaut, combien de temps les statistiques de la base de données


seront-elles conservées dans l'AWR?
A 8 Jours
B 30 Jours
C 7 Heures
D Indefiniment

5 What does it means that the rate of writing data blocks to the disk is
prolonged?
A Increasing number of free buffer waits
B Very high cache-hit ratio
C Waits on latch: cache buffers chains event.
D increasing number of buffers busy waits

6 Which of the below is not a critical Oracle performance tuning


measure?
A Full-table scans
B Buffer busy waits
C Buffer hit ratio
D Library cache hit ratio
7 Quels sont les deux paramètres qui configurent la gestion
automatique de la mémoire PGA?
A SGA_TARGET
B PGA_AGGREGATE_TARGET
C WORKAREA_SIZE_POLICY
D PGA_AGGREGATE_LIMIT

8 Which of the below Oracle performance tuning tasks is likely to


enhance performance?
A Adding further storage to SGA shared pool
B De-normalization of logical tables.
C Moving the Oracle data files from the hot disks onto the click disks.
D Eliminating full-table scans from the SQL Queries

9 Une commande EXPLAIN PLAN exécute l'instruction et insère dans


une table le plan utilisé par l'optimiseur.
A VRAI
B FAUX

10 L'utilisateur doit bénéficier de privilèges spéciaux pour générer des


statistiques via la fonction AUTOTRACE.
A FAUX
B VRAI

11 Which database design features are most essential to SQL


performance?
A Introduction of non-first normal form relations
B Removal of the data redundancy
C Introduction of Data Redundancy

12 While configuring snapshot data capture for your database, you have
defined the snapshot level setting as the 6. Which statistics would be
captured by statspack report?
A memory statistics
B Optimizer execution plans
C Resource limit
D All the above

13 During the dynamic database performance monitoring routine, on


checking the AWR report, you discover that log file sync turns up
among the top 5 wait events. What does this event mean?
A Frequent incremental checkpoints are happening in the database.
B Frequent log file switches are happening.
C Redo is created rapidly on the LGWR can write it out
D Frequent commits or rollbacks are occurring in the application
14 In which case the database buffer cache is not utilized?
A When the database writer process writes to SYSTEM tablespace.
B When the physical I/Os are done to read from the data files
C When the database writer process writes undo data to undo tablespace.
D When the server process writes sort data to temporary tablespace.

15 You Analyze the Automatic Database Diagnostic Monitor(ADDM)


report for identifying the component that gives the most database
time. What is the proper description of the database time?
A It is the time consumed in processing the users' I/O(input/output) request.
B It is the sum of the CPU time and Wait time of all the non-idle sessions.
C It is the difference between CPU time and wait time of all the non-idle sessions.
D It is the sum of the CPU time of all the non-idle sessions.

16 Quel paramètre d'initialisation peut désactiver les conseillers de


mémoire et la gestion automatique de la mémoire partagée (disable
memory advisors and Automatic Shared Memory Management) ?
(Choisissez la meilleure réponse.)
A CONTROL_MANAGEMENT_PACK_ACCESS
B STATISTICS_LEVEL
C MEMORY_TARGET
D Memory advisors ne peut être désactivé

17 When tables are stored in the locally handled tablespaces, where is


the extent allocation information stored?
A Data Dictionary
B Memory
C within the locally handled tablespace
D Temporary Tablespace

18 When the deadlock happens, what must be utilized for diagnosing the
problem and determining how to prevent deadlock from happening
again?
A Resulting trace life
B ORA 00060 error message
C Performance Manager

19 When a checkpoint happens, CKPT does the below:


A Cleans up temporary segments that are no longer in utilization.
B Updates the control files for recording the details of the checkpoint.
C Writes the dirty buffers to data files.
D Writes the redo entries from the log buffer to redo the log files

20 Lequel des composants suivants de l'architecture Oracle stocke les


statistiques recueillies par le processus MMON?
A ADDM
B AWR
C ASMM
D ADR
21 Quelle affirmation concernant SGA_MAX_SIZE est vraie?
A SGA_MAX_SIZE est modifiable après le démarrage d'une instance, uniquement
lorsque la gestion automatique de la mémoire est utilisée.
B SGA_MAX_SIZE n'est pas modifiable dynamiquement.
C SGA_MAX_SIZE est ignoré lorsque MEMORY_TARGET > 0.
D SGA_MAX_SIZE doit être spécifié lorsque SGA_TARGET > 0.

22 Which statements are valid about the performance analysis by the


SQL performance analyzer?
A It gives results that can be utilized for creating the SQL plan baseline.
B It identifies the changes in the execution plans.
C It creates suggestions for running the SQL tuning advisor for tuning the regressed
SQL statements.
D All the above options

23 Pour obtenir un résultat optimal grâce aux index, vous devez


respecter les règles suivantes :
A Ne pas ordonner les colonnes d'index ;
B Créer les index avant l'insertion des données dans la table ;
C Ne pas indiquer le tablespace de chaque index ;
D Limiter le nombre d'index de chaque table ;

24 Identify the right statement about Active Session History (ASH) data?
A All the ASH data in the memory are flushed to disk by the MMNL process
whenever the buffer is full.
B Part of the SGA Memory is utilized for storing ASH data as the rolling buffer.
A
C All the ASH data in memory are flushed to disk by MMON in every 3 seconds.
D None of the above

25 Which parameter determines the location of the alert log?


A CORE_DUMP_DEST
B BACKGROUND_DUMP_DEST
C ALERT_LOG_DEST
D DIAGNOSTIC_DEST

26 If a willing-to-wait latch request is defined on the first attempt, which


statistic will be incremented?
A MISSED
B SLEEPS
C IMMEDIATE_GETS
D GETS

27
Le tablespace SYSAUX est utilisé pour les fonctionnalités principales
et le tablespace SYSTEM pour les composants supplémentaires de
base de données tels que le référentiel Enterprise Manager.
A VRAI
B FAUX
28 Laquelle des options suivantes pour le paramètre
STATISTICS_LEVEL de pfile/spfile désactive la collecte de
statistiques AWR et les services de conseil ADDM?
A OFF
B TYPICAL
C ALL
D BASIC

29 Quelle vue du dictionnaire de données contient des informations


expliquant pourquoi ADDM a fait ses recommandations?
A DBA_ADVISOR_FINDINGS
B DBA_ADVISOR_OBJECTS
C DBA_ADVISOR_RECOMMENDATIONS
D DBA_ADVISOR_RATIONALE

30 What is a primary reason for creating the reverse index key on the
column?
A Column is populated through sequential numbers.
B Column includes various values
C Column is primarily used for the value range scans
D column implements the inverted list attribute

31 Which tuning technique below will NOT decrease the disk I/O for the
Oracle Query?
A Creating a Clustered table
B Run the parallel queries against the table.
C Adding blocks to the SGA buffer pool.
D Creating tables with redundant columns from the other tables.

32 Quand ADDM fonctionne-t-il? (Choisissez-en deux.)


A
Lorsqu'un SNAPSHOT AWR est pris automatiquement par le processus MMON.
B
Lorsqu'un SNAPSHOT AWR est pris automatiquement par le processus MMNL.
C Lorsqu'un SNAPSHOT AWR est pris manuellement par l'administrateur de base
de données
D Lorsque le processus AutoTask s'exécute toutes les heures pour prendre des
SNAPSHOTS de charge de travail.

33 Which of the below candidate is the best candidate for the redundant
application in the other Oracle table?
A Current_employer
B Home_address
C Gender
D Service_History
34 What is the primary reason for the row overflow area while creating
index-organized tables?
A To accelerate the full table scans and fast full index scans
B To avoid row migration and chaining
C To keep the B-tree structure densely clustered for allowing more rows per leaf
block.
D To enhance the index when the index-organized table is clustered.

35 Lequel des conseillers suivants détermine si l'espace alloué au


Shared Pool, au Large Pool ou à Buffer Cache est adéquat?
A SQL Tuning Advisor
B SGA Tuning Advisor
C Memory Advisor
D Pool Advisor

36 Une fois que la surveillance a démarré, une entrée est ajoutée à la


vue _____________. Cette entrée contient des mesures de
performances clés collectées pour l'exécution.
A V$PLAN_MONITOR
B V$SQL_MONITOR
C ALL_SQL_PLAN_MONITOR
D ALL_SQL_MONITOR

37 Identify the reason why migrated or chained rows in the table cause
performance degradation when we access them.
A Because these rows make available indexes invalid
B Because it is not feasible to utilize the indexes for retrieving these rows.
C Because fetching these rows needs multiple data blocks to be accessed.
D Because of the ROWID modifications for these rows.

38
Sous réserve que la colonne email dispose d'un index, l'interrogation
suivante a pour résultat un balayage d'intervalle d'index (index range
scan) : Select first_name from hr.employees where email like '%A';
A VRAI
B FAUX

39 In which Scenario would you suggest utilizing RAID level 5 as the


option for the database design?
A For the database in which performance is the main objective of the database as
applications are demanding in terms of the I/O Operations.
B For the database with the lower recovery (MTTR) overhead
C For the database in which the applications mainly perform read operations and
mostly sequential I/O is done.
D None of the above
40 Quelle affirmation concernant le paramètre MEMORY_TARGET n'est
pas vraie?
A Il s'agit d'un paramètre d'initialisation dynamique
B Il représente la mémoire maximale totale qui peut être allouée à la mémoire de
l'instance (PGA et SGA combinés)
C Sa valeur par défaut est zéro
D Vous n'aurez pas d'erreur lorsque les paramètres SGA_TARGET et
PGA_AGGREGATE_TARGET sont définis sur des valeurs non nulles

41 What best explains the relationship between SQL performance and


Indexes?
A Indexes are available only to enhance the query speed.
B Indexes are only utilized in the exceptional cases.
C Indexes are used for making the table storage more effective.
D Indexes hardly make a difference in SQL Performance.

42 Why is searching for the full-table large-table scans essential to SQL


tuning?
A They can be tuned to utilize the index.
B They mean the optimized execution plan.
C A full-table scan is always sub-optimal.
D The full table scan must be normalized from database design.

43 Which latch would be needed when the dirty blocks are written to disk
or when the server is searching for the unions to write to?
A Library cache latch
B Shared pool latch
C Cache buffers LRU chain latch
D Cache buffers chains latch

44 Which of the below is the essential feature of the relational databases


and SQL?
A Powerful GUI front-end
B High Speed of SQL
C Easy to use install
D Independence of the table relationships

45 Laquelle des assertions suivantes relatives à la table PLAN_TABLE


est-elle fausse ?
A Vous ne pouvez pas créer votre propre table PLAN_TABLE.
B La table PLAN_TABLE est créée automatiquement pour recevoir la sortie de
l'instruction EXPLAIN PLAN.
C La table PLAN_TABLE peut ne pas contenir le plan d'exécution réel.
D La commande SQL réelle n'est pas exécutée.
46 Which of the below performance tuning tasks is an essential
consideration while tuning the SQL Statement?
A Quality of SQL Optimization
B number of CPUs on server
C use of bitmap indexes
D Degree of parallelism on the tables

48 Quel paramètre est utilisé pour activer la gestion automatique de la


mémoire?
A AMM_TARGET
B MEMORY_TARGET
C SGA_TARGET
D AUTOMATIC_MEMORY

49 Which statement could need sorting?


A UPDATE dept SET salary = salary*1.1 WHERE id = 1342;
B
SELECT dept_id, name FROM dept WHERE dept_id BETWEEN 7710 and 7722;
C SELECT DISTINCT dept_id FROM dept;
D SELECT dept_id, name FROM dept WHERE dept_id = 16467;

50

À l'aide d'EM Database Express, vous avez identifié l'instruction SQL


suivante comme étant la source d'un grand nombre d'E/S disque :
SELECT NAME, LOCATION, CREDIT_LIMIT FROM CUSTOMERS;
Que devez-vous faire en premier pour essayer d'améliorer les
performances?
A Exécuter SQL Tuning Advisor
B Exécuter SQL Access Advisor
C Vérifiez l'écran principal d’EM Database Express pour les alertes
D Cliquez sur le lien Contenu du journal des alertes dans l'écran principal d’EM
Database Express

51 What areas of the Oracle tuning have the most effect on the system
performance?
A Physical design tuning
B SQL tuning
C Logical design tuning
D SGA tuning

52 Which of the following Views can be utilized for detecting the lock
contention?
A V$LOCK_WAITING
B V$LOCK_CONTENTION
C V$LOCKED_OBJECT
53 Quelle est la procédure utilisée pour indiquer à Oracle que les
statistiques recueillies ne doivent pas être publiées?
A DBMS_STATS.PUBLISH_STATS
B DBMS_STATS.SET_TABLE_PREFS
C DBMS_STATS.PENDING_STATS
D DBMS_STATS.GATHER_TABLE_STATS

You might also like