IBM Forms 8.0 - Form Design and Development Sample Questions:
1. Consider the code sample below: <xforms:action ev:event="DOMActivate"> <xforms:setvalue ref="instance('formData')/firstName">Bob</xforms:setvalue> <xforms:setvalue ref="instance('formData')/lastName">Smith</xforms:setvalue> </xforms:action> Which of the following statements about this code fragment is TRUE?
A) The above syntax is incorrect, as every action needs a specifically declared event.
B) The order in which these xforms:setvalue actions will fire when the button is pressed can not be guaranteed.
C) These xforms:setvalue actions will fire in the order listed when the button is pressed.
D) The action is missing a "ref" attribute, and will therefore throw an error.
2. What should be done to a form prior to distribution in order to prevent other users from modifying a form's layout by using the Designer?
A) Export the form as a locked form.
B) Save the form in a compressed format so it is not human readable.
C) Export the form as "XForms".
D) Save the form using encryption.
3. Frank is using the table wizard to create a table. Using the wizard, it is possible to accomplish all of the following, EXCEPT which item?
A) Add a sort button to order the data within the table.
B) Create a scrolling table that only displays a certain number of records at a time.
C) Create a table using a new or existing data model.
D) Identify the specific table elements, and their associated column header labels.
4. You can modify the text and questions of the signature dialog for all of the following signature types EXCEPT which one?
A) Signature Pad
B) Authenticated Clickwrap
C) GenericRSA
D) Clickwrap
5. Given the following data instance, what xforms bind returns the total cost (including tax) of a particular item, if the current context of the bind is "items/item"
A) sum(cost, cost/@tax)
B) sum(number(cost), number(cost/@tax))
C) sum(cost + cost/@tax)
D) cost + cost/@tax
Solutions:
| Question # 1 Answer: C | Question # 2 Answer: A | Question # 3 Answer: A | Question # 4 Answer: C | Question # 5 Answer: D |

We're so confident of our products that we provide no hassle product exchange.


By Leo


