Skip to main content

HP0-787 Real Exam Questions

Nonstop Advanced Application Develoment

192 questions available · Page 1 of 20

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Which significant characteristic differentiates queue files from entry-sequenced, key-sequenced, relative and unstructured files?

  1. A

    Queue files must be created using 4096 cache.

  2. B

    A maximum of 8 partitions are permissible.

  3. C

    The primary key contains, at minimum, an 8-byte timestamp.

  4. D

    Queue files are maintained by the Queue Manager.

Show answer and explanation

Correct answer: C

Question 2 Single choice

A customer performs a series of operations at an ATM: a transfer from checking to savings, a transfer from checking to a credit card, and a cash withdrawal from a checking account.

What is the recommended TMF handling of this activity?

  1. A

    three TMF transactions; one for each activity

  2. B

    two TMF transactions; one for the transfers, one for the withdrawal

  3. C

    one large TMF transaction for all activities

  4. D

    TMF is inappropriate in this function.

Show answer and explanation

Correct answer: A

Question 3 Single choice

What provides the execution control services needed to debug SCREEN COBOL programs?

  1. A

    DMON

  2. B

    CMON

  3. C

    TCP

  4. D

    IMON

Show answer and explanation

Correct answer: C

Question 4 Single choice

How do you access structured Guardian files from an OSS application?

  1. A

    OSS touch command

  2. B

    Guardian procedure calls

  3. C

    OSS function calls

  4. D

    Guardian touch command

Show answer and explanation

Correct answer: B

Question 5 Multiple choice

Which statements are true about using the highest level of optimization or acceleration? Select TWO.

  1. A

    It clears an object file of source statements.

  2. B

    It causes source-level debugging issues.

  3. C

    It eliminates all optimizations/accelerations.

  4. D

    It removes object code that performs wait operations.

  5. E

    It produces a program with increased performance.

Show answer and explanation

Correct answers: B, E

Question 6 Single choice

Which significant characteristic differentiates queue files from entry-sequenced, key-sequenced, relative and unstructured files?

  1. A

    Queue files must be created using 4096 cache.

  2. B

    A maximum of 8 partitions are permissible.

  3. C

    The primary key contains, at minimum, an 8-byte timestamp.

  4. D

    Queue files are maintained by the Queue Manager.

Show answer and explanation

Correct answer: C

Question 7 Multiple choice

What can user libraries be used for? Select TWO.

  1. A

    to provide source code for compilation

  2. B

    to share common compiled procedures

  3. C

    to override an operating system procedure

  4. D

    to provide an alternate main procedure/program

  5. E

    to switch from native to non-native mode

Show answer and explanation

Correct answers: B, C

Question 8 Single choice

What is the primary disadvantage in using VERIFIEDWRITES on an Enscribe file?

  1. A

    An additional read is required for each write.

  2. B

    Additional CACHE is required for temporary storage.

  3. C

    TMF is disabled during the WRITE command.

  4. D

    READ access is slowed during block reads.

Show answer and explanation

Correct answer: A

Question 9 Single choice

In which situation should the event message of a highly available application contain a trap or signal number?

  1. A

    An object has changed state.

  2. B

    An unexpected error condition has occurred.

  3. C

    An operator action is required.

  4. D

    An object has crossed a usage threshold.

Show answer and explanation

Correct answer: B

Question 10 Single choice

SCREEN COBOL breakpoints can only be set at _______.

  1. A

    a line number

  2. B

    a paragraph of a section

  3. C

    a program entry point

  4. D

    the start of inactive section

Show answer and explanation

Correct answer: D