최신 Filemaker 12 Certified Developer FM0-306 무료샘플문제:
1. A file has the following script specified for OnLastWindowClose:
Allow User Abort [Off]
Exit Script [Result; False]
Commit Records/Requests [No dialog]
Assume the Layout Setup dialog for the current layout is set to Save record changes automatically. When a user attempts to close the file, what will be the result?
A) The file will remain open and the current record will be committed.
B) The file will close and the current record will not be committed.
C) The file will close and the current record will be committed.
D) The file will remain open and the current record will not be committed
2. Which three script steps are web-compatible in FileMaker Pro 12? (Choose three.)
A) Perform Quick Find
B) Insert from URL
C) Import Records
D) Send Mail
E) Adjust Window
F) Enter Preview Mode
3. Which two statements are true about script triggers? (Choose two.)
A) An object can have only one script trigger associated with it.
B) Script triggers can only be assigned to field objects and tab controls.
C) Object script triggers will not activate if the layout is set to Table view.
D) A script trigger can be set to activate when the user switches between tab panels.
E) Layout script triggers can be activated by scripts.
4. 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) cat
B) tac
C) tacc at
D) tactac
E) tacc
5. Which two statements are true about setting up a System-level script to run as a scheduled script in FileMaker Server 12? (Choose two.)
A) The System-level script must reside in the Scripts subdirectory of FileMaker Server 12.
B) In Mac OS X, either the fmserver user account or a user account can be used. The account can be a local account on the master machine or a network domain account.
C) By default the script will run as the user name specified for Admin Console account under General Settings.
D) In Windows, either the Local System account or a user account can be used. The account can be a local account on the master machine or a network domain account.
질문과 대답:
질문 # 1 정답: A | 질문 # 2 정답: A,B,D | 질문 # 3 정답: D,E | 질문 # 4 정답: B | 질문 # 5 정답: A,D |