Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

FM0-302 Sample Questions Answers

Questions 4

Click the Exhibit button.

You have two fields, Pointer and Product. Each field is defined to have three repetitions, and the data shown in the exhibit.

What is the result of the following formula?

Let(

[

$i[1] = Pointer[1];

$i[2] = Pointer[2];

$i[3] = Pointer[3];

$result[$i[2]] = Product[$i+1]

];

$result

)

Options:

A.

1

B.

2

C.

Cherry

D.

Banana

Buy Now
Questions 5

A user attempts to log in to a database hosted on FileMaker Server 8. It is set up to allow authentication via FileMaker and External Server accounts. The user is a member of two external groups that have been set up in the Edit Account dialog to be authenticated using an external server. Assuming a valid username and password, with which matching account will the user authenticate?

Options:

A.

the account with the least restrictive access permissions

B.

the account with the most restrictive access permissions

C.

the first account created in the Accounts tab of the Define Accounts & Privileges dialog

D.

the first account listed in the Accounts tab of the Define Accounts & Privileges dialog when viewed by authentication order

Buy Now
Questions 6

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

Options:

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.

Buy Now
Questions 7

In the Fields tab of the Define Database dialog in FileMaker Pro 8, which two are valid field types? (Choose two.)

Options:

A.

Time

B.

Image

C.

Global

D.

Repeating

E.

Timestamp

Buy Now
Questions 8

For FileMaker Pro 8 files that are opened (i.e. to resolve a relationship) and where the window remains hidden, which statement is true about a script set to perform When opening this file?

Options:

A.

It will not execute.

B.

It will execute as soon as the file is opened.

C.

It will execute as soon as the first window is drawn.

D.

It will execute when the file is opened only if the script has the run script with full access privileges option enabled.

Buy Now
Questions 9

Which three practices allow editing field contents in Find mode but disallow data entry in Browse mode in FileMaker Pro 8? (Choose three.)

Options:

A.

using a Privilege Set

B.

using a Calculation field

C.

changing the settings in the Field Format dialog

D.

changing the settings in the Field Behavior dialog

E.

disabling the Allow entry into field format option

Buy Now
Questions 10

While in a FileMaker Pro 8 database on a layout based on the Customer table occurrence, the following script is run:

Show All Records

Go to Record/Request/Page [First]

Loop

If [Customer::Category <> "A"}

Omit Record

Else

Go to Record/Request/Page [Next; Exit after last]

End If

Exit Loop If [Get ( FoundCount )= 0]]

End Loop

After the script stops running, which two statements are true? (Choose two.)

Options:

A.

All customer records in Category A are omitted.

B.

If there are no Category A records, the found set is 0.

C.

All customer records in Category A are in a found set.

D.

If there are no Category A records, the found set is all records.

Buy Now
Questions 11

You are using FileMaker Pro 8 Advanced and planning a Contacts database. Others will be able to modify field definitions after you finish the creation of the database. You are considering using a custom function available on a public website to help in formatting phone numbers. What are three reasons to use custom functions in this situation? (Choose three.)

Options:

A.

to hide a proprietary formula

B.

to ease multiple file development

C.

to simplify use of the formula by any user

D.

to improve formatting consistency throughout the file

E.

to ease modification of formatting for all phone numbers

Buy Now
Questions 12

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

Options:

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

Buy Now
Questions 13

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.)

Options:

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.

Buy Now
Questions 14

Which three text functions are case sensitive? (Choose three.)

Options:

A.

Exact()

B.

Filter()

C.

Replace()

D.

Substitute()

E.

PatternCount()

Buy Now
Questions 15

What is the maximum number of files that can be hosted on FileMaker Server 8?

Options:

A.

125

B.

250

C.

500

D.

The number is limited only by server hardware.

Buy Now
Questions 16

Given the following function:

Let ([ name = "William Henry Smith" ;

len = Length (name) ;

lastSpace = Position (name ; " " ; len ; -1)] ;

Right (name ; len - lastSpace)

)

Which value will be returned?

Options:

A.

Smith

B.

William

C.

Henry Smith

D.

William Henry

Buy Now
Questions 17

Given a FileMaker Pro 8 database containing these two scripts::

Script A:

Perform Script ["Script B" ; Parameter: 3]

Show Custom Dialog [Get (ScriptResult)]

Script B:

Set Variable [$x; Value:Get (ScriptParameter)]

Loop

Set Variable [$result ; Value: $result + $x]

Set Variable [$x ; Value: $x - 1]

Exit Loop If [$x = 0]

End Loop

Exit Script [Result: $result]

If a user runs Script A, what value will be displayed in the custom dialog?

Options:

A.

0

B.

1

C.

6

D.

9

Buy Now
Questions 18

Which two scripts steps in FileMaker Pro 8 lock a record? (Choose two.)

Options:

A.

Set Field [ ]

B.

Select All [ ]

C.

Go to Field [ ]

D.

Open Record/Request [ ]

Buy Now
Questions 19

Consider a FileMaker Pro 8 database with the following tables and fields:

Customer: customer_id, first_name, last_name

Order: order_id, customer_id, order_date

Product_Orders: order_id, product_id, quantity_ordered

Product: product_id, product_name, unit_price

Using only Cartesian cross-product ("x") relationships between table occurrences, sorting if necessary, which two actions can be performed? (Choose two.)

Options:

A.

determine the date of the most recent order

B.

display all records from the Customer table in a portal

C.

create a value list that shows all orders for a chosen customer

D.

create a portal to show one record for each product that has ever been ordered

Buy Now
Questions 20

Click the Exhibit button.

Given the FileMaker Pro 8 relationship graph shown in the exhibit, a layout assigned to the Teachers table occurrence has fields Name and Address, and a portal showing the Students table occurrence.

If a developer assigns the layout to the Advisors table occurrence, what happens to the data displayed?

Options:

A.

Name and Address do not display data and the portal shows all students of the current advisor.

B.

Name and Address show the current advisor and the portal shows all students of the current advisor.

C.

Name and Address show the first teacher of the first class of the first student of the current advisor and the portal shows all students of that teacher.

D.

Name and Address show the first teacher of the first class of the first student of the current advisor and the portal shows all students of the current advisor.

Buy Now
Questions 21

Which three statements are true about field indexing in FileMaker Pro 8? (Choose three.)

Options:

A.

Indexing improves the speed at which finds are performed.

B.

Value lists require at least one referenced field to be indexed.

C.

To establish a relationship between two fields, both fields are required to be indexed.

D.

Using Unicode as the default language by which a field is indexed causes sorts on that field to be case sensitive.

E.

A value index, used in establishing relationships, stores up to 60 primary characters or digits per return-delimited line.

Buy Now
Questions 22

Consider two files, Alpha and Beta, where tables from Beta are included in the Relationships Graph of Alpha as external table occurrences. What are two ways to rename Beta while preserving all functionality in Alpha? (Choose two.)

Options:

A.

change the file path of the Beta File Reference in Alpha

B.

rename Beta using the File > Save a Copy As... option

C.

rename any table occurrences that are based on Beta to match the new file name

D.

use Tools > Developer Utilities... in FileMaker Pro 8 Advanced to rename Beta

Buy Now
Questions 23

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 )?

Options:

A.

?

B.

0

C.

-3, -2, -1

D.

-3, -2, -1, 0

Buy Now
Questions 24

Which statement is true?

Options:

A.

One FileMaker 8 Server may provide data to multiple Web Publishing Engines at one time.

B.

One Web Publishing Engine may draw data directly from multiple FileMaker 8 Servers at one time.

C.

A Custom Web Publishing application can integrate data from multiple Web Publishing Engines at one time.

D.

A Custom Web Publishing application can be load-balanced using multiple Web servers connected to a single FileMaker 8 Server.

Buy Now
Questions 25

Which three Web Publishing options are available in FileMaker 8? (Choose three.)

Options:

A.

Instant Web Publishing using FileMaker Pro 8

B.

Instant Web Publishing using FileMaker Server 8

C.

Custom Web Publishing using FileMaker Pro 8 Advanced

D.

Instant Web Publishing using FileMaker Server 8 Advanced

E.

Custom Web Publishing using FileMaker Server 8 Advanced

Buy Now
Questions 26

Given a stored calculation field modifiedBy that contains the following formula:

Evaluate ( Quote ("Modifiedby: " & Get (AccountName)) ; myField)

Which two statements are true? (Choose two.)

Options:

A.

The modifiedBy field will only be updated when the value of myField changes.

B.

The value of myField will be set to the results returned by the modifiedBy field.

C.

The modifiedBy field will be updated whenever a field other than myField is changed.

D.

The modifiedBy field will contain a complete history of everyone who has modified the current record.

E.

The Quote function is used so that the quotation marks around "Modifiedby: " will be escaped properly.

Buy Now
Questions 27

What is the result of the following formula?

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

Options:

A.

badc

B.

bacc

C.

Aadc

D.

Aacc

Buy Now
Questions 28

Given the formula:

1 and (1 & 1)

What is the numeric result?

Options:

A.

0

B.

1

C.

2

D.

12

Buy Now
Questions 29

Given the formula:

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

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

Options:

A.

0

B.

2

C.

4

D.

6

E.

8

Buy Now
Questions 30

Click the Task button.

Place each specification next to its definition for FileMaker Server 8 Advanced (Windows OS).

Options:

Buy Now
Questions 31

Click the Exhibit button.

You have a FileMaker Pro 8 layout based on the table occurrence of Classes. You have a portal showing records from the table occurrence Students.

What happens if you place the field Students::Name into the portal?

Options:

A.

The field displays .

B.

The field displays an enrolled student's name in each row of the portal.

C.

The field displays the first matching student's name in every portal row.

D.

The field displays an enrolled student's name in each row of the portal only if the student name is calculated in the Enrollment table.

Buy Now
Questions 32

Click the Exhibit button.

You run the following script from a layout assigned to the table occurrence Teachers:

Go to Related Record [Show only related records; From table: "Enrollment";

Using layout: "Enrollment" (Enrollment)]

Assuming there are matching records in all tables, what is the found set when the script completes?

Options:

A.

No records will be shown.

B.

the enrollment records for the first class for the current teacher record

C.

the enrollment records for all the classes for the current teacher record

D.

the enrollment records for the first class for all teacher records in the found set in Teachers

Buy Now
Questions 33

What must be done to use the Allow FileMaker Pro clients to download updates automatically feature of FileMaker Server 8? (Choose three.)

Options:

A.

The desired plug-in must be enabled on FileMaker Pro 8.

B.

The desired plug-in must be available from FileMaker Server 8.

C.

The Auto Update plug-in must be enabled in FileMaker Pro 8.

D.

The Auto Update feature must be enabled on FileMaker Server 8.

E.

The prior version of the desired plug-in must already be installed on FileMaker Pro 8.

Buy Now
Questions 34

Given the formula:

Filter ( "Computer Science 201"; "0123456789" )

What is the result?

Options:

A.

012

B.

201

C.

Computer Science

D.

Computer Science 012

E.

seventeen spaces followed by 201

Buy Now
Questions 35

Which three technologies/products may be used in conjunction with FileMaker Server 8 Advanced to produce custom Web pages? (Choose three.)

Options:

A.

JSP

B.

UML

C.

PHP

D.

CDML

E.

XSLT

Buy Now
Questions 36

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 about a person can display the name of the current person's manager as well as a portal of the people managed by the current person (as shown in the exhibit).

Assume that there are no lookup fields or calculation fields defined in any table, and there are no scripts in the file.

What is the minimum number of table occurrences you must use to construct the layout?

Options:

A.

one

B.

two

C.

three

D.

four

Buy Now
Exam Code: FM0-302
Exam Name: FileMaker8 Developer Essentials Exam
Last Update: May 15, 2024
Questions: 120
$64  $159.99
$48  $119.99
$40  $99.99
buy now FM0-302