web technology Online Quiz - 80
web technology Online Quiz - 80
Questions
How could you use a Flow shape to branch to another flow without returning control?
- (a) Do not have any connectors emanating from the Flow shape
- (b) In the Flow parameters, select Branch, not Call
- (c) You cannot use a Flow shape to branch to another flow
- (d) none of these
Property-Seek-Value is a method which can be used to invoke:
- (a) Forward chaining
- (b) Backward chaining
- ©front chaining
- (d) none of these
You can use one of the following optional features to add one or more facts to the value of a property.
- a) Property qualifier
- b) Property aliases
- c) Enumerated text values
- (d) none of these
When would you choose a Fork shape instead of a Decision shape?
- (a) When you want to invoke a map value (not a map value pair)
- (b)when you want to invoke a when rule
- (c)when you want to invoke a decision table
- (d) none of these
In PRPC, all classes you create inherit from the base classes:
- (a) Citi-, Rule-, HTML-
- b. Work-, Data-, and History-
- c. Class-, Property-, Method-
- (d) none of these
Which method ends the current activity and returns control to the calling activity.
- (a) Activity-End
- (b) End-Activity
- (c) Exit-Activity
- (d) none of these
Which type of declarative processing provides the ability to proactively obtain data needed for processing by resolving a series of triggered dependent property values changes?
- a) Backward Chaining
- b) Forward Chaining
- c) Property Chaining
- d) None of the above
True or False. You can create rules to support application-specific attachments
- True
- False
In the early stage of the Design, you should:
- (a)Create a list of the systems that you will interact with, the type of information needed, the interconnect mechanism, and the details of each message exchanged.
- (b) Same as (a), but excluding the details of each message
- (c) Same as (a), but include a detailed “message to properties” map
- d) None of the above
True or False: Create properties for lower-level classes before higher-level classes.
- True
- False
A flow can have more than one Start Flow shape.
- True
- False
There must be one Connector shape emanating from a Decision shape for every possible return value.
- True
- False
Division names do not have to be unique within the organization because Process Commander has the ability to differentiate.
- True
- False
Which of the following are valid Work Id
- W-
- W-TCS
- TCS-W-
- All of the above
Cover and Covered object should belong to
- Same ClassGroup
- Same AccessGroup
- Same WorkPool
- None of the above
Which of the following is the best way to update a property in an activity step ?
- Use the Java method
- AtSetValue(PropertyName, Value)
- Use the Property-Set method
- {PropertyName INPUT}
Which of the following is true regarding development RuleSets(Not standard rules)
- Rule sets can be maximum of 32 characters
- Rule sets can have spaces
- Rule sets can have Pega as prefix
- Rule sets name can have special characters and spaces
According to Ten Guard Rails of PRPC,application performance need to be monitored
- Daily
- Weekly
- Monthly
- Once in 3 months
Following doesn't come under 'Event Types To Trace' tab of Tracer
- Flow
- Declare Constraint
- Declare Decision Tree
- Activity Steps
External systems access PRPC application data and processes using
- Services
- Connectors
- Servers
- All the above