INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
user acceptance training (UAT)
|
|
performance testing
|
|
stress testing
|
|
immediately after deployment
|
|
immediately before deployment
|
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.