FileMaker Developer Essentials for FileMaker 13 - FM0-308 模擬練習

Given a FileMaker Pro 13 solution with the following characteristics:
-NamedClients.fmp12 -Containsan active [Full Access] account named dev1with the password p0werU$er -Containsa script named ListClients -Ishosted from a server with theIP address 17.182.101.135 -Ishosted from a server with a DNS name FM_Host.FileMaker.com
Which statement is true when entering a URL into a web browser on a client machine connected to the same local area network'?

正解: C
Given a one-to-many relationship between a Customer table and an Invoice table with the following fields:
Customer pk_Customer: ID
Invoice pk_InvoiceID fk_Customer: ID InvoiceDate
Which formula can be used as the definition for a calculation in the Customer table that will count the number of invoices generated in the past 180 days?

正解: C
The following formula in a calculation field returns a Text result:
Let( tmp = "2 * 5" Evaluate( Quote ( tmp ) ) )
What value will be returned?

正解: B
Given the following return-delimited data in a Team field of a FileMaker 13 solution:
-Andy Jones -Bernie Lee -Carry Lane
Which formula would result in the string "Bernie Lee" (without quotes or leading/trailing carriage returns) from Team?

正解: D
Which three statements are true about FileMaker WebDirect? (Choose three.)

正解: A,C,E
A table in a FileMaker 13 solution has a text field CompanyName. The following field validation options are set for this field:
-Validate data in this field only during data entry -Allow user to override during data entry -Require not empty -Display custom message if validation fails
A user imports a set of records into this table. Some records have no value in the CompanyName field. What will occur?

正解: A
Which two are valid types listed in the FileMaker Pro 13 Export Records to File dialog? (Choose two.)

正解: B,D
A FileMaker 13 solution 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 solution 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.)

正解: A,B