FileMaker は、本来のデータベース業務に加えて、スプレッドシートの処理能力を上回る業務でも、お客様から高く信頼されています。すぐに使えるアプリケーションやソリューションが用意されており、どなたでも仕事の能率アップや生産性の向上が図れます。また、ソリューションのカスタマイズ、作成、共有も、迅速かつ簡単におこなえます。さらに、FileMaker はとてもパワフルなので、企業のさまざまなデータ環境と統合したり、 Web で情報を共有したり、お客様のニーズの拡大とともに成長することができます。Developer Essentials for FileMaker000-094 一部分の問題集で、
8.A process contains an invoke activity with the continue on error checkbox selected. This
long-running process fails and no fault handler exists to catch the fault. The business process
engine will do which of the following?
A.Place the activity in a stopped state.
B.Place the process in a stopped state.
C.Create an administrative task for the administrator so that he/she can correct the error.
D.Create a fault representing the failure and raise it to a higher scope.
Correct:D
9.Composite state machines are used to do which of the following?
A.Decompose a complex state machine diagram into an easy to comprehend hierarchy of state machines.
B.Decompose a complex state machine diagram into an easy to comprehend peer set of state machines.
C.Define a complex state machine diagram within a single easy to understand diagram.
D.Define a complex state machine diagram using additional building blocks not available in normal state
machines.
Correct:A
10.The Message Logger primitive logs a copy of the message to a database for future retrieval or
audit. How should a developer specify that the body of the message be logged to the database?
A.Root /
B.Root / context
C.Root / body
D.Custom XPath
Correct:C
11.An 'onEvent' event handler is added on the process. The first activity in the event handler is a
Java snippet that prints data to the console. An event is sent to the process, but the output is
never printed to the console. Which of the following best explains why the snippet is never
invoked?
A.The event handler was added to the wrong invoke activity.
B.The scope is no longer executing.
C.An invalid timeout value was specified in the event handler.
D.An event handler is currently being executed in the process instance.
Correct:B
13.While mapping an Order business object from a source system to an Inventory business object
of a target system, a developer discovers that custom mapping logic is required to perform the
required mapping. Which of the following statements describes a valid approach that the
developer can take, if any?
A.Use a submap to invoke the custom code.
B.Use a Custom Callout to invoke the custom code.
C.Use a Java parameter map to invoke the custom code.
D.This cannot be done because custom mappings are not supported.
Correct:C
14.A developer wants to use the Visual Snippet editor to test a string value to see if it begins with
a specific substring value. A standard visual snippet does not exist for this function. What should
the developer do next?
A.Switch to a java snippet and implement the function using java code string functions.
B.Select a java visual snippet and locate the appropriate java string function.
C.Use the java shell snippet to call the java string method from the visual snippet.
D.Click "Open Java Editor" and implement the function using java code string functions.
Correct:B