190-822 excel

25
190-822 Building Forms Applications Using IBM Workplace Forms 2.6 Version 1.1

description

some goodinfor for this

Transcript of 190-822 excel

190-822Building Forms Applications Using IBM Workplace Forms 2.6

Version 1.1QUESTION NO: 1

Gary is debugging an XForms form and needs to intercept the form while it is opening in the Viewer, presenting a message to the user (himself) as a debug step. Which event handler should he use to activate the message?

A. xforms-readonly

B. xforms-model-open

C. xforms-model-construct

D. xforms-model-construct-done

Answer: C

QUESTION NO: 2

While designing a form for the Webform server, Hank wishes to make sure users enter characters into a phone number field in a specific format. When will the user be notified if there is an error?

A. Upon submission

B. Upon exiting the field

C. Predictively - during data entry

D. Upon navigating to another page on the form

Answer: B

QUESTION NO: 3

Abigail is working with Workplace Forms for the first time. After installation, which Eclipse perspective should she switch to in order to begin designing forms?

A. Forms

B. Designer

C. Resource

D. Developer

Answer: B

QUESTION NO: 4

While Carrie is reviewing an XFDL source file, she repeatedly sees the term "sid". What is "sid"?

A. Scope Identifier

B. Section Identifier

C. Signature Identifier

D. Submission Identifier

Answer: A

QUESTION NO: 5

As Peggy is researching options for UI integration of her new form, she wishes to have "zero footprint" of client software on her users' desktops. Which deployment model gives her this option by default?

A. Webform Server

B. Portal integration

C. Eclipse integration

D. Workplace Forms Viewer

Answer: A

QUESTION NO: 6

Randy is preparing to deploy a form to a J2EE server for the first time. In general where should he address the form's access security settings?

A. In the signature elements of the form

B. At the file system on the host server

C. In the Access Control List of the form

D. In the security role settings, or other security context, of the host server

Answer: D

QUESTION NO: 7

Quintessa has a need for data integration between her form and another database system in order to obtain data from the external data source while users complete the form. Which general method of data integration would she investigate first?

A. Smartfill

B. Web services

C. Server-side prepopulation

D. Template and completed for storage

Answer: B

QUESTION NO: 8

Sylvester is developing a forms application that will integrate with a biometric device. As there is no support for biometric devices in the core product, what technology must he use to develop this support?

A. The External Function Handler (EFH)

B. The device API and the Translation server

C. The Smartfill extension, using Java to communicate with the device

D. The Java or C language and the Function Call Interface of the Workplace Forms API

Answer: D

QUESTION NO: 9

Marvin is integrating a Workplace Forms form with DB2 Content Manager. What must be created in DB2 Content Manager in order to perform the integration?

A. Binders and folders

B. Attributes and item types

C. Databases and instances

D. New versioning policies

Answer: B

QUESTION NO: 10

Webster wishes to align several items on his form as part of final form design. What types of alignment are available to let him accomplish this task?

A. Relative and absolute alignment

B. Left, right and center alignment

C. Vertical and horizontal alignment

D. Left to right and left to center alignment

Answer: A

QUESTION NO: 11

Wendy works for an accounting firm, and they are fairly particular about how they like to see numbers on forms. They prefer to see negative numbers enclosed in parentheses instead of with a minus sign. For instance negative one hundred should appear everywhere on their firms as (100) instead of -100. How does she accomplish this goal?

A. Use the pad presentation property with the "( )" string as the value

B. Use the pattern data constraint type to provide a pattern for the field

C. Use a template data constraint type to pre-fill the field with parentheses

D. Use the negativeindicator presentation property to provide prefix and suffix strings

Answer: D

QUESTION NO: 12

Lance needs to calculate interest on a form. However, based on the value placed into another field on the form, the interest rate may be either 5% or 7%. How does he approach this task?

A. Use the annuity function

B. Use an if/then/else formula

C. Use the countDatagroupItems to determine of the value in the other field is present

D. Combine the setAttr function to determine if one function fails, if so call another function

Answer: B

QUESTION NO: 13

Kendra would like to have a set of actions available at the top of every page for users to submit forms, print forms, save form data, etc. What design element will help her do this?

A. Toolbars

B. Scroll regions

C. Aligned buttons

D. Protected sections

Answer: A

QUESTION NO: 14

Padma is creating a formula on her form and needs to reference a field value, but the field is a list with several choices. How can she be sure to only use the value that is selected from the list?

A. Create an indirect reference to the selected value using the "==" operator

B. Create a direct reference to the selected value using the itemlocation operator

C. Create a direct reference to each cell using a for loop until it returns a value

D. Create an indirect reference to the selected value using the "->" dereference symbol

Answer: D

QUESTION NO: 15

Quinn wishes to use a template constraint on a field. How does this help his users?

A. It provides a reusable component for use on several pages on a multi-page form

B. It limits user input to the visible parentheses, such as with parentheses for telephone numbers

C. It provides a way to force users to use either letters or numbers in specific positions in the field

D. It display symbols in the input area before the user enters their data, giving them an idea of what the field input should look like

Answer: D

QUESTION NO: 16

Darlene has created a form and wishes to suppress several of the fields when printing the form. How would she do this?

A. Set the visible property on the fields and their labels to "off"

B. Set the printvisible property on the fields and their labels to "off"

C. Set the visible property on the fields and their labels to "viewer only"

D. Modify the css file to have a difference set of classes for Print media Answer: BQUESTION NO: 17

Nancy is working on a form and wants to add a field that gives users the ability to specify a day of the week (Monday, Tuesday, etc.). What is the fastest way to accomplish this that also takes the least amount of space on her form?

A. Use a List field with a restricted list of entries

B. Use a Popup field with a restricted list of entries

C. Use a Combobox field with a restricted list of entries

D. Use a regular field and set the datatype property to day_of_week

Answer: D

QUESTION NO: 18

Mary's manufacturing plant uses complex calculus computations to determine tolerances for its production line operations. She has been asked to include some of these functions on forms that are being developed to support this operation. How can she include these formulas?

A. Use the Compute Wizard to duplicate the calculations

B. Submit the form to a back-end database that returns formula results to the Viewer

C. Include a custom Java file with the functions written in the Workplace Forms Java API

D. Embed a spreadsheet enclosure on the form that includes custom functions in its cell calculations

Answer: C

QUESTION NO: 19

Pete is creating a form and wishes to determine how much space an item is taking relative to its label. How can he determine this?

A. Use "Show Grid" from the Options menu

B. Hover over the items to display their outline

C. Use "Show Bounding Boxes" from the design view preferences

D. Display the properties of the item to see the pixel alignment of the item

Answer: C

QUESTION NO: 20

While testing a new form, Ursula discovers that while tabbing from one field to the next, the cursor skips a date field. Why is this?

A. The field's properties are set to skip tabbing

B. Tabbing skips Date fields with calendar controls by default

C. Tab order is dictated by the order in which fields are placed on the form, so the field must have been placed out of order

D. The tab order in Workplace Forms is dictated by the programmatic number of the field on the form, so the field number is out of sequence

Answer: C

QUESTION NO: 21

Susan is laying out a form and has all of the elements placed on the form in design. Now she needs to precisely align the items to each other, specifically the leftmost edge of fields. How can she most easily accomplish this?

A. Use the "Tools - Align all Elements" menu item

B. Show the grid in design mode and set "Snap to Grid" while positioning fields

C. Modify the XFDL source for each item to precisely set the x and y coordinates

D. Set the grid to 1 pixel width and height, then use the arrow keys to align fields

Answer: B

QUESTION NO: 22

Fredrico has created a box list field with several choices, adding each choice as a cell. Now he wishes to rearrange the choices from the alphabetical ordering they currently have to one that makes more sense in his specific application. How can he accomplish this task?

A. Use the Outline view to set the order property of each cell

B. Use the Properties view to set the order property of each cell

C. Use the Outline view to rename each cell so their order is corrected

D. Use the Outline view to select cells and drag them to their proper location in the list

Answer: D

QUESTION NO: 23

Barkley is creating a form that will be submitted via email to a secure mailbox for further processing - but not for further submission, and not in need of graphical treatment. In other words, it is a one-submission form. He does not want the submit button to be included when the form is sent to its destination. How should he approach this?

A. Set up filtering for the submit button to omit the unwanted elements

B. Use compression on the submitted form, which will remove button elements

C. Reduce the Viewer rights for users accessing the form in its destination mailbox

D. Create a visibility formula for the button that computes to false once the form is submitted

Answer: A

QUESTION NO: 24

Hera has developed a complex form and is asked to provide users with online help. What are the three kinds of help messages she can provide on the form for users of Workplace Forms Viewer?

A. Context-sensitive help messages, error messages, and audio messages

B. Context-sensitive help messages, error messages, and compiled help files

C. Context-sensitive help messages, audio messages, and compiled help files

D. Error messages, audio messages, and links to external compiled help files

Answer: A

QUESTION NO: 25

Giselle has a simple form with a small number of fields on it. She wishes to modify the background color of the form to an exact match to her corporate website. Which type of color does she need to know in order to set the color of her form?

A. RGB

B. CMYK

C. Pantone

D. HTML Color

Answer: A

QUESTION NO: 26

Gabriella would like to add a corporate logo to her new form. What is the basic process for adding the image?

A. Use the Image button on the Palette to add the image, supplying its location on the file system

B. Add the image as a file enclosure to the page, then use the Palette to reference it on the form

C. Add the image as a file enclosure to the page, then drag and drop the enclosure directly to the form

D. Add the image as a file enclosure to the XForms instance, then use the Palette to reference it on the form

Answer: C

QUESTION NO: 27

Upton is working with an attachment button on an XForms form. Which of the following item types allow him to let users attach a file to the form?

A. Attach

B. Upload

C. Enclose

D. Extract

Answer: B

QUESTION NO: 28

Everett has taken over a Workplace Forms project from another developer. How can he easily determine which items on the form have had their properties modified from the default values?

A. Each item with modified properties is highlighted in light blue in designer

B. Each item that has been modified has an entry in the form's properties file on the file system

C. Each item that has the default properties is listed in a section of the form's properties file on the file system

D. Each item with modified properties displays a solid blue circle in the properties view next to the modified property

Answer: D

QUESTION NO: 29

Candace has created an extremely long, complex form for her insurance company and wants to save the form's contents on a regular basis. How does she approach this?

A. Add a JavaScript function to the form with a timer element in it

B. Create an automatic action from the palette, setting it to the saveas type

C. Create an automatic action from the palette, setting it to the refresh type and specifying an interval

D. Create an automatic action from the palette, setting it to the saveform type and specifying an interval

Answer: D

QUESTION NO: 30

Benny has selected a reference item on a form and wishes to position another field below it to have its left edge at the exact center of the reference item. What is the best way to accomplish this?

A. Modify the XFDL source

B. Use Left to Center expand

C. Use Right to Center expand

D. Modify the grid size to 1/2 the width of the reference item and snap to grid

Answer: B

QUESTION NO: 31

Darius is using Authenticate Clickwrap to let users sign a form. During the process of asking them questions, he derives two pieces of information from their answers that are used to apply the signature to the form. What are these pieces of information?

A. Signer and secret

B. Signer and password

C. Signature and password

D. Mother's maiden name and signer's name

Answer: A

QUESTION NO: 32

Yves is developing a Web-based form for the general public. At the end of the form, he wishes to obtain a Clickwrap signature for the entire form, prompt the user for the answer to three questions, and ask them to repeat (type) a sentence to indicate their agreement with the provisions of the form or contract it represents. What is the property that must be modified to write this sentence?

A. echoText

B. acceptText

C. echoPrompt

D. buttonText

Answer: A

QUESTION NO: 33

Abigail is creating a form that requires two signatures. She wishes to provide maximum security for the form between the signatures by using filtering. Which type of filtering should she use?

A. Keep filtering

B. Omit filtering

C. Security filtering

D. Encrypted filtering

Answer: B

QUESTION NO: 34

Howard is working with a Java developer who has provided him with a custom JAR file for inclusion in his project. Where can he add this JAR file to the Workplace Forms project?

A. In the Navigator

B. In the Instance view

C. In the Enclosures view

D. In the Resources Palette

Answer: C

QUESTION NO: 35

Ingrid has developed a long form and decided that it should be presented as a "wizard" with multiple tabs. How can she accomplish this in Workplace Forms Designer?

A. Add multiple "pages" to the form

B. Add a tabbed table from the Standard Library

C. Use the "forms wizard" wizard from the Object Library

D. Create multiple forms, each with a subset of elements, and modify the XFDL file to concatenate the XML nodes of the forms

Answer: A

QUESTION NO: 36

Ellen wishes to select 14 items on her form on the designer tab all at once. The items are all in close proximity to one another. Which Palette tool should she use to perform this task?

A. Check

B. Marquee

C. Page Select

D. Multi-Select

Answer: B

QUESTION NO: 37

Ollie has developed a form using his company's standards for look and feel, field size, fonts, and accessibility. How can he easily re-use his compliance work in other forms?

A. Create a form template file, and switch to the template definition after creating the other forms

B. Create a single css file to define these elements, and make sure it is available to each form's directory

C. Designate a directory for form templates, and it will automatically appear in the New Workplace Forms wizard

D. Save a form with an extension of xfdt instead of xfdl, and it will automatically become a template for other forms

Answer: C

QUESTION NO: 38

Nell has created a complex form application and wishes to scramble the XFDL file so it is not usable by a text editor. How can she accomplish this task, while leaving the form file usable by Workplace Forms Designer and Viewer?

A. Encrypt the form upon save

B. Use a third party scrambler application

C. Compress the form using Base 64 gzip compression

D. Generate an LTPA token on the Web Forms Server, and provide it to users to unencrypt the form

Answer: C

QUESTION NO: 39

Leroy wishes to create multiple associated forms and manage them as a single unit on his development system. What does he use to accomplish this task?

A. Projects

B. Subfolders

C. Forms directory

D. Form collections

Answer: A

QUESTION NO: 40

Quince has created a form and after painstakingly making changes for an entire day, is told that the form's state from the previous day is its final design. How can he recover his work from the previous day, assuming he does not make a nightly backup of his system?

A. He can find the form file in the Eclipse save cache

B. He can find the form file in the system TEMP directory

C. He can use Eclipse's Local History feature to recover the form

D. He can step back the design using Ctrl-Z until he reaches the previous state

Answer: C

QUESTION NO: 41

Lana wishes to add an automatic action to her XForms form. What type of actions can she use with XForms?

A. Submit and Clear

B. Sign and Trigger

C. Submit and Cancel

D. Trigger and Submit

Answer: D

QUESTION NO: 42

Nadine is working with an XForms table and wants to give users the ability to add a row of data. Assuming the table data is properly associated with the data node, what type of button should she add to the form?

A. Submit

B. Trigger

C. Add Row

D. Node Expansion

Answer: B

QUESTION NO: 43

Wanda has created an XForms form and wishes to add a submission to the model. However, she does not want to submit the entire data instance. What must she know in order to submit something other than this?

A. The model name of a node for submission

B. An XPath expression specifying a node for submission

C. The name of a node whose submit property and the properties of its children are set to "submit"

D. The name of a node whose submit property and the properties of its children are set to "partial"

Answer: B

QUESTION NO: 44

Paloma is in the process of binding XForms items to data nodes. On a particular item, she wishes to create an indirect link between the UI element and a data element in the XForms instance.

What method should she use?

A. The ref method

B. The bind method

C. The nodeset method

D. The indirect ref method

Answer: B

QUESTION NO: 45

Uta wishes to determine which of her XForms items are bound to data nodes and which remain to be converted. What is the easiest way to approach this task?

A. View the source and search for ref binds

B. View the source and search for nodeset binds

C. Use the View menu to highlight bound and unbound items

D. Click on an item and look for the highlight in the Enclosures view

Answer: C

QUESTION NO: 46

Sara has created a data instance for her XForms form and wishes to perform calculations, and ensure that certain fields are required. What type of bind must she perform to accomplish this task?

A. ref

B. bind

C. model

D. nodeset

Answer: C

QUESTION NO: 47

Page 10 of 17

Veronica's XForms form will be integrated with a Web service, and she has all the files necessary to complete that integration. Assuming the form she is creating is a front end to the Web service process and field values, how should she create her instance?

A. From a schema

B. From a WSDL message

C. From the current document

D. From an empty data instance

Answer: B

QUESTION NO: 48

Larry wishes to test his form on the Webform Server, seeing a series of messages in the log files that indicate what the form is doing. Where would he enable this logging and how?

A. In the deployment servlet, using the trace argument

B. In the deployment servlet, using the debugMode argument

C. In the servlets.properties file, using the debugMode argument

D. In the form definition, using an XForms debug property on the page global item

Answer: C

QUESTION NO: 49

Yolanda has developed a form that includes the ability for users to work with attachments. Which

list most accurately describes what users can do with attachments using the Viewer?

A. Attach, remove, edit and display

B. Attach, extract, edit, and display

C. Attach, remove, extract and display

D. Attach, remove, display and replace

Answer: C

QUESTION NO: 50

Unger has been given the Workplace Forms Viewer and is completing a form for the first time.

Some of the text is too small for him to read. How can he remedy this situation with the form?

A. Open the form in accessibility mode

B. Use the Zoom controls on the Viewer toolbar

C. Use the Font controls on the Viewer toolbar

D. Use the browser's text size controls to increase the font size

Answer: B

QUESTION NO: 51

Jim has developed a form and wishes to deploy it to a Webform Server. It is his first form and a new Webform Server. What major deployment step must he take, assuming that the Webform Server is installed and running?

A. Save the form as HTML

B. Locate the Translator

C. Generate a WAR file from Workplace Forms Designer

D. Develop a servlet or portlet to communicate with the Webform Server

Answer: D

Page 11 of 17

QUESTION NO: 52

Wayne is aware that he has a problem with typographical errors and wants to improve his

chances of completing fields correctly on the forms he completes with the Viewer. What can he do about this without requesting a design change from the developers?

A. Turn on validity checking

B. Turn on automatic spellchecking

C. Turn on predictive input checking

D. Turn on date/time input assistance

Answer: C

QUESTION NO: 53

Ben is using Workplace Forms to develop a health insurance registration application for his

company. He wishes to preview the form prior to saving it. What steps must he take to do this?

A. Install Workplace Forms Viewer and associate xfld files with a browser

B. Install Workplace Forms Viewer, then click the Preview panel in the Editor

C. Install Workplace Forms Viewer and click Tools -> Preview Form on the menu

D. Associate the desired browser with the xfdl file extension, it will automatically preview in the

browser

Answer: B

QUESTION NO: 54

Fay is reading through some XForms source code to get a better understanding of the language

and syntax in XML. She encounters the following each time there is an action or button item:

ev:event="DOMActivate"

What does this signify?

A. DOMActivate is a default property of the buttons and actions on the form

B. DOMActivate is an event handler that tells the browser or Viewer window to gain focus

C. DOMActivate is a function call that has been scripted into the buttons and actions on the form

D. DOMActivate is an event handler that detects the activation of the presentation element that

contains the event

Answer: D

QUESTION NO: 55

Anise is new to Workplace Forms, and trying to understand the relationships between its components. She discovers that XFDL is a high-level computer language that is open, human readable, and has a distinct syntax to permit computer processing of forms. In order to be considered auditable, a form created with XFDL must contain what?

A. A DTD schema

B. XForms data instances

C. Legal fonts and colors

D. All record elements in a single file

Answer: D

QUESTION NO: 56

Ollie has designed a form and wishes to deploy it using a Domino server. Which of the following lists of services reflects what Domino provides to Workplace Forms?

A. Relational data store, HTTP server, template storage, and J2EE server

B. HTTP server, servlet engine, web services interface, and security context

C. J2EE server, servlet engine, web services interface, and security context

D. Relational data store, and HTTP server, servlet engine, web services interface

Answer: B

QUESTION NO: 57

Teri works for an airline and maintains a form application for frequent flyers. Each frequent flyer number has 12 digits, but can have a different number of leading zeros depending on when they joined the program. How can she ensure that data is submitted with an exact match for the frequent flyer number entered by a user, regardless of whether they type the zeros?

A. Set the leading zeros presentation property to a value of "12"

B. Set the pad presentation property to "12" and the padcharacter presentation property to "0"

C. Set the pad presentation property to "0" and the padcharacters presentation property to "12"

D. Use a pattern data restriction property to set all 12 characters to "0" until they are changed

Answer: B

QUESTION NO: 58

Kali wishes to have a form perform a mathematical operation based on dynamic user choices during form completion. What is her general approach to this task?

A. Add an automatic action to the form with a compute wizard

B. Use the submit action to return the user to a new form with computed field values

C. Use a formula in the properties of the field that is the target of the mathematical operation

D. Use formulas in the properties of the fields to be used as the source of the mathematical operation

Answer: C

QUESTION NO: 59

Ozzie has created a form and the logic of the form requires that several of the fields are completed before submission - that is, they cannot be left blank. How should he approach this requirement?

A. Add a JavaScript validity check to the form

B. Specify a data constraint type of "mandatory"

C. Set the "negativeindicator" setting to "true"

D. Set the field's input validation property to "required"

Answer: B

QUESTION NO: 60

Michael is just starting work on his first form. He has placed a toolbar, a combo box, and a new field with a label on the form. He notices that the field type is plain text. How can he change this to a numeric (integer) field?

A. Write a translation formula

B. Remove the field and use an Integer Field from the Palette

C. Set the field's datatype property to integer in the Outline view

D. Set the field's datatype property to integer in the Properties view

Answer: D

QUESTION NO: 61

Zoe is creating a submit button on her form and wants the form to stay open after submission. To what type should she set the button's general properties?

A. done

B. submit

C. saveas

D. pagedone

Answer: B

QUESTION NO: 62

Albert is aligning and resizing fields, and would like to accomplish both at the same time. What can he use to accomplish this?

A. Relative or absolute expand

B. Relative or absolute alignment

C. Relative or absolute positioning

D. Simultaneous width and height assignment

Answer: A

QUESTION NO: 63

Henry has been given a group of images to place on buttons that are displayed on a toolbar on his form. The images are slightly larger than the buttons, and he does not have room to increase the size of the buttons. Which of the following is a true statement?

A. He may set the image size properties after including them on buttons

B. He may set the image size properties after enclosing them on the page

C. He must use an image editor to modify the image sizes before using them

D. He may set the imagemode property to resize or scale images after including them on buttons

Answer: D

QUESTION NO: 64

Carlos wishes to hide a field on his form, as it is used only for intermediate computation and not important to end users. How can he best accomplish this task?

A. Set the visible property to "off"

B. Set the visible property to "only when printing"

C. Use a "hide-when" formula on the field properties

D. Make the border and color of the field the same as the background

Answer: A

QUESTION NO: 65

Ron's form has been developed to be used either with the Workplace Forms Viewer or the Workplace Forms Webform Server. If he needs to determine at the time the form is being processed which one is being used (to hide or show an image, for instance), which function will help him accomplish this goal?

A. applicationName

B. applicationVersion

C. applicationInstance

D. applicationVersionNum

Answer: A

QUESTION NO: 66

Tonya is creating a form to collect information from employees for a survey and wishes to provide detailed instructions to users in the form a PDF attachment. How should she approach this task?

A. Distribute the attachment with the form

B. Create a data enclosure, then use an attachment button to display it

C. Create a data enclosure, then use a separate page on the form to display it

D. Create a display button and reference the attachment on a network file share

Answer: B

QUESTION NO: 67

Terence has a need to have more granular control over the grid size on a form, so he can have more precise placement of fields in his final form design. How does he change how many pixels are between grid lines?

A. Use the Outline view to modify grid spacing

B. Modify the XFDL source to indicate grid layout spacing

C. Edit the X and Y axis grid space in the Properties menu item

D. Modify the xforms.properties file in the project workspace to set the grid properties

Answer: C

QUESTION NO: 68

Darius would like to present users with a list of choices, and have an action trigger when the user selects a value. Which list types allow this?

A. Popup list, calendar, or box list

B. Radio button, checkbox, or popup list

C. Popup list, combobox list, or box list

D. Radio button, checkbox, box list or combobox list

Answer: C

QUESTION NO: 69

Beverly has created a consent form and wishes to require a signature before it can be submitted for processing. How should she approach this requirement?

A. Change the constraint property of the signature button to mandatory

B. Change the constraint property of the global page item to require signature

C. Use a function to display echoText instead of submitting a form if the form is not signed

D. Add a file enclosure with a text file explaining the requirement, and use a function to call it from a cell if the signature does not exist upon submission

Answer: A

QUESTION NO: 70

Clarice wishes to use an Authenticated Clickwrap signature on her form, providing the maximum amount of assurance that users are authentic by asking them a series of questions. How many questions can she ask (maximum number)?

A. 3

B. 4

C. 5

D. 6

Answer: C

QUESTION NO: 71

Fiona wishes to review the hierarchical structure of her new form. Which view gives her this output?

A. Outline view

B. Navigator view

C. Properties view

D. Enclosures view

Answer: A

QUESTION NO: 72

Jack has created a three-tab form interface for collecting information from users about their automobile preferences, as part of a market study. At the end of the data collection, he wishes to be able to print out the results. How can he accomplish this task?

A. Use a style sheet class for "Print" mode

B. Add a final page for printing, mapping user input to items on the printing page

C. Switch forms using Workplace Forms Viewer, printing the form before switching back

D. Print the form as a PDF document, which will automatically print out the information on separate tabs

Answer: B

QUESTION NO: 73

Evelyn is adding XForms support to a previously developed form, to make her wizard application easier to manage. What does she use the Designer to define?

A. XForms bindings and model

B. XForms model and data instances

C. XForms model and user interface items

D. XForms data type definitions (DTDs) and submissions

Answer: C

QUESTION NO: 74

Quon has created an XForms instance and created data nodes, she drags the data node over an XFDL item on her form. What is the effect of this on the item?

A. It sets the nodeset property of the item

B. It automatically converts the item to XForms and creates an indirect bind

C. It automatically converts the item to XForms and creates a direct XPath bind

D. It generates an error message, indicating that binding can only be performed with XForms items

Answer: C

QUESTION NO: 75

Xandra is creating a military forms application using XForms. She wishes to be able to automatically complete certain fields on the form based on information stored on the user's computer. Which concept should she use to accomplish this task?

A. XForms Smartfill

B. XForms AutoComplete

C. XForms Translation Formulas

D. XForms Default Cookie Reader

Answer: A

QUESTION NO: 76

Hadley is creating a form using an XForms instance. She wishes to include a password field on the form. What type of XForms field must she use?

A. List (Secret)

B. Field (Secret)

C. Field (Password)

D. Field (Encrypted)

Answer: B

QUESTION NO: 77

Zorita has been given Workplace Forms Viewer and a form that has been coded using XForms to display in both English and Spanish. She prefers to complete the form in Spanish, however the toolbars and help text still display in English. What should she do to make the language consistent?

A. Modify the locale in the Viewer preferences to Spanish

B. Ask the developer to modify the toolbar text translations

C. Ask her administrator to provide a Spanish installation of the Viewer

D. Modify the location.preference file in the installation directory to provide text mappings

Answer: A