Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us

 Home

 Search

Latest Brain Dumps

 BrainDump List

 Certifications Dumps

 Microsoft

 CompTIA

 Oracle

  Cisco
  CIW
  Novell
  Linux
  Sun
  Certs Notes
  How-Tos & Practices 
  Free Online Demos
  Free Online Quizzes
  Free Study Guides
  Free Online Sims
  Material Submission
  Test Vouchers
  Users Submissions
  Site Links
  Submit Site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Online Training Demos and Learning Tutorials for Windows XP, 2000, 2003.

 

 

 

 





Braindumps for "000-351" Exam

Passed this exam as well!!

 

Question 1.
Physical files contain two components, one of which is data.

Which of the following is the other?

A. Journal
B. Catalog
C. Primary key
D. File description

Answer: D

Question 2.
The development staff has asked the system administrator to create an Encoded Vector Index (EVI) over several database tables.

Which of the following will create the EVI?

A. CREATE INDEX index_name ENCODED VECTOR ON TABLE_NAME
B. CRTLF FILE(index_name) SRCFILE(SRCLIB/SRCFILE) OPTION(*EVI)
C. CRTEVI FILE(index_name) SRCFILE(SRCLIB/SRCFILE) OPTION(*ASC)
D. In Operations Navigator, Database, Index, use the create index wizard.

Answer: A

Question 3.
Which of the following will ensure that parent/foreign key relationships are maintained?

A. Database view
B. Database index
C. Commitment control
D. Referential constraint

Answer: D

Question 4.
During a disaster test, the restore job log shows several logical files that did not restore. A display of the SAVE 21 tape shows the logical files are on the tape.

Why did the logical files not restore during the RESTORE 21?

A. The owner's user profile was not restored to the system first.
B. The option for restoring the files to a different system was not selected.
C. The operating system version is not the same as the version on the system from which they
were saved.
D. The logical files are in a library that was restored before the library containing the physical
files.

Answer: D

Question 5.
Which of the following is a characteristic of unique primary keys?

A. They will not allow null values.
B. They consist of only one column.
C. They are mandatory for all physical files.
D. They must consist of column(s) in the lowest ordinal position(s).

Answer: A

Question 6.
An application has been developed that will update several files during the completion of a single transaction. If the entire transaction does not complete successfully, all changes made during the transaction need to be removed.

Which of the following will automate the process?

A. SQL package
B. Commitment control
C. Database journaling
D. Referential constraint

Answer: B

Question 7.
Which of the following command lists provides the most complete backup of the system?

A. SAVSYS, SAVLIB(*NONSYS), SAVDLO, SAV
B. SAVLIB(*IBM), SAVLIB(*ALLUSR), SAVDLO, SAV
C. SAVLIB(*IBM), SAVLIB(*ALLUSR), SAVSECDTA, SAVCFG, SAVDLO
D. SAVSYS, SAVSECDTA, SAVCFG, SAVLIB(*IBM), SAVLIB(*ALLUSR)

Answer: A

Question 8.
What is the effect of specifying the MBROPT(*MATCH) parameter on the restore object command?

A. All members are restored if all of the member names match the saved member names.
B. Only the member names matching the pattern on the member parameter will be restored.
C. All members from the save media will be restored if one of the member names matches a
member in the file.
D. Members on the save media that match a member in the file will be restored. Members on the
save media that do not match a member in the file will not be restored.

Answer: A

Question 9.
When using either the Backup menu or iSeries Navigator, which of the following can be saved with a backup list?

A. User libraries, IBM product libraries, folders, and directories
B. IBM libraries, Operating system, security objects, and configuration objects
C. User libraries, directories, folders, security objects, and configuration objects
D. User libraries, IBM product libraries, Operating system, directories, and configuration objects

Answer: C

Question 10.
As part of an overall backup and recovery strategy, a system administrator is using journaling on the database.

Under these conditions, which of the following will be saved using the default parameters of the save changed objects (SAVCHGOBJ) command?

A. All objects changed since the last full save.
B. All objects changed since the last SAVCHGOBJ command.
C. All objects changed since the last full save, except for journaled objects.
D. All objects changed since the last SAVCHGOBJ command, except for journaled objects.

Answer: C

Question 11.
What command is used to restore authorization lists?

A. RSTAUTL AUTL(*ALL)
B. RSTUSRPRF USRPRF(*ALL)
C. RSTLIB LIB(QSYS) OBJ(*AUTL)
D. RSTOBJ OBJ(*ALL) SAVLIB(*ALL) TYPE(*AUTL)

Answer: B

Question 12.
Which of the following commands will save all objects in the IFS?

A. SAV
B. SAVDLO
C. SAVLIB *IFS
D. SAVLIB *NONSYS

Answer: A

Question 13.
The SAVRST command can be used for what purpose?

A. Saving or restoring IFS objects
B. Restoring IFS objects from a save file
C. Copying IFS objects to another machine
D. Testing the save by immediately restoring it

Answer: C

Question 14.
Which of the following is the proper order for establishing journaling of physical files?

A. Create receiver, create journal, start journaling file
B. Create journal, start journaling file, create receiver
C. Create receiver, start journaling file, create journal
D. Create journal, create receiver, start journaling physical file

Answer: A

Question 15.
A user reports that they are receiving messages indicating that a data queue is damaged.

Which of the following actions will recover the data queue?

A. Restore the data queue from a recent backup.
B. Save the queue to a save file and restore it from the save file.
C. Remove the entries from the data queue, then run the RCLRSC command.
D. Run the RCLSTG command and copy the data queue from the QRCL library.

Answer: A

Question 16.
The system ended abnormally due to power failure, and the system was restarted. After investigation, all applications seemed to be functioning properly and users were allowed on system.

What should be scheduled during the next maintenance window?

A. SAVSYS
B. SAVCFG
C. Reclaim storage
D. Restore Licensed Internal Code

Answer: C

Question 17.
Updates were made to production files instead of the test files. The application uses commitment control.

What needs to be done to fix the production files?

A. Delete test files.
B. Remove journaled changes.
C. Restore the application library.
D. Restore production files from last backup tape.

Answer: B

Question 18.
A ITCertKeys.com has gone through the first phase of a disaster recovery drill at a hot site by restoring profiles, critical program and data libraries, and object authorities. They have now restored lower priority program and data libraries but cannot re-establish security for these libraries with the restore authority command.

What must be done to allow security to be re-established?

A. Rerun the RSTUSRPRF command prior to running RSTAUT again.
B. The libraries must be restored again with the ALWOBJDIF(*ALL) parameter.
C. The system must be ended to a restricted condition prior to running RSTAUT again.
D. The lower priority libraries must be specified in the LIB parameter of the RSTAUT command.

Answer: A

Question 19.
A ITCertKeys.com has completed RSTUSRPRF *ALL and RSTLIB *ALLUSR from their production system to a hot-site recovery system. None of the objects that were secured by authorization lists have their authorization lists attached on the recovery system.

What mistake did the administrator likely make during the restore?

A. The RSTAUT command was omitted.
B. The RSTSECDTA command was omitted.
C. The ALWOBJDIF(*ALL) parameter was omitted on the restore operations.
D. The *AUTL objects were not restored prior to restoring the user libraries.

Answer: C

Question 20.
A total site recovery plan is being tested at a disaster recovery site. Although the tape drives at the recovery site support the tape media, the tapes are unreadable.

Which of the following conditions during the save operation would cause this problem?

A. The *NO option was specified on the object pre-check (PRECHK) parameter.
B. The *NO option was specified on the data compression (DTACPR) parameter.
C. The *ONLY option was specified on the media definition (MEDDFN) parameter.
D. The *YES option was specified on the use optimum block (USEOPTBLK) parameter.

Answer: D

Question 21.
Which of the following commands eliminates PTF cover letters and save files from system storage?

A. DLTPTF
B. RMVPTF
C. DLTPTFOBJ
D. DLTPTFSAVF

Answer: A

Question 22.
A system administrator has been asked to permanently apply PTF MF29023. The PTF status is "Temporarily Applied" and the system is operating on IPL source B.

Which of the following will permanently apply this PTF without a system IPL?

A. Run INSPTF LICPGM(5722999) SELECT(MF29023) INSTYP(*IMMDLY)
B. Run APYPTF LICPGM(5722999) SELECT(MF29023) APY(*PERM) DELAYED(*NO)
C. Run CHGIPLA KEYLOCPOS(*SECURE), then run APYPTF LICPGM(5722999)
SELECT(MF29023) APY(*PERM) DELAYED(*PANEL)
D. Set the control panel to the IPL source "A", then run APYPTF LICPGM(5722999)
SELECT(MF29023) APY(*PERM) DELAYED(*NO)

Answer: B

Question 23.
A ITCertKeys.com is planning an automatic upgrade to V5R3 for a system with non-configured disk drives.

What must be done to prevent the upgrade from automatically configuring the disk units?

A. Start device parity on the non-configured disk units.
B. Select the 'Omit Disk Units' option on the GO UPGRADE menu.
C. Use 'Work with disk units' in Service Tools to exclude the disk units.
D. Load and apply the correct PTF and choose the 'Keep configuration' option on the 'Prepare for
install' menu.

Answer: D

Question 24.
A V5R3 PTF order has been received that contains the CUME, HIPER, Database and Java packages.

Which of the following is the correct procedure to install these packages and minimize the impact on system availability?

A. Load the HIPER, Java, Database, and CUME packages. IPL the system.
B. Load the Java, Database, HIPER, and CUME packages. Save the system.
C. Install the CUME package and IPL. Install the HIPER package, Database package, and the
Java package and IPL.
D. Load the PTFs from the CUME package and apply only the immediate PTFs. Apply the rest of
the packages and apply all delayed PTFs during the next IPL.

Answer: A

Question 25.
Before a PTF is applied permanently, in which library is it stored?

A. QSYS
B. QGPL
C. QPTFLIB
D. QSYSWRK

Answer: B

Question 26.
After upgrading to V5R3 it is determined that the Qshell licensed program is required.

What actions are required to install this?

A. Install the licensed product and add the licensed key.
B. Install the licensed product and reapply the latest cumulative PTFs.
C. Install the licensed product, add the licensed key, and IPL the system.
D. Purchase Qshell from IBM, install the licensed product, and apply the latest cumulative PTFs.

Answer: B

Question 27.
Before upgrading to the next release level, which of the following is appropriate during the planning stages?

A. Delete all of the problem logs.
B. Contact any third party software vendors to verify compatibility.
C. Compress objects in user libraries to speed up the upgrade process.
D. Clear all of the message queues and output queues before proceeding.

Answer: B

Question 28.
Before installing OS/400 or licensed programs, what value should be in the system value QALWOBJRST?

A. *ALL
B. *NONE
C. *ALLOBJ
D. *ALWNEW

Answer: A

Question 29.
The system administrator just finished upgrading a system to the latest OS release. A review of the installed licensed programs indicates that QUSRSYS and QGPL libraries have a status of *ERROR.

What must the administrator do in order to fix this problem?

A. Do a SLIP install of the Operating System from tape.
B. From the Control Panel set the IPL mode to "Manual" and IPL the system to DST. Then select
option 2-Install the Operating System.
C. Go to Work with Licensed Programs and select option 11-Install licensed programs, select the
Licensed Programs that are in error, and reinstall them from the install media.
D. Clear the QUSRSYS and QGPL libraries and go to Work with Licensed Programs and select
option 11-Install licensed programs, select the Licensed Programs that are in error, and
reinstall them from the media.

Answer: C

Question 30.
PTF SI12345 requires PTF SI00369 as a prerequisite.

What must be done to permanently apply PTF SI12345?

A. Remove PTF SI00369.
B. Unapply PTF SI00369.
C. Permanently Apply PTF SI00369.
D. Temporarily Apply PTF SI00369.

Answer: C

Question 31.
Which of the following corresponds to the preventative service planning (PSP) document for Version 5 Release 3 Modification Level 0?

A. SI98530
B. MF98530
C. MF97530
D. SF98530

Answer: D

Question 32.
After loading and applying several PTFs, how can the save files be deleted from the system?

A. Use the RMVPTF SAVF(*DLT) command.
B. Use the Delete PTF Save File option on the GO PTF menu.
C. Use Management Central, Endpoint Systems, Fixes, Cleanup.
D. Use iSeries Navigator, Configuration and Service, Fixes, Cleanup to remove the PTF save
files.

Answer: C

Question 33.
Upon completion of an upgrade to the latest release of i5/OS, the administrator observes a message in the QSYSOPR message queue indicating that the system did not automatically perform the System Initialization process.

Which of the following will initialize the system?

A. Run the INZSYS OPTION(*IMMED) command.
B. Set the IPL mode to 'Normal' and start a system IPL.
C. Run STRPJ SBS(QSYSWRK) PGM(QSYS/SCPF) to start system job SCPF.
D. Install the latest Cumulative PTF and Group PTF packages using the INSPTF command with
the RESTART(*INZSYS) parameter.

Answer: B
 



Google
 
Web www.certsbraindumps.com


Braindumps: Dumps for HP0-763 Exam Brain Dump

Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us





Braindumps for "HP0-763" Exam

NonStop Kernel Systems Management and Operations

 Question 1.
What is an indicator of a poorly performing system?

A. page-faults of 0.01 per second
B. processor imbalance of 5 %
C. queue-length of 10
D. transaction rate of 10 transactions per second

Answer: C

Question 2.
What is the objective of capacity planning?

A. To justify the return on investment and determine user community satisfaction.
B. To ensure the system is fully utilized and there is no resource contention.
C. To ensure that the system is well balanced and meeting the service level agreement.
D. To determine if or when additional capacity is needed to meet the SLA.

Answer: D

Question 3.
Which NonStop Himalaya S-series NonStop Kernel tool is used to perform capacity planning?

A. TPM
B. TPDC
C. TCM
D. GPA

Answer: C

Question 4.
What are the benefits of running a program in native mode? Select TWO

A. allows TNS and native code to be combined
B. allows to run as high-PIN
C. object file size is significantly larger
D. larger stack space is supported
E. runs faster than TNS and accelerated code

Answer: D, E

Question 5.
Which utility is used to determine the current number of index levels in a key-sequenced file?

A. NSX
B. PEEK
C. FUP
D. TCM

Answer: C

Question 6.
Which SCF command will save the current disk configuration to a file named CONF0102?

A. SAVE CONFIGURATION CONF0102
B. SAVE CONFIGURATION 1.2
C. SAVE DISK, FILE CONF0102
D. OBEY FORM /OUT CONF0102/ DISK

Answer: B

Question 7.
Which tool is used to revert to a previously saved system configuration database?

A. DSM/SCM
B. SQLCI
C. TSM
D. SCF

Answer: C

Question 8.
Which facility is used to forward events from the primary collector ($0) to the TSM console?

A. EMS alternate collector
B. compatibility distributor
C. EMS trap subagent
D. TSM service application

Answer: B

Question 9.
Which DSM facility provides event collection, logging, and distribution facilities?

A. TM/MP
B. EMS
C. SQL
D. DSM/SCM

Answer: B

Question 10.
Burst detection and suppression is used to

A. limit network bandwidth use
B. delete rapid and repetitive events
C. minimize voltage fluctuations
D. control the growth of SQL tables

Answer: B



Google
 
Web www.certsbraindumps.com


Study Guides and Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA





              Privacy Policy                   Disclaimer                    Feedback                    Term & Conditions

www.helpline4IT.com

ITCertKeys.com

Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.