Enterprise Platforms: Autosys and iPE

Test your knowledge of Autosys job scheduling and iPE process engine including commands, configuration, and architecture.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which mapping in incorrect:

  1. Integration -> EAI Plug-Ins
  2. Integration -> Business Works
  3. Integration -> iProcess Decisions
  4. Modeling -> Business Studio
Question 2 Multiple Choice (Single Answer)

Correct sequence for BPM Phases v/s iPE Modules: Execution -> Definition -> Monitoring -> Integration -> Presentation

  1. iPE Engine -> Process Administrator -> Process Monitor -> Process Objects -> Windows Client
  2. iPE Engine -> Process Definer -> Process Administrator -> Process Objects -> Windows Client
  3. iPE Engine -> Process Objects -> Process Monitor -> EAI PlugIns -> Windows Client
  4. iPE Engine -> Windows Client -> Process Monitor -> EAI PlugIns -> Web Clients
Question 3 Multiple Choice (Single Answer)

An Addressee can be:

  1. User
  2. Group
  3. Field
  4. Any of above
Question 4 Multiple Choice (Single Answer)

iPE Supports:

  1. Oracle only
  2. SQL Server Only
  3. Oracle & SQL Server Only
  4. Oracle, SQL Server & DB2
Question 5 Multiple Choice (Single Answer)

RPC is:

  1. Remote Process Call
  2. Remote Process Communication
  3. Remote Procedure Call
  4. Remote Procedure Communication
Question 6 Multiple Choice (Single Answer)

What is node cluster architecture?

  1. Installing the iProcess Engine on one server that uses multiple database instances
  2. Installing the iProcess Engine on multiple servers that use one same database instance
  3. Installing the iProcess Engine on multiple servers that use multiple database instances
  4. All of above
Question 7 Multiple Choice (Single Answer)

Process Sentinels do:

  1. Make sure that all the processes are started in the correct sequence
  2. Monitor processes to check that they are running and can automatically restart them if they fail
  3. Detects the entries in the error and warn files and generates necessary action
  4. All of these
Question 8 Multiple Choice (Single Answer)

Which is FALSE w.r.t. iPE:

  1. We can force the iProcess Engine to re-calculate its deadlines on all outstanding work items for a case by triggering an event on a particular step of the case.
  2. Feedback from EAI Steps in failure/retry situations via SW_QRETRYCOUNT
  3. Not all data is held in the database & hence we need to stop engine for back-up
  4. Supports Oracle Real Application Cluster (RAC) for Oracle 10G
Question 9 Multiple Choice (Single Answer)

iPE has Self-healing 24/7 capability built in via:

  1. WIS & WQS
  2. Process Sentinels - Worker & Watcher
  3. EAI Steps & BW
  4. All of above
Question 10 Multiple Choice (Single Answer)

What is TRUE w.r.t. MoveSysInfo in iPE:

  1. In case of any changes to hardware / software configuration of iPE Server, MoveSysInfo is used to update revised System Informaion in iPE Databse
  2. When we make changes to user, role, list or procedure data, MoveSysInfo is must to move the changes from Staffware’s temporary data area, to its working data area before they will take effect
  3. MoveSysInfo can only be done via Command line i.e. under $SWDIR\bin directory, by running "swutil MOVESYSINFO" command
  4. All of above
Question 11 Multiple Choice (Single Answer)

SAP's own in-house programming language known as

  1. R/3
  2. ABAP
  3. Netweaver
  4. Java
Question 12 Multiple Choice (Single Answer)

What is the autosys command to check if event processor and the DB are both up?

  1. chk_auto_up
  2. autostatus
  3. sendevent
  4. autotrack
Question 13 Multiple Choice (Single Answer)

To set a global variable named “today” having a value of “12/25/ 2005”

  1. sendevent -E SET_GLOBAL -G "today=12/25/2005"
  2. sendevent -E SET_GLOBAL -G "today=12/12/2005"
  3. sendevent -E SET_LOCAL -S "today=12/25/2005"
  4. sendevent -E SET_LOCAL -G "today=12/25/2005"
Question 14 Multiple Choice (Single Answer)

This command starts the event processor.

  1. startup
  2. autosc
  3. eventor
  4. chk_auto_up
Question 15 Multiple Choice (Single Answer)

How to delete the global variable named “today,”

  1. sendevent -E DELETE_GLOBAL -G "today=DELETE"
  2. sendevent -E SET_GLOBAL -G "today=NULL"
  3. sendevent -E SET_GLOBAL -G "today=DELETE"
  4. sendevent -DELETE "today"
Question 16 Multiple Choice (Single Answer)

To change edit, exec superusers, change DB passwd, change remote authentication method etc we can use the following command.

  1. auto_secure
  2. autosys_secure
  3. secure_auto
  4. autosys_setup
Question 17 Multiple Choice (Single Answer)

Get version information:

  1. chk_auto_up
  2. autoflags -a
  3. autorep
  4. autotrack
Question 18 Multiple Choice (Single Answer)

JIL stands for:

  1. Job Inline Language
  2. Job Information Language
  3. Job Instruction Language
  4. None of the above
Question 19 Multiple Choice (Single Answer)

Which of the following is not a valid autosys job status

  1. RUNNING
  2. STARTING
  3. SHUTDOWN
  4. RESTART
Question 20 Multiple Choice (Single Answer)

How can we change the status of an autosys job to success ?

  1. sendevent -s SUCCESS -J
  2. sendevent -E CHANGE_STATUS -s SUCCESS -J
  3. sendevent -E UPDATE_STATUS -s SUCCESS -J
  4. sendevent -E STATUS -s SUCCESS -J