Tag: testing

Questions Related to testing

  1. To merge two snapshots

  2. To compare the output of two Java programs

  3. To compare the performance impacts of code changes on your applications and the use of system resources such as processor and memory

  4. To compare two applications


Correct Option: C
  1. Managed Session and Unmanaged Session

  2. Local Session and Current Session

  3. Current Session and Remote Session

  4. Local Session and Remote Session


Correct Option: D

Why Memory Analysis is used in JProbe?

  1. To identify Java garbage collection issues and object cycling issues

  2. To identify and resolve Java bottlenecks and deadlocks

  3. To identify un-executed lines of code during unit testing

  4. None


Correct Option: A

Code Coverage Analysis is used for which type of testing by QA developer?

  1. Functional Testing

  2. Unit Testing

  3. Performance Testing

  4. Integration Testing


Correct Option: B
  1. Memory Analysis

  2. Performance Analysis

  3. Coverage Analysis

  4. Static Analysis


Correct Option: B

What are the types of licensing models supported by Jprobe?

  1. Starter License, Enterprise License, Edition License

  2. Node Locked Licensing, Per Seat Licensing, Current Licensing, Edition License

  3. Node Locked Licensing, Per Seat Licensing, Concurrent Licensing, Enterprise Licensing

  4. None


Correct Option: C
  1. J2EE and J2SE application

  2. Mainframe Applications

  3. C/C++ Applications

  4. Perl Applications


Correct Option: A

“Using Jprobe you can run one analysis at a time for an application”

  1. True

  2. False


Correct Option: A
  1. JProbe tracks calls to the methods in your application

  2. Encapsulates data when your application calls the specified native methods

  3. Triggers provide a way to tie JProbe actions to your program’s execution

  4. None


Correct Option: C