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

Easiest Solution 2 Pass Your Certification Exams

FM0-302 FileMaker8 Developer Essentials Exam Free Practice Exam Questions (2025 Updated)

Prepare effectively for your FileMaker FM0-302 FileMaker8 Developer Essentials Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 120 questions

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

Which statement is true?

A.

One FileMaker 8 Server may provide data to multiple Web Publishing Engines at one time.

B.

One Web Publishing Engine may draw data directly from multiple FileMaker 8 Servers at one time.

C.

A Custom Web Publishing application can integrate data from multiple Web Publishing Engines at one time.

D.

A Custom Web Publishing application can be load-balanced using multiple Web servers connected to a single FileMaker 8 Server.

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

A.

XSL style sheet

B.

CSS style sheet

C.

HTML document

D.

XHTML document

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

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

Given the formula:

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

What is the result?

A.

012

B.

201

C.

Computer Science

D.

Computer Science 012

E.

seventeen spaces followed by 201

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.

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

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

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.

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

A.

a privilege set

B.

only the account name

C.

only the account password

D.

both an account name and account password

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.

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?

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.

Which two can be used to import data into a FileMaker Pro 8 file directly from FileMaker Pro 6, without first having to export the data from FileMaker Pro 6? (Choose two.)

A.

XML

B.

SYLK

C.

HTML

D.

ODBC

Which two statements are true about sorted portals in FileMaker Pro 8? (Choose two.)

A.

If the portal contains fields from multiple tables, the relationship Sort records settings will not be inherited by the portal.

B.

If the relationship that defines the portal's record set includes a Sort records setting, the portal might inherit that sort order.

C.

If there are multiple sorted relationships defined between the layout's table occurrence and the portal's table occurrence, the portal records will combine the Sort records settings of all of those relationships.

D.

If there are multiple sorted relationships defined between the layout's table occurrence and the portal's table occurrence, the portal records will be based upon the relationship closest to the portal's table occurrence.

Click the Exhibit button.

Given a layout including the Tab Control shown in the exhibit, what are two valid methods to navigate to the Phones tab? (Choose two.) Note: None of the contents of the Phones tab exist anywhere else on the layout.

A.

You perform a script that includes Go to Field [ ] targeting one of the fields on the Phones tab.

B.

You perform a script that includes Go to Tab [ ] targeting the Phones tab and one of the fields in the tab.

C.

You use the Tab key until the Tab Control becomes active, then navigate to Phones using Arrow keys and press the Space bar. This works only if the Tab Control is included in the layout's Tab Order.

D.

You use the Tab key until the Tab Control becomes active, then navigate to Phones using Arrow keys and press the Space bar. This works only if at least one field in the Phones tab is included in the layout's Tab Order.

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.

In FileMaker Pro 8, which two statements are true for layout setup options? (Choose two.)

A.

The Menu Set setting determines the default menu set to install for the layout.

B.

Show field frames when record is active determines the scroll bar behavior of portals.

C.

On a layout by layout basis, you can specify whether changes made to the layout when exiting Layout mode will be saved automatically.

D.

The Save record changes automatically layout options determine the behavior of record commits for the layout in browse mode.

What is the result of the following formula?

Substitute("Abcd"; ["a";"b"];["b";"a"];["c";"d"];["d";"c"])

A.

badc

B.

bacc

C.

Aadc

D.

Aacc

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

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

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?

A.

Smith

B.

William

C.

Henry Smith

D.

William Henry

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

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.

Page: 1 / 2
Total 120 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved