FM0-308 Developer Essentials for FileMaker 13

Loading demo links...

Showing 4–6 of 10 questions

Question 4

LAN users of a hosted database are reporting slow performance. A Performance Monitor log file from the FileMaker Server 13 machine reports a consistently high value on the Network Interface/Output Queue Length Performance Object Counter.

The server has dual processors, 4GB of RAM and three 7200 RPM hard drives configured using RAID 5.

Which two steps would most likely improve performance? (Choose two.)

Select all that apply, then click Submit answer.

  • Install 4GB of additional RAM

  • Replace the machine with one which has four processors

  • Install an additional network card and team it with the existing card

  • Replace the network card with a model which has an on-board processor

  • Install an additional hard drive and configure the drive subsystem using RAID 1+0

Question 5

Which two statements are true if two windows in a solution accessed by FileMaker Pro 13 display records based on the same layout? (Choose two.)

Select all that apply, then click Submit answer.

  • If a record is being edited in one window, it cannot be edited in the other window.

  • A find performed in one window will be available as a Recent Find in the other window.

  • If a custom menu set is installed in one window, it will become the active menu set in the other window as well.

  • If a new record is created in one window, it will become the active record in both windows after it has been committed in the original window.

  • If a record is being edited in one window, the user will be prompted to save or revert the record when they attempt to switch to the same record in the second window.

Question 6

The tab control object shown below is configured with an OnPanelSwitch script trigger.

C:\Documents and Settings\David\Desktop\1.jpg

Which formula could be used in a conditional test to detect if the user clicked on the “Map” tab panel?

Select an option, then click Submit answer.

  • Get (ActivePanel) = 4

  • Get (TriggerTargetPanel) = “Map”

  • GetValue ( Get (TriggerTargetPanel) ; 1 ) = 4

  • PatternCount ( Get (ActivePanel) ; “Map” ) > 0