IBM C1000-004 Exam Practice Questions (P. 5)
- Full Access (70 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
Which task is valid when developing REST APIs in IBM Cúram SPM?
- ARun ‘build database’ whenever you modify ResourcesConfig.xml.
- BDefine operations of type <<rest>> in a class of type <<facade>>.
- CDocument the structs and operations in ResourcesConfig.xml so that the documentation appears in Swagger UI.
- DSpecify the mandatory fields in the model.
Correct Answer:
D
D
send
light_mode
delete
Question #22
Which three of the following are Application Tier Layers in the IBM Cúram SPM application? (Choose three.)
- ARemote Interface Layer.
- BSession Layer.
- CData Control Layer.
- DBusiness Object Layer.
- EAccess Control Layer.
- FData Access Layer.
Correct Answer:
ADF
ADF
send
light_mode
delete
Question #23
Examine this fragment of UIM code:

Which two statements about the UIM code are true? (Choose two.)

Which two statements about the UIM code are true? (Choose two.)
- ACuramlogo.jpg corresponds to the name of an image file under the WebContent/Images directory.
- BThere can be no other UIM elements declared inside the CLUSTER.
- CThe IMAGE attribute can be specified as part of the CLUSTER element.
- DThe text associated with Image.Label.Logo is used as text for the image.
- EA build client will fail because the IMAGE element should be declared inside a CONTAINER.
Correct Answer:
AC
AC
send
light_mode
delete
Question #24
You want to execute a custom SQL script called MyChanges.sql.
Which statement describes how to execute MyChanges.sql when the database is built?
Which statement describes how to execute MyChanges.sql when the database is built?
- AAdd MyChanges.sql to your custom data\test folder, from where it loads automatically.
- BAdd MyChanges.sql to your custom data\test folder and reference it from a DMX file.
- CAdd MyChanges.sql to your custom folder and reference it from datamanager_config.xml.
- DAdd MyChanges.sql to your custom folder and reference if from the database ANT script.
Correct Answer:
B
B
send
light_mode
delete
Question #25
Consider this out-of-the-box (OOTB) façade:

Which statement represents a compliant approach when customizing the mandatory fields of the createAccount() operation?

Which statement represents a compliant approach when customizing the mandatory fields of the createAccount() operation?
- AChange the Mandatory Field option for create createAccount() in a custom façade that subclasses AccountFaçade and set Replace_Superclass=No.
- BChange the Mandatory Field option for create createAccount() in a custom façade that does not subclass AccountFaçade.
- CChange the Mandatory Field option for create createAccount() in a custom façade that subclasses AccountFaçade and set Replace_Superclass=Yes.
- DIt is not possible a Mandatory field option, so a support case should be raised if the developer thinks it needs to be changed.
Correct Answer:
A
A
send
light_mode
delete
All Pages