Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

FileMaker FM0-302 - FileMaker8 Developer Essentials Exam

Page: 1 / 4
Total 120 questions

Which three techniques can be used to safely back up files hosted on FileMaker Server 8 while clients are accessing data? (Choose three.)

A.

Copy to a remote hard drive.

B.

Use the Save a Copy As command.

C.

Use an OS script to pause and copy files.

D.

Trigger a "Live" backup from a command line.

E.

Use a "Live" backup scheduled in the FileMaker Server 8 Task Scheduling assistant.

What must be done to use the Allow FileMaker Pro clients to download updates automatically feature of FileMaker Server 8? (Choose three.)

A.

The desired plug-in must be enabled on FileMaker Pro 8.

B.

The desired plug-in must be available from FileMaker Server 8.

C.

The Auto Update plug-in must be enabled in FileMaker Pro 8.

D.

The Auto Update feature must be enabled on FileMaker Server 8.

E.

The prior version of the desired plug-in must already be installed on FileMaker Pro 8.

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

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.

What are three valid sources for directly importing records into FileMaker Pro 8 file? (Choose three.)

A.

JDBC

B.

ODBC

C.

Excel files

D.

XML format

E.

HTML table format

Which two statements are true about the [Full Access] privilege set? (Choose two.)

A.

It can be deleted and/or renamed.

B.

It must have at least one account associated with it.

C.

Another privilege set with the same functionality can be created.

D.

Associated accounts cannot log in over a network unless the [fmapp] extended privilege is enabled.

Consider a FileMaker Pro 8 database hosted by FileMaker Server 8. Two users, A and B, are accessing the database at the same time, and both are viewing records with the same layout. User A runs a script that loops through a found set, changing data in each record. Which statement is true?

A.

User B may see changes to record data resulting from User A's script before the script completes.

B.

User B will not see any changes to record data resulting from User A's script until the loop in the script ends.

C.

User B will not see any changes to record data resulting from User A's script until the script completes in its entirety.

D.

User B will only see changes to data resulting from User A's script if the script contains a Commit Records/Requests [ ] script step.

Which three script steps in a FileMaker Pro 8 database may fail if another user is editing the record on which the script is operating? (Choose three.)

A.

Copy [ ]

B.

Paste [ ]

C.

Set Field [ ]

D.

Set Selection [ ]

E.

Relookup Field Content [ ]

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 )?

A.

?

B.

0

C.

-3, -2, -1

D.

-3, -2, -1, 0

Given a stored calculation field modifiedBy that contains the following formula:

Evaluate ( Quote ("Modifiedby: " & Get (AccountName)) ; myField)

Which two statements are true? (Choose two.)

A.

The modifiedBy field will only be updated when the value of myField changes.

B.

The value of myField will be set to the results returned by the modifiedBy field.

C.

The modifiedBy field will be updated whenever a field other than myField is changed.

D.

The modifiedBy field will contain a complete history of everyone who has modified the current record.

E.

The Quote function is used so that the quotation marks around "Modifiedby: " will be escaped properly.

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

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