SQR Programming and PeopleSoft Architecture
Covers SQR (Structured Query Reporter) programming fundamentals and PeopleSoft application server architecture, administration, and integration technologies.
Questions
The __________________________ runs business logic and issues SQL based on the metadata.
- application server
- database server
- batch server
- client server
An application server consists of numerous ______________________________ .
- PeopleSoft services
- Server processes
- Applications
- both 1 and 2
PeopleSoft uses _______________, a middleware framework and transaction monitor, to manage database transactions.
- Oracle Jolt
- Oracle Tuxedo
- Listeners
- Handlers
PeopleSoft also uses _______________, a Java API and class library, as the layer that facilitates communication between the PeopleSoft servlets on the web server and the application server.
- Oracle Jolt
- Oracle Tuxedo
- Listeners
- Handlers
PeopleSoft Process Scheduler is installed and configured on -
- Application server
- Batch server
- Client server
- Database server
PeopleSoft uses ____________ to configure and administer both the application server and PeopleSoft Process Scheduler server.
- PS_HOME
- PSAPPSRV
- PSQCKSRV
- PSADMIN
A Java-enabled web server is required to support browser transaction requests and PeopleSoft application messaging technology.
- True
- False
Oracle Jolt can’t function without Tuxedo.
- True
- False
Web browsers directly connect to the application server.
- True
- False
The primary means by which the business users access PeopleSoft applications is -
- Web server
- Application server
- Web browser
- Java servelets
An environment configuration where the application server and database server are located on the same machine is called -
- Physical configuration
- Logical configuration
- Both 1 and 2
- None
Following is the PeopleSoft provides integration technology -
- PeopleSoft Integration Broker
- PeopleSoft Component Interfaces
- PeopleSoft Business Interlinks
- all the above
SQR is a ___________________ language for accessing and manipulating data to create custom reports.
- programming
- processing
- reporting
- structural
SQR is a ____________________ language as it is closer to human languages and hence is more intuitive.
- first-generation
- second-generation
- third-generation
- forth-generation
The ___________ section of the program is where you place all of the declarations.
- HEADING
- FOOTING
- SETUP
- PROGRAM
________________ section is the only mandatory section of a SQR.
- HEADING
- SETUP
- PROGRAM
- PROCEDURE
________________ command is used to conditionally process portions of the program when run in debugger mode.
- #GET
- #SHOW
- #DEBUG
- #DEBUGGER
The _______________ command, which is performed at compile time, gets text from another file.
- #GET
- #READ
- #FETCH
- #INCLUDE
The following command prompt the user for input.
- ASK
- INPUT
- BOTH 1 and 2
- LET
SQR enables you to save the compiled version of a program and use it when you rerun a report.
- True
- False