0

platforms and products Online Quiz - 10

Description: platforms and products Online Quiz - 10
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

What are Access Groups?

  1. People in your organization who build, use or evolve any Process Commander application

  2. Groups of people who perform similar job functions in applications that control portal layout and application access

  3. Designated process responsibility within a specific application that refines application access by operation and class.

  4. Business structure of your organization, including application developers and users


Correct Option: B
  1. Code-Pega-List

  2. Rule-Pega-Obj

  3. pxResults

  4. The same class as the returned instance


Correct Option: A

A person who uses the application you build to receive, process, and resolve work is ___________.

  1. Business user

  2. Business manager

  3. Process architect

  4. System architect

  5. System administrator


Correct Option: A

The organization hierarchy is built on the nested levels of

  1. organization, division, unit

  2. company, division, unit

  3. organization, division, job function

  4. organization, work group, user


Correct Option: A

Which contain static text, such as HTML style sheets or JavaScript code and are not subject to rule resolution.

  1. Fragments

  2. text files

  3. streams

  4. harnesses


Correct Option: B

Which one of the following components users can NOT create by Application Accelerator?

  1. Class group (work pool) and supporting database table

  2. A RuleSet and version for the application, added to access group

  3. Work parties rule

  4. Capability of communication or integration with other system

  5. Work object forms

  6. Workbaskets, worklists and workgroups


Correct Option: D

Step 10 of SmartBuild “Adding Communication Capabilities” takes care of incorporating the following communication capabilities into an application:

  1. Correspondence

  2. Inbound/Outbound e-mail

  3. Notification by phone, text or pager

  4. Directed Web Access


Correct Option: A

Where are the roles specified for an operator?

  1. Role

  2. Access Group

  3. Application

  4. Organization


Correct Option: B

Strive for no more than __ Assignment or Processing shapes per flow shell.

  1. 5

  2. 10

  3. 15

  4. 20


Correct Option: C

Section rules are of what type?

  1. Rule-HTML-Section

  2. Rule-HTML

  3. Rule-Section-HTML

  4. Rule-Obj-Section


Correct Option: A

When looping through a page list, all of the following are valid index references except

  1. ()

  2. ()

  3. ()

  4. ()

  5. ()


Correct Option: A

Organizations are instances of _____________________ class and by default on installation, PRPC comes with an organization called ______________________________

  1. Data-Organization,admin.pega.com

  2. Data-Admin-Organization,pega.com

  3. Data-Admin-Org, pega.com

  4. Data-Admin-Org, admin.pega.com


Correct Option: B

Which contain static text,such as HTML style sheets or JavaScript code and are not subject to rule resolution?

  1. Fragments

  2. Text files

  3. Streams

  4. harness


Correct Option: B

________________ class instances can store images like JPG, JPEG etc

  1. Rule-File-Binary.

  2. Rule-File-Text

  3. Rule-Obj-Binary

  4. Rule-Obj-Text


Correct Option: A

Which of the following property is not an aggregate property?

  1. Page

  2. PageList

  3. PageGroup

  4. SingleValue

  5. ValueGroup

  6. ValueList


Correct Option: D

A Process Flow has been designed that routes an assignment to a HR manager. An additional requirement is that the HR Manger be able to attach a budget sheet to the assignment before approving the assignment. This can be accomplished using a ________

  1. Rule-Template-Excel instance

  2. Local Assignment

  3. Connector Flow Action

  4. Correspondence Rule

  5. Local Flow Action


Correct Option: E

The clipboard page which contains information about your access roles, RuleSet list, and HTTP protocol parameters is the ________

  1. Process Page

  2. Requestor Page

  3. Thread page

  4. User Pages


Correct Option: B

If your Assignment shape uses the standard rule “Worklist”, and your Router uses the standard rule “ToWorkbasket”, what happens?

  1. The flow will not save

  2. The flow will be suspended

  3. The flow will save, but an execution java exception will raise

  4. The flow will be suspended, and control will be transferred to the FlowProblems flow


Correct Option: D

Router, Notify, and Utility are all based on what rule? (Its defined in Security tab in Activity)

  1. Rule-Obj-Flow

  2. Rule-Activity

  3. Rule-Obj-Activity

  4. They are each separate rule types


Correct Option: C

Where do we find a Non-numeric subscript?

  1. Java Object

  2. Page group

  3. Value list

  4. Page list


Correct Option: B

AI Explanation

To answer this question, we need to understand the concept of subscript and its usage.

A subscript is a symbol or number written below and to the right of a letter or symbol in mathematical expressions or chemical formulas. In programming, a subscript is often used to refer to an element within an array or a specific attribute of an object.

Now, let's go through each option to determine where we can find a non-numeric subscript:

Option A) Java Object - In Java, objects are typically accessed using dot notation, where the object name is followed by a dot and the attribute or method name. This does not involve the use of subscripts.

Option B) Page group - In some programming languages, such as the PeopleSoft Application Designer, a page group is a collection of pages that are logically grouped together. Each page within the page group can be accessed using a subscript, which is typically a string or alphanumeric value.

Option C) Value list - A value list is a collection of values that can be referenced using a subscript. However, in most cases, the subscripts used for value lists are numeric, representing the index or position of the value within the list.

Option D) Page list - Similar to a page group, a page list is a collection of pages that can be accessed using a subscript. Again, the subscripts used for page lists are typically numeric.

Based on the above explanations:

  • Option A (Java Object) does not involve the use of subscripts.
  • Option C (Value list) and Option D (Page list) may involve the use of subscripts, but they are typically numeric.
  • Option B (Page group) is the correct answer because it involves the use of non-numeric subscripts.

Therefore, the correct answer is B) Page group.

- Hide questions