SQR Programming and PeopleSoft Architecture

Covers SQR (Structured Query Reporter) programming fundamentals and PeopleSoft application server architecture, administration, and integration technologies.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The __________________________ runs business logic and issues SQL based on the metadata.

  1. application server
  2. database server
  3. batch server
  4. client server
Question 2 Multiple Choice (Single Answer)

An application server consists of numerous ______________________________ .

  1. PeopleSoft services
  2. Server processes
  3. Applications
  4. both 1 and 2
Question 3 Multiple Choice (Single Answer)

PeopleSoft uses _______________, a middleware framework and transaction monitor, to manage database transactions.

  1. Oracle Jolt
  2. Oracle Tuxedo
  3. Listeners
  4. Handlers
Question 4 Multiple Choice (Single Answer)

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.

  1. Oracle Jolt
  2. Oracle Tuxedo
  3. Listeners
  4. Handlers
Question 5 Multiple Choice (Single Answer)

PeopleSoft Process Scheduler is installed and configured on -

  1. Application server
  2. Batch server
  3. Client server
  4. Database server
Question 6 Multiple Choice (Single Answer)

PeopleSoft uses ____________ to configure and administer both the application server and PeopleSoft Process Scheduler server.

  1. PS_HOME
  2. PSAPPSRV
  3. PSQCKSRV
  4. PSADMIN
Question 7 True/False

A Java-enabled web server is required to support browser transaction requests and PeopleSoft application messaging technology.

  1. True
  2. False
Question 8 True/False

Oracle Jolt can’t function without Tuxedo.

  1. True
  2. False
Question 9 True/False

Web browsers directly connect to the application server.

  1. True
  2. False
Question 10 Multiple Choice (Single Answer)

The primary means by which the business users access PeopleSoft applications is -

  1. Web server
  2. Application server
  3. Web browser
  4. Java servelets
Question 11 Multiple Choice (Single Answer)

An environment configuration where the application server and database server are located on the same machine is called -

  1. Physical configuration
  2. Logical configuration
  3. Both 1 and 2
  4. None
Question 12 Multiple Choice (Single Answer)

Following is the PeopleSoft provides integration technology -

  1. PeopleSoft Integration Broker
  2. PeopleSoft Component Interfaces
  3. PeopleSoft Business Interlinks
  4. all the above
Question 13 Multiple Choice (Single Answer)

SQR is a ___________________ language for accessing and manipulating data to create custom reports.

  1. programming
  2. processing
  3. reporting
  4. structural
Question 14 Multiple Choice (Single Answer)

SQR is a ____________________ language as it is closer to human languages and hence is more intuitive.

  1. first-generation
  2. second-generation
  3. third-generation
  4. forth-generation
Question 15 Multiple Choice (Single Answer)

The ___________ section of the program is where you place all of the declarations.

  1. HEADING
  2. FOOTING
  3. SETUP
  4. PROGRAM
Question 16 Multiple Choice (Single Answer)

________________ section is the only mandatory section of a SQR.

  1. HEADING
  2. SETUP
  3. PROGRAM
  4. PROCEDURE
Question 17 Multiple Choice (Single Answer)

________________ command is used to conditionally process portions of the program when run in debugger mode.

  1. #GET
  2. #SHOW
  3. #DEBUG
  4. #DEBUGGER
Question 18 Multiple Choice (Single Answer)

The _______________ command, which is performed at compile time, gets text from another file.

  1. #GET
  2. #READ
  3. #FETCH
  4. #INCLUDE
Question 19 Multiple Choice (Single Answer)

The following command prompt the user for input.

  1. ASK
  2. INPUT
  3. BOTH 1 and 2
  4. LET
Question 20 True/False

SQR enables you to save the compiled version of a program and use it when you rerun a report.

  1. True
  2. False