Enterprise Software Technology Assessment

A mixed quiz covering enterprise software topics including SAP implementation methodology, Oracle database concepts (tables, views, constraints, data types), and PRPC application development best practices.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

For Portal Business Process that should be processed within portal, what is used to lookup the task page definition at runtime?

  1. Client UI Identifier
  2. Process Template Name
  3. Task Instance Object Identifier(TKID)
  4. Staff activity Identifier
Question 2 Multiple Choice (Multiple Answers)

Which statements are true regarding the data types in Oracle Database 10g/11g?

  1. Only one LONG column can be used per table.
  2. A TIMESTAMP data type column stores only time values with fractional seconds
  3. The BLOB data type column is used to store binary data in an operating system file.
  4. The minimum column width that can be specified for a VARCHAR2 data type column is one.
  5. The value for a CHAR data type column is blank-padded to the maximum defined column width.
  6. All the above
Question 3 Multiple Choice (Single Answer)

Which is the valid CREATE TABLE statement?

  1. CREATE TABLE emp9$# (emp_no NUMBER(4));
  2. CREATE TABLE 9emp$# (emp_no NUMBER(4));
  3. CREATE TABLE emp*123 (emp_no NUMBER(4));
  4. CREATE TABLE emp9$# (emp_no NUMBER(4), date DATE);
Question 4 Multiple Choice (Multiple Answers)

Which statements are true regarding tables?

  1. A table name can be of any length.
  2. A table can have any number of columns.
  3. A table and a synonym can have the same name in the same schema
  4. The same table name can be used in different schemas in the same database
Question 5 Multiple Choice (Multiple Answers)

Which statements are true regarding constraints?

  1. A foreign key cannot contain NULL values.
  2. A column with the UNIQUE constraint can contain NULL values.
  3. A constraint is enforced only for the INSERT operation on a table.
  4. A constraint can be disabled even if the constraint column contains data.
Question 6 Multiple Choice (Multiple Answers)

Which statements are true regarding views?

  1. A subquery that defines a view cannot include the GROUP BY clause.
  2. A view that is created with the subquery having the DISTINCT keyword can be updated.
  3. .A view that is created with the subquery having the pseudo column ROWNUM keyword cannot be
  4. A data manipulation language (DML) operation can be performed on a view that is created with the
Question 7 Multiple Choice (Single Answer)

Which of this activities are not done during the Blueprint phase

  1. Designing new business processes
  2. Base line Configuration of processes in SAP
  3. Define Add-on functionality to be provided
  4. Conference Room Pilot
Question 8 True/False

The phases in a SAP Implementation are 1.Project Preparation 2.Business Blueprint 3.Realization 4.Final Pepration and 5.Go Live and Post Implementation Support

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

Recommended by SAP to be used during Implementation

  1. Solution Manager
  2. Business Configuration Sets
  3. SAP Best Practice Offerings
  4. all of the above
Question 10 True/False

Configuration Document is a deliverable from the Realization phase.

  1. True
  2. False
Question 11 True/False

Whenever the value of a property is calculated or validated,do not use Declarative Rules wherever appropriate

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

Which of the below is used to code security controls as per guardrails

  1. Activity
  2. Flow Action
  3. Process Flows
  4. Standard Access Roles
Question 13 True/False

Avoid JAVA steps in activities when standard PRPC rule types, library functions, or activity methods are available.

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

Lead with work objects. Create the ------------- and “completed work” objects early.

  1. Data Classes
  2. Data Tables
  3. Class structure
  4. Process Flow
Question 15 True/False

A successful SAP Implementation is purely an IT achievement

  1. True
  2. False
Question 16 True/False

Full Corporate Management Support is not necessary for the success of a SAP Implementation.

  1. True
  2. False
Question 17 True/False

Managing Change is a very important aspect of an SAP Implementation.

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

The first thing to consider in your application design is

  1. How many RuleSets you’ll need
  2. Interconnections to other systems and data sources
  3. Determine the fundamental units of work
  4. Determine the integration rules
Question 19 Multiple Choice (Multiple Answers)

Access Groups

  1. Are identical to the WorkGroup
  2. Consist of a set of Workpools
  3. Represent a user’s job function and allowed actions
  4. Are seldom created – since you can use the standard ones that come with PRPC
Question 20 Multiple Choice (Single Answer)

Access Groups control

  1. The work pools that are available
  2. The portal layout
  3. The access roles and privileges that the user holds
  4. All of the above
  5. None of the above