Exit demo C1000-004 IBM Curam SPM V7.X Application Developer PDF format · free preview

IBM C1000-004 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/c1000-004.html

Question 1
Multiple choice

Which two of the following are valid targets for the server-side build command? (Choose two.)

A.

generated

B.

beandoc

C.

codetables

D.

messages

E.

database

Question 2
Single choice

You have two structs, Struct A and Struct B. Struct A contains an attribute called att1 of type MYDOMAIN1, based on SVR_INT64. Struct B contains an attribute called att1 of type MYDOMAIN2, based on SVR_STRING.

What happens when the assignment statement structA.assign(structB) is executed?

A.

It auto casts structA's attribute data types to match that of structB.

B.

It auto casts structB's attribute data types to match that of structA.

C.

It will throw a cast error.

D.

It will throw error "assign" method cannot have arguments".

Question 3
Multiple choice

Which two artifacts types are customized by merging? (Choose two.)

A.

"-config.xml

B.

*.nav

C.

*.properties

D.

*.uim

E.

*.vim

Question 4
Single choice

Suppose that you created a new Process class in your model and performed a build generated command.

What do you need to do 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.

Implement the modeled methods in the base class.

D.

Create a new class in the impl package.

Question 5
Single choice

How is the menu option button in this image created?

A.

A PAGE-level ACTION_SET with more than 2 ACTION_CONTROLs is added.

B.

A PAGE-level ACTION_SET with 1 ACTION_CONTROL containing a LINK element is added.

C.

A LIST-level ACTION_SET with 1 ACTION_CONTROL containing a LINK element is added.

D.

A LIST-level ACTION_SET with more than 2 ACTION_CONTROLs is added.

Question 6
Single choice

Consider the following assignable relationship:

Which statement about the modeling is true?

A.

You cannot assign an entity to a struct.

B.

You cannot assign an entity to a struct that aggregates other structs.

C.

You cannot assign an entity to a list struct.

D.

There is nothing wrong with the modeling.

Question 7
Multiple choice

Which two statements about customizing a client page are true? (Choose two.)

A.

Copy the UIM or VIM file to a custom folder and make all changes to the copied file.

B.

The custom page can have a different name to the page that you are customizing.

C.

You can make the changes directly to the out-of-the-box UIM or VIM file.

D.

Do not change the name of the page.

E.

The generator will ensure that the UIM file in the component with the lowest priority is the one that will be used.

Question 8
Single choice

Consider the definition of the code table item in the following extract from TrafficLights.ctx:

Which Java statement checks the status of an attribute called trafficLight?

A.

if (trafficLight.equals(curam.codetable.TRAFFICLIGHTS.GO)) {

B.

if (trafficLight.equals(curam.codetable.TRAFFICLIGHTS.TL1)) {

C.

if (trafficLight.equals(curam.codetable.TRAFFICLIGHTS.GREEN)) {

D.

if (trafficLight.equals("Green")) {

Question 9
Single choice

Which statement about UIM pages is correct?

A.

A UIM page can appear in more than one component, and the version displayed at runtime depends on which components the user is allowed to access.

B.

A UIM page cannot appear in more than one component.

C.

UIM pages appear in more than one component will be merged.

D.

If a UIM page appears in more than one component, only the page from the highest priority component will be displayed at runtime.

Question 10
Single choice

Which statement about customizing restricted code tables is true?

A.

Use the Administration Suite to disable the restricted property for the code table before customizing it.

B.

Customize the code table as normal, but the code table may be removed in the next release.

C.

Custom code tables can be defined as restricted when you first create them.

D.

Raise a support case if a restricted code table needs to be customized.

Showing 10 of 70 questions · Unlock the full set