VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
All of the following except for one are the ideal times to run the PegaRULES Log Analyzer (PLA). Which is not when you would run PLA?
A
user acceptance training (UAT)
B
performance testing
C
stress testing
D
immediately after deployment
E
immediately before deployment
Explanation: 

Detailed explanation-1: -You can use DB Trace to examine a query made to the database.

Detailed explanation-2: -If your are only concerned about the response time on a couple of screens, then PAL is your way. If the reponse time is poor through out the application, then it is better to go for PLA. Mostly, PLA flags critical issues that leads to processing failure. So i hope in your scenario, PAL is the quick way.

Detailed explanation-3: -Each log is managed by an appender, which determines the type of events written to the log file. Pega manages logs based on the appender configuration in the prlog4j2.

Detailed explanation-4: -The following log files are commonly used on Pega Platform systems: The PEGA log contains warnings, errors, and information messages about internal operations. This log is also called the console log or system log and is used for debugging the application.

There is 1 question to complete.