Summer Special Discount 60% Offer - Ends in 0d 00h 00m 00s - Coupon code: brite60

ExamsBrite Dumps

FileMaker8 Developer Essentials Exam Question and Answers

FileMaker8 Developer Essentials Exam

Last Update Oct 15, 2025
Total Questions : 120

We are offering FREE FM0-302 FileMaker exam questions. All you do is to just go and sign up. Give your details, prepare FM0-302 free exam questions and then go for complete pool of FileMaker8 Developer Essentials Exam test questions that will help you more.

FM0-302 pdf

FM0-302 PDF

$42  $104.99
FM0-302 Engine

FM0-302 Testing Engine

$50  $124.99
FM0-302 PDF + Engine

FM0-302 PDF + Testing Engine

$66  $164.99
Questions 1

Which setting change requires FileMaker Server 8 or FileMaker Server 8 Advanced to be restarted to take effect?

Options:

A.  

modifying cache size

B.  

enabling secure connections

C.  

enabling external authentication

D.  

modifying an additional default database folder

Discussion 0
Questions 2

A database has two tables, Planet and Moon. Moons are related to a single planet and their relationship is set to delete related records in the Moon table when a Planet record is deleted.

Which two things happen when the Planet table is deleted from the Tables tab of the Define Database dialog? (Choose two.)

Options:

A.  

All data in the Planet table are deleted.

B.  

All records in the Moon table are deleted.

C.  

All records in the Moon table remain unaffected.

D.  

All records in the Moon table are deleted if the option to "Also remove occurrences of these tables in the graph" was selected when deleting the Planet table.

Discussion 0
Questions 3

While in a FileMaker Pro 8 database on a layout based on the Customer table occurrence, the following script is run:

Show All Records

Go to Record/Request/Page [First]

Loop

If [Customer::Category <> "A"}

Omit Record

Else

Go to Record/Request/Page [Next; Exit after last]

End If

Exit Loop If [Get ( FoundCount )= 0]]

End Loop

After the script stops running, which two statements are true? (Choose two.)

Options:

A.  

All customer records in Category A are omitted.

B.  

If there are no Category A records, the found set is 0.

C.  

All customer records in Category A are in a found set.

D.  

If there are no Category A records, the found set is all records.

Discussion 0
Questions 4

The components of FileMaker Server 8 Advanced may be installed on _____.

Options:

A.  

one server only

B.  

two servers only

C.  

three servers only

D.  

one or two servers only

E.  

one, two, or three servers

Discussion 0
Questions 5

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

Discussion 0
Questions 6

Which two statements are true regarding the use of plug-ins? (Choose two.)

Options:

A.  

Plug-ins provide additional script step capabilities.

B.  

Plug-ins provide additional calculation capabilities.

C.  

The Auto Update feature is implemented with a plug-in.

D.  

Plug-ins can only be used on FileMaker Pro 8 and FileMaker Pro 8 Advanced.

Discussion 0
Questions 7

Given a new privilege set in a FileMaker Pro 8 database, which two extended privileges can be enabled to enable an external application to connect to the database? (Choose two.)

Options:

A.  

Access via ActiveX

B.  

Access via ODBC/JDBC

C.  

Access via FileMaker Mobile

D.  

Access via External Application

Discussion 0
Questions 8

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.

Discussion 0
Questions 9

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 [ ]

Discussion 0
Questions 10

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?

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.

Discussion 0
Questions 11

What two statements are true for FileMaker Pro 8 Advanced? (Choose two.)

Options:

A.  

The Data Viewer can only be used while debugging scripts.

B.  

The Script Debugger allows you to view any currently running script.

C.  

Using the Active Scripts pane in the Script Debugger, you can temporarily disable sub-scripts.

D.  

Using the Set Next Script Step function in the Script Debugger, you can alter the order in which sub-scripts execute.

E.  

Using the Halt Script function in the Script Debugger, you can stop the execution of a sub-script and return to the script that called it.

Discussion 0
Questions 12

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

Discussion 0
Questions 13

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

Discussion 0
Questions 14

Which two statements are true about custom functions? (Choose two.)

Options:

A.  

They can be used in FileMaker Pro 8 by users with [Full Access] privileges.

B.  

They can be edited in FileMaker Pro 8 by users with [Full Access] privileges.

C.  

They can be edited in FileMaker Pro 8 Advanced by all users regardless of privilege set.

D.  

They can be edited in FileMaker Pro 8 Advanced only by users with [Full Access] privileges.

Discussion 0
Questions 15

FileMaker Pro 8 allows five (5) failed login attempts before halting the re-login process. What are two ways this behavior can be altered? (Choose two.)

Options:

A.  

set the Allow User Abort [ ] script step to [on]

B.  

set the Set Error Capture [ ] script step to [on]

C.  

put the Re-Login [ ] script step in a loop that exits when Get(LastError) equals 0

D.  

define the maximum number of attempts in the Edit Privilege Set dialog

Discussion 0
Questions 16

Click the Exhibit button.

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

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

Options:

A.  

The field displays .

B.  

The field displays an enrolled student's name in each row of the portal.

C.  

The field displays the first matching student's 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.

Discussion 0
Questions 17

Consider two files, Alpha and Beta, where tables from Beta are included in the Relationships Graph of Alpha as external table occurrences. What are two ways to rename Beta while preserving all functionality in Alpha? (Choose two.)

Options:

A.  

change the file path of the Beta File Reference in Alpha

B.  

rename Beta using the File > Save a Copy As... option

C.  

rename any table occurrences that are based on Beta to match the new file name

D.  

use Tools > Developer Utilities... in FileMaker Pro 8 Advanced to rename Beta

Discussion 0
Questions 18

Which type of file results from converting a CDML format file using the FileMaker CDML Converter?

Options:

A.  

XSL style sheet

B.  

CSS style sheet

C.  

HTML document

D.  

XHTML document

Discussion 0