Pass the FileMaker Filemaker Certification FM0-302 Questions and answers with CertsForce

Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions
Questions # 31:

Click the Exhibit button.

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

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

Question # 31
Options:

A.

The field displays .


B.

The field displays the class name of the first related student.


C.

The field displays the teacher's first class 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.


Expert Solution
Questions # 32:

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


Expert Solution
Questions # 33:

Click the Exhibit button.

Your database has four tables: Customer, Invoice, Line Item, and Product. The relationships are displayed in the Relationships Graph exhibit.

Your users want to select a group of customers and then view all unique products purchased by those customers.

Which two techniques successfully accomplish this without changing the Relationships Graph? (Choose two.)

Question # 33
Options:

A.

You build a portal on a Customer layout that shows related Product records.


B.

You write a script that uses a Go To Related Records [ ] script step to navigate from a Customer layout to the desired set of Product records.


C.

You create a button on a special Customer layout that performs a Copy All Records/Requests[ ] script step and allows users to paste the result into a Find request.


D.

You loop through the found set of Customer records, assembling a set of ID values into a global variable. You then loop again on a Products layout, creating single find requests for each ID value.


Expert Solution
Questions # 34:

A layout contains a portal that allows creation of related records. What are two techniques that can be used to navigate to the empty row at the bottom of the portal? (Choose two.)

Options:

A.

use the script step Go to Portal Row [Select; Last]


B.

use the script step Go to NthRecord [fieldName; Last]


C.

assuming a field in the portal is in the tab order, click or tab to the first portal row then arrow down to the last row


D.

assuming a field in the portal is in the tab order, click or tab to the first portal row and continue to tab to the last row


Expert Solution
Questions # 35:

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

Options:

A.

GetValue (Contact ; 2)


B.

Middle (Contact ; 12 ; 10)


C.

GetWords (Contact ; 3 ; 2)


D.

MiddleWords (Contact ; 3 ; 2)


E.

MiddleValues (Contact ; 2 ; 2)


Expert Solution
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 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?

Question # 36
Options:

A.

one


B.

two


C.

three


D.

four


Expert Solution
Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions