FM0-308 Exam Questions
131 real FM0-308 exam questions with expert-verified answers and explanations. Page 3 of 3.
- Question #103
Which are two valid choices for directly importing records into a FileMaker Pro 13 file? (Choose two.)
- Question #104
Which statement is true when developing the user experience for a FileMaker WebDirect solution?
- Question #105
Which three statements are true about FileMaker WebDirect? (Choose three.)
- Question #106
Which two statements are true about solutions served via Custom Web Publishing (CWP)? (Choose two.)
- Question #107
A script executed by a FileMaker Server 13 schedule running on a Windows server exports a group of records to a tab-delimited file. The resulting file needs to be saved to the File...
- Question #108
Which two statements are true about the Status Toolbar when usingFileMaker Pro 13? (Choose two.)
- Question #109
Which two types of fields will always be EXCLUDED from the search when a user performs a Quick Find? (Choose two.)
- Question #110
Which two statements are true when a script is installed on a window using the Install OnTimer Script step? (Choose two.)
- Question #111
Which two statements are true about the insect From Device script step? (Choose two.)
- Question #112
Which statement is true when using the FMP protocol in FileMaker Go 13?
- Question #113
What will a recursive custom function do when a stack limit is exceeded?
- Question #114
A developer creates a database with the following Custom Menu settings installed as the file default: Custom Menu settings: The New Record command has an override title of New Orde...
- Question #115
A user finds a set of records and saves the find criteria using the Saved Finds command. The user then switches to a layout based on a different, unrelated table occurrence and att...
- Question #116
Which three are valid XML grammars for use with Custom Web Publishing (CWP)? (Choose three.)
- Question #117
Which three are available via Instant Web Publishing (IWP)? (Choose three.)
- Question #118
Which two are capabilities of the Save Records as PDF script step? (Choose two.)
- Question #119
When importing a folder of image files into FileMaker records, which two pieces of information can be imported with each image? (Choose two.)
- Question #120
The fmsadmin command line interface (CLI) tool can be used to perform which two actions? (Choose two.)
- Question #121
Given Table A in File A, which condition allows access to Table A while using another file called File B?
- Question #122
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 re...
- Question #123
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 t...
- Question #124
Which two script steps, if executed by a user in a hosted file with multiple logged-in users, can affect the active sessions of other users? (Choose two.)
- Question #125
Given the following two custom functions: SeriesSum (num) = Case (num > 0 ; num + SeriesSum (num - 1)) SeriesSum2 (num; total) = Case (num > 0; SeriesSum2 (num - 1; total + num); t...
- Question #126
What can be retrieved using one of the Get functions?
- Question #127
Given the following two calculation fields, Time1 and Time2: Time1 (Calculation, Time result) = Time (15 ; 50 ; 15) Time2 (Calculation, Time result) = Time1 + 600 What is the value...
- Question #128
Which function returns a unique, unchanging identifier of a computer or device accessing a FileMaker database?
- Question #129
Given a text field myText that contains "red-blue-green", which two formulas could be used to extract the word "blue" from the field? (Choose two.)
- Question #130
Given the following formula in a calculation field that returns a Text result: Let (tmp = "2 * 5" ; Evaluate (Quote (tmp))) What will be returned?
- Question #131
Which two statements are true about script triggers? (Choose two.)
- Question #132
Which two statements are true if a file is configured with an OnWindowOpen script trigger? (Choose two.)
- Question #133
Which two techniques could be used to generate the data points for a pie chart? (Choose two.)