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
The following object-oriented program is inefficient and includes many unnecessary statements.
If you delete lines 2-5, how would you rewrite lines 6-10 to be efficient, compact, and correct?
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
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
You have been asked to modify the search record for the instructor table to include course type. What should you select on the Use tab of the record field properties for the COURSE_TYPE field?
A. List Box Item
B. Duplicate Order Key
C. Alternate Search Key
D. Key
E. Search Key
You have a record definition open in Application Designer, and when you select the Build menu, you notice that the Current Definition option is disabled. (greyed out.) Why did this happen?
A. You have already build the table
B. The record definition Record Type is set to Dynamic View
C. You saved the record definition using a non-standard SQL table name
D. You are not connected to the database
This PeopleCode statement appears in a PreBuild program:
andObject = GetLevel10();
Which two statements are true? (Choose two.)
A. andObject is a Rowset object that contains the level 0 row
B. andObject represents the entire component buffer
C. andObject is a Row object that contains the level 0 rowset
D. andObject is a stand-alone rowset
E. andObject is a stand-alone row
F. andObject is a Record object that contains the level 0 record
Examine the following code:
Which two statements are correct? (Choose two.)
A. ABSENCE_SQL contains an INSERT clause
B. ABSENCE_SQL contains a DELETE clause
C. ABSENCE_SQL is a SQL object
D. ABSENCE_SQL is a SQL definition name
E. ABSENCE_SQL contains a SELECT clause
F. ABSENCE_SQL is a SQL method
Which PeopleCode statement should you use to instantiate a Row object for the current row?
A. andRow = GetRow();
B. andRow = andRowset.GetCurrRow;
C. andRow =andRowset.GetRow;
D. andRow = CreateRow();
E. andRow = andRowset.Row();
What do you need to do to display the Add a New Value search page as shown in this exhibit?
A. Select the Add check box in the Toolbar group box on the Internet tab of the Component Properties dialog box
B. Select a Primary Action of New in the Search Page group box on the Internet tab of the Component Properties dialog box
C. Select a Default Search Action of Add in the Search Page group box on the Internet tab of the Component Properties dialog box
D. Select the Add check box in the Actions group box on the Use tab of the Component Properties dialog box.
E. Select a record from the Add search record drop-down list on the Use tab of the Component Properties dialog box