最新的FileMaker Developer Essentials for FileMaker 12 - FM0-307免費考試真題

問題1
Given a FileMaker Pro 12 database with the following characteristics:
-named Clients.fmp12 -contains an active [Full Access] account named dev1 with the password pOwerU$er -contains a script named ListClients -is hosted from a server with the IP address 17.182.101.135 -is hosted 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?

正確答案: A
問題2
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")?

正確答案: A
問題3
When importing a folder of image files into FileMaker records, which two pieces of information can be imported with each image? (Choose two.)

正確答案: D,E
問題4
Which three methods can be used to access an ODBC data source from within FileMaker Pro 12? (Choose three.)

正確答案: A,C,D
問題5
Which two statements are true about the [Full Access] privilege set in a FileMaker Pro 12 database? (Choose two.)

正確答案: A,C
問題6
Which two statements are true about using Current Found Set as the data source for a chart in FileMaker Pro 12? (Choose two.)

正確答案: C,D
問題7
Given the following formula:
Case (Children > 1 and Bedrooms = Children; "Overcrowded" ;
Children > 2 and Bedrooms = Children; "Crowded" ; Children < 4 or Bedrooms > 1; "Comfortable"
)
Assuming the value of Children is 3 and the value of Bedrooms is 3, what is the result?

正確答案: E
問題8
Which two statements are true about script triggers? (Choose two.)

正確答案: A,C
問題9
A FileMaker Pro 12 file contains the following script: If this script is executed in a context where there is found a set of six records, which value will be returned from the script?

正確答案: C
問題10
Which three Web publishing options are available in the FileMaker 12 product line? (Choose three.)

正確答案: B,D,F
問題11
Which operation requires a database file to be open in FileMaker Pro 12?

正確答案: B
問題12
LAN users of a hosted database are reporting slow performance. A Performance Monitor log file from the FileMaker Server 12 machine reports a consistently high value on the Network Interface/Output Oueue Length Performance Object Counter.
The server has dual processors, 2Gb of RAM and three 7200 RPM hard drives configured using RAID 5.
Which two steps would most likely improve performance? (Choose two.)

正確答案: D,E