0

web technology Online Quiz - 72

Description: web technology Online Quiz - 72
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

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

Which of the following is true about step pages.(choose 2)

  1. Steppages define the default pagecontext during the step execution.

  2. Step pages are removed when the activity ended

  3. Steppage class is always equal to AppliesTo Key.

  4. StepPage is not required on each step of an activity.


Correct Option: A,D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Steppages define the default pagecontext during the step execution - This option is correct. Step pages in Pega define the default page context during the execution of a step. The step page is used to store and access data within the activity.

Option B) Step pages are removed when the activity ended - This option is incorrect. Step pages are not automatically removed when the activity ends. They may persist after the activity execution, depending on the configuration or design of the application.

Option C) Steppage class is always equal to AppliesTo Key - This option is incorrect. The step page class does not have to be equal to the Applies To key. The step page class can be different from the Applies To key and can be dynamically set during the activity execution.

Option D) StepPage is not required on each step of an activity - This option is correct. StepPage is not required on every step of an activity. It is only required when you need to store or access data within that step. If a step does not require a step page, you can leave it blank.

Therefore, the correct answers are A) Steppages define the default pagecontext during the step execution and D) StepPage is not required on each step of an activity.

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

Page list’s or Value list’s index always starts with :

  1. 0

  2. 1

  3. ( )

  4. No subscript or braces.


Correct Option: B

AI Explanation

To answer this question, you need to understand how indexing works in programming.

Option A) 0 - This option is incorrect. In most programming languages, including popular ones like Python and Java, indexing starts from 0. This means that the first element in a list or array would have an index of 0, the second element would have an index of 1, and so on.

Option B) 1 - This option is correct. Although indexing typically starts from 0 in programming, there are some cases where indexing starts from 1. For example, in some spreadsheet software like Microsoft Excel, the indexing of rows and columns starts from 1.

Option C) ( ) - This option is incorrect. Parentheses are not used to indicate the starting index of a list or array. Instead, square brackets [] are commonly used for indexing.

Option D) No subscript or braces - This option is incorrect. In programming, it is common to use subscript or braces to indicate the starting index of a list or array.

The correct answer is B) 1. This option is correct because there are cases where indexing starts from 1, such as in some spreadsheet software. However, in most programming languages, indexing starts from 0.

Suppose there is a rule set called “XXX” which has got 5 versions. Then class Rule-Rule set-Name will have ---- no. of instances and Rule-Rule set-Version will have ------ no. of instances

  1. 5, 5

  2. 5, 1

  3. 1, 5

  4. 1, 1


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 non-numeric subscripts.

Non-numeric subscripts are used in programming to access elements in a collection based on their names rather than their positions. It allows us to refer to specific elements in a collection using a descriptive name instead of a numerical index.

Let's go through each option to understand where we can find a non-numeric subscript:

A) Java Object - In Java, objects are typically accessed using methods or properties, which are not related to non-numeric subscripts.

B) Page group - A page group is a collection of related pages in a website or application. In some programming languages or frameworks, we can use non-numeric subscripts to access specific pages within a page group.

C) Value list - A value list is a collection of values, but it is typically accessed using numerical indices rather than non-numeric subscripts.

D) Page list - This option is similar to a page group, but a page list is a collection of pages. In some programming languages or frameworks, we can use non-numeric subscripts to access specific pages within a page list.

Based on the explanations above, the correct answer is B) Page group. Non-numeric subscripts are commonly used in page groups to access specific pages within the group.

All classes except @baseclass must have direct inheritance.

  1. True

  2. False


Correct Option: B

what can we place in a model (choose 4)

  1. Property reference

  2. Literal

  3. Function

  4. Boolean expression

  5. Activity call


Correct Option: A,B,C,D

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

AI Explanation

To answer this question, let's go through each option to understand whether users can create it using Application Accelerator:

A. Class group (work pool) and supporting database table - Users can create a class group (work pool) and the supporting database table using Application Accelerator. This option is not the correct answer.

B. A RuleSet and version for the application, added to access group - Users can create a RuleSet and version for the application, which can be added to the access group using Application Accelerator. This option is not the correct answer.

C. Work parties rule - Users can create work parties rules using Application Accelerator. This option is not the correct answer.

D. Capability of communication or integration with other system - Users cannot directly create the capability of communication or integration with other systems using Application Accelerator. This option is the correct answer.

E. Work object forms - Users can create work object forms using Application Accelerator. This option is not the correct answer.

F. Workbaskets, worklists, and workgroups - Users can create workbaskets, worklists, and workgroups using Application Accelerator. This option is not the correct answer.

The correct answer is D. Users cannot create the capability of communication or integration with other systems using Application Accelerator.

Where do u have the group by option

  1. List View

  2. Summary View

  3. Both a and b

  4. none of the above


Correct Option: B

The property rule____ (choose 2)

  1. Can not be overridden with the same name

  2. Can use the inheritance facility in PRPC

  3. Can be created with the same name in different ruleset

  4. Can be created with the same name in different class


Correct Option: C,D

What you can do in the Monitor Activity workspace

  1. Run the report wizard

  2. Create new report

  3. Run the processes form report

  4. Browse category.


Correct Option: A,B,D

In PRPC, all classes you create inherit from the base classes:

  1. Citi-, Rule-, HTML-

  2. Work-, Data-, and History-

  3. Class-, Property-, Method-

  4. none of the above


Correct Option: B

In rule resolution what are all considered. (choose 4)

  1. Circumstance

  2. Ruleset

  3. RuleSet Version

  4. Create Date Time

  5. Rule Available


Correct Option: A,B,C,E

AI Explanation

To answer this question, we need to understand the concept of rule resolution.

Rule resolution refers to the process of determining which rule or rules should be applied in a given situation. The following factors are considered during rule resolution:

A) Circumstance - The circumstances or conditions under which the rule is applicable. This can include factors such as the values of certain variables or the state of the system.

B) Ruleset - The set of rules that are available for resolution. Different rulesets may have different priorities or be applicable in different scenarios.

C) RuleSet Version - The version or iteration of the ruleset. Different versions of a ruleset may have different rules or different rule priorities.

D) Create Date Time - The date and time when the rule was created. This is typically not considered during rule resolution.

E) Rule Available - Whether or not the rule is available for resolution. If a rule is not available, it will not be considered during rule resolution.

Based on the above explanation, the correct options are A, B, C, and E.

Parse XML rule is under which category of rules?

  1. Integration-Mapping

  2. Technical

  3. Property

  4. none of the above


Correct Option: A

Which parameter is used in the router activities?

  1. AssignTo

  2. SendTo

  3. DirectTo

  4. none of the above


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. none of the above


Correct Option: B

How many layers present in the ISO/OSI model

  1. 6

  2. 7

  3. 5

  4. 8


Correct Option: B

TCP/IP stands for

  1. Transfer Control Protocol/Intranet Protocol

  2. Transmission Control Protocol / Internet Protocol

  3. Transfer Control Protocol / Intranet Protocol

  4. Transfer Control Protocol / Intranetworking Protocol


Correct Option: B

After determining what you want your application to do, the best next step in software development is to:

  1. Establish standards for detail design

  2. Get to know your target users

  3. Allocate system functions

  4. Perform task analysis


Correct Option: B
- Hide questions