IBM C7010-010 Exam Practice Questions (P. 1)
- Full Access (51 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 #1
In which two of the following scenarios is the MENU element used? (Choose two.)
- AConfiguring a tab actions menu
- BDefining a modal page that is part of a wizard
- CSpecifying that a field in a LIST should contain one or more ACTION_CONTROL elements
- DDefining which sections users can navigate to in the Applications Section Bar
- EProviding the user with in-page navigation links
Correct Answer:
DE
DE
send
light_mode
delete
Question #2
Which two of the following statements about Page Parameters are true? (Choose two.)
- AAny number of PAGE_PARAMETERs can be declared on a page, regardless of whether they are used
- BEach parameter that is passed from one page to another must be declared on the accepting page as PAGE_PARAMETER
- CThe order of the PAGE_PARAMETERS declared on a page must match the order that they are sent from the sending page
- DWhere a parameter is passed into a PAGE, the corresponding PAGE_PARAMETER must include the calling PAGE_ID
- EPage parameters can be defined in .mnu, and .nav files using the page-param element
Correct Answer:
AC
AC
send
light_mode
delete
Question #3
Regarding application navigation, which statement most accurately describes the hierarchy, from least granular to most granular?
- AApplication ‘.app’ file, section ‘.sec’ file, tab ‘.tab’ file, navigation ‘.nav’ file
- BSection ‘.sec’ file, application ‘.app’ file, tab ‘.tab’ file, navigation ‘.nav’ file
- CSection ‘.sec’ file, application ‘.app’ file, menu ‘.mnu’ file, tab ‘.tab’ file
- DApplication ‘.app’ file, section ‘.sec’ file, tab ‘.tab’ file, shortcut ‘.ssp’ file
Correct Answer:
A
A
send
light_mode
delete
Question #4
Which two of the following statements about client-side validations are true? (Choose two.)
- AClient-side validations must be specified on a Domain Definition level
- BClient-side validations must be specified on an attribute level
- CA Java plug-in must exist for every specified client-side validation
- DA JavaScript plug-in must exist for every specified client-side validation
- EClient-side validations are actually executed inside the Cúram EJB server
Correct Answer:
BC
BC
send
light_mode
delete
Question #5
Examine the following section of UIM code:

Which two of the following statements are true? (Choose two.)

Which two of the following statements are true? (Choose two.)
- AThe IMAGE attribute of UIM IMAGE elements can correspond to the name of an image file (under WebContent/Images directory) or map to an attribute declared in the Image.properties file
- BThere can be no other child UIM elements declared inside the CLUSTER when an IMAGE is already declared as a child element
- CThe IMAGE attribute can be specified as part of the CLUSTER element
- DThe LABEL attribute of the IMAGE element will result in the text value associated with the Image.Label.Logo attribute in the UIM page’s properties file being rendered in the browser as alt text and displayed if the user hovers over the image
- EA build client will fail because the IMAGE element should be declared inside a CONTAINER
Correct Answer:
DE
DE
send
light_mode
delete
All Pages