2013年12月2日星期一

Le matériel de formation de l'examen de meilleur IBM 000-732

Pour l'instant, vous pouvez télécharger le démo gratuit de Q&A IBM 000-732 dans Pass4Test pour se former avant le test IBM 000-732.

Si vous faites toujours la lutte contre le test IBM 000-732, Pass4Test peut vous aider à résoudre ces difficultés avec ses Q&As de qualité, et atteindre le but que vous avez envie de devenir un membre de IBM 000-732. Si vous avez déjà décidé à s'améliorer via IBM 000-732, vous n'avez pas aucune raison à refuser Pass4Test. Pass4Test peut vous aider à passer le test à la première fois.

Pass4Test est un seul site de provider le guide d'étude IBM 000-732 de qualité. Peut-être que vous voyiez aussi les Q&A IBM 000-732 dans autres sites, mais vous allez découvrir laquelle est plus complète. En fait, Pass4Test est aussi une resource de Q&A pour les autres site web.

Nous assurons seulement le succès de test certification, mais encore la mise à jour est gratuite pour vous. Si vous ne pouvez pas passer le test, votre argent sera 100% rendu. Toutefois, cette possibilité n'est presque pas de se produire. Vous pouvez tout d'abord télécharger le démo gratuit pour prendre un essai.

Code d'Examen: 000-732
Nom d'Examen: IBM (DB2 9 for z/OS Database Administrator)
Questions et réponses: 148 Q&As

Peut-être vous voyez les guides d'études similaires pour le test IBM 000-732, mais nous avons la confiance que vous allez nous choisir finalement grâce à notre gravité d'état dans cette industrie et notre profession. Pass4Test se contribue à amérioler votre carrière. Vous saurez que vous êtes bien préparé à passer le test IBM 000-732 lorsque vous choisissez la Q&A de Pass4Test. De plus, un an de service gratuit en ligne après vendre est aussi disponible pour vous.

Le produit de Pass4Test est réputée par une bonne qualité et fiabilité. Vous pouvez télécharger le démo grantuit pour prendre un essai, nons avons la confiance que vous seriez satisfait. Vous n'aurez plus de raison à s'hésiter en face d'un aussi bon produit. Ajoutez notre Q&A au panier, vous aurez une meilleure préparation avant le test.

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

NO.1 A DB2 V9 system that is in New Function Mode:
A.cannot fall back.
B.can fall back to Compatibility Mode.
C.can fall back to New Function Mode*.
D.can fall back to Compatibility Mode*.
Correct:D

IBM   certification 000-732   000-732 examen

NO.2 If an object is created statically by a role within a trusted context and the ROLE AS OBJECT
OWNER clause is specified, who becomes the object owner when executing the package?
A.The role
B.The schema name
C.The owner keyword
D.The current SQLID (if set)
Correct:A

IBM   certification 000-732   000-732 examen

NO.3 A DBA wishes to audit all access to the non-audited table OWNER.EMPLOYEE. Assuming no
audit traces are started, which of the following steps are needed to audit access to this table?
A.-START TRACE AUDIT CLASS (5)
B.-START TRACE AUDIT CLASS (4, 5)
C.-START TRACE AUDIT CLASS (4, 5) and ALTER TABLE OWNER.EMPLOYEE AUDIT ALL
D.-START TRACE AUDIT CLASS (4, 5) and ALTER TABLE OWNER.EMPLOYEE DATA CAPTURE
CHANGES
Correct:C

IBM   certification 000-732   000-732 examen

NO.4 There are dynamic SQL statements running in a subsystem that need to have their host
variables reoptimized at run-time, however the distribution of the values does not change very
much between execution. What is the most optimal bind parameter for these statements?
A.REOPT(NONE)
B.REOPT(ONCE)
C.REOPT(VARS)
D.REOPT(ALWAYS)
Correct:B

IBM   certification 000-732   000-732 examen

NO.5 Given the following RUNSTATS utility statement: RUNSTATS TABLESPACE
DB2CERTDB.MYTBLSPC1 TABLE (MYTABLE1) COLUMN(ALL) INDEX REPORT YES UPDATE ALL
HISTORY ALL which of the following statements is true?
A.Cardinality statistics will only be collected on all columns of all indexes on table MYTABLE1.
B.Cardinality statistics will only be collected on the first column of each index on table MYTABLE1.
C.Cardinality statistics will only be collected on all columns of each index associated with table space
MYTBLSPC1.
D.Cardinality statistics will only be collected on the first column of each index associated with table space
MYTBLSPC1.
Correct:D

IBM   certification 000-732   000-732 examen

NO.6 An application has been running in production for a long time. The size of the objects involved
has not changed, but the application is running much slower than in the beginning. When should
the DBA consider manually REBINDing the application?
A.After REORGing the objects with inline statistics.
B.When dynamic SQL is used, but only after REORG and RUNSTATS has been performed.
C.Actually it is NOT recommended to perform manual rebinds but rather have DB2 perform automatic
rebinds.
D.If the size of the objects has not changed after gathering RUNSTATS data, the access path is very
unlikely to change, and therefore no REBIND is needed.
Correct:A

IBM   certification 000-732   000-732 examen

NO.7 Which of the following buffer pool thresholds CANNOT be changed by the DBA?
A.Deferred write threshold (DWQT)
B.Immediate write threshold (IWTH)
C.Vertical deferred write threshold (VDWQT)
D.Virtual buffer pool assisting parallel sequential threshold (VPXPSEQT)
Correct:B

IBM   certification 000-732   000-732 examen

NO.8 Which of the following is the correct configuration in a two way DB2 datasharing group?
A.MVSA (DB2A, active log A, workfile A) MVSB (DB2B, active log B, workfile B) Shared BSDS and
catalog and directory Coupling facility one Sysplex timer one
B.MVSA (DB2A, BSDS A, active log A, workfile A) MVSB (DB2B, BSDS B, active Log B, workfile B)
Shared catalog and directory Coupling facility one Sysplex timer one
C.MVSA (DB2A, BSDS A, active log A, workfile A, catalog & directory A) MVSB (DB2B, BSDS B, active
log A, workfile A, catalog & directory B) Coupling facility one Sysplex timer one
D.MVSA (DB2A, BSDS A, active log A, workfile A, catalog & directory A) MVSB (DB2B, BSDS B, active
log B, workfile B, catalog & directory B) Coupling facility one Sysplex timer one
Correct:B

IBM   certification 000-732   000-732 examen

NO.9 Which of the following DSNZPARMs is necessary to influence access path selection for certain
queries?
A.STDSQL
B.OPTHINTS
C.PARTKEYU
D.DESCSTAT
Correct:B

IBM   certification 000-732   000-732 examen

NO.10 Which parameter in WLM Application Environment controls the # of concurrent stored
procedures that can run in that particular environment?
A.NUMSRB
B.NUMTHR
C.NUMCTK
D.NUMTCB
Correct:D

IBM   certification 000-732   000-732 examen

NO.11 Which of the following RACF profiles would be used to allow IMS to access DB2 DSN1?
A.DSN1.IMS
B.DSNR.IMS
C.DSN1.MASS
D.DSN1.SASS
Correct:C

IBM   certification 000-732   000-732 examen

NO.12 What is the purpose of the following catalog health query? SELECT BNAME, BCREATOR,
BTYPE, DNAME FROM SYSIBM.SYSPLANDEP PD WHERE BTYPE IN ('T', 'V', 'A') AND NOT EXISTS
(SELECT * FROM SYSIBM.SYSTABLES WHERE CREATOR = PD.BCREATOR AND NAME =
PD.BNAME AND TYPE = PD.BTYPE);
A.For every row in SYSTABLES that indicates a dependency upon a table, view, or alias, there should be
a corresponding row in SYSPLANDEP.
B.For every row in SYSPLANDEP that indicates a dependency upon a table, view, or alias, there should
be a corresponding row in SYSTABLES.
C.For every row in SYSPLANDEP that indicates a dependency upon a table space, view, or a table that
has been altered, there should be a corresponding row in SYSTABLES.
D.For every row in SYSPLANDEP that indicates a dependency upon a table space, a table with a
VARCHAR column, or alias, there should be a corresponding row in SYSTABLES.
Correct:B

IBM   certification 000-732   000-732 examen

NO.13 A DBA has been required by a new company policy to implement a new DB2 security method.
The company would like to separate the authorization IDs that can execute plans and packages
from the authorization IDs that can create new plans and packages. Which of the following explicit
system privileges allows the user to create new plans and packages without being able to also
execute them?
A.BINDADD
B.CREATEIN
C.BINDAGENT
D.CREATEDBA
Correct:C

IBM   certification 000-732   000-732 examen

NO.14 A DBA was examining the Log Statistics, Log Activity section in the OMEGAMON Performance
Expert Tool and noticed a large value in the field UNAVAILABLE OUTPUT LOG BUFF. This is an
important and critical performance metric. What does this performance metric mean?
A.The OUTPUT BUFFER field of installation panel DSNTIPL was specified too large so memory was not
utilized and wasted.
B.The active logs were not stripped by DFSMS and the active log data sets have to be processed
sequentially so many times.
C.The active log data sets were not placed on different volumes to reduce contention so a large amount of
I/O activity showed up in the OUTPUT BUFFER field.
D.The OUTPUT BUFFER field of installation panel DSNTIPL was specified too small so application has to
wait while DB2 was busy writing the Active log data sets.
Correct:D

IBM   certification 000-732   000-732 examen

NO.15 An end-user indicates that the DRDA client application accessing DB2 for z/OS is very slow.
However, other local applications accessing the same tables are running fine. What would
indicate that this could be a DB2 problem?
A.Calculate the non-nested CLASS 1 CPU time minus non-nested CLASS 2 CPU time. If the value is high,
it suggests a problem in the DDF address space.
B.Investigate the CLASS 3 suspension time. As class 3 time includes the time that DB2 spends
sending/receiving network messages, a high value is a possible indication that the network is
experiencing a slow-down.
C.Calculate the non-nested CLASS 1 Elapsed time (ET) minus non-nested CLASS 2 ET. If the value is
high, this can only be caused by spending most time in the application, and therefore the application
should be investigated.
D.Check to see if the DB2 remote connection can become inactive at commit (Type 2 inactive). If not, this
leads to a high non-nested CLASS 1 ET and is likely the cause of the performance problem. Inactive
connections will use less CPU than threads that stay active all the time.
Correct:A

IBM   certification 000-732   000-732 examen

NO.16 Which statement best describes how multi-row fetch improves performance?
A.It reduces the amount of programming required.
B.It reduces the number of SQL statements issued.
C.It reduces the amount of data sent over a network.
D.It reduces the amount of I/O required to read a table.
Correct:B

IBM   certification 000-732   000-732 examen

NO.17 At which of the following times is the access control authorization routine (DSNX@XAC)
invoked?
A.At DB2 startup.
B.When executing a DB2 GRANT statement.
C.When DB2 has cached authorization information.
D.During any authorization check if NO was specified in the USE PROTECTION field of the DSNTIPP
panel.
Correct:A

IBM   certification 000-732   000-732 examen

NO.18 An audit trace shows that TSO user TSOID1, with DBADM authority, is continually attempting to
update a table in DB2 subsystem DSN1 that is not supposed to be updated. Which of the following
will prevent access to the DB2 subsystem?
A.REVOKE DBADM FROM TSOID1
B.Change TSOID1's access to DSNR resource class DSN1.TSO to NONE
C.Change TSOID1's access to DSNR resource class DSN1.BATCH to READ
D.Change TSOID1's access to DSNR resource class DSN1.BATCH to NONE
Correct:D

IBM   certification 000-732   000-732 examen

NO.19 A DBA needs to use the DSN command processor to delete DB2 packages that are no longer
needed. Which of the following choices is correct for the DBA to use?
A.SPUFI or QMF with the DROP statement
B.FREE Package (..)
C.DROP Package (..)
D.DROP PLAN () PKLIST (..)
Correct:B

IBM   certification 000-732   000-732 examen

NO.20 A company uses TRUSTED CONTEXT "ERP1" and ROLE "ERP_ROLE" as a security mechanism
to limit security exposure for an application. All the DB2 objects (databases, table spaces, tables,
indexes, views, plans and packages) have been created by that ROLE. The ROLE "ERP_ROLE"
has been assigned to User ID "DBA01" in order to perform DBA related tasks. When the user
"DBA01" leaves the company, the authorization ID is removed. Which of the following statements
are correct? (Select two answers)
A.None of these DB2 objects need to be recreated to re-grant the privileges.
B.The related plans and packages have to be recreated and the privileges re-granted.
C.When removing user "DBA01" privileges, none of these DB2 objects need to be dropped.
D.Only the related databases, table spaces, tables, indexes and views need to be recreated and the
privileges re-granted.
E.To remove the privileges of user "DBA01" on these related plans and packages, they have to be
dropped and as a result all associated privileges are revoked.
Correct:A C

IBM   certification 000-732   000-732 examen

Pass4Test a une grande équipe composée des experts d'expérience dans l'industrie IT. Leurs connaissances professionnelles et les recherches font une bonne Q&A, qui vous permet à passer le test IBM 000-732. Dans Pass4Test, vous pouvez trouver une façon plus convenable à se former. Les resources de Pass4Test sont bien fiable. Choisissez Pass4Test, choisissez un raccourci à réussir le test IBM 000-732.

Pass4Test offre une formation sur IBM 000-415 matériaux examen

Pass4Test est un bon catalyseur du succès pour les professionnels IT. Beaucoup de gens passer le test IBM 000-415 avec l'aide de l'outil formation. Les experts profitent leurs expériences riches et connaissances à faire sortir la Q&A IBM 000-415 plus nouvelle qui comprend les exercices de pratiquer et le test simulation. Vous pouvez passer le test IBM 000-415 plus facilement avec la Q&A de Pass4Test.

Le test IBM 000-415 peut bien examnier les connaissances et techniques professionnelles. Pass4Test est votre raccourci amené au succès de test IBM 000-415. Chez Pass4Test, vous n'avez pas besoin de dépenser trop de temps et d'argent juste pour préparer le test IBM 000-415. Travaillez avec l'outil formation de Pass4Test visé au test, il ne vous demande que 20 heures à préparer.

Dans ce monde d'informatique, l'industrie IT est suivi par de plus en plus de ges. Dans ce domaine demandant beaucoup de techniques, il faut des Certificat à se preuver les techniques professionnelle. Les Certificats IT sont improtant pour un interviewé pendant un entretien. C'est pas facile à passer le test IBM 000-415, donc c'est pourquoi beaucoup de professionnels qui choisissent ce Certificat pour se preuver.

La Q&A IBM 000-415 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 IBM 000-415.

Si vous voulez se prouver une compétition et s'enraciner le statut dans l'industrie IT à travers de test Certification IBM 000-415, c'est obligatoire que vous devez avior les connaissances professionnelles. Mais il demande pas mal de travaux à passer le test Certification IBM 000-415. Peut-être d'obtenir le Certificat IBM 000-415 peut promouvoir le tremplin vers l'Industrie IT, mais vous n'avez pas besoin de travailler autant dur à préparer le test. Vous avez un autre choix à faire toutes les choses plus facile : prendre le produit de Pass4Test comme vos matériaux avec qui vous vous pratiquez avant le test réel. La Q&A de Pass4Test est recherchée particulièrement pour le test IT.

Code d'Examen: 000-415
Nom d'Examen: IBM (IBM WebSphere IIS DataStage Enterprise Edition v7.5)
Questions et réponses: 158 Q&As

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

NO.1 Job run details for a specific invocation of a multi-instance job can be viewed by which two
clients? (Choose two.)
A.dsjob
B.dsjobinfo
C.DataStage Director
D.DataStage Manager
Correct:A C

IBM examen   000-415 examen   000-415   certification 000-415

NO.2 The last two steps of a job are an Aggregator stage using the Hash method and a Sequential File
stage with a Collector type of Auto that creates a comma delimited output file for use by a
common spreadsheet program. The job runs a long time because data volumes have increased.
Which two changes would improve performance? (Choose two.)
A.Change the Sequential stage to use a Sort Merge collector on the aggregation keys.
B.Change the Sequential stage to a Data Set stage to allow the write to occur in parallel.
C.Change the Aggregator stage to use the sort method. Hash and sort on the aggregation keys.
D.Change the Aggregator stage to a Transformer stage and use stage variables to accumulate the
aggregations.
Correct:A C

IBM examen   000-415 examen   000-415   certification 000-415

NO.3 Which command can be used to execute DataStage jobs from a UNIX shell script?
A.osh
B.dsjob
C.DSRunJob
D.DSExecute
Correct:B

IBM examen   000-415 examen   000-415   certification 000-415

NO.4 Click the Task button. You have been asked to improve the performance of a job. A consultant
has convinced your manager that sorts and partitions are major contributors to the performance
issues being experienced since they are specified as "auto". Both the aggregation and join are
done on Zip (postal) code. Place the appropriate sort/aggregation specifications on the links.
Correct:
Green choice2---->Yellow Choice1
Green choice1---->Yellow Choice2
Green choice3---->Yellow Choice3
Green choice4---->Yellow Choice4

IBM examen   000-415 examen   000-415   certification 000-415

NO.5 Which statement is true about Aggregator Sort and Hash methods when the
APT_NO_SORT_INSERTION environment variable is set to TRUE?
A.If you select the Hash method, the Aggregator stage requires the data to have the partition sorted by
the group key.
B.If you select the Sort method, the Aggregator stage requires the data to have been partition sorted by
the group key.
C.If you select the Sort method, the Aggregator stage will partition sort the data by the group key before
performing the aggregation.
D.If you select the Hash method, the Aggregator stage will partition sort the data by the group key before
building a hash table in memory.
Correct:B

IBM examen   000-415 examen   000-415   certification 000-415

NO.6 A job has two input sources that need to be combined. Each input source exceeds available
physical memory. The files are in the same format and must be combined using a key value. It is
guaranteed that there will be at least one match. Given the above scenario, which stage would
consume the least amount of physical memory?
A.Merge
B.Funnel
C.Lookup
D.Transformer
Correct:A

IBM examen   000-415 examen   000-415   certification 000-415

NO.7 Which two can be implemented in a Job Sequence using job parameters? (Choose two.)
A.All options of the Start Loop Activity stage.
B.Name of a job to be executed by a Job Activity stage.
C.A command to be executed by a Routine Activity stage.
D.The body of the email notification activity using the user interface.
Correct:A C

IBM examen   000-415 examen   000-415   certification 000-415

NO.8 Which three are valid ways within a Job Sequence to pass parameters to Activity stages?
(Choose three.)
A.Routine Activity stage
B.Sequencer Activity stage
C.UserVariables Activity stage
D.ExecCommand Activity stage
E.Nested Condition Activity stage
Correct:A C D

IBM examen   000-415 examen   000-415   certification 000-415

NO.9 Which two tasks will create DataStage projects? (Choose two.)
A.Install the DataStage engine.
B.Copy a project in DataStage Administrator.
C.Add new projects from DataStage Administrator.
D.Export and import a DataStage project from DataStage Manager.
Correct:A C

IBM examen   000-415 examen   000-415   certification 000-415

NO.10 Establishing a consistent naming standard for link names is useful in which two ways?
(Choose two.)
A.using less memory at job runtime
B.specifying link order without having to specify stage properties to generate correct results
C.improving developer productivity and quality by distinguishing link names within stage editors
D.easing use of captured job statistics (eg. row counts in an XML file) by processes or users outside of
DataStage
Correct:C D

IBM examen   000-415 examen   000-415   certification 000-415

NO.11 How does a Join stage process an Inner join?
A.It transfers records from the input data sets whose key columns contain equal values to the output data
set.
B.It transfers all values from the left data set but transfers values from the right data set and intermediate
data sets only when key columns match.
C.It transfers all values from the right data set and transfers values from the left data set and intermediate
data sets only where key columns match.
D.It transfers records in which the contents of the key columns are equal from the left and right input data
sets to the output data set. It also transfers records whose key columns contain unequal values from both
input data sets to the output data set.
Correct:A

IBM examen   000-415 examen   000-415   certification 000-415

NO.12 What is the purpose of the uv command in a UNIX DataStage server?
A.Start and stop the DataStage engine.
B.Report DataStage client connections.
C.Cleanup resources from a failed DataStage job.
D.Provide read access to a DataStage EE configuration file.
Correct:A

IBM examen   000-415 examen   000-415   certification 000-415

NO.13 Which statement about job parameter usage is true?
A.You can use environment variables to set parameter values linked to the Job Sequence.
B.You can change the parameter values in an initialization file linked to a Job Sequence .ini file.
C.Changes to the job parameters in the Designer do not require a recompile to be applied to the job.
D.You can change job parameters while a job is running and the changes will immediately be applied
mid-job.
Correct:A

IBM examen   000-415 examen   000-415   certification 000-415

NO.14 Which three are valid trigger expressions in a stage in a Job Sequence? (Choose three.)
A.Unconditional
B.Equality(Conditional)
C.Custom(Conditional)
D.Difference(Conditional)
E.ReturnValue(Conditional)
Correct:A C E

IBM examen   000-415 examen   000-415   certification 000-415

NO.15 In which two scenarios should a sparse lookup be used in place of a normal lookup to retrieve
data from an Oracle database? (Choose two.)
A.When the Oracle database is on the same system as the DataStage server.
B.When the number of input rows is significantly larger than the number of rows in the lookup table.
C.When the number of input rows is significantly smaller than the number of rows in the lookup table.
D.A database function that returns the current value of an Oracle object is required as part of the result set.
Correct:C D

IBM examen   000-415 examen   000-415   certification 000-415

NO.16 Which two statements about performance tuning a DataStage EE environment are true?
(Choose two.)
A.Overall job design has a minimal impact in actual real-world performance.
B.Only adjust buffer tuning parameters after examining other performance factors.
C.A single, optimized configuration file will yield best performance for all jobs and be easier to administer.
D.Performance tuning is an iterative process - adjust one item at a time and examine the results in
isolation.
Correct:B D

IBM examen   000-415 examen   000-415   certification 000-415

NO.17 A customer is interested in selecting the right RDBMS environment to run DataStage
Enterprise Edition to solve a multi-file and relational database data merge. The customer realizes
the value of running in parallel and is interested in knowing which RDBMS stage will match the
internal data partitioning of a given RDBMS. Which RDBMS stage will satisfy the customer's
request?
A.ODBC Enterprise
B.Oracle Enterprise
C.Sybase Enterprise
D.DB2/UDB Enterprise
Correct:D

IBM examen   000-415 examen   000-415   certification 000-415

NO.18 An XML file is being processed by the XML Input stage. How can repetition elements be
identified on the stage?
A.Set the "Key" property for the column on the output link to "Yes".
B.Check the "Repetition Element Required" box on the output link tab.
C.Set the "Nullable" property for the column on the output link to "Yes".
D.No special settings are required. XML Input stage automatically detects the repetition element from the
XPath expression.
Correct:A

IBM examen   000-415 examen   000-415   certification 000-415

NO.19 Which two statements are true of the column data types used in Orchestrate schemas? (Choose
two.)
A.Examples of Orchestrate schema column data types are varchar and integer.
B.Examples of Orchestrate schema column data types are int32 and string [max=30].
C.Orchestrate schema column data types are the same as those used in DataStage stages.
D.OSH import operators are needed to convert data read from sequential files into schema types.
Correct:B D

IBM examen   000-415 examen   000-415   certification 000-415

NO.20 Which statement describes a process for capturing a COBOL copybook from a z/OS system?
A.Select the COBOL copybook using the Browse button and capture the COBOL copybook with Manager.
B.FTP the COBOL copybook to the client workstation in binary and capture the metadata through
Manager.
C.FTP the COBOL copybook to the client workstation in text mode and capture the copybook with
Manager.
D.FTP the COBOL copybook to the server platform in text mode and capture the metadata through
Manager.
Correct:C

IBM examen   000-415 examen   000-415   certification 000-415

Pass4Test est un site particulier d'offrir la formation à propos de test Certification IT. C'est un bon choix pour vous aider à réussir le test IBM 000-415. Pass4Test offre toutes les informations et les documentations plus nouvelles qui peut vous donner plus de chances à réussir le test.

Le plus récent matériel de formation IBM 000-733

Pass4Test a capacité d'économiser vos temps et de vous faire plus confiant à réussir le test. Vous pouvez télécharger le démo IBM 000-733 gratuit à connaître mieux la bonne fiabilité de Pass4Test. Nous nous font toujours confiant sur nos produits, et vous aussi dans un temps proche. La réussite de test IBM 000-733 n'est pas loin de vous une fois que vous choisissez le produit de Pass4Test. C'est un choix élégant pour vous faciliter à réussir le test IBM 000-733.

Pass4Test possède une grande équipe composée des experts IT qui travaillent dur avec leurs riches expériences et connaissances pour produire un bon outil de formation. Selon les anciens test, le test simulation de Pass4Test est bien lié avec le test réel. Pass4Test peut vous assurer à réussir le test. Maintenant vous ajoutez votre outil de formation au panier, et votre rêve réalisera bien tôt.

Le produit de Pass4Test est réputée par une bonne qualité et fiabilité. Vous pouvez télécharger le démo grantuit pour prendre un essai, nons avons la confiance que vous seriez satisfait. Vous n'aurez plus de raison à s'hésiter en face d'un aussi bon produit. Ajoutez notre Q&A au panier, vous aurez une meilleure préparation avant le test.

La partie plus nouvelle de test Certification IBM 000-733 est disponible à télécharger gratuitement dans le site de Pass4Test. Les exercices de Pass4Test sont bien proches de test réel IBM 000-733. En comparaison les Q&As dans les autres sites, vous trouverez que les nôtres sont beaucoup plus complets. Les Q&As de Pass4Test sont tout recherchés par les experts de Pass4Test, y compris le test simulation.

Code d'Examen: 000-733
Nom d'Examen: IBM (IBM Certified Application Developer-DB29)
Questions et réponses: 140 Q&As

En quelques années, le test de certification de IBM 000-733 faisait un grand impact sur la vie quotidienne pour pas mal de gens. Voilà le problème, comme on peut réussir facilement le test de IBM 000-733? Notre Pass4Test peut vous aider à tout moment à résourdre ce problème rapidement. Pass4Test peut vous offrir une bonne formation particulière à propos du test de certification 000-733. Notre outil de test formation est apporté par les IT experts. Chez Pass4Test, vous pouvez toujours trouver une formations à propos du test Certification 000-733, plus nouvelle et plus proche d'un test réel. Tu choisis le Pass4Test aujourd'hui, tu choisis le succès de test Certification demain.

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

NO.1 An application running against a DB2 for AIX database needs to execute the following query:SELECT
t2.c2, t1.c3 FROM t1 INNER JOIN t2 ON t1.c1 = t2.c1 If table T1 resides in the DB2 for AIX database and
table T2 resides in a DB2 for i5/OS database, which of the followingDB2 object types must the identifier
T2 represent in order for this SQL statement to run successfully?
A. ALIAS
B. NICKNAME
C. SERVER TABLE
D. TABLE WRAPPER
Answer: B

IBM   000-733   000-733   000-733 examen   certification 000-733

NO.2 Which of the following ADO .NET providers is supported by IBM DB2 Add-ins for Visual Studio?
A. OLE DB .NET Data Provider
B. DB2 Data Provider for .NET
C. ODBC Data Provider for .NET
D. DB2 for i5/OS .NET Provider
Answer: B

certification IBM   000-733   certification 000-733   000-733 examen

NO.3 If the following code is executed in the order shown:conDB2 As
DB2ConnectionconDB2.ConnectionString =
"Database=samplelx;UID=db2user;PWD=db2pwd;"conDB2.Open() Which of the following statements is
correct?
A. An exception is thrown because the server name has not been specified.
B. An exception is thrown because the server name and the port have not been specified.
C. The execution is successful provided the host name SAMPLEX has been previously defined in the
local hosts table.
D. The execution is successful provided the database alias SAMPLEX has been previously defined in the
local database catalog.
Answer: D

IBM examen   000-733 examen   000-733   certification 000-733

NO.4 A table named ACTIVITY.LOG was created by executing the following statement:CREATE TABLE
activity.log (event VARCHAR(128), date DATE) Then, a stored procedure named ACTIVITY.LOGEVENT
was created by executing the following statement: CREATE PROCEDURE activity.logEvent(IN stmtType
CHAR(1)) LANGUAGE SQLMainBody: BEGIN DECLARE sqlerrm VARCHAR(256) DEFAULT '';
DECLARE ErrorIndicator CHAR(1) DEFAULT 'N';
SQLStmt: BEGIN
DECLARE CONTINUE HANDLER FOR SQLEXCEPTION
BEGIN
SET ErrorIndicator = 'Y';
END;
IF stmtType = 'I' THEN
INSERT INTO activity.log VALUES('Insert Operation Performed.', CURRENT_DATE);
ELSEIF stmtType = 'U' THEN
INSERT INTO activity.log VALUES('Update Operation Performed.', CURRENT_DATE);
ELSEIF stmtType = 'D' THEN I
NSERT INTO activity.log VALUES('Delete Operation Performed.', CURRENT_DATE);
ELSE
SET ErrorIndicator = 'Y';
END IF;
END SQLStmt;
IF ErrorIndicator = 'Y' THEN
SIGNAL SQLSTATE '70000' SET message_text = 'Could not update activity log.';
END IF;
END MainBody
User USER1 has the authority to access/manipulate data in the ACTIVITY.LOG table as well as to invoke
the
procedure ACTIVITY.LOGEVENT. If user USER1 executes the following commands:
CONNECT TO sample USER user1 USING ibmdb2;
DELETE FROM activity.log;
CALL activity.logEvent('i'); What will be the results?
A. The string "Insert Operation Performed." and the system date will be written to the ACTIVITY.LOG
table.
B. The string "Update Operation Performed." and the system date will be written to the ACTIVITY.LOG
table.
C. The string "Delete Operation Performed." and the system date will be written to the ACTIVITY.LOG
table.
D. The error message 'SQL0438N Application raised error with diagnostic text: "Could not update activity
log.".SQLSTATE=70000' will be generated.
Answer: D

IBM   000-733   000-733   000-733   000-733   000-733

NO.5 After installing the DB2 Express-C 9 it was discovered that the Development Workbench was not
available. What
was the reason for that?
A. It must be installed separately.
B. It is not supported with DB2 Express-C 9.
C. Since it is a licensed tool, it must be purchased from IBM.
D. Review the DB2 installation log for errors. Reinstall DB2 Express-C 9.
Answer: A

certification IBM   000-733   000-733   000-733

NO.6 An SQL procedure has been developed with several inline SQL PL statements encapsulated in a
dynamic compound SQL statement. The procedure had been tested and performed well. After making a
change to the last SQL statement the procedure not only failed to complete, but did not produce output
from any statements which were not modified. What is the best explanation for this behavior?
A. The dynamic compound SQL is atomic.
B. The procedure doesn't have any savepoints.
C. The procedure has not been correctly re-cataloged.
D. The dynamic compound SQL individual statements are logically dependent on each other.
Answer: A

certification IBM   certification 000-733   certification 000-733

NO.7 Parameter markers are NOT permitted for which of the following statements?
A. CALL
B. DELETE C. EXECUTE IMMEDIATE
D. SET CURRENT SQLID
Answer: C

IBM   certification 000-733   000-733   certification 000-733

NO.8 A .NET application executes a SQL request invoking the DB2Command.ExecuteReader method and a
syntax errorexception is thrown. Which of the following properties contains the SQLCode for this syntax
error?
A. DB2Error.SQLCode
B. SQLError.SQLCode
C. DB2Exception.SQLCode
D. SQLException.SQLCode
Answer: A

IBM   000-733 examen   000-733   certification 000-733

NO.9 Which of the following restrictions pertains to embedded SQL external routines?
A. Environment variables with names that start with 'DB2' are not allowed.
B. Executing statements or commands that are connection related is not allowed.
C. Environment variable values that were set before the DB2 database manager is started are not
available.
D. When returning result sets from external nested stored procedures, a cursor cannot be opened with
the same name onmultiple nesting levels.
Answer: B

IBM examen   000-733   certification 000-733   certification 000-733   000-733   certification 000-733
This document was created with Win2PDF available at http://www.win2pdf.com.
The unregistered version of Win2PDF is for evaluation or non-commercial use only.
This page will not be added after purchasing Win2PDF.

NO.10 Given the following table definition:CREATE TABLE staff ( id SMALLINT NOT NULL, name
VARCHAR(9), dept SMALLINT, job CHAR(5)) Assuming that the following statements execute
successfully:Dim cmdStaff As DB2Command = cnDb2.CreateCommand() cmdStaff.CommandText =
"SELECT name FROM staff WHERE (job = @job)" Which of the following is the correct way to provide a
value for the parameter marker used?
A. cmdStaff.Parameters.Add("@job", "Mgr", CType(5, Char))
B. cmdStaff.Parameters.Add("@job", "Mgr", DB2Type.Char, 5)
C. cmdStaff.Parameters.Add(New DB2Parameter("@job", CType(5, Char))
cmdStaff.Parameters("@job").Value = "Mgr"
D. cmdStaff.Parameters.Add(New DB2Parameter("@job", DB2Type.Char, 5)
cmdStaff.Parameters("@job").Value ="Mgr"
Answer: D

IBM   000-733   000-733   certification 000-733

NO.11 Which of the following is the DB2 Data Provider for the .NET class that requires a database connection
to be open?
A. DB2DataSet
B. DB2RecordSet
C. DB2DataReader
D. DB2DataAdapter
Answer: C

certification IBM   certification 000-733   certification 000-733

NO.12 Given following table:
EMP
EMPNO NAME DEPTNO SALARY
=====
==== ======
======
0010 JOSH D95 30000
0020 JENNA D98 25000
0030 DYLAN
D95 10000
0040 TRACY D90 33000
and the following trigger definition:CREATE TRIGGER track_chgsAFTER UPDATE OF salary, name,
empno ON emp REFERENCING NEW_TABLE AS ntable FOR EACH STATEMENT MODE
DB2SQLBEGIN ATOMIC INSERT INTO changes SELECT empno, CURRENT TIMESTAMP FROM
ntable; END; After executing the following SQL statements:DELETE FROM changes; UPDATE emp SET
deptno = 'D98' WHERE deptno = 'D95'; INSERT INTO emp VALUES('0050', 'KEN', 'D90', 35000);
UPDATE emp SET salary = salary - 500 WHERE salary > 35000;UPDATE emp SET salary = salary +
1000 WHERE salary <= 25000;What value will be returned by this query?SELECT count(*) FROM
changes
A. 2
B. 3 C. 4
D. 6
Answer: A

certification IBM   000-733   000-733   000-733 examen

NO.13 Which of the following SQL statements demonstrates the correct usage of a parameter marker?
A. SELECT ? FROM SYSCAT.TABLES
B. SELECT [] FROM SYSCAT.TABLES
C. SELECT CAST(? AS INTEGER) FROM SYSCAT.TABLES
D. SELECT CAST([] AS INTEGER) FROM SYSCAT.TABLES
Answer: C

IBM   000-733 examen   000-733 examen   certification 000-733

NO.14 Which of the following is a SQL stored procedure which will return a resultset containing ID, NAME,
DEPT and JOB values out of the STAFF table?
A. CREATE PROCEDURE result_set() LANGUAGE SQL BEGIN SELECT id, name, dept, job FROM
staff; END
B. CREATE PROCEDURE result_set LANGUAGE SQL RESULT SETS 1 BEGIN SELECT id, name,
dept, job FROM staff; END
C. CREATE PROCEDURE result_set RESULT SETS 1 BEGIN DECLARE c1 CURSOR FOR SELECT id,
name, dept, job FROM staff; OPEN C1; END
D. CREATE PROCEDURE result_set()
LANGUAGE SQL RESULT SETS 1 BEGIN DECLARE c1 CURSOR WITH RETURN FOR SELECT id,
name, dept, job FROM staff; OPEN c1; END
Answer: D

IBM   000-733 examen   000-733   000-733 examen

NO.15 Which of the following is a characteristic of an application that uses a Distributed Unit of Work
(DUOW)?
A. A single transaction can only read and/or modify data stored on one database server.
B. Multiple transactions can only read and/or modify data stored on one database server.
C. A single transaction can read and/or modify data stored across multiple database servers.
D. Multiple transactions can read and/or modify data stored on multiple database servers provided each
transaction only accesses a single server.
Answer: C

certification IBM   certification 000-733   000-733 examen   000-733 examen   000-733 examen

NO.16 Two OLTP applications run concurrently but frequent locking occurs which requires a fix to be applied.
Application A inserts rows into the table T1. Application B submits several queries against the table with a
Cursor Stability isolation level. What would be the best course of action to improve the system's
concurrency and performance?
A. Application B should be changed to access a view of table T1.
B. Application B should be changed to a Read Stability isolation level.
C. Application A should be changed to perform a commit after each INSERT operation.
D. Application A should be changed to include the NOT WITH HOLD clause on each INSERT operation.
Answer: C

IBM   000-733 examen   certification 000-733   000-733

NO.17 Given the following table and view definitions: CREATE TABLE city ( cityid INT GENERATED
ALWAYS AS IDENTITY , city_name CHAR(10), state_code CHAR(2) CHECK(state_code IN
('CA','IL','NY','OH','TX')));CREATE VIEW city_view AS ( SELECT city_name||','||state_code AS fullname
FROM city WHERE state_code NOT IN ('OH','IL')); and the following trigger definition:CREATE
TRIGGER city_viewInput INSTEAD OF INSERT ON city_view REFERENCING NEW AS nFOR EACH
ROW MODE DB2SQLBEGIN ATOMIC DECLARE delim INT;SET delim = LOCATE(',', n.fullname);
INSERT INTO city(city_name,state_code) VALUES(SUBSTR(n.fullname, 1, delim - 1),
SUBSTR(n.fullname, delim + 1, 2));END; If the following SQL statments are executed:INSERT INTO city
VALUES(DEFAULT,'San Jose','CA') ; INSERT INTO city_view VALUES('Chicago,IL'); INSERT INTO city
VALUES(DEFAULT,'Detroit','MI'); INSERT INTO city VALUES(DEFAULT,'Austin','TX'); INSERT INTO
city_view VALUES('Denver,CO'); How many rows will be returned by the following query: SELECT *
FROM city
A. 1
B. 2
C. 3
D. 4
Answer: C

IBM examen   certification 000-733   000-733

NO.18 What is the minimum privilege required to run a User Defined Function (UDF)?
A. CALL
B. EXECUTE
C. SYSCTRL
D. SYSMAINT
Answer: B

certification IBM   000-733   000-733   000-733 examen

NO.19 After executing the following SQL statements: CREATE TABLE tab1 ( col1 INT ,col2 CHAR(1),
PRIMARY KEY(col1)); CREATE TABLE tab2 ( col1 INT ,col2 CHAR(1), FOREIGN KEY (col1)
REFERENCES tab1(col1) ON DELETE CASCADE ON UPDATE NO ACTION ); INSERT INTO tab1
VALUES(1, 'A'); INSERT INTO tab1 VALUES(2, 'B'); INSERT INTO tab2 VALUES(3, 'A'); INSERT INTO
tab2 VALUES(2, 'B'); UPDATE tab1 SET col1 = col1 + 1;DELETE FROM tab1 WHERE col2 = 'B';
What values will be returned by the following SQL query?SELECT col1, col2 FROM tab1 A.COL1 COL2
==== ==== 2 'B'
A. COL1 COL2 ==== ==== 2 'B'
B. COL1 COL2 ==== ==== 2 'A'
C. COL1 COL2 ==== ==== 1 'A' 2 'B'
D. COL1 COL2 ==== ==== 2 'A' 3 'B'
Answer: B

IBM   000-733 examen   000-733 examen   000-733

NO.20 Table EMPLOYEE contains the following rows: EMPNO FIRSTNME LASTNAME WORKDEPT
000010.CHRISTINE HAAS A00 000020 MICHAEL THOMPSON B01 000030 SALLY KWAN C01 The
isolation level for Application 1 is set to CS and autocommit is disabled. The isolation level for Application
2 is set to CS and the autocommit is enabled. The following statements are executed in sequence:
Application 1:
DECLARE c1 CURSOR FOR SELECT * FROM employee ORDER BY empno OPEN C1 FETCH C1
FETCH C1 Application 2:
UPDATE employee SET lastname = 'MILLFORD' WHERE empno = '000020' Which of the following
statements is correct?
A. The UPDATE succeeds because Application 2 runs with autocommit enabled so no row level locks are
necessary for the update.
B. The UPDATE succeeds because Application 1 holds a row level lock that is compatible with the lock
required by Application 2.
C. The UPDATE fails because Application 1 holds a row level read lock that is in conflict with the lock
required by Application 2.C.
D. The UPDATE fails because the row level locks held by Application 1 have been escalated to table lock
so updates by other connections are disallowed.
Answer: B

certification IBM   000-733 examen   certification 000-733   certification 000-733

Nous croyons que pas mal de candidats voient les autres site web qui offrent les ressources de Q&A IBM 000-733. En fait, le Pass4Test est le seul site qui puisse offrir la Q&A recherchée par les experts réputés dans l'Industrie IT. Grâce à la Q&A de Pass4Test impressionée par la bonne qualité, vous pouvez réussir le test IBM 000-733 sans aucune doute.

Guide de formation plus récente de IBM 000-806

Le test IBM 000-806 est bien populaire dans l'Industrie IT. Donc il y a de plus en plus de gens à participer le test IBM 000-806. 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.

Si vous êtes intéressé par l'outil formation IBM 000-806 étudié par Pass4Test, vous pouvez télécharger tout d'abord le démo. Le service de la mise à jour gratuite pendant un an est aussi offert pour vous.

L'équipe de Pass4Test autorisée offre sans arrêt les bonnes resources aux candidats de test Certification IBM 000-806. Les documentations particulièrement visée au test IBM 000-806 aide beaucoup de candidats. La Q&A de la version plus nouvelle est lancée maintenant. Vous pouvez télécharger le démo gratuit en Internet. Généralement, vous pouvez réussir le test 100% avec l'aide de Pass4Test, c'est un fait preuvé par les professionnels réputés IT. Ajoutez le produit au panier, vous êtes l'ensuite à réussir le test IBM 000-806.

La Q&A IBM 000-806 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 IBM 000-806.

Si vous faites toujours la lutte contre le test IBM 000-806, Pass4Test peut vous aider à résoudre ces difficultés avec ses Q&As de qualité, et atteindre le but que vous avez envie de devenir un membre de IBM 000-806. Si vous avez déjà décidé à s'améliorer via IBM 000-806, vous n'avez pas aucune raison à refuser Pass4Test. Pass4Test peut vous aider à passer le test à la première fois.

Code d'Examen: 000-806
Nom d'Examen: IBM (IBM WebSphere Ap Svr Ntwk Deploy V6.1 Adv Admn)
Questions et réponses: 52 Q&As

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

NO.1 To improve scalability of a cluster bus member, an administrator proposes adding messaging engines
to the cluster. Which valid concern cannot be resolved through configuration?
A. Multiple messaging engines starting on the same cluster member; a review of available resources on
the cluster members must be conducted to determine if this can be tolerated
B. Duplicate messages may actually decrease the scalability of the application; the application developers
must be consulted to determine the performance impact
C. Message order not being preserved; the application developers must be consulted to determine
whether or not this will cause application errors
D. Additional load on the deployment manager as it directs messages to the partitioned destinations; a
review of available resources on the deployment manager must be conducted to determine if this can be
tolerated
Answer: C

IBM examen   certification 000-806   000-806   000-806 examen   000-806 examen

NO.2 Which statement is true about designing highly available infrastructures based on WebSphere
Application Server ND V6.1 clusters?
A. A stand-alone server topology provides the greatest amount of process isolation and therefore is the
most effective building block in combination with other stand-alone servers for building a highly resilient
cluster based infrastructure.
B. A horizontal scaling topology provides the greatest opportunity to implement efficient use of single
machine processing power so that should there be a failover in that environment, there will be sufficient
capacity available for the remaining nodes to pick up the workload from the failed node.
C. A vertical scaling topology provides the greatest opportunity to implement efficient use of machine
processing power so that should there be failover in that environment, there is sufficient capacity available
for the remaining cluster members to pick up the workload from the failed
cluster member.
D. A horizontal scaling topology provides the greatest amount of process isolation and therefore is the
most effective building block in combination with other stand-alone servers for building a highly resilient
cluster based infrastructure.
Answer: C

IBM examen   000-806 examen   000-806   000-806 examen   000-806

NO.3 An administrator is configuring a cluster bus destination on a cluster with five members on five different
physical machines. The administrator will configure two messaging engines which may be run on any of
the five cluster members. What is the simplest configuration for the messaging engines' data stores that
still ensures proper fail over?
A. A file-based data store in the config directory that is kept in sync on all cluster members by the
deployment manager
B. A single remote database accessible by all cluster members with one schema to be shared by the
messaging engines
C. A single remote database accessible by all cluster members with two schemas
D. Two remote databases accessible by all cluster members
Answer: C

certification IBM   certification 000-806   000-806

NO.4 A WebSphere Application Server ND V6.1 administrator has been asked to set up cache replication for
an application. The application team wants to make sure it does not loose any cache data that is
generated. What would make losing cache data least likely to happen?
A. Full group replication
B. Enable disk offload
C. Push only
D. Flush to disk
Answer: B

certification IBM   000-806 examen   000-806   000-806   000-806

NO.5 A WebSphere Application Server ND V6.1 administrator recently added a new cluster member. When
the administrator checked the status of the servers in the cluster, they noticed the cluster showing a state
of partially started. What does that mean?
A. All cluster members are running, but the node agents have not been started.
B. At least one of the cluster members is running.
C. The cluster was not started by the deployment manager.
D. The cluster was created, however the servers were never stopped then restarted cleanly.
Answer: B

IBM   000-806   000-806   000-806   000-806   000-806

Dans cette société de l'information technologies, c'est bien populaire que l'on prenne la formation en Internet, Pass4Test est l'un des sites d'offrir la formation particulère pour le test IBM 000-806. Pass4Test a une expérience riche pour répondre les demandes des candidats.

2013年12月1日星期日

Pass4Test offre une formation sur Network Appliance NS0-154 matériaux examen

Pass4Test vous promet de vous aider à passer le test Network Appliance NS0-154, vous pouvez télécharger maintenant les Q&As partielles de test Network Appliance NS0-154 en ligne. Il y a encore la mise à jour gratuite pendant un an pour vous. Si vous malheureusement rater le test, votre argent sera 100% rendu.

Dans cette époque glorieuse, l'industrie IT est devenue bien intense. C'est raisonnable que le test Network Appliance NS0-154 soit un des tests plus populaires. Il y a de plus en plus de gens qui veulent participer ce test, et la réussite de test Network Appliance NS0-154 est le rêve pour les professionnels ambitieux.

Pass4Test est un site particulier à offrir les guides de formation à propos de test certificat IT. La version plus nouvelle de Q&A Network Appliance NS0-154 peut répondre sûrement une grande demande des candidats. Comme tout le monde le connait, le certificat Network Appliance NS0-154 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 Network Appliance NS0-154.

Aujourd'hui, c'est une société pleine de gens talentueux, la meilleure façon de suivre et assurer la place dans votre carrière est de s'améliorer sans arrêt. Si vous n'augmentez pas dans votre carrière, vous êtes juste sous-développé parce que les autres sont meilleurs que vous. Pour éviter ce cas, vous devez vous former successivement.

Code d'Examen: NS0-154
Nom d'Examen: Network Appliance (Data ONTAP 8.0 7-Mode Administrator)
Questions et réponses: 148 Q&As

Pass4Test peut offrir la facilité aux candidats qui préparent le test Network Appliance NS0-154. Nombreux de candidats choisissent le Pass4Test à préparer le test et réussir finalement à la première fois. Les experts de Pass4Test sont expérimentés et spécialistes. Ils profitent leurs expériences riches et connaissances professionnelles à rechercher la Q&A Network Appliance NS0-154 selon le résumé de test réel Network Appliance NS0-154. Vous pouvez réussir le test à la première fois sans aucune doute.

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

NO.1 Which two commands on the storage system allow you to gather detailed statistics about network
interfaces, including basic information about network connections? (Choose two.)
A.ifstat -a
B.netdiag -n
C.netstat -i
D.sysstat 1
Answer: AC

Network Appliance   NS0-154 examen   NS0-154 examen   certification NS0-154

NO.2 Which three /etc/snapmirror.conf entries will support synchronous or semi-synchronous SnapMirror?
(Choose three.)
A.FilerA:source_vol FilerB:destination_vol - sync
B.FilerA:source_vol FilerB:destination_vol - 0-55/5 * * *
C.FilerA:source_vol FilerB:destination_vol outstanding=3s sync
D.FilerA:source_vol FilerB:destination_vol visibility_interval=1hr, outstanding=3ms, cksum=crc32 sync
Answer: ACD

Network Appliance   certification NS0-154   NS0-154 examen   NS0-154 examen   certification NS0-154

NO.3 Which are three characteristics of an iSCSI or FCP SAN implementation? (Choose three.)
A.A LUN can be converted into a VLD.
B.LUNs can be accessed using the FCP protocol.
C.LUNs can be accessed using the iSCSI protocol.
D.Block services are associated with an iSCSI or FCP SAN environment.
Answer: BCD

certification Network Appliance   NS0-154 examen   NS0-154   NS0-154   certification NS0-154

NO.4 Which two commands can be used to enable LUN reservations? (Choose two.)
A.lun create
B.lun map
C.lun reservation set
D.lun set reservation
Answer: AD

Network Appliance   NS0-154 examen   NS0-154 examen   NS0-154

NO.5 NTFS allows file access based on ___________.
A.NT ACLs and SID.
B.NT ACLs and UNIX permissions.
C.SID and password.
D.UNIX permissions.
Answer: A

Network Appliance   NS0-154 examen   NS0-154 examen

NO.6 In a tape environment after a SnapRestore reversion of a volume, incremental backup and restore
operations on the file or volume cannot rely on the timestamps to determine what data needs to be
backed up or restored. Which course of action ensures correct incremental backups?
A.Perform a base-level backup of the volume after you restore it.
B.Reboot the storage system to reset timestamps back to their original times before the reversion.
C.Take a new snapshot of the volume to create new base-level timestamps for the incremental backup.
D.Take a new snapshot of the volume to create new base-level timestamps for the incremental backup,
and then perform a base-level backup of the volume after you restore it.
Answer: A

Network Appliance   NS0-154 examen   NS0-154   NS0-154   certification NS0-154   certification NS0-154

NO.7 An iSCSI or FC SAN implementation provides _____ access to LUNs.
A.block
B.file
C.VIIP
D.VLD
Answer: A

Network Appliance examen   certification NS0-154   NS0-154   NS0-154   NS0-154

NO.8 Which changes the NDMP password on the Open System SnapVault agent?
A.password
B.password
C.svpasswd
D.svpassword
Answer: D

Network Appliance examen   NS0-154   NS0-154

NO.9 If the security style is set to UNIX, CIFS client file access is determined by ___________ .
A.NT ACLs
B.the last client to set permissions
C.the mapped UNIX UID/GID of the CIFS client and the UNIX file permissions
D.This is not allowed: A CIFS client cannot access files in a path set to a security style of UNIX
Answer: C

Network Appliance   NS0-154   NS0-154 examen   certification NS0-154   NS0-154

NO.10 To determine the version of Data ONTAP in which a bug has been fixed, use the NOW site _______
utility. (Choose two.)
A.AutoSupport
B.Bugs Online
C.NetApp Diagnostics
D.Release Comparison
E.System Configuration Guide
Answer: BD

Network Appliance   certification NS0-154   NS0-154 examen   NS0-154

NO.11 Which three protocols can coexist on a NetApp storage system? (Choose three.)
A.CIFS
B.DAFS
C.DFS
D.FCP
E.NFS
Answer: ADE

Network Appliance examen   certification NS0-154   certification NS0-154

NO.12 Which three items are NFS resources for export? (Choose three.)
A.aggregate
B.directory/qtree
C.file
D.subnet
E.volume
Answer: BCE

certification Network Appliance   certification NS0-154   NS0-154   certification NS0-154   NS0-154   certification NS0-154

NO.13 Which two will allow you to read and analyze a packet trace file generated by the storage system?
(Choose two.)
A.Eternal View
B.Netmon
C.pktt
D.WireShark
Answer: BD

Network Appliance examen   NS0-154   NS0-154

NO.14 Data ONTAP 8.0 7-Mode supports SMB 2.0 in Windows Vista and Windows Server 2008.
A.True
B.False
Answer: B

certification Network Appliance   NS0-154 examen   NS0-154 examen   NS0-154 examen   NS0-154 examen

NO.15 What utility on the storage system will allow you to capture network packet information?
A.netstats
B.pktt
C.snoop
D.traceroute
Answer: B

certification Network Appliance   certification NS0-154   NS0-154

NO.16 Host multi-pathing describes a _________ solution that has at least two distinct _________ paths to a
LUN.
A.FC or IP SAN, physical
B.FC or IP SAN, virtual
C.FC SAN, virtual
D.token ring, physical
Answer: A

Network Appliance   NS0-154   certification NS0-154   NS0-154 examen   NS0-154

NO.17 To configure a storage system as a member of a Windows active directory domain, the time on the
storage system must be set to be within plus or minus five minutes of the time on the domain controller.
A.True
B.False
Answer: A

Network Appliance   NS0-154 examen   NS0-154 examen   NS0-154

NO.18 Which three licenses are required for fabric-attached MetroCluster? (Choose three.)
A.Cluster
B.Cluster_remote
C.Syncmirror_local
D.Syncmirror_fabric
E.Syncmirror_remote
Answer: ABC

Network Appliance   NS0-154   NS0-154 examen   NS0-154   certification NS0-154   NS0-154 examen

NO.19 Which set of protocols provide block-level access to NetApp storage?
A.CIFS and NFS
B.HTTP and FTP
C. iSCSI and FCP
D.SNA and RPC
Answer: C

Network Appliance   NS0-154   NS0-154

NO.20 For automatic user name mapping to occur for a CIFS and UNIX user name that are the same, you
must do what?
A.Enter the CIFS user in the NIS database.
B.Enter the user names in the /etc/hosts.equiv file.
C.Use both a NIS server and a Domain Controller in the network.
D.Nothing: mapping will occur if user name authentication is available.
Answer: D

Network Appliance   NS0-154   NS0-154

Les experts de Pass4Test profitent de leurs expériences et connaissances à augmenter successivement la qualité des docmentations pour répondre une grande demande des candidats, juste pour que les candidats soient permis à réussir le test Network Appliance NS0-154 par une seule fois. Vous allez avoir les infos plus proches de test réel à travers d'acheter le produti de Pass4Test. Notre confiance sont venue de la grande couverture et la haute précision de nos Q&As. 100% précision des réponses vous donnent une confiance 100%. Vous n'auriez pas aucun soucis avant de participer le test.

Network Appliance NS0-145 examen pratique questions et réponses

Après une longue attente, les documentations de test Network Appliance NS0-145 qui combinent tous les efforts des experts de Pas4Test sont finalement sorties. Les documentations de Pass4Test sont bien répandues pendant les candidats. L'outil de formation est réputée par sa haute précision et grade couverture des questions, d'ailleurs, il est bien proche que test réel. Vous pouvez réussir le test Network Appliance NS0-145 à la première fois.

Dépenser assez de temps et d'argent pour réussir le test Network Appliance NS0-145 ne peut pas vous assurer à passer le test Network Appliance NS0-145 sans aucune doute. Choisissez le Pass4Test, moins d'argent coûtés mais plus sûr pour le succès de test. Dans cette société, le temps est tellement précieux que vous devez choisir un bon site à vous aider. Choisir le Pass4Test symbole le succès dans le future.

Le test simulation offert par Pass4Test est bien proche du test réel. Vous pouvez apprendre tous essences d'un test réel à courte terme avec l'aide de Pass4Test. Pass4Test peut vous assurer le succès 100% de test Network Appliance NS0-145.

Selon les feedbacks les professionnels bien réputés dans l'Industrie IT, Pass4Test est un bon catalyseur de leurs succès. L'outil de formation offert par Pass4Test leur aide d'économiser le temps et l'argent, le plus important est qu'ils aient passé le test Network Appliance NS0-145 avec succès. Pass4Test est un fournissur fiable. Vous allez réaliser votre rêve avec l'aide de Pass4Test.

Vous pouvez trouver un meilleur boulot dans l'industrie IT à travers d'obtenir le test Network Appliance NS0-145, la voie à la réussite de votre professionnel sera ouverte pour vous.

Code d'Examen: NS0-145
Nom d'Examen: Network Appliance (NetApp Certified Storage Associate)
Questions et réponses: 120 Q&As

Pass4Test a une grande équipe composée des experts d'expérience dans l'industrie IT. Leurs connaissances professionnelles et les recherches font une bonne Q&A, qui vous permet à passer le test Network Appliance NS0-145. Dans Pass4Test, vous pouvez trouver une façon plus convenable à se former. Les resources de Pass4Test sont bien fiable. Choisissez Pass4Test, choisissez un raccourci à réussir le test Network Appliance NS0-145.

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

NO.1 Which entry in this /etc/quotas file for a qtree on /vol/wmv will affect the target?
A. The last entry for the qtree.
B. The first entry for the qtree.
C. The entry related to the group.
D. The entry related to the user.
Answer: B

certification Network Appliance   NS0-145   NS0-145 examen   NS0-145

NO.2 An iSCSI or FC SAN implementation provides _____ access to LUNs.
A. file
B. block
C. VLD
D. VIIP
Answer: B

certification Network Appliance   certification NS0-145   NS0-145 examen   NS0-145   certification NS0-145

NO.3 The super user receives an "Access Denied" message when he attempts to mount the new
qtree. What is the most likely cause of this error?
A. NFS is turned off on the storage system.
B. The qtree has not been exported.
C. The qtree is set to ntfs only security style.
D. The qtree is missing from the /etc/hosts file.
Answer: B

Network Appliance   NS0-145   NS0-145 examen   NS0-145   certification NS0-145   certification NS0-145

NO.4 Which two statements about hard and soft zoning are correct? (Choose two.)
A. Soft zones separate devices at the name service level.
B. Hard zoning physically restricts access to only members of that zone.
C. Soft zones physically restrict access to only members of that zone.
D. Hard zones allow physical movement of cables to different ports on the switch.
Answer: A,B

certification Network Appliance   certification NS0-145   NS0-145   NS0-145 examen

NO.5 To configure a storage system as a member of a Windows active directory domain, the time
on the storage system must be set to be within plus or minus five minutes of the time on the
domain controller.
A. True
B. False
Answer: A

Network Appliance   certification NS0-145   NS0-145   certification NS0-145   NS0-145

NO.6 CIFS clients can resolve symbolic links created by NFS clients on the storage system.
A. True
B. False
Answer: A

Network Appliance   NS0-145   certification NS0-145   NS0-145 examen

NO.7 Executing this command will have what effect?
options wafl.default_security_style mixed
A. It will change the security style of all volumes to mixed.
B. It will change the security style of all qtrees to mixed.
C. It will set the security style of all files to mixed.
D. It will set the default security style for all newly created volumes.
Answer: D

Network Appliance   certification NS0-145   NS0-145

NO.8 To view per client NFS statistics on a storage system, the option nfs.per_client_stats.enable
must be set on.
A. True
B. False
Answer: A

Network Appliance examen   NS0-145 examen   NS0-145 examen   NS0-145   NS0-145 examen

NO.9 Which command would you use to verify that the iSCSI service is running?
A. license add iSCSI
B. iscsi service
C. iscsi status
D. iscsi protocol
Answer: C

Network Appliance   NS0-145 examen   NS0-145 examen   NS0-145   NS0-145

NO.10 If you change the setting for the option cifs.neg_buf_size, you need to terminate CIFS on the
storage system and do a restart for the changes to take effect.
A. True
B. False
Answer: A

certification Network Appliance   certification NS0-145   NS0-145 examen

NO.11 When viewing the output of the sysstat -f 1 command, which three fields are part of the total
number of operations per second? (Choose three.)
A. CIFS
B. FTP
C. NFS
D. FCP
E. SnapMirror
Answer: A,C,D

certification Network Appliance   NS0-145   NS0-145

NO.12 What are 3 true statements about physical reallocation of data added in ONTAP 7.3? (Choose
three.)
A. Volume Snapshots do not need to be deleted for the reallocate to run effectively
B. Reinitialize any SnapMirror relationship for the new physical geometry
C. Dont run it on files, volumes, and LUNs that are in an aggregate created by a version of ONTAP
earlier than7.2
D. Use aggr reallocate -p pathname to run the physical reallocate
E. Use reallocate -p pathname to run the physical reallocate
Answer: A,C,E

Network Appliance   NS0-145 examen   NS0-145   certification NS0-145   certification NS0-145   NS0-145

NO.13 Which set of commands should be used for troubleshooting Ethernet connectivity problems
from the storage system console?
A. ifstat, netdiag
B. sysconfig - cr, sysstat
C. scsi test, shelfchk
D. dish shm_stats, sysstat
Answer: A

Network Appliance   NS0-145   NS0-145   certification NS0-145

NO.14 Which three are valid commands to be used with LUNs?
A. lun move
B. lun copy
C. lun clone
D. lun offline
E. lun rename
Answer: A,C,D

Network Appliance   NS0-145   NS0-145 examen

NO.15 Which command is used to set the configuration of an Ethernet network interface?
A. ifstat
B. sysconfig - v
C. ifconfig
D. netstat - i
Answer: C

Network Appliance examen   NS0-145   NS0-145   NS0-145   NS0-145 examen

La Q&A Network Appliance NS0-145 de Pass4Test est liée bien avec le test réel de Network Appliance NS0-145. La mise à jour gratuite est pour vous après vendre. Nous avons la capacité à vous assurer le succès de test Network Appliance NS0-145 100%. Si malheureusement vous échouerez le test, votre argent sera tout rendu.

Microsoft meilleur examen 70-640, questions et réponses

Le programme de formation Microsoft 70-640 offert par Pass4Test comprend les exercices et les test simulation. Vous voyez aussi les autres sites d'offrir l'outil de formation, mais c'est pas difficile à découvrir une grand écart de la qualité entre Pass4Test et les autres fournisseurs. Celui de Pass4Test est plus complet et convenable pour la préparation dans une courte terme.

Pass4Test peut offrir nombreux de documentations aux candidats de test Microsoft 70-640, et aider les candidats à réussir le test. Les marétiaux visés au test Microsoft 70-640 sont tout recherchés par les experts avec leurs connaissances professionnelles et les expériences. Les charactéristiques se reflètent dans la bonne qualité de Q&A, la vitesse de la mise à jour. Le point plus important est que notre Q&A est laquelle le plus proche du test réel. Pass4Test peut vous permettre à réussir le test Microsoft 70-640 100%.

Beaucoup de travailleurs espèrent obtenir quelques Certificat IT pour avoir une plus grande space de s'améliorer. Certains certificats peut vous aider à réaliser ce rêve. Le test Microsoft 70-640 est un certificat comme ça. Mais il est difficile à réussir. Il y a plusieurs façons pour se préparer, vous pouvez dépenser plein de temps et d'effort, ou vous pouvez choisir une bonne formation en Internet. Pass4Test est un bon fournisseur de l'outil formation de vous aider à atteindre votre but. Selons vos connaissances à propos de Pass4Test, vous allez faire un bon choix de votre formation.

Dans ce monde d'informatique, l'industrie IT est suivi par de plus en plus de ges. Dans ce domaine demandant beaucoup de techniques, il faut des Certificat à se preuver les techniques professionnelle. Les Certificats IT sont improtant pour un interviewé pendant un entretien. C'est pas facile à passer le test Microsoft 70-640, donc c'est pourquoi beaucoup de professionnels qui choisissent ce Certificat pour se preuver.

Nous sommes clairs que ce soit necessaire d'avoir quelques certificats IT dans cette industrie de plus en plus intense. Le Certificat IT est une bonne examination des connaissances démandées. Dans l'Industrie IT, le test Microsoft 70-640 est une bonne examination. Mais c'est difficile à passer le test Microsoft 70-640. Pour améliorer le travail dans le future, c'est intélligent de prendre une bonne formation en coûtant un peu d'argent. Vous allez passer le test 100% en utilisant le Pass4Test. Votre argent sera tout rendu si votre test est raté.

Beaucoup de gens trouvent difficile à passer le test Microsoft 70-640, c'est juste parce que ils n'ont pas bien choisi une bonne Q&A. Vous penserez que le test Microsoft 70-640 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.

Vous pouvez trouver un meilleur boulot dans l'industrie IT à travers d'obtenir le test Microsoft 70-640, la voie à la réussite de votre professionnel sera ouverte pour vous.

Code d'Examen: 70-640
Nom d'Examen: Microsoft (Windows Server 2008 Active Directory. Configuring)
Questions et réponses: 575 Q&As

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

NO.1 Your company uses a Windows 2008 Enterprise certificate authority (CA) to issue certificates. You
need to implement key archival. What should you do?
A. Configure the certificate for automatic enrollment for the computers that store encrypted files.
B. Install an Enterprise Subordinate CA and issue a user certificate to users of the encrypted files.
C. Apply the Hisecdc security template to the domain controllers.
D. Archive the private key on the server.
Answer: D

Microsoft examen   70-640 examen   70-640 examen   70-640

NO.2 You have a single Active Directory domain. All domain controllers run Windows Server 2008 and are
configured as DNS servers. The domain contains one Active Directory-integrated DNS zone. You need to
ensure that outdated DNS records are automatically removed from the DNS zone.
What should you do?
A. From the properties of the zone, modify the TTL of the SOA record.
B. From the properties of the zone, enable scavenging.
C. From the command prompt, run ipconfig /flushdns.
D. From the properties of the zone, disable dynamic updates.
Answer: B

Microsoft   certification 70-640   70-640   70-640 examen

NO.3 Your network consists of a single Active Directory domain. All domain controllers run Windows Server
2008 R2 and are configured as DNS servers. A domain controller named DC1 has a standard primary
zone for contoso.com. A domain controller named DC2 has a standard secondary zone for contoso.com.
You need to ensure that the replication of the contoso.com zone is encrypted. You must not lose any zone
data. What should you do?
A. Convert the primary zone into an Active Directory-integrated stub zone. Delete the secondary zone.
B. Convert the primary zone into an Active Directory-integrated zone. Delete the secondary zone.
C. Configure the zone transfer settings of the standard primary zone. Modify the Master Servers lists on
the secondary zone.
D. On both servers, modify the interface that the DNS server listens on.
Answer: B

Microsoft   70-640 examen   certification 70-640

NO.4 Your company has a single Active Directory domain named intranet.adatum.com. The domain
controllers run Windows Server 2008 and the DNS server role. All computers, including non-domain
members, dynamically register their DNS records. You need to configure the intranet.adatum.com zone to
allow only domain members to dynamically register DNS records.
What should you do?
A. Set dynamic updates to Secure Only.
B. Remove the Authenticated Users group.
C. Enable zone transfers to Name Servers.
D. Deny the Everyone group the Create All Child Objects permission.
Answer: A

Microsoft   certification 70-640   certification 70-640

NO.5 Your network consists of a single Active Directory domain. All domain controllers run Windows Server
2008 R2. The Audit account management policy setting and Audit directory services access setting are
enabled for the entire domain. You need to ensure that changes made to Active Directory objects can be
logged. The logged changes must include the old and new values of any attributes.
What should you do.?
A. Run auditpol.exe and then configure the Security settings of the Domain Controllers OU.
B. From the Default Domain Controllers policy, enable the Audit directory service access setting and
enable directory service changes.
C. Enable the Audit account management policy in the Default Domain Controller Policy.
D. Run auditpol.exe and then enable the Audit directory service access setting in the Default Domain
policy.
Answer: B

Microsoft   70-640   certification 70-640   70-640

NO.6 Your company has an Active Directory domain. The company has two domain controllers named DC1
and DC2. DC1 holds the Schema Master role.
DC1 fails. You log on to Active Directory by using the administrator account. You are not able to transfer
the Schema Master operations role.
You need to ensure that DC2 holds the Schema Master role.
What should you do?
A. Configure DC2 as a bridgehead server.
B. On DC2, seize the Schema Master role.
C. Log off and log on again to Active Directory by using an account that is a member of the Schema
Administrators group. Start the Active Directory Schema snap-in.
D. Register the Schmmgmt.dll. Start the Active Directory Schema snap-in.
Answer: B

Microsoft   70-640 examen   70-640 examen

NO.7 Your company has an Active Directory domain. All servers run Windows Server 2008 R2. Your company
uses an Enterprise Root certificate authority (CA). You need to ensure that revoked certificate information
is highly available. What should you do?
A. Implement an Online Certificate Status Protocol (OCSP) responder by using an Internet Security and
Acceleration Server array.
B. Publish the trusted certificate authorities list to the domain by using a Group Policy Object (GPO).
C. Implement an Online Certificate Status Protocol (OCSP) responder by using Network Load Balancing.
D. Create a new Group Policy Object (GPO) that allows users to trust peer certificates. Link the GPO to
the domain.
Answer: C

Microsoft   70-640   certification 70-640

NO.8 Contoso, Ltd. has an Active Directory domain named ad.contoso.com. Fabrikam, Inc. has an Active
Directory domain named intranet.fabrikam.com. Fabrikam's security policy prohibits the transfer of
internal DNS zone data outside the Fabrikam network. You need to ensure that the Contoso users are
able to resolve names from the intranet.fabrikam.com domain.
What should you do?
A. Create a new stub zone for the intranet.fabrikam.com domain.
B. Configure conditional forwarding for the intranet.fabrikam.com domain.
C. Create a standard secondary zone for the intranet.fabrikam.com domain.
D. Create an Active DirectoryCintegrated zone for the intranet.fabrikam.com domain.
Answer: B

certification Microsoft   70-640   70-640 examen

NO.9 You network consists of a single Active Directory domain. All domain controllers run Windows Server
2008 R2. You need to reset the Directory Services Restore Mode (DSRM) password on a domain
controller.
What tool should you use?
A. Active Directory Users and Computers snap-in
B. ntdsutil
C. Local Users and Groups snap-in
D. dsmod
Answer: B

Microsoft   70-640   70-640

NO.10 You are decommissioning domain controllers that hold all forest-wide operations master roles. You
need to transfer all forest-wide operations master roles to another domain controller. Which two roles
should you transfer? (Each correct answer presents part of the solution. Choose two.)
A. Domain naming master
B. Infrastructure master
C. RID master
D. PDC emulator
E. Schema master
Answer: AE

Microsoft   certification 70-640   70-640   70-640 examen   70-640

NO.11 Your company has a main office and a branch office. You deploy a read-only domain controller (RODC)
that runs Microsoft Windows Server 2008 to the branch office. You need to ensure that users at the
branch office are able to log on to the domain by using the RODC. What should you do?
A. Add another RODC to the branch office.
B. Configure a new bridgehead server in the main office.
C. Decrease the replication interval for all connection objects by using the Active Directory Sites and
Services console.
D. Configure the Password Replication Policy on the RODC. Answer: D

Microsoft examen   70-640 examen   70-640   70-640   70-640

NO.12 Your network consists of an Active Directory forest that contains one domain named contoso.com. All
domain controllers run Windows Server 2008 R2 and are configured as DNS servers. You have two
Active Directory-integrated zones: contoso.com and nwtraders.com. You need to ensure a user is able to
modify records in the contoso.com zone. You must prevent the user from modifying the SOA record in the
nwtraders.com zone. What should you do?
A. From the Active Directory Users and Computers console, run the Delegation of Control Wizard.
B. From the Active Directory Users and Computers console, modify the permissions of the Domain
Controllers organizational unit (OU).
C. From the DNS Manager console, modify the permissions of the contoso.com zone.
D. From the DNS Manager console, modify the permissions of the nwtraders.com zone.
Answer: C

Microsoft examen   certification 70-640   70-640   70-640 examen

NO.13 Your company has a server that runs an instance of Active Directory Lightweight Directory Service (AD
LDS). You need to create new organizational units in the AD LDS application directory partition. What
should you do?
A. Use the dsmod OU <OrganizationalUnitDN> command to create the organizational units.
B. Use the Active Directory Users and Computers snap-in to create the organizational units on the AD
LDS application directory partition.
C. Use the dsadd OU <OrganizationalUnitDN> command to create the organizational units.
D. Use the ADSI Edit snap-in to create the organizational units on the AD LDS application directory
partition.
Answer: D

Microsoft examen   70-640   70-640   70-640

NO.14 Your company, Contoso Ltd has a main office and a branch office. The offices are connected by a WAN
link. Contoso has an Active Directory forest that contains a single domain named ad.contoso.com.
The ad.contoso.com domain contains one domain controller named DC1 that is located in the main office.
DC1 is configured as a DNS server for the ad.contoso.com DNS zone. This zone is configured as a
standard primary zone.
You install a new domain controller named DC2 in the branch office. You install DNS on DC2.
You need to ensure that the DNS service can update records and resolve DNS queries in the event that a
WAN link fails.
What should you do?
A. Create a new stub zone named ad.contoso.com on DC2.
B. Create a new standard secondary zone named ad.contoso.com on DC2.
C. Configure the DNS server on DC2 to forward requests to DC1.
D. Convert the ad.contoso.com zone on DC1 to an Active Directory-integrated zone.
Answer: D

Microsoft   70-640 examen   70-640   70-640 examen   70-640

NO.15 An Active Directory database is installed on the C volume of a domain controller. You need to move the
Active Directory database to a new volume. What should you do?
A. Copy the ntds.dit file to the new volume by using the ROBOCOPY command.
B. Move the ntds.dit file to the new volume by using Windows Explorer.
C. Move the ntds.dit file to the new volume by running the Move-item command in Microsoft Windows
PowerShell.
D. Move the ntds.dit file to the new volume by using the Files option in the Ntdsutil utility.
Answer: D

Microsoft examen   70-640   70-640 examen

NO.16 You have two servers named Server1 and Server2. Both servers run Windows Server 2008 R2. Server1
is configured as an enterprise root certification authority (CA). You install the Online Responder role
service on Server2. You need to configure Server1 to support the Online Responder. What should you
do?
A. Import the enterprise root CA certificate.
B. Configure the Certificate Revocation List Distribution Point extension.
C. Configure the Authority Information Access (AIA) extension.
D. Add the Server2 computer account to the CertPublishers group.
Answer: C

Microsoft examen   70-640   certification 70-640   70-640 examen

NO.17 Your company has an Active Directory forest that runs at the functional level of Windows Server 2008.
You implement Active Directory Rights Management Services (AD RMS).
You install Microsoft SQL Server 2005. When you attempt to open the AD RMS administration Web site,
you receive the following error message: "SQL Server does not exist or access denied."
You need to open the AD RMS administration Web site.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
A. Restart IIS.
B. Manually delete the Service Connection Point in AD DS and restart AD RMS.
C. Install Message Queuing.
D. Start the MSSQLSVC service.
Answer: AD

Microsoft examen   70-640   70-640   70-640

NO.18 Your company has an Active Directory domain. A user attempts to log on to a computer that was turned
off for twelve weeks. The administrator receives an error message that authentication has failed. You
need to ensure that the user is able to log on to the computer. What should you do?
A. Run the netsh command with the set and machine options.
B. Reset the computer account. Disjoin the computer from the domain, and then rejoin the computer to
the domain.
C. Run the netdom TRUST /reset command.
D. Run the Active Directory Users and Computers console to disable, and then enable the computer
account.
Answer: B

Microsoft   70-640   70-640   70-640

NO.19 Your company has file servers located in an organizational unit named Payroll. The file servers contain
payroll files located in a folder named Payroll. You create a GPO. You need to track which employees
access the Payroll files on the file servers. What should you do?
A. Enable the Audit process tracking option. Link the GPO to the Domain Controllers organizational unit.
On the file servers, configure Auditing for the Authenticated Users group in the Payroll folder.
B. Enable the Audit object access option. Link the GPO to the Payroll organizational unit. On the file
servers, configure Auditing for the Everyone group in the Payroll folder.
C. Enable the Audit process tracking option. Link the GPO to the Payroll organizational unit. On the file
servers, configure Auditing for the Everyone group in the Payroll folder.
D. Enable the Audit object access option. Link the GPO to the domain. On the domain controllers,
configure Auditing for the Authenticated Users group in the Payroll folder.
Answer: B

Microsoft   70-640 examen   certification 70-640   70-640 examen

NO.20 Your company has an Active Directory forest that contains a single domain. The domain member
server has an Active Directory Federation Services (AD FS) role installed. You need to configure AD FS to
ensure that AD FS tokens contain information from the Active Directory domain. What should you do?
A. Add and configure a new account partner.
B. Add and configure a new resource partner.
C. Add and configure a new account store.
D. Add and configure a Claims-aware application.
Answer: C

certification Microsoft   certification 70-640   70-640   70-640 examen   70-640

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.