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.
Which setting change requires FileMaker Server 8 or FileMaker Server 8 Advanced to be restarted to take effect?
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.)
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.)
In FileMaker Pro 8, which two can reference unrelated table occurrences? (Choose two.)
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.)
What is the maximum number of bytes that can be stored in a FileMaker Pro 8 text field?
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?
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 )?
Given the formula:
Filter ( "Computer Science 201"; "0123456789" )
What is the result?
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.)
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?
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.)
Which type of file results from converting a CDML format file using the FileMaker CDML Converter?