A colleague needs to update a custom cascading style sheet (CSS) style for your team's fluid application. She has the style definition shown in this exhibit open in Application Designer, but isn't sure if she has opened the correct style definition and asks for your advice.

How do you know she does not have a fluid CSS style open?
A. The fluid user interface does not use the Arial or the sans-serif fonts. The fluid user interface uses only the Lucida Grande and Helvetica Neue fonts
B. In the fluid user interface, font color is not set on the style definition. The current branding theme is what determines the font color for the fluid user interface display
C. The fluid user interface does not use absolute font sizes. Only relative font sizes apply to the dynamic nature of the fluid user interface
D. The fluid user interface uses only free form style sheets, and this style sheet is a fixed from style sheet
E. Fluid style sheets all have _FL appended to the style name

Which PeopleCode program will take the input student name values and produce the output values?

A. B. C. D. E. F.
Consider the following three scenarios and six tools or techniques. For each scenario, identify the most appropriate tool or technique for updating the portal registry.

A. S1-T2, S2-T1, S3-T3
B. S1-T2, S2-T6, S3-T4
C. S1-T5, S2-T4, S3-T3
D. S1-T5, S2-T3, S3-T4
E. S1-T5, S2-T1, S3-T4
When testing a fluid page, one of your colleagues says that the page suddenly is not rendering as
expected. He believes he may have accidentally deleted a group box on the page. Using the developer
tools of your browser, you inspect the HTML elements.
Which vital structural element of a fluid page must still exist in order for the page to render properly?
A.
B.
C.

Which two PeopleCode excerpts contain syntax errors? (Choose two.)
A. 1
B. 2
C. 3
D. 4
E. 5
You configure embedded pop-up help for a scroll area header or a grid header by ____.
A. using the Insert menu to insert a Popup help button on the grid header or scroll area header in place of the Navigation bar
B. adding a hyperlink or push button to the header linking to the delivered online help
C. adding a hyperlink or push button to the header linking to your custom online help
D. selecting Message Catalog Popup on the Label tab of the Grid Properties Dialog box or the Scroll Area Properties dialog box
Your client has asked you to update their PeopleCode programs to replace outdated system variables with current system variables. Which system variable replaces %OperatorId?
A. %Session
B. %CurrentUser
C. %UserId
D. %SessionUser
E. %SessionId
F. %SignonUserId
Identify three true statements describing PeopleTools tables. (Choose three.)
A. PeopleTools tables can be updated equally using PeopleTools, such as Application Designer, or the SQL editing tool for your database platform
B. PeopleTools tables use the naming convention of having the prefix PD*, as in PSRECDEFN
C. PeopleTools tables store metadata that defines the elements of a PeopleSoft application
D. PeopleTools tables contain the same content, regardless of the PeopleSoft application installed on the database
E. PeopleTools tables have a consistent structure, regardless of the PeopleSoft application installed on the database
F. PeopleTools tables are empty until the implementation team has loaded the application's transactional data
You created a new component and registered it in the portal registry. However, when you test it, the
content reference is not shown in the menu navigation.
To troubleshoot this issue, examine _______.
A. the component structure
B. the portal registry for component parameters
C. the portal registry for content reference security
D. the menu definition for the associated component
E. the component definition for assigned actions
Here is a partial list of steps in the component processor flow.

What is the correct order?
A. 2, 4, 5, 1, 3, 6
B. 2, 1, 4, 3, 6, 5
C. 2, 1, 3, 4, 5, 6
D. 1, 2, 3, 4, 5, 6
E. 6, 2, 1, 4, 3, 5