Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

FM0-302 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

FM0-302 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: FileMaker8 Developer Essentials Exam
  • Last Update: May 6, 2024
  • Questions and Answers: 120
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

FM0-302 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

FM0-302 Practice Exam Questions with Answers FileMaker8 Developer Essentials Exam Certification

Question # 6

Given a custom function created in FileMaker Pro 8 Advanced called "MyFunction" with a single parameter "Number" defined as:

If (

Number = 0 ;

Number ;

Number & ", " & MyFunction ( Number - 1 )

)

What is the result of MyFunction ( -3 )?

A.

?

B.

0

C.

-3, -2, -1

D.

-3, -2, -1, 0

Full Access
Question # 7

What is the result of the following formula?

Substitute("Abcd"; ["a";"b"];["b";"a"];["c";"d"];["d";"c"])

A.

badc

B.

bacc

C.

Aadc

D.

Aacc

Full Access
Question # 8

What are three valid sources for directly importing records into FileMaker Pro 8 file? (Choose three.)

A.

JDBC

B.

ODBC

C.

Excel files

D.

XML format

E.

HTML table format

Full Access
Question # 9

Given a FileMaker Pro 8 database with this script:

Perform Find [Restore]

#Find restores criteria: Customer::City: [XXXX]

Refresh Window

If [Get ( LastError )]

Show Custom Dialog ["No records found"; "No records matched your find criteria."]

End If

Which two statements are true if there are no records where the Customer::City field contains "XXXX"? (Choose two.)

A.

The user will see a default FileMaker error dialog stating that no records match this set of find requests.

B.

Adding a Set Error Capture [On] step to the beginning of the script will suppress the custom dialog.

C.

Adding a Set Error Capture [On] step to the beginning of the script has no effect on whether or not the custom dialog displays its error message.

D.

Adding a Set Error Capture [On] step to the beginning of the script causes the FileMaker Pro 8 error dialog to display and then the custom dialog will display its error message.

Full Access
Question # 10

Which three occur if the hard disk runs out of space during a "live" backup of files hosted on FileMaker Server 8? (Choose three.)

A.

The backup stops.

B.

The backup file is deleted.

C.

The backup file is retained.

D.

The backup continues on another disk if one is available.

E.

FileMaker Server 8 logs an error in the Application Log (Windows) or Event.log (Mac OS).

Full Access
Question # 11

Which setting change requires FileMaker Server 8 or FileMaker Server 8 Advanced to be restarted to take effect?

A.

modifying cache size

B.

enabling secure connections

C.

enabling external authentication

D.

modifying an additional default database folder

Full Access
Question # 12

Given the formula:

Choose( Qty / 100; 0; 2; 4; 6; 8 )

If the field Qty contains the value 250, what is the result?

A.

0

B.

2

C.

4

D.

6

E.

8

Full Access
Question # 13

Click the Exhibit button.

Given the relationship shown in the exhibit, which statement is true?

FM0-302 question answer
A.

All four match fields must be indexed for the relationship to resolve properly.

B.

When deleting a person record in the Person table, all tasks with that Person ID will be deleted.

C.

The exhibit is invalid because it is not possible to create related records through a multi-predicate relationship.

D.

When creating a related Task record via the relationship, both the Person ID and the Category ID in the task record will be populated.

Full Access
Question # 14

A field in FileMaker Pro 8 has been set to validate Always. Which two actions will trigger validation on that field? (Choose two.)

A.

importing data into that field

B.

making a change to the field's data type

C.

editing data in the field using Instant Web Publishing

D.

clicking into the field, then immediately exiting the field

Full Access
Question # 15

When importing table schema and data using FileMaker Pro 8 Advanced, which two statements are true? (Choose two.)

A.

Privileges from the source file are retained.

B.

Tables can be imported directly from FileMaker Pro 6 files.

C.

Relationships between table occurrences are not retained.

D.

You must have [Full Access] privileges to both the source and destination files.

Full Access
Question # 16

What are two reasons you might use the Let function within a calculation formula in a FileMaker Pro 8 database field? (Choose two.)

A.

to declare a variable that will be used within the formula

B.

to set a variable that can be used elsewhere within a script

C.

to modify data in a text field referenced elsewhere in the formula

D.

to create a custom function that can be used in other calculation formulas

Full Access
Question # 17

Click the Exhibit button.

You want to build a FileMaker Pro 8 database that models a business organizational chart. One person may manage zero or more people. One person may be managed by at most one other person.

You want to build the system in such a way that a single layout showing information about a person can display both the name of the current person's manager (if any) and the names of all people managed by the current person.

What is the minimum number of tables you must define in the Tables tab of the Define Database dialog to construct the layout?

FM0-302 question answer
A.

one

B.

two

C.

three

D.

four

Full Access
Question # 18

The return delimited data in the Contact field of a FileMaker Pro 8 database are:

John Smith

Mary Jones

Julie Hyde

Which three formulas can be used to extract the string "Mary Jones" (without quotes) from Contact? (Choose three.)

A.

GetValue (Contact ; 2)

B.

Middle (Contact ; 12 ; 10)

C.

GetWords (Contact ; 3 ; 2)

D.

MiddleWords (Contact ; 3 ; 2)

E.

MiddleValues (Contact ; 2 ; 2)

Full Access