显示标签为“E20-465”的博文。显示所有博文
显示标签为“E20-465”的博文。显示所有博文

2014年1月28日星期二

Le matériel de formation de l'examen de meilleur EMC E20-465

Pass4Test est un catalyseur de votre succès de test EMC E20-465. En visant la Certification de EMC, la Q7A de Pass4Test avec beaucoup de recherches est lancée. Si vous travillez dur encore juste pour passer le test EMC E20-465, la Q&A EMC E20-465 est un bon choix pour vous.

Beaucoup de gens trouvent difficile à passer le test EMC E20-465, c'est juste parce que ils n'ont pas bien choisi une bonne Q&A. Vous penserez que le test EMC E20-465 n'est pas du tout autant dur que l'imaginer. Le produit de Pass4Test non seulement comprend les Q&As qui sont impressionnées par sa grande couverture des Questions, mais aussi le service en ligne et le service après vendre.

Pass4Test est un fournisseur important de résume du test Certification IT dans tous les fournissurs. Les experts de Pass4Test travaillent sans arrêt juste pour augmenter la qualité de l'outil formation et vous aider à économiser le temps et l'argent. D'ailleur, le servie en ligne après vendre est toujours disponible pour vous.

La Q&A EMC E20-465 est étudiée par les experts de Pass4Test qui font tous effort en profitant leurs connaissances professionnelles. La Q&A de Pass4Test est ciblée aux candidats de test IT Certification. Vous voyez peut-être les Q&As similaires dansn les autres site web, mais il n'y a que Pass4Test d'avoir le guide d'étude plus complet. C'est le meilleur choix à s'assurer le succès de test Certification EMC E20-465.

Code d'Examen: E20-465
Nom d'Examen: EMC (Content Management System Administration)
Questions et réponses: 169 Q&As

E20-465 est un test de EMC Certification, donc réussir E20-465 est le premier pas à mettre le pied sur la Certifiction EMC. Ça peut expliquer certiainement pourquoi le test EMC E20-465 devient de plus en plus chaud, et il y a de plus en plus de gens qui veulent participer le test E20-465. Au contraire, il n'y a que pas beaucoup de gens qui pourrait réussir ce test. Dans ce cas, si vous vous réfléchissez étudier avec une bonne Q&A?

E20-465 Démo gratuit à télécharger: http://www.pass4test.fr/E20-465.html

NO.1 By default, what is stored specifically in the DOCUMENTUM\dba\secure directory?
A. keystore(s) for certificates used by LDAP over SSL
B. encrypted database user passwords for repository owners
C. encrypted passphrase for the Content Server installation
D. keystores used for Trusted Content Services
Answer: C

EMC   E20-465 examen   E20-465   E20-465 examen   E20-465 examen   certification E20-465

NO.2 A repository has an installation owner account 'dmadmin' and a repository owner account 'sop.'
What is the difference between these two accounts?
A. The Documentum installation owner and the repository owner accounts have identical roles.
B. The Documentum installation owner is a regular user in a repository; the repository owner has
administrative rights over the repository.
C. The Documentum installation owner is a superuser in the repository; the repository owner account
owns the database tables used by the repository.
D. While both users have administration privileges, the installation owner owns the repository database
tables.
Answer: C

EMC   certification E20-465   certification E20-465   E20-465

NO.3 A user is not able to create a document in a repository.
How do you diagnose the problem?
A. check for sufficient swap space/virtual memory and check for sufficient database space
B. check for sufficient file storage space and check for sufficient database space
C. check for sufficient file storage space and check for sufficient swap space/virtual memory
D. check that the server log is not full
Answer: B

EMC examen   E20-465   E20-465

NO.4 In addition to a supported OS, what is the minimal requirement for a successful Content Server
installation and repository configuration?
A. database software and Java SDK
B. Java SDK
C. database software, Java SDK, and application server
D. database software
Answer: D

certification EMC   E20-465   E20-465 examen   E20-465   certification E20-465   certification E20-465

NO.5 What are the minimal user account settings and access rights needed by the designated BOF Global
Registry user?
A. The user has an inline password and has READ only access to the /System/Modules/SBO folder in the
repository.
B. The user has an OS or Directory Server account and has READ only access to the
/System/Modules/SBO folder in the repository.
C. The user has an inline password and has READ only access to the /System/Modules/SBO folder and
the folders/documents in the repository that will be accessed using SBOs.
D. The user has an inline password and has READ only access to the entire repository.
Answer: A

EMC   certification E20-465   E20-465 examen   E20-465 examen   E20-465

NO.6 A user has left your company. There is an object that is still checked out by that user.
How would you remove the lock from this document?
A. delete the user using Documentum Administrator and all the documents checked out to this user will
automatically have the lock removed
B. change the r_lock_owner attribute of the document to "dmadmin"; dmadmin will now own the
document and can cancel checkout
C. unlock the document using the API
D. check the document in using a superuser account
Answer: C

EMC   E20-465 examen   E20-465 examen   E20-465 examen   E20-465

NO.7 Which user account will be used when running the Repository Configuration program?
A. superuser
B. installation owner
C. web user
D. database user
Answer: B

EMC   E20-465   E20-465   E20-465 examen

NO.8 After installing the Content Server, you change the default passphrase.
What utility script must be run when the Content Server is restarted?
A. dm_check_password
B. dm_crypto_boot
C. dm_crypto_create
D. dm_change_password
Answer: B

EMC examen   E20-465 examen   E20-465   E20-465   E20-465   E20-465

NO.9 What is a resource agent?
A. It is a JMX-based monitoring tool that is accessible using Documentum Administrator.
B. It is a feature of Application Builder, used to help manage lifecycles.
C. It is a process used in conjunction with the Index Server to provide full-text indexing.
D. It is a feature of WDK which allows administrators to more easily deploy components given to them by
a developer.
Answer: A

EMC   E20-465   E20-465 examen

NO.10 What are the minimum prerequisite components for a Documentum Administrator installation on a
dedicated application server host?
A. database client, application server, and Java SDK
B. application server, Java SDK, and web server
C. application server and Java SDK
D. application server, Java SDK, PHP, and Perl
Answer: C

EMC   E20-465 examen   E20-465   E20-465

NO.11 What is the correct API syntax for retrieving the r_object_id of a dm_document with the name, 'test1'?
A. retrieve,c,dm_folder where object_name='test1'
B. id,c,select dm_sysobject where object_name='test1'
C. retrieve,c,select dm_document where object_name='test1'
D. id,c,dm_sysobject where object_name='test1'
Answer: D

EMC   certification E20-465   E20-465   E20-465

NO.12 When using a resource agent to view a log, which option CANNOT be used to sort the log entries?
A. Log level
B. Event type
C. Severity
D. From the first entry to the last entry
Answer: B

EMC examen   E20-465   E20-465 examen   E20-465   E20-465 examen

NO.13 How do you delete a repository?
A. use Documentum Administrator to delete the files used for the repository's tablespaces
B. use Documentum Server Manager
C. select Configuration > Repository option in Documentum Administrator
D. use any database utility to drop the tablespaces used by the repository
Answer: B

EMC   E20-465   certification E20-465   E20-465 examen

NO.14 During the configuration of a repository you provide the following information: repository ID, repository
name, and database owner.
Where does Documentum store this information?
A. dfc.properties
B. server.ini
C. [repository name].ini
D. docbroker.ini
Answer: B

EMC examen   certification E20-465   E20-465 examen   E20-465 examen

NO.15 What is the purpose of the Consistency Checker?
A. to check for object corruption within the repository and provide a report
B. to check and correct object corruption within the repository and provide a report
C. to check the file stores for corruption and provide a report
D. to check the repository for corruption, fix the problem, and provide a report
Answer: A

EMC   E20-465   certification E20-465

NO.16 Your repository dump has just completed. <DUMP_RECORD_OBJECT_ID> is the object id of your
dm_dump_record.
Which DQL statement would you run to determine how many repository objects were copied into your
dump file?
A. select count(*) from dmi_dump_object_record where dump_object =
'<DUMP_OBJECT_RECORD_ID>'
B. select count(*) from dm_sysobject where r_object_id in (select <DUMP_OBJECT_RECORD_ID> from
dm_dump_record)
C. select count(*) from dm_dump_record where dump_object = '<DUMP_OBJECT_RECORD_ID>'
D. select count(*) from dmr_content where r_object_id = '<DUMP_OBJECT_RECORD_ID>'
Answer: A

certification EMC   certification E20-465   E20-465 examen   certification E20-465   E20-465 examen   certification E20-465

NO.17 When installing the Content Server, the installer deploys several default services which run on the
Java Method Server.
Which services are deployed?
A. Accelerated Content Services (ACS), Branch Office Caching Services (BOCS), Documentum
Messaging Services (DMS)
B. Accelerated Content Services (ACS), Documentum Foundation Services (DFS)
C. Accelerated Content Services (ACS), Documentum Messaging Services (DMS), Documentum
Foundation Services (DFS)
D. Documentum Foundation Services (DFS), Branch Office Caching Services (BOCS)
Answer: B

certification EMC   certification E20-465   E20-465   certification E20-465   E20-465

NO.18 Which statement is FALSE regarding resource agents?
A. Resource agents allow you to specify a minimum log level to view.
B. Resource agents allow you to change configuration settings.
C. Resource agents provide another way to receive notifications.
D. Resource agents cannot execute operations.
Answer: D

EMC   E20-465   certification E20-465   E20-465 examen   E20-465

NO.19 Which specific directories do the DM_HOME and DOCUMENTUM environment variables represent in
a Content Server installation with one or more repositories?
A. DM_HOME is the base directory for all Content Server binaries and repository configurations;
DOCUMENTUM is the working directory used by server processes.
B. DM_HOME is the directory for the Content Server binaries; DOCUMENTUM is the base directory
under which all binaries and repository configurations are stored.
C. DM_HOME is the base directory under which all binaries and repository configurations are stored;
DOCUMENTUM is the directory for the Content Server binaries.
D. DM_HOME and DOCUMENTUM have the same value and point to the base directory for all server
binaries and repository configurations.
Answer: B

EMC   E20-465   E20-465   E20-465

NO.20 What must exist in an API script to dump your repository?
A. dump,c,dmr_content
B. dump,c,dmr_containment
C. create,c,dmi_dump_object_record
D. create,c,dm_dump_record
Answer: D

EMC   certification E20-465   E20-465   E20-465 examen   E20-465

Vous pouvez comparer un peu les Q&As dans les autres sites web que lesquelles de Pass4Test, c'est pas difficile à trouver que la Q&A EMC E20-465 est plus complète. Vous pouvez télécharger le démo gratuit à prendre un essai de la qualité de Pass4Test. La raison de la grande couverture des questions et la haute qualité des réponses vient de l'expérience riche et la connaissances professionnelles des experts de Pass4Test. La nouvelle Q&A de EMC E20-465 lancée par l'équipe de Pass4Test sont bien populaire par les candidats.

2013年12月6日星期五

Guide de formation plus récente de EMC E20-465

Pass4Test est un site professionnel qui répondre les demandes de beaucoup clients. Les candidats qui ont déjà passer leurs premiers test Certification IT ont devenus les suivis de Pass4Test. Grâce à la bonne qualité des documentations, Pass4Test peut aider tous candidats à réussir le test EMC E20-465.

Pass4Test peut non seulement vous aider à réussir votre rêve, mais encore vous offre le service gratuit pendand un an après vendre en ligne. Q&A offerte par l'équipe de Pass4Test vous assure à passer 100% le test de Certification EMC E20-465.

Code d'Examen: E20-465
Nom d'Examen: EMC (Content Management System Administration)
Questions et réponses: 169 Q&As

La solution offerte par Pass4Test comprenant un test simulation bien proche de test réel EMC E20-465 peut vous assurer à réussir 100% le test EMC E20-465. D'ailleur, le service de la mise à jour gratuite est aussi pour vous. Maintenant, vous pouvez télécharger le démo gratuit pour prendre un essai.

Vous EMC E20-465 pouvez télécharger le démo EMC E20-465 gratuit dans le site Pass4Test pour essayer notre qualité. Une fois vous achetez le produit de Pass4Test, nous allons faire tous effort à vous aider à réussir le test à la première fois et vous laisser savoir qu'il ne faut pas beaucoup de travaux pour réussir ce que vous voulez.

Choisir le Pass4Test peut vous aider à réussir 100% le test EMC E20-465 qui change tout le temps. Pass4Test peut vous offrir les infos plus nouvelles. Dans le site de Pass4Test le servie en ligne est disponible toute la journée. Si vous ne passerez pas le test, votre argent sera tout rendu.

Vous pouvez tout d'abord télécharger le démo EMC E20-465 gratuit dans le site Pass4Test. Une fois que vous décidez à choisir le Pass4Test, Pass4Test va faire tous efforts à vous permettre de réussir le test. Si malheureusement, vous ne passez pas le test, nous allons rendre tout votre argent.

Le test EMC E20-465 est bien populaire dans l'Industrie IT. Donc il y a de plus en plus de gens à participer le test EMC E20-465. En fait, c'est pas facile à passer le test si on n'a pas une formation particulière. Pass4Test peut vous aider à économiser le temps et les efforts à réussir le test Certification.

E20-465 Démo gratuit à télécharger: http://www.pass4test.fr/E20-465.html

NO.1 Which statement is FALSE regarding resource agents?
A. Resource agents allow you to specify a minimum log level to view.
B. Resource agents allow you to change configuration settings.
C. Resource agents provide another way to receive notifications.
D. Resource agents cannot execute operations.
Answer: D

EMC   E20-465   E20-465   certification E20-465

NO.2 What are the minimal user account settings and access rights needed by the designated BOF Global
Registry user?
A. The user has an inline password and has READ only access to the /System/Modules/SBO folder in the
repository.
B. The user has an OS or Directory Server account and has READ only access to the
/System/Modules/SBO folder in the repository.
C. The user has an inline password and has READ only access to the /System/Modules/SBO folder and
the folders/documents in the repository that will be accessed using SBOs.
D. The user has an inline password and has READ only access to the entire repository.
Answer: A

EMC examen   E20-465   E20-465 examen

NO.3 Which specific directories do the DM_HOME and DOCUMENTUM environment variables represent in
a Content Server installation with one or more repositories?
A. DM_HOME is the base directory for all Content Server binaries and repository configurations;
DOCUMENTUM is the working directory used by server processes.
B. DM_HOME is the directory for the Content Server binaries; DOCUMENTUM is the base directory
under which all binaries and repository configurations are stored.
C. DM_HOME is the base directory under which all binaries and repository configurations are stored;
DOCUMENTUM is the directory for the Content Server binaries.
D. DM_HOME and DOCUMENTUM have the same value and point to the base directory for all server
binaries and repository configurations.
Answer: B

EMC   E20-465 examen   E20-465

NO.4 When using a resource agent to view a log, which option CANNOT be used to sort the log entries?
A. Log level
B. Event type
C. Severity
D. From the first entry to the last entry
Answer: B

EMC examen   E20-465 examen   certification E20-465   certification E20-465   certification E20-465   certification E20-465

NO.5 By default, what is stored specifically in the DOCUMENTUM\dba\secure directory?
A. keystore(s) for certificates used by LDAP over SSL
B. encrypted database user passwords for repository owners
C. encrypted passphrase for the Content Server installation
D. keystores used for Trusted Content Services
Answer: C

EMC examen   E20-465   E20-465 examen

NO.6 Which user account will be used when running the Repository Configuration program?
A. superuser
B. installation owner
C. web user
D. database user
Answer: B

certification EMC   E20-465 examen   certification E20-465   E20-465

NO.7 What must exist in an API script to dump your repository?
A. dump,c,dmr_content
B. dump,c,dmr_containment
C. create,c,dmi_dump_object_record
D. create,c,dm_dump_record
Answer: D

EMC examen   E20-465   certification E20-465

NO.8 A repository has an installation owner account 'dmadmin' and a repository owner account 'sop.'
What is the difference between these two accounts?
A. The Documentum installation owner and the repository owner accounts have identical roles.
B. The Documentum installation owner is a regular user in a repository; the repository owner has
administrative rights over the repository.
C. The Documentum installation owner is a superuser in the repository; the repository owner account
owns the database tables used by the repository.
D. While both users have administration privileges, the installation owner owns the repository database
tables.
Answer: C

certification EMC   E20-465 examen   E20-465   E20-465   E20-465

NO.9 A user is not able to create a document in a repository.
How do you diagnose the problem?
A. check for sufficient swap space/virtual memory and check for sufficient database space
B. check for sufficient file storage space and check for sufficient database space
C. check for sufficient file storage space and check for sufficient swap space/virtual memory
D. check that the server log is not full
Answer: B

EMC examen   E20-465   certification E20-465   E20-465

NO.10 When installing the Content Server, the installer deploys several default services which run on the
Java Method Server.
Which services are deployed?
A. Accelerated Content Services (ACS), Branch Office Caching Services (BOCS), Documentum
Messaging Services (DMS)
B. Accelerated Content Services (ACS), Documentum Foundation Services (DFS)
C. Accelerated Content Services (ACS), Documentum Messaging Services (DMS), Documentum
Foundation Services (DFS)
D. Documentum Foundation Services (DFS), Branch Office Caching Services (BOCS)
Answer: B

EMC   E20-465   certification E20-465

NO.11 Your repository dump has just completed. <DUMP_RECORD_OBJECT_ID> is the object id of your
dm_dump_record.
Which DQL statement would you run to determine how many repository objects were copied into your
dump file?
A. select count(*) from dmi_dump_object_record where dump_object =
'<DUMP_OBJECT_RECORD_ID>'
B. select count(*) from dm_sysobject where r_object_id in (select <DUMP_OBJECT_RECORD_ID> from
dm_dump_record)
C. select count(*) from dm_dump_record where dump_object = '<DUMP_OBJECT_RECORD_ID>'
D. select count(*) from dmr_content where r_object_id = '<DUMP_OBJECT_RECORD_ID>'
Answer: A

certification EMC   E20-465   E20-465   E20-465   certification E20-465   certification E20-465

NO.12 In addition to a supported OS, what is the minimal requirement for a successful Content Server
installation and repository configuration?
A. database software and Java SDK
B. Java SDK
C. database software, Java SDK, and application server
D. database software
Answer: D

EMC   E20-465   E20-465   E20-465 examen   E20-465

NO.13 What is the purpose of the Consistency Checker?
A. to check for object corruption within the repository and provide a report
B. to check and correct object corruption within the repository and provide a report
C. to check the file stores for corruption and provide a report
D. to check the repository for corruption, fix the problem, and provide a report
Answer: A

EMC examen   certification E20-465   certification E20-465   E20-465

NO.14 A user has left your company. There is an object that is still checked out by that user.
How would you remove the lock from this document?
A. delete the user using Documentum Administrator and all the documents checked out to this user will
automatically have the lock removed
B. change the r_lock_owner attribute of the document to "dmadmin"; dmadmin will now own the
document and can cancel checkout
C. unlock the document using the API
D. check the document in using a superuser account
Answer: C

EMC examen   E20-465 examen   certification E20-465   E20-465   E20-465

NO.15 After installing the Content Server, you change the default passphrase.
What utility script must be run when the Content Server is restarted?
A. dm_check_password
B. dm_crypto_boot
C. dm_crypto_create
D. dm_change_password
Answer: B

certification EMC   E20-465   certification E20-465   E20-465 examen

NO.16 What is a resource agent?
A. It is a JMX-based monitoring tool that is accessible using Documentum Administrator.
B. It is a feature of Application Builder, used to help manage lifecycles.
C. It is a process used in conjunction with the Index Server to provide full-text indexing.
D. It is a feature of WDK which allows administrators to more easily deploy components given to them by
a developer.
Answer: A

certification EMC   E20-465   E20-465 examen   E20-465 examen

NO.17 How do you delete a repository?
A. use Documentum Administrator to delete the files used for the repository's tablespaces
B. use Documentum Server Manager
C. select Configuration > Repository option in Documentum Administrator
D. use any database utility to drop the tablespaces used by the repository
Answer: B

EMC examen   certification E20-465   certification E20-465

NO.18 What are the minimum prerequisite components for a Documentum Administrator installation on a
dedicated application server host?
A. database client, application server, and Java SDK
B. application server, Java SDK, and web server
C. application server and Java SDK
D. application server, Java SDK, PHP, and Perl
Answer: C

EMC examen   E20-465   E20-465   E20-465   E20-465 examen

NO.19 During the configuration of a repository you provide the following information: repository ID, repository
name, and database owner.
Where does Documentum store this information?
A. dfc.properties
B. server.ini
C. [repository name].ini
D. docbroker.ini
Answer: B

EMC examen   certification E20-465   certification E20-465

NO.20 What is the correct API syntax for retrieving the r_object_id of a dm_document with the name, 'test1'?
A. retrieve,c,dm_folder where object_name='test1'
B. id,c,select dm_sysobject where object_name='test1'
C. retrieve,c,select dm_document where object_name='test1'
D. id,c,dm_sysobject where object_name='test1'
Answer: D

certification EMC   certification E20-465   E20-465 examen   E20-465   E20-465 examen

Si vous voulez ne se soucier plus à passer le test EMC E20-465, donc vous devez prendre la Q&A de Pass4Test comme le guide d'étude pendant la préparation de test EMC E20-465. C'est une bonne affaire parce que un petit invertissement peut vous rendre beaucoup. Utiliser la Q&A EMC E20-465 offerte par Pass4Test peut vous assurer à réussir le test 100%. Pass4Test a toujours une bonne réputation dans l'Industrie IT.

2013年7月28日星期日

EMC E20-485 E20-822 E20-475 E20-465 E22-315 examen pratique questions et réponses

On peut télécharger quelques parties de Q&A gratuites dans le site Pass4Test à propos de test Certification EMC E20-485 E20-822 E20-475 E20-465 E22-315. Vous pouvez tester notre fiabilité via le démo. Choisir Pass4Test, c'est-à-dire que vous êtes proche d'un pic ensuite de l'Industrie IT.


Les spécialiste profitant leurs expériences et connaissances font sortir les documentations particulière ciblées au test EMC E20-485 E20-822 E20-475 E20-465 E22-315 pour répondre une grande demande des candidats. Maintenant, la Q&A plus nouvelle, la version plus proche de test EMC E20-485 E20-822 E20-475 E20-465 E22-315 réel est lancée. C'est possible à réussir 100% avec le produit de EMC E20-485 E20-822 E20-475 E20-465 E22-315. Si malheureusement, vous ne passez pas le test, votre argent sera tout rendu. Vous pouvez télécharger le démo gratuit en Internet pour examiner la qualité de Q&A. N'hésitez plus d'ajouter le produit au panier, Pass4Test peut vous aider à réussir le rêve.


Pass4Test est un site particulier à offrir les guides de formation à propos de test certificat IT. La version plus nouvelle de Q&A EMC E20-485 E20-822 E20-475 E20-465 E22-315 peut répondre sûrement une grande demande des candidats. Comme tout le monde le connait, le certificat EMC E20-485 E20-822 E20-475 E20-465 E22-315 est un point important pendant l'interview dans les grandes entreprises IT. Ça peut expliquer un pourquoi ce test est si populaire. En même temps, Pass4Test est connu par tout le monde. Choisir le Pass4Test, choisir le succès. Votre argent sera tout rendu si malheureusement vous ne passe pas le test EMC E20-485 E20-822 E20-475 E20-465 E22-315.


Vous pouvez s'exercer en Internet avec le démo gratuit. Vous allez découvrir que la Q&A de Pass4Test est laquelle le plus complète. C'est ce que vous voulez.


Le test EMC E20-485 E20-822 E20-475 E20-465 E22-315 est bien populaire dans l'Industrie IT. Mais ça coûte beaucoup de temps pour bien préparer le test. Le temps est certainemetn la fortune dans cette société. L'outil de formation offert par Pass4Test ne vous demande que 20 heures pour renforcer les connaissances essentales pour le test EMC E20-485 E20-822 E20-475 E20-465 E22-315. Vous aurez une meilleure préparation bien que ce soit la première fois à participer le test.


Aujoud'hui, c'est une société de l'informatique. Beaucoup d'organisations peut provider l'outil de se former pour le test Certification EMC E20-485 E20-822 E20-475 E20-465 E22-315. Mais on doit admettre que ces site n'ont pas la capacité à offrir une bonne Q&A, elles sont généralement très vagues et sans les points. C'est loin d'attirer les attentions des candidats.


Code d'Examen: E20-485

Nom d'Examen: EMC (Content Management Application Architecture Exam)

Questions et réponses: 139 Q&As

Code d'Examen: E20-822

Nom d'Examen: EMC (CLARiiON Solutions Expert Exam for Storage Administrators)

Questions et réponses: 120 Q&As

Code d'Examen: E20-475

Nom d'Examen: EMC (Content Management Systems Architecture Exam)

Questions et réponses: 231 Q&As

Code d'Examen: E20-465

Nom d'Examen: EMC (Content Management System Administration)

Questions et réponses: 169 Q&As

Code d'Examen: E22-315

Nom d'Examen: EMC (Disk Library and Backup to Disk Technologies)

Questions et réponses: 117 Q&As

E20-822 Démo gratuit à télécharger: http://www.pass4test.fr/E20-822.html


NO.1 A large warehousing company has two CLARiiONs with two LUNs set up and each is mirrored with
MirrorView/A over DWDM. The two sites are less than 1 km away.
The company is currently running an OLTP database on a 300 GB RAID 1/0 4+4 LUN and its logging on a
150 GB RAID 1/0 4+4 LUN. The I/O read/write ratio is 2:1 with a 2 kB average I/O size.
The customer notices that at peak times the latency becomes an issue as their users start to complain
about poor performance. What is your recommendation?
A.Check the fibre for faults
B.Upgrade the CLARiiON model
C.Use Incremental SAN Copy
D.Use MirrorView/S
Answer: D

EMC examen   E20-822   E20-822 examen

NO.2 You are using Replication Manager to make clones of two production Exchange mailbox database
LUNs. After reviewing the event log for the week, you notice there have been numerous failures but no
alerts have been sent out. Replication Manager was configured to send email alerts in case of an
Exchange job failure.
What is preventing the email alerts from being sent out?
A.MAPI32.DLL is missing on the Replication Manager server
B.Outlook was not installed on the Replication Manager server
C.The Replication Manager console was not configured to relay alerts
D.The SMTP service in IIS was not configured on the Replication Manager server
Answer: D

EMC examen   certification E20-822   E20-822   certification E20-822

NO.3 Click the Exhibit button.
What is true of LUN 3?
A.Disk crossings are excessively high
B.Disk utilization is above the best practices threshold
C.The host data is misaligned
D.The number of stripe crossings indicates a large I/O size
Answer: C

EMC   E20-822   E20-822 examen   E20-822 examen

NO.4 Click the Exhibit button.
A customer wants to create an additional 250 GB LUN on their existing RAID 6 group. How can this be
accomplished?
A.Create the LUN on another RAID 6 group using concatenation
B.Defragment the RAID group and bind the additional LUN
C.Destroy the RAID group and create the new LUNs
D.Expand the RAID group to increase the available space
Answer: A

certification EMC   E20-822   E20-822 examen

NO.5 A customer uses Incremental SAN Copy (ISC) as part of a DR solution. They have configured the
Reserved LUN Pool (RLP). They are adapting their environment to support different failure scenarios.
Which combination of failures is most serious?
A.A failure of the ISC update followed by a failure of the production LUN
B.A failure of the ISC update followed by a failure of the remote LUN
C.A failure of the link followed by a failure of the remote RLP
D.A failure of the RLP on the remote CLARiiON followed by a failure of the remote LUN
Answer: A

EMC   E20-822   E20-822

NO.6 Click the Exhibit button.
A customer uses multiple server preparation scripts; one for new Exchange servers and one for recovery.
These scripts are used to configure the CLARiiON storage using the Navisphere Secure CLI. The
customer calls and reports that they accidentally ran the new server preparation script instead of the
recovery script they intended to run.
The customer asks for a check to see if their data is still available from CLARiiON storage as they cannot
find their LUNs. The CLARiiON SP event logs show the data in the exhibit. Which method can the
customer use to correct the problem?
A.Rebind base and component LUNs, reform the metaLUN, place the metaLUN in SG for the host, and
recover the data from the backup.
B.Reform the metaLUN from the original base and component LUNs, place the metaLUN in SG for the
host, and recover the data from the backup.
C.Use CLARiiON recovery tools to recover the metaLUN, place the metaLUN in SG for the host, and
recover the data from the backup.
D.Use Navisphere Secure CLI tools to recover base and component LUNs, reform the metaLUN, and
place the metaLUN in SG for the host.
Answer: A

EMC   E20-822   E20-822   E20-822   certification E20-822

NO.7 A new CLARiiON arrives at a customer's site and an EMC Customer Engineer performs the physical
installation. The storage administrator is under a lot of pressure to have the array online and in production
by the end of the week. The storage administrator selects several Windows and Solaris servers for the
initial production rollout. The storage requirements have been agreed upon and the storage administrator
creates 30 LUNs of various sizes based upon EMC best practices.
The administrator works with the server team to install HBAs, update settings, install EMC software, and
then perform the necessary cabling and zoning requirements. After the hosts successfully register with
the CLARiiON array, the Windows and Solaris administrators state each server has 30 LUNs allocated.
What does the storage administrator need to accomplish to ensure each server has access to the
appropriate LUNs?
A.Create the appropriate storage groups
B.Disable Access Logix
C.Enable Access Logix
D.Fix the incorrect zones
Answer: C

EMC examen   certification E20-822   E20-822   certification E20-822

NO.8 Click the Exhibit button.
A storage administrator is automating a solution using the Navisphere Secure CLI. In the event of
production data corruption, the script needs to recover from the target LUNs.
Which steps should the script perform?
P = Primary
S = Secondary
Snap = Snapshot
A.Unmount P, fracture, roll back Snap, synchronize, promote P, and mount P
B.Unmount P, promote S, fracture, roll back Snap, synchronize, promote P, and mount P
C.Unmount P, roll back Snap, promote S, fracture, synchronize, promote P, and mount P
D.Unmount P, roll back Snap, restore S, and mount P
Answer: B

certification EMC   E20-822   E20-822   E20-822 examen   E20-822

NO.9 A customer has been tasked with copying 50 LUNs between two CLARiiONs using SAN Copy. The
customer starts the sessions selecting all defaults. The resulting copies appear to be taking an
unexpectedly long time.
Which settings should be increased to improve performance?
A.Reserved LUN Pool Size, Concurrent sessions
B.Throttle Value, Concurrent sessions
C.Throttle Value, Reserved LUN Pool Size
D.Write cache, Reserved LUN Pool
Answer: B

EMC examen   E20-822   E20-822

NO.10 Click the Exhibit button.
A failure has occurred in a DR environment. The error message is displayed in the exhibit. What must be
done to correct the failure?
A.Add more LUNs to the remote CLARiiON RLP. Restart the synchronization.
B.Destroy the mirror. Add a secondary of the correct size.
C.Enable write cache on the remote CLARiiON Write Intent Logs. Restart the synchronization.
D.Increase the write cache size on the remote CLARiiON.
Answer: A

EMC   E20-822   certification E20-822   certification E20-822   certification E20-822   E20-822 examen

NO.11 A customer has a single RAID group with a RAID 1/0 6+6 LUN on a dedicated DAE2. This LUN is
active on SP A. They need to expand with the maximum possible increase in IOPS. The LUN may not go
offline. The customer has a new DAE2 with the same disks.
How should they proceed?
A.Add 12 disks to the current RAID group. Create a new LUN. Create a striped metaLUN.
B.Back up the current LUN. Create a new RAID group and a new LUN on SP B. Present it to the host and
create a LVM plaid. Restore the data.
C.Create a new RAID group and create a new LUN on SP A. Create a concatenated metaLUN.
D.Create a new RAID group and create a new LUN on SP A. Create a striped metaLUN.
Answer: D

certification EMC   E20-822   E20-822   E20-822   certification E20-822

NO.12 Click the Exhibit button.
While performing a routine check of a CX3-40 with FLARE R26 the storage administrator receives an
error while trying to clear the logs. What is the cause of the error?
A.Host agent is not running
B.The Privileged User List is empty
C.The user is logged in as a security administrator role
D.The user is logged in with a manager role
Answer: D

EMC examen   E20-822   E20-822 examen

NO.13 A customer has configured SnapView for two LUNs on a DR CLARiiON storage system. When the
client attempts to run the Navisphere Secure CLI command to create the snapshot session, it fails.
In the setup process for using SnapView, which step did the customer forget to do?
A.Allocate LUNs to the Reserved LUN Pool
B.Allocate Write Intent Log
C.Enable Incremental Synchronization
D.Test IP link latency
Answer: A

EMC examen   E20-822   E20-822 examen   E20-822

NO.14 Click the Exhibit button.
While performing a routine check of a CX3-40 with FLARE R26 the storage administrator receives an
error while trying to clear the logs. What is the cause of the error?
A.Host agent is not running
B.The Privileged User List is empty
C.The user is logged in as a security administrator role
D.The user is logged in with a manager role
Answer: D

certification EMC   certification E20-822   E20-822   certification E20-822   E20-822

NO.15 A customer is reporting a problem with a physical disk. Examining the SP Event Log shows errors for
LUN 16. Data is being gathered from a UNIX host used for storage management. The host does not have
the capability to run the Navisphere Web UI.
To determine the underlying disk structure, which Navisphere Secure CLI subcommand can be used to
determine if LUN 16 is being affected?
A.getdisk
B.getinfo
C.getlun
D.getrg
Answer: C

EMC   certification E20-822   E20-822

NO.16 A customer created two RAID groups, 0 and 2, with the default settings on their CX3-80 and bound
four LUNs in each group. After starting the application the customer notices all I/O is going through SP B.
What caused the LUN imbalance?
A.CX3-80 has a single SP
B.Default setting bound all LUNs on the same SP
C.Host does not have failover software installed
D.Host is not ALUA-aware
Answer: B

EMC examen   E20-822   E20-822 examen   E20-822   E20-822

NO.17 A large financial customer has a time-critical OLTP application running on a dedicated CX3-80. One of
their internal administrators believes they modified something that could have affected the production
LUN. Since then the response time has increased significantly.
What action is the likely cause of the problem?
A.Decreased the high watermark to 75%
B.Enabled auto-assignment
C.Increased queue depth to 128
D.Increased the cache write aside value to 3076
Answer: C

EMC examen   certification E20-822   certification E20-822

NO.18 A company has implemented Replication Manager to back up their SQL Server. In addition to clone
copies every 6 hours, they have also implemented SQL Server log backups for a more granular RPO.
Last night, a junior DBA corrupted the production database. After using Replication Manager to restore
the database with no recovery, the senior DBA attempts to replay the transaction log backups but the
database returns an error indicating that no database is in a state to replay logs.
What is the cause of this restore failure?
A.Replication Manager only supports transaction log replay on databases restored with full recovery
B.rmsqlrestore.exe was not used to replay the VDI metadata
C.The restored database's SCN is out of sync with the SQL system databases
D.The transaction log backups have a gap in the sequence of transactions
Answer: B

EMC   E20-822   E20-822 examen   E20-822

NO.19 A customer was running a snapshot session when they noticed a SP failure. The Source LUN was
owned by the failed SP. What will happen to the session and the Reserved LUN Pool (RLP) LUN?
A.Session continues and the RLP LUNs trespass. After repairing the failed SP, the RLP LUN must be
manually trespassed to the original owning SP.
B.Session continues and the RLP LUNs trespass. After repairing the failed SP, the RLP LUN trespasses
back to the original owning SP.
C.Session gets deactivated and the SP frees the allocated LUN. After fixing the failed SP, the session will
activate and the original RLP LUN will be allocated.
D.Session stops and a new RLP LUN will be allocated on the surviving SP upon fixing the failed SP. The
RLP LUN will trespass back to the original SP and the user must manually restart the session.
Answer: B

EMC   certification E20-822   certification E20-822

NO.20 Click the Exhibit button.
While performing a routine check of a CX3-40 with FLARE R26 the storage administrator receives an
error while trying to clear the logs. What is the cause of the error?
A.Host agent is not running
B.The Privileged User List is empty
C.The user is logged in as a security administrator role
D.The user is logged in with a manager role
Answer: D

EMC   E20-822   E20-822

NO.21 A company has requested an independent consultant to develop and implement a security model for
the CLARiiON storage platform. The company has limited access to the administrator role by removing
rights for all accounts. However, they would like to keep the single administrator role account for top level
management.
Management of user security should not be done by the administrator role user. In addition, the storage
object administrators should not be able to change user security when using the Secure CLI. CLARiiON
storage systems are located in a protected data center with limited physical access.
Which method should be employed to manage user security?
A.Create a Security Administrator role user and create a Manager role user account for storage object
managers.
B.Create a Security Administrator role user, enable the CLI filter, and create a Manager role user account
for storage object managers.
C.Implement security using PKI certificates, create a Security Administrator role user, and enable the CLI
filter.
D.Implement security using PKI certificates, enable the CLI filter, and create a Manager role user account
for storage object managers.
Answer: B

certification EMC   E20-822 examen   E20-822 examen   E20-822

NO.22 A customer created two RAID groups, 0 and 2, with the default settings on their CX3-80 and bound
four LUNs in each group. After starting the application the customer notices all I/O is going through SP B.
What caused the LUN imbalance?
A.CX3-80 has a single SP
B.Default setting bound all LUNs on the same SP
C.Host does not have failover software installed
D.Host is not ALUA-aware
Answer: B

EMC   E20-822   E20-822 examen

NO.23 Click the Exhibit button.
While performing a routine check of a CX3-40 with FLARE R26 the storage administrator receives an
error while trying to clear the logs. What is the cause of the error?
A.Host agent is not running
B.The Privileged User List is empty
C.The user is logged in as a security administrator role
D.The user is logged in with a manager role
Answer: D

certification EMC   E20-822 examen   certification E20-822

NO.24 A customer has recently upgraded their CLARiiON to FLARE R26. What software and configuration
changes must the storage administrator ensure are in place to take advantage of the Asymmetric
Active/Active features of the software?
A.PowerPath 5.0; and change all initiators to use Failover mode 2
B.PowerPath 5.0; disable ArrayCommPath, and change all initiators to use Failover mode 4
C.PowerPath 5.1; and change all initiators to use Failover mode 4
D.PowerPath 5.1; disable Array CommPath, and change all host initiators to use Failover mode 3
Answer: C

EMC   E20-822 examen   certification E20-822   E20-822   E20-822   E20-822

NO.25 A customer is currently using Replication Manager to create clone copies of their SQL Server instance
which are then mounted to a backup server and streamed to tape. The customer has decided to purchase
a second CLARiiON and implement a DR scenario. The DR site is located 30 km away. A dedicated T1
(1.5 Mb) line is leased specifically for DR purposes with measured latencies that average 5-10 ms.
The application is considered mission-critical and as such very little data loss is acceptable. Any solution
implemented must have very little impact on performance. Time will be allowed for the application to be
recovered in the case of a disaster. The implemented solution must also allow for transaction logs to be
replayed in the case of data corruption.
Which DR solution would best fit this scenario?
A.MirrorView/A
B.RepliStor SQL Server Module
C.SQL Log Shipping/Full SAN Copy from the production LUN
D.SQL Log Shipping/Incremental SAN Copy from the production LUN
Answer: C

certification EMC   E20-822   E20-822

NO.26 A customer is implementing the Replication Manager/SAN Copy/RepliStor solution for DR of their
Exchange environment. In the process of configuring this solution they need to configure the RM DR
utility to run after the completion of the SAN Copy job.
Which level of IR callout should they use in order for the script to invoke at the proper time?
A.100
B.300
C.400
D.600
Answer: D

EMC   E20-822 examen   E20-822   certification E20-822   E20-822   certification E20-822

NO.27 Click the Exhibit button.
A customer wants to create an additional 250 GB LUN on their existing RAID 6 group. How can this be
accomplished?
A.Create the LUN on another RAID 6 group using concatenation
B.Defragment the RAID group and bind the additional LUN
C.Destroy the RAID group and create the new LUNs
D.Expand the RAID group to increase the available space
Answer: A

EMC   certification E20-822   E20-822   E20-822 examen

NO.28 Click the Exhibit button.
You are the SAN Administrator at a company. The company is running multiple Exchange Server 2007
storage groups on a CLARiiON array that exclusively uses 15k rpm 146 GB drives. You have been tasked
with adding a third Exchange storage group with one mailbox store to the existing server.
The storage for this new Exchange storage group must be allocated from the same CLARiiON currently
running the other two Exchange storage groups. All Exchange storage groups are presently exhibiting a
1:1 read/write ratio. The new storage group will require capacity identical to the existing Exchange
storage groups.
The table below, as well as the exhibit, indicates the current utilization of the array.w`V6a2tYJ%&,*In
order to satisfy the capacity requirements (GB and IOPS), in which RAID group must you create a
database LUN for the new Exchange storage group?
A.0
B.10
C.20
D.30b
Answer: C

EMC examen   E20-822 examen   E20-822   E20-822

NO.29 Click the Exhibit button.
Based on the exhibit, what happened between 05:21 A.M. and 06:56 A.M.?
A.CLARiiON back-end port was disconnected
B.CLARiiON front-end port was disconnected
C.MirrorView connection failed
D.SAN Copy connection failed
Answer: C

EMC examen   certification E20-822   E20-822

NO.30 A new CLARiiON arrives at a customer's site and an EMC Customer Engineer performs the physical
installation. The storage administrator is under a lot of pressure to have the array online and in production
by the end of the week. The storage administrator selects several Windows and Solaris servers for the
initial production rollout. The storage requirements have been agreed upon and the storage administrator
creates 30 LUNs of various sizes based upon EMC best practices.
The administrator works with the server team to install HBAs, update settings, install EMC software, and
then perform the necessary cabling and zoning requirements. After the hosts successfully register with
the CLARiiON array, the Windows and Solaris administrators state each server has 30 LUNs allocated.
What does the storage administrator need to accomplish to ensure each server has access to the
appropriate LUNs?
A.Create the appropriate storage groups
B.Disable Access Logix
C.Enable Access Logix
D.Fix the incorrect zones
Answer: C

EMC   E20-822   certification E20-822