Exit demo C7010-010 IBM Cúram V6.0.4 Application Development PDF format · free preview

IBM C7010-010 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/c7010-010.html

Question 1
Multiple choice

For which two of the following customizations is it compliant to subclass an entity? [Select 2]

A.

Add a new attribute

B.

Override an attribute

C.

Override a database operation

D.

Override a non-database (<<blank>>) operation

E.

Enable an exit point for an operation

Question 2
Single choice

Suppose that MessageFile.xml contains the following message identifier: ERR_ENTRY_NOT_FOUND Which of the following is the valid way to create a Cúram exception that uses this message?

Which of the following is the valid way to create a Cúram exception that uses this message?

A.

Exception e = new
Exception(MESSAGEFILE.ERR_ENTRY_NOT_FOUND);

B.

AppException ae = new AppException(MessageFile, ERR_ENTRY_NOT_FOUND);

C.

AppException ae = new
AppException(MESSAGEFILE.ERR_ENTRY_NOT_FOUND);

D.

AppException ae = new AppException(ERR_ENTRY_NOT_FOUND);

Question 3
Multiple choice

Which of the following statements about the different approaches to generating unique IDs are true?

A.

A dedicated BPO should be used to generate readable keys.

B.

A programmatic or model-based approach can be used when the key needs to be returned for further processing.

C.

The model-based approach should be used to generate keys from the Default KeySet.

D.

The model-based approach reduces the chance of key conflict.

E.

A key set must be specified when using the programmatic approach.

Question 4
Single choice

The Curam page shown here is configured to allow the developer to identify which action control was selected when the user clicks either button.

Which of the following pieces of UIM could be used to do this?

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Question 5
Multiple choice

Which of the following statements about aggregation in Cúram are correct?

Which of the following statements about aggregation in Cúram are correct?

A.

An entity may aggregate another entity.

B.

A struct may aggregate an entity.

C.

A struct may aggregate another struct.

D.

An entity may aggregate a struct.

Question 6
Single choice

Suppose that a new Process class has been created in a model and a build generated command is performed.

What needs to be done next?

A.

Implement the methods in the generated impl version of the class.

B.

Copy the generated impl class from the build/svr/gen/temp folder into the impl package.

C.

Create a new class in the impl package.

D.

Implement the modeled methods in the base class.

Question 7
Multiple choice

Which of the following are valid targets for the server-side build command?

A.

generated

B.

beandoc

C.

database

D.

messages

E.

codetables

Question 8
Single choice

Which of the following statements about handcrafted service layer classes is true?

A.

Google Guice dispatches events to listeners

B.

The Persistence Infrastructure (PI) Adapter is used to translate high-level data requests to entity operations

C.

The Entity Interface provides search (read-multi) operations

D.

Entity classes are not modeled, as they are provided by the Entity Interface

Question 9
Multiple choice

Examine the piece of code shown:

Which two of the following statements about this piece of code are true? [Select 2]

A.

The INITIAL element must be defined within a CONNECT element inside a FIELD element

B.

The HIDDEN_PROPERTY should have the same name as the TARGET PROPERTY

C.

A drop-down list containing the values for first and second is displayed

D.

A SOURCE element could also be added in the same field that contains the INITIAL element

E.

The PROPERTY third must be defined as a list

Question 10
Multiple choice

Which of the following entity method stereotypes require SQL to be provided?

A.

nsread

B.

ns

C.

nsmulti

D.

batch

E.

nsmodify

Showing 10 of 55 questions · Unlock the full set