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

FM0-302 FileMaker8 Developer Essentials Exam Questions and Answers

Questions 4

Given the following function:

Let ([ name = "William Henry Smith" ;

len = Length (name) ;

lastSpace = Position (name ; " " ; len ; -1)] ;

Right (name ; len - lastSpace)

)

Which value will be returned?

Options:

A.

Smith

B.

William

C.

Henry Smith

D.

William Henry

Buy Now
Questions 5

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

Buy Now
Questions 6

For FileMaker Pro 8 files that are opened (i.e. to resolve a relationship) and where the window remains hidden, which statement is true about a script set to perform When opening this file?

Options:

A.

It will not execute.

B.

It will execute as soon as the file is opened.

C.

It will execute as soon as the first window is drawn.

D.

It will execute when the file is opened only if the script has the run script with full access privileges option enabled.

Buy Now
Questions 7

Click the Exhibit button.

What changes need to be made to the database to create a portal on a layout tied to the Customer table occurrence that displays all products (without duplication) that a customer has ever ordered?

FM0-302 Question 7

Options:

A.

No changes need to be made.

B.

Create a calculation field in the OrderLineItem table that references the related product name.

C.

Create a new relationship between the Customer table occurrence and the Product table occurrence.

D.

Create a relationship between the Customer table occurrence and a second table occurrence of the Product table.

Buy Now
Questions 8

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

Options:

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.

Buy Now
Questions 9

On conversion to FileMaker Pro 8, what does the old password from FileMaker Pro 6 become?

Options:

A.

a privilege set

B.

only the account name

C.

only the account password

D.

both an account name and account password

Buy Now
Questions 10

Which three practices allow editing field contents in Find mode but disallow data entry in Browse mode in FileMaker Pro 8? (Choose three.)

Options:

A.

using a Privilege Set

B.

using a Calculation field

C.

changing the settings in the Field Format dialog

D.

changing the settings in the Field Behavior dialog

E.

disabling the Allow entry into field format option

Buy Now
Questions 11

In FileMaker Pro 8, which two can reference unrelated table occurrences? (Choose two.)

Options:

A.

find requests

B.

global variables

C.

globally stored fields placed on layouts

D.

globally stored fields placed on portal rows

Buy Now
Questions 12

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.

Buy Now
Questions 13

Which three are valid types listed in the FileMaker Pro 8 Export Records to File dialog? (Choose three.)

Options:

A.

XSL

B.

Merge

C.

HTML Table

D.

Microsoft Excel

E.

Microsoft Access

Buy Now
Questions 14

Given a FileMaker Pro 8 database containing these two scripts::

Script A:

Perform Script ["Script B" ; Parameter: 3]

Show Custom Dialog [Get (ScriptResult)]

Script B:

Set Variable [$x; Value:Get (ScriptParameter)]

Loop

Set Variable [$result ; Value: $result + $x]

Set Variable [$x ; Value: $x - 1]

Exit Loop If [$x = 0]

End Loop

Exit Script [Result: $result]

If a user runs Script A, what value will be displayed in the custom dialog?

Options:

A.

0

B.

1

C.

6

D.

9

Buy Now
Questions 15

Click the Exhibit button.

You want to build a FileMaker Pro 8 database that models a business organizational chart. One person may manage zero or more people. One person may be managed by at most one other person.

You want to build the system in such a way that a single layout showing information about a person can display both the name of the current person's manager (if any) and the names of all people managed by the current person.

What is the minimum number of tables you must define in the Tables tab of the Define Database dialog to construct the layout?

FM0-302 Question 15

Options:

A.

one

B.

two

C.

three

D.

four

Buy Now
Questions 16

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

Buy Now
Questions 17

Which two settings affect an Account that is authenticated via FileMaker but not an Account that is authenticated via an External Server? (Choose two.)

Options:

A.

Manage extended privileges

B.

Allow user to modify their own password

C.

User must change password on next login

D.

Disconnect user from FileMaker Server when Idle

Buy Now
Questions 18

Which three text functions are case sensitive? (Choose three.)

Options:

A.

Exact()

B.

Filter()

C.

Replace()

D.

Substitute()

E.

PatternCount()

Buy Now
Questions 19

You are using FileMaker Pro 8 Advanced and planning a Contacts database. Others will be able to modify field definitions after you finish the creation of the database. You are considering using a custom function available on a public website to help in formatting phone numbers. What are three reasons to use custom functions in this situation? (Choose three.)

Options:

A.

to hide a proprietary formula

B.

to ease multiple file development

C.

to simplify use of the formula by any user

D.

to improve formatting consistency throughout the file

E.

to ease modification of formatting for all phone numbers

Buy Now
Questions 20

Click the Exhibit button.

You have a FileMaker Pro 8 layout based on the table occurrence Teachers. You have a portal showing records from the table occurrence Students.

What happens if you place the field Classes::Class Name into the portal?

FM0-302 Question 20

Options:

A.

The field displays .

B.

The field displays the class name of the first related student.

C.

The field displays the teacher's first class name in every portal row.

D.

The field displays an enrolled student's name in each row of the portal only if the student name is calculated in the Enrollment table.

Buy Now
Questions 21

In FileMaker Pro 8, what are three things you can do using the script steps for managing accounts? (Choose three.)

Options:

A.

Create a privilege set.

B.

Add and delete accounts.

C.

Reset account passwords.

D.

Log in to a file with a different account and password.

E.

Assign a different privilege set to an existing account.

Buy Now
Questions 22

Which two scripts steps in FileMaker Pro 8 lock a record? (Choose two.)

Options:

A.

Set Field [ ]

B.

Select All [ ]

C.

Go to Field [ ]

D.

Open Record/Request [ ]

Buy Now
Questions 23

A Past Due script finds all customer records with past due invoices. Which script step needs to precede the Perform Find [ ] script step to ensure the script works properly?

Options:

A.

Go to Layout [ ]

B.

Select Window [ ]

C.

Set Selection [ ]

D.

Enter Browse Mode [ ]

Buy Now
Questions 24

Consider two FileMaker Pro 8 files, Alpha and Beta, where a table from Beta appears as an externally referenced table occurrence on Alpha's Relationships Graph. Which three statements are true? (Choose three.)

Options:

A.

Layouts in Alpha can display data from Beta.

B.

Alpha can contain multiple valid file references to Beta.

C.

It is impossible to lock records in both Alpha and Beta simultaneously.

D.

Layouts from Beta cannot be displayed in the same window as layouts from Alpha.

E.

A table occurrence from Beta is required on Alpha's Relationships Graph in order to call a script in Beta from Alpha.

Buy Now
Questions 25

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.

Buy Now
Questions 26

Click the Exhibit button.

You want to build a FileMaker Pro 8 database that models a business organizational chart. One person may manage zero or more people. One person may be managed by at most one other person.

You want to build the system in such a way that a single layout about a person can display the name of the current person's manager as well as a portal of the people managed by the current person (as shown in the exhibit).

Assume that there are no lookup fields or calculation fields defined in any table, and there are no scripts in the file.

What is the minimum number of table occurrences you must use to construct the layout?

FM0-302 Question 26

Options:

A.

one

B.

two

C.

three

D.

four

Buy Now
Questions 27

Which three are capabilities of the Save Records as PDF [ ] script step? (Choose three.)

Options:

A.

create a "PDF Form" document

B.

dynamically name a PDF document

C.

attach a calculated password to control printing

D.

create a PDF based on a layout with a blank record

E.

create a directory into which to export a PDF document

Buy Now
Questions 28

Given the formula:

Choose( Qty / 100; 0; 2; 4; 6; 8 )

If the field Qty contains the value 250, what is the result?

Options:

A.

0

B.

2

C.

4

D.

6

E.

8

Buy Now
Questions 29

Click the Exhibit button.

Given the FileMaker Pro 8 relationship graph shown in the exhibit, a layout assigned to the Teachers table occurrence has fields Name and Address, and a portal showing the Students table occurrence.

If a developer assigns the layout to the Advisors table occurrence, what happens to the data displayed?

FM0-302 Question 29

Options:

A.

Name and Address do not display data and the portal shows all students of the current advisor.

B.

Name and Address show the current advisor and the portal shows all students of the current advisor.

C.

Name and Address show the first teacher of the first class of the first student of the current advisor and the portal shows all students of that teacher.

D.

Name and Address show the first teacher of the first class of the first student of the current advisor and the portal shows all students of the current advisor.

Buy Now
Questions 30

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

Options:

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.

Buy Now
Questions 31

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

Options:

A.

Copy [ ]

B.

Paste [ ]

C.

Set Field [ ]

D.

Set Selection [ ]

E.

Relookup Field Content [ ]

Buy Now
Questions 32

Given the formula:

Filter ( "Computer Science 201"; "0123456789" )

What is the result?

Options:

A.

012

B.

201

C.

Computer Science

D.

Computer Science 012

E.

seventeen spaces followed by 201

Buy Now
Questions 33

When FileMaker Server 8 is set to Secure connections to FileMaker Server, which two statements are true? (Choose two.)

Options:

A.

Secure connections are typically faster because of data encryption.

B.

Secure Sockets Layer (SSL) is used by FileMaker Pro 8 client connections.

C.

Connections between FileMaker Server 8 and FileMaker Pro 8 are encrypted.

D.

Connections between FileMaker Server 8 Advanced and XML clients are encrypted.

Buy Now
Questions 34

Which two statements are true regarding the behavior of windows in FileMaker Pro 8 when using Custom Menus? (Choose two.)

Options:

A.

Different windows in the same file can have a different menu set.

B.

The ability to open a new window from the menu may not be removed by using a Custom Menu set.

C.

A new window created using File Menu: Window > New Window will inherit the current active Menu set.

D.

Closing all file windows without quitting the FileMaker Pro 8 application will keep the last active Custom Menu set until the application is quit.

Buy Now
Questions 35

Which two must be configured for a Web Publishing Engine to interact with a specific FileMaker server? (Choose two.)

Options:

A.

the Web server's IP address in the FileMaker Server Administration Tool

B.

the Web Publishing Engine IP address in the FileMaker Server Administration Tool

C.

the Web Publishing Engine identifier and passcode in the FileMaker Server Administration Tool

D.

the FileMaker server's IP address or host name and Web Publishing Engine identifier in the Web Publishing Administration Console

Buy Now
Questions 36

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

Buy Now
Exam Code: FM0-302
Exam Name: FileMaker8 Developer Essentials Exam
Last Update: Apr 30, 2026
Questions: 120

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now FM0-302 testing engine

PDF (Q&A)

$43.57  $124.49
buy now FM0-302 pdf