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-266" Exam

It is rocking site itcertkeys

 Question 1.
Which of the following will print a date showing a 4-digt year with standard editing?

A. 0…………..noino2no3field+++++++++YB.End++pconstant/Editword/Dtfor 0 UDATE Y 56
B. 0…………..noino2no3field+++++++++YB.End++pconstant/Editword/Dtfor 0 *DATE Z 56
C. 0…………..noino2no3field+++++++++YB.End++pconstant/Editword/Dtfor 0 UDATE Z 56
D. 0…………..noino2no3field+++++++++YB.End++pconstant/Editword/Dtfor 0 *DATE Y 56

Answer: D

Question 2.
Given the following code excerpt.
0Name++++++DF..N01N02N03Excnam++++B++A++Sb+Sat…….
OPRINT D
0………………...N01N02N03Field+++++++++YB….++PConstant/Editword/Dtfor
0 INVOICE 10
0 AMOUNT 18
0 CUSTOMER 25

What do the numbers to the right of the field names specify?

A. The length of the field
B. The ending position where the field will print
C. The beginning position where the field will print
D. The number of spaces to leave before the next field on the print line

Answer: B

Question 3.
Given the following RPG IV file specifications:
Ffilename++IPEASFRlen+Lklen+AIDEVICE+.Keywords
FFILE1 IF A E DISK
FFILE2 UF E DISK
FFILE! IF E DISK

Which file will allow the WEITE operation to be used?

A. FILE1
B. FILE2
C. FILE3

Answer: A

Question 4.
If a display file DOS defines CA03 (03). What will occur when F3 is pressed?

A. Control returns to the program, with input data transmitted from the device
B. Control returns to the program, without input data transmitted from the device
C. The input data from the device will not be transmitted from the VLDCMDKEY was coded
D. Control returns to the program with input data transmitted from the device only if F3 is pressed

Answer: B

Question 5.
For a read-only program-described file, the record from is defined with which specification type?

A. File specifications
B. Input specifications
C. Output specifications
D. Definition specifications

Answer: B

Question 6.
An RGP program accesses a program-described database file. The individual field are described in a data structure. When coding a CHAIN operation code to access the file, what value must be in factor 2?

A. The file name
B. The record format name
C. Factor 2 must be blank
D. The data structure name

Answer: A

Question 7.
Given the following RPG code segment:
CLONO1Factor1+++++++++Opcode&ExtFactor2+++++++Result++++++++Len++D+
HiLoE
C EXFMT DspRec01
What will result when the EXFMT operation executes?

A. The operation will display the format DspRec01 defined in Output Specification and return to 
     the program.
B. The operation will display the record format DspRec01 wait until a valid key is pressed, and 
     return to the program.
C. The operation will print record format DspRec01 described in a program described printer file 
     and continue processing.
D. The operation will write the record format DspRec01 described in an externally described 
    printer file and wait for the next except operation.

Answer: B

Question 8.
When using SDA to design a screen or menu, which of the following will insert the time and date?

A. *TIME and *DATE
B. &TIME and &DATE
C. UTIME and UDATE
D. +TIME and +DATE

Answer: A

Question 9.
Given the following display DOS example:
AAN01N02N03T.Name++++++Rlen++TdpBLinPosFunctions
A DSPSIZ(*DS3)
A CA03(03)
A R FMT1
A 2 3’FULL SCREEN’
A FLD1 10 B 3 3
A 18 3’FULL SCREEN’
A R FMT2
A OVERLAY
A 5 3’SOME TEXT’

What will be the result of performing a write operation of EMT2 when FMT1 is currently displayed?

A. FMT1 will be the only one on the screen
B. FMT1 and FMT2 will be displayed on the screen
C. FMT1 will be erased and FMT2 will be displayed

Answer: C

Question 10.
Which of the following code examples shows the use of the externally described printer file PRT1 containing record format FMT1?

A. Ffilename++IPEASFR1en+LK1en+AIDevice+.Keywords FPRTI 0 E PRINTER
    CLONO1Factor1+++++++Opcode (E)+Factor2+++++++Result
    C WRITE FMT1
B. Ffilename++IPEASFR1en+LK1en+AIDevice+.Keywords FPRTI 0 E PRINTER
    CLONO1Factor1+++++++Opcode (E)+Factor2+++++++Result
    C EXCEPT FMT1
C. Ffilename++IPEASFR1en+LK1en+AIDevice+.Keywords FPRTI 0 E PRINTER OFLIND (*IN88)
    CLONO1Factor1+++++++Opcode (E)+Factor2+++++++Result
    C WRITE FMT1
    O Name++++++DF..NO1NO2NO3Excnam++++B++A++Sb+Sa+
    OPRT1 E FMT1
D. Ffilename++IPEASFR1en+LK1en+AIDevice+.Keywords
    FPRTI 0 E PRINTER OFLIND (*IN88)
    CLONO1Factor1+++++++Opcode (E)+Factor2+++++++Result
    C WRITE FMT1

Answer: A

Question 11.
Given the following DOS information:
AANO1NO2NO3T.Name ++++++Rlen++TdpBLinposFunctions
A*DDS for file FILEA
A R REFR
A NAME 10A TEXT(‘Name’)
A FULLNAME R +20 REFFLD (NAME)
A TEXT(‘Full name’)
A* DDS for file FILEB
A REF(FILEA)
A R FILEBR
A EMPNAME R REFFLD (FULLNAME)

What is the length of the field named EMPNAME?

A. 10
B. 20
C. 30
D. 40

Answer: C

Question 12.
Which command is used in a CL program to send data to a display file and then receive information from that file?

A. RCVF
B. SNDF
C. SNDRCVF
D. SNDDSPF

Answer: C

Question 13.
There is a file named SALES, which has a record format named Sal Rec. A field within the Sal Rec format must be renamed from JAN Sales to SalJ An. 

Which of the following RPG IV code segments will accomplish this task?

A. Dname+++++++++++ETDsFrom+++To/L+++Idc. Keywords++++++++
     Dsales E Ds
    D Saljan EXTFLD (janSales)
B. Dname+++++++++++ETDsFrom+++To/L+++Idc. Keywords++++++++
    Dsales E Ds
    D SalRec EXTFLD (janSales)
C. IFilename++SqNORiposl+NCPos2+NCCPos3+NCC……………….
    ISales
    I…………….Ext_field+Fmt+To+++DcDield+++++++++LIMFrPLMnZr
    I JanSales SalJan
D. IFilename++SqNORiposl+NCPos2+NCCPos3+NCC……………….
    ISalRec
    I…………….Ext_field+Fmt+To+++DcDield+++++++++LIMFrPLMnZr
    I JanSales SalJan

Answer: D

Question 14.
Within an externally defined printer file, witch of the following options correctly defines a date field containing a 4 digit year?

A. AANO1NO2NO3T.Name++++++Rlen++TdpBLinPosFunctions
    A FIELD1 L 10 10DATFMT(*USA)
B. AANO1NO2NO3T.Name++++++Rlen++TdpBLinPosFunctions
    A FIELD1 L 10 10DATFMT(*YMD)
C. AANO1NO2NO3T.Name++++++Rlen++TdpBLinPosFunctions
    A FIELD1 L 10 10DATFMT(*JUL)
D. AANO1NO2NO3T.Name++++++Rlen++TdpBLinPosFunctions
    A FIELD1 L 10 10DATFMT(*DYM)

Answer: A

Question 15.
Given the following file definition:
AANO1NO2NO3T.Name+++++++++Rlen++TdpBLinPosFunctions
A R EMPRECL PFILE(EMPMST)
A EMPNO
A ENAME
A DEPT
A SALARY
A K DEPT
A K EMPNO

Which fields are accessible through the logical file and in what order will records be presented to the application program?

A. Fields accessible: DEPT, EMPNO
    Order: EMPNO within DEPT
B. Fields accessible: DEPT, EMPNO
    Order: DEPT within EMPNO
C. Fields accessible: EMPNO, DEPT, SALARY
    Order: EMPNO within DEPT
D. Fields accessible: EMPNO, DEPT, SALARY
    Order: DEPT within EMPNO

Answer: C


Google
 
Web www.certsbraindumps.com


Braindumps: Dumps for HP0-J29 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-J29" Exam

Replication Solutions for the HP StorageWorks EVA

 Question 1.

Question 2.
A Windows server is running Command View and HP Replication Solutions Manager (RSM). While executing an RSM replication script, it is rebooted by the addition of new security patches from Microsoft. 

What happens to that script?

A. System shutdown is delayed until the replication script is finished.
B. Any snapshots andsnapclones currently in progress are suspended.
C. Running replication tasks are queued and continued after the reboot.
D. The replication script is aborted and will require a manual restart.

Answer: C

Question 3.
What would you use to obtain a Recovery Point Objective (RPO) of zero in failsafe mode and a low performance impact?

A. A latency less than or equal to 10ms in enhanced asynchronous replication mode
B. A latency less than or equal to 120ms in asynchronous replication mode
C. A4Gb/s link with low latency in synchronous replication mode
D. An8Gb/s link with medium to high latency in synchronous replication mode

Answer: C

Question 4.
What is a demand allocated snapshot also known as?

A. Replica snapshot
B. Dynamic snapshot
C. Instantaneous snapshot
D. Virtual snapshot

Answer: D

Question 5.
When implementing VMware Site Recovery Manager (SRM) in a Continuous Access EVA environment, what is required in addition to the SRM software?

A. Replication Solution Manager host agent
B. HP EVAx000 VDS1.0 and VDS1.1/VSS Hardware Providers
C. HPStorageWorks EVA Virtualization Adapter
D. HP EVA VDS/VSS 2.0 Hardware Providers

Answer: C

Question 6.
What is meant by the expression replication relationships = 3:1 in the HP StorageWorks Enterprise Virtual Array Compatibility Reference Guide? (Select two.)

A. Using synchronous replication, a maximum of three hops between any two Enterprise Virtual 
    Arrays is supported.
B. OneEnterprise Virtual Array may have replicated volumes on three other Enterprise Virtual 
    Arrays.
C. Three Enterprise Virtual Arrays may have replicated volumes on a fourth Enterprise Virtual 
    Array.
D. Using asynchronous replication, a maximum of three links between any two Enterprise Virtual 
     Arrays is supported.
E. OneEnterprise Virtual Array may have a single volume replicated to three other Enterprise 
     Virtual Arrays.

Answer: B, C

Question 7.
When designing EVA8100 and EVA4400 in a five-fabric 8-port to 4-port configuration, which ratio of host ports to replication ports is supported?

A. 1:4
B. 2:4
C. 3:1
D. 4:2

Answer: C

Question 8.
When building a six-fabric configuration using FC-to-IP, how many dedicated gateways are required?

A. 2
B. 8
C. 4
D. 12

Answer: C

Question 9.
Implementing N_Port ID virtualization (NPIV) in a SAN provides certain advantages. 

Which statements are true about implementing such a solution? (Select two.)

A. NPIV is required if there is 2:1 or greater server-to-uplink ratio on a fully populated enclosure 
    with 16 server blades.
B. You can only take advantage of NPIV when configured with HP Brocade SAN switches 
    inCClass blade enclosures.
C. In large fabrics, NPIV helps to avoid exceeding domain count limits with multiple blade 
    enclosures.
D. NPIV makes a singleFibre Channel port appear as multiple virtual ports, each having its own 
    N_Port ID and virtual WWN.
E. NPIV must be managed separately from the switches. However, it uses the common Fabric 
    OS so that it can e consistently managed with the F.

Answer: C, D

Question 10.
Which functionality allows them to maintain a copy of the original Vdisk and, while in a normalized state, is

A. Automatically updated whenever the sourceVdisk is updated?
B. Synchronizedmirrorclones
C. Synchronous Continuous Access
D. Synchronized containers
E. Enhanced asynchronous Continuous Access

Answer: A

Question 11.
Which capabilities does HP StorageWorks EVA Dynamic Capacity Management Software provide?

A. The ability to provision storage on the fly
B. The ability to monitor EVAVdisks and DR groups
C. The ability to monitorVdisk performance and relocate as required
D. The ability to grow and shrink volumes as required

Answer: D



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.