Which two actions could generate a line chart that contains multiple lines? (Choose two.)
Given a FileMaker Pro 12 database containing the following two scripts:

When Script A executes, how many beeps will be heard?
Which statement is true about the Filter Portal Records feature in FileMaker Pro 12?
Which statement is true about the ExecuteSOL calculation function in FileMaker Pro 12?
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 Order The Delete Record command has an override title of Delete Order The Save/Send Records As > PDF command has an override title of Order Report
Assume buttons for these are on the Status Toolbar. The file is hosted and subsequently opened by a user with a privilege set which prohibits deletion of records.
Which statement is true about this situation?
Given a custom function created in FileMaker Pro 12 Advanced defined as Explode (str):

What is the result of Explode ("Bob")?
For which field type can the field validation setting Strict data type: Numeric Only be applied?
Which two statements are true about setting up a System-level script to run as a scheduled script in FileMaker Server 12? (Choose two.)
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?
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)?
What is the maximum number of recursive calls that can be made utilizing a custom function in FileMaker Pro 12 Advanced?
Which two statements are true about windows in a FileMaker Pro 12 database? (Choose two.)
Which two functions should be used with a script trigger to detect when a user types a backspace character in a field?
Given a digital image in a Container field, which two can be done using calculation functions in FileMaker Pro 12? (Choose two.)