Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

FileMaker Developer Essentials for FileMaker 12 (FM0-306) Free Practice Test

Question 1
Which two statements are true about setting up a System-level script to run as a scheduled script in FileMaker Server 12? (Choose two.)

Correct Answer: C,D
Question 2
Given a FileMaker Pro 12 database containing the following two scripts:

When Script A executes, how many beeps will be heard?

Correct Answer: D
Question 3
A table in a FileMaker Pro 12 database has a text field CompanyName. The following field validation options are set for this field:
A user imports a set of records into this table. Some records have no value in the CompanyName field. What will occur?

Correct Answer: D
Question 4
Given a FileMaker Pro 12 database with the following script:

Show Custom Dialog ["No records found"; "No records matched your find criteria."] End If
Which two statements are true if there are no records where the Customer::Name field contains "Smith"? (Choose two.)

Correct Answer: A,D
Question 5
Which two statements are true about a Daily Backup Schedule that includes the option to keep a maximum of seven backups? (Choose two.)

Correct Answer: A,C
Question 6
Which two techniques could be used to generate the data points for a pie chart? (Choose two.)

Correct Answer: A,B
Question 7
The following scripts contain several Open File [ ] script steps. Since the scripts were written, Filel, File2, File3, and File4 have all been moved or deleted, so the corresponding open File [ ] script steps will generate errors.

When Script A is run, error dialogs are shown for the Open File [] steps associated with which file(s)?

Correct Answer: C
Question 8
Which script trigger provides the functionality to prevent invalid data from being saved so the script can undo changes to the field without affecting other saved changes to the record?

Correct Answer: D
Question 9
Which default layout theme will be chosen by FileMaker Pro 12 for layouts automatically created when a new table is added to the file?

Correct Answer: A
Question 10
Given the following formula in a calculation field that returns a Text result:
Let (tmp = "2 * 5" ; Evaluate (Quote (tmp)))
What will be returned?

Correct Answer: A
Question 11
Given a custom function created in FileMaker Pro 12 Advanced defined as myFunction (str):
Case (Length (str) > 0;
Right (str; 1) &
myFunction (Left (str ; Length (str) - 1));
str)
What is the result of myFunction ("cat")?

Correct Answer: E
Question 12
Which two statements are true concerning Administrator Groups in FileMaker Server 12?
(Choose two.)

Correct Answer: A,C