最新的FileMaker Developer Essentials for FileMaker 12 Beta - FM1-306免費考試真題

問題1
What is the FileMaker recommended strategy to avoid potential performance issues in FileMaker Server 12 with progressive backups enabled?

正確答案: A
問題2
According to the FileMaker Server Configuration Guide, which two are considered best practices for backing up databases hosted by FileMaker Server 12? (Choose two.)

正確答案: C,D
問題3
Which two actions can be performed via scripts? (Choose two.)

正確答案: A,C
問題4
The text field productCode has a script trigger set to activate OnObjectKeystroke and runs the following script:
If [Length (File::productCode) > 7]
Exit Script [Result: 0]
Else
Set Field [File::productCode; File::productCode & "-"]
End If
The field productCode has the value of 12-1415. A user types a 6 in the field at the end of the value.
What is the resulting value in the field after the script trigger has processed?

正確答案: C
問題5
Which two are valid types listed in the FileMaker Pro 12 Export Records to File dialog?
(Choose two.)

正確答案: A,C
問題6
Which statement is true given two FileMaker Pro 12 files, Vendors and Products, if a table from Products appears on the Vendors Relationships Graph?

正確答案: B
問題7
What statement is true when using the FMP protocol in FileMaker Go 12?

正確答案: A
問題8
Given the following return-delimited data in a Team field of a FileMaker Pro 12 database:
Andy Jones
Bernie Lee
Carry Lane
Which formula would result in the string "Bernie Lee" (without quotes or leading/trailing carriage returns) from Team?

正確答案: C
問題9
The following script will set a value into a field after the script is called by that field's OnObjectExit script trigger:
Set Field By Name [Get (ScriptParameter); "foo" ]
Which two formulas for the script parameter will ensure the value is set back into the field that activated the trigger? (Choose two.)

正確答案: A,C