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.
Questions
For Portal Business Process that should be processed within portal, what is used to lookup the task page definition at runtime?
- Client UI Identifier
- Process Template Name
- Task Instance Object Identifier(TKID)
- Staff activity Identifier
Which statements are true regarding the data types in Oracle Database 10g/11g?
- Only one LONG column can be used per table.
- A TIMESTAMP data type column stores only time values with fractional seconds
- The BLOB data type column is used to store binary data in an operating system file.
- The minimum column width that can be specified for a VARCHAR2 data type column is one.
- The value for a CHAR data type column is blank-padded to the maximum defined column width.
- All the above
Which is the valid CREATE TABLE statement?
- CREATE TABLE emp9$# (emp_no NUMBER(4));
- CREATE TABLE 9emp$# (emp_no NUMBER(4));
- CREATE TABLE emp*123 (emp_no NUMBER(4));
- CREATE TABLE emp9$# (emp_no NUMBER(4), date DATE);
Which statements are true regarding tables?
- A table name can be of any length.
- A table can have any number of columns.
- A table and a synonym can have the same name in the same schema
- The same table name can be used in different schemas in the same database
Which statements are true regarding constraints?
- A foreign key cannot contain NULL values.
- A column with the UNIQUE constraint can contain NULL values.
- A constraint is enforced only for the INSERT operation on a table.
- A constraint can be disabled even if the constraint column contains data.
Which statements are true regarding views?
- A subquery that defines a view cannot include the GROUP BY clause.
- A view that is created with the subquery having the DISTINCT keyword can be updated.
- .A view that is created with the subquery having the pseudo column ROWNUM keyword cannot be
- A data manipulation language (DML) operation can be performed on a view that is created with the
Which of this activities are not done during the Blueprint phase
- Designing new business processes
- Base line Configuration of processes in SAP
- Define Add-on functionality to be provided
- Conference Room Pilot
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
- True
- False
Recommended by SAP to be used during Implementation
- Solution Manager
- Business Configuration Sets
- SAP Best Practice Offerings
- all of the above
Configuration Document is a deliverable from the Realization phase.
- True
- False
Whenever the value of a property is calculated or validated,do not use Declarative Rules wherever appropriate
- True
- False
Which of the below is used to code security controls as per guardrails
- Activity
- Flow Action
- Process Flows
- Standard Access Roles
Avoid JAVA steps in activities when standard PRPC rule types, library functions, or activity methods are available.
- True
- False
Lead with work objects. Create the ------------- and “completed work” objects early.
- Data Classes
- Data Tables
- Class structure
- Process Flow
A successful SAP Implementation is purely an IT achievement
- True
- False
Full Corporate Management Support is not necessary for the success of a SAP Implementation.
- True
- False
Managing Change is a very important aspect of an SAP Implementation.
- True
- False
The first thing to consider in your application design is
- How many RuleSets you’ll need
- Interconnections to other systems and data sources
- Determine the fundamental units of work
- Determine the integration rules
Access Groups
- Are identical to the WorkGroup
- Consist of a set of Workpools
- Represent a user’s job function and allowed actions
- Are seldom created – since you can use the standard ones that come with PRPC
Access Groups control
- The work pools that are available
- The portal layout
- The access roles and privileges that the user holds
- All of the above
- None of the above