Pass the FileMaker Filemaker Certification FM0-302 Questions and answers with CertsForce

Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which two statements are true for an account in a FileMaker Pro 8 database that is authenticated externally? (Choose two.)

Options:

A.

The database may be hosted on FileMaker Server 8.


B.

The account is authenticated via : External Server.


C.

The database may be hosted on FileMaker Pro 8 Advanced.


D.

The account must be a member of a privilege set with the External Account extended privilege enabled.


Expert Solution
Questions # 2:

Which two privileges are needed for a non [Full Access] privilege set to allow the creation and modification of new layouts in a FileMaker Pro 8 database? (Choose two.)

Options:

A.

Design layouts is checked in the Edit Account dialog.


B.

[Any New Layout] layout privileges are set to modifiable.


C.

Allow creation of new layouts is checked in the Edit Account dialog.


D.

Allow creation of new layouts is checked in the Custom Layout Privileges dialog.


Expert Solution
Questions # 3:

Which three are required to get XML data, using a Web browser, from a database hosted by FileMaker Server 8 Advanced? (Choose three.)

Options:

A.

a query string in an HTTP URL request


B.

the FMPDSORESULT or fmresultset grammar


C.

at least one account with the fmxml extended privilege assigned to its privilege set


D.

XML Publishing enabled in the Web Publishing Administration Console


E.

the Export Records [FMPDSORESULT] or Export Records [FMPXMLRESULT] script step included in a script set to run when the database opens


Expert Solution
Questions # 4:

Given a custom function created in FileMaker Pro 8 Advanced called "MyFunction" with a single parameter "Number" defined as:

If (

Number = 0 ;

Number ;

Number & ", " & MyFunction ( Number - 1 )

)

What is the result of MyFunction ( -3 )?

Options:

A.

?


B.

0


C.

-3, -2, -1


D.

-3, -2, -1, 0


Expert Solution
Questions # 5:

Which two statements are true about script parameters in FileMaker Pro 8? (Choose two.)

Options:

A.

Script parameters can contain multiple delimited values.


B.

A sub-script inherits the script parameter from the script that called it.


C.

The Get(ScriptParameter) function returns the same result over the duration of a given script.


D.

Script parameters for scripts that are set to run when a file opens are set from the File Menu > File Options dialog.


Expert Solution
Questions # 6:

Which three statements about field validation are true in FileMaker Pro 8? (Choose three.)

Options:

A.

Fields can only be validated by a single criterion.


B.

Field validation warnings may be triggered by scripts.


C.

Users can be prevented from overriding the validation warning.


D.

A script can be specified to run when manually entered field data fail validation.


E.

Users can be presented with a specific message that they will see when a field fails validation.


Expert Solution
Questions # 7:

Click the Exhibit button

Consider a FileMaker Pro 8 database with two tables called Salesperson and Order, and a relationship between the two tables based on a SalespersonID field. The relationship is configured as shown in the exhibit. There is a layout called Salesperson Detail, based on the Salesperson table occurrence, with a portal showing Order records via the above relationship.

Which three statements are true? (Choose three.)

Question # 7
Options:

A.

Deleting a Salesperson record also deletes all related Order records.


B.

It is possible to create new Salesperson records by importing data into the Order table.


C.

It is possible to create a new Salesperson record using a Set Field [ ] script step in a script that runs in the context of the Order table occurrence.


D.

Users may create new Order records by entering data into the portal on the Salesperson Detail layout.


E.

It is possible to create a new Salesperson record by typing into a related salesperson field displayed on a layout that is based on the Order table occurrence.


Expert Solution
Questions # 8:

A field in FileMaker Pro 8 has been set to validate Always. Which two actions will trigger validation on that field? (Choose two.)

Options:

A.

importing data into that field


B.

making a change to the field's data type


C.

editing data in the field using Instant Web Publishing


D.

clicking into the field, then immediately exiting the field


Expert Solution
Questions # 9:

What is the maximum number of bytes that can be stored in a FileMaker Pro 8 text field?

Options:

A.

64 kilobytes


B.

2 gigabytes


C.

8 terabytes


D.

The number is limited only by disk space.


Expert Solution
Questions # 10:

A number field in FileMaker Pro 8 called AmountPaid is set to auto-enter the following formula:

Case (

AmountPaid > AmountDue;

TextColor (AmountPaid ; RGB (0; 255 ; 0));

AmountPaid > 0 ;

TextColor (AmountPaid ; RGB (255 ; 0 ; 0));

AmountPaid

)

The Do not replace existing value of field (if any) option is unchecked.

Which statement is true?

Options:

A.

The calculation will only be evaluated the first time a value is entered into AmountPaid.


B.

A user will not be able to manually edit the field once the calculation has been evaluated.


C.

If the value in the AmountDue field is changed, the AmountPaid field will be re-evaluated.


D.

The calculation will prevent a user from entering an incorrect value into the AmountPaid field.


Expert Solution
Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions