FileMaker Developer Essentials for FileMaker 12 Beta (FM1-306) Free Practice Test
Question 1
A FileMaker Pro 12 file contains the following script:

If this script is executed in a context where there is a found set of six records, which value will be returned from the script?

If this script is executed in a context where there is a found set of six records, which value will be returned from the script?
Correct Answer: C
Question 2
What is the maximum number of recursive calls that can be made utilizing a custom function in FileMaker Pro 12 Advanced?
Correct Answer: B
Question 3
DRAG DROP
Match the FileMaker Server 12 hosting technology with the maximum number of concurrent client connections.

Match the FileMaker Server 12 hosting technology with the maximum number of concurrent client connections.

Correct Answer:

Explanation:

Question 4
A FileMaker Pro 12 file has a Customer table and a related Contact table. The relationship from Customer to Contact is configured to create related records in the Contact table. On the Relationships Graph, an external table occurrence called Invoice is referenced and is related to the Customer table. The file has layouts based on the Customer, Contact, and Invoice table occurrences. The following script is used:
Script A:
New Record/Request
A button that performs Script A has been placed on the Customer layout in a portal that displays the related Contact records.
Which two statements are true about this situation? (Choose two.)
Script A:
New Record/Request
A button that performs Script A has been placed on the Customer layout in a portal that displays the related Contact records.
Which two statements are true about this situation? (Choose two.)
Correct Answer: A,C
Question 5
For which two is it possible to specify conditional formatting? (Choose two.)
Correct Answer: C,D
Question 6
The following script is run from a record on a layout based on a table occurrence that is not related to the Product table occurrence:
Go to Related Record [Show only related records; Match found set; From table: "Product"; Using layout: "Product" (Product)] Delete All Records [No dialog] What happens after the script is run?
Go to Related Record [Show only related records; Match found set; From table: "Product"; Using layout: "Product" (Product)] Delete All Records [No dialog] What happens after the script is run?
Correct Answer: A
Question 7
According to the FileMaker Server Configuration Guide, which two are considered best practices for backing up databases hosted by FileMaker Server 12? (Choose two.)
Correct Answer: A,E
Question 8
Which method can be used to sort related records within a portal in a FileMaker Pro 12 database?
Correct Answer: A
Question 9
Which three are valid choices for directly importing records into a FileMaker Pro 12 file?
(Choose three.)
(Choose three.)
Correct Answer: B,C,E
Question 10
Which two statements are true about accounts and privileges in FileMaker Pro 12?
(Choose two.)
(Choose two.)
Correct Answer: B,D
Question 11
Given two tables, Customer and Invoice, related such that customer:: CustomerID = Invoice:: CustomeriD, and a summary field in Invoice, InvoiceCount, defined to count the InvoicelD field.
Which two functions could be used as a field definition in the Customer table to count the number of related invoices? (Choose two.)
Which two functions could be used as a field definition in the Customer table to count the number of related invoices? (Choose two.)
Correct Answer: B,C
Question 12
DRAG DROP
A layout has a script trigger assigned to activate OnRecordCommit and a field on the same layout with script triggers assigned to activate on OnObjectSave, OnObjectExit and OnObjectValidate. The field is modified and the user exits the field without navigating to another object on the layout.

A layout has a script trigger assigned to activate OnRecordCommit and a field on the same layout with script triggers assigned to activate on OnObjectSave, OnObjectExit and OnObjectValidate. The field is modified and the user exits the field without navigating to another object on the layout.

Correct Answer:

Explanation:

C:\Pasban Work\Cert Paper Exams\FileMaker\FM0-306\FM306\FM306\49.JPG
Question 13
Which two FileMaker Pro 12 objects will display data contents even when unrelated to the current layout's table occurrence? (Choose two.)
Correct Answer: A,E
Question 14
A FileMaker Pro 12 database is hosted by FileMaker Server 12. User A and User B are accessing the database at the same time. User A runs a script that loops over a set of records and makes changes to those records. During the time that the script runs, User B is editing one of the records that is also in User A's found set and is being acted on by User As script.
Which statement is true about this situation?
Which statement is true about this situation?
Correct Answer: A