0

testing Online Quiz - 97

Description: testing Online Quiz - 97
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0
  1. Memory Tab, Heap Tab, GC Tab

  2. Thread Tab, GC Tab, Memory Tab

  3. Memory Tab , Data Tab ,Heap Tab

  4. None


Correct Option: A

What is the option that must be used to set the level of data you want to record?

  1. Trigger

  2. Set Recording Level

  3. Configure Pool

  4. Leak Doctor


Correct Option: B

Which type of view is used for viewing object allocations?

  1. Instance View

  2. Allocation View

  3. Leak Doctor View

  4. Object View


Correct Option: B
  1. Heap View

  2. Instance View

  3. Leak Doctor View

  4. Allocation View


Correct Option: C
  1. Focusing on a known efficient algorithm

  2. Focusing on object cycle and garbage collection issues

  3. Focusing on missing codes in a program

  4. None


Correct Option: A
  1. A cycle of threads is blocked as they are waiting for resource which is being held by another thread in cycle

  2. Object is waiting for garbage collection

  3. Java Application is having Memory Leaks

  4. None


Correct Option: A
  1. Modified code runs slower than original code

  2. Modified code runs faster than original code

  3. Modified code runs as fast as original code

  4. None


Correct Option: A

What is the data collected in the Source Code during Code Coverage Analysis?

  1. Line data, Conditional Data, Switch Data

  2. Missed Column, Switch data, Conditional Data

  3. Missed Column, Switch data, Unconditional Data

  4. None


Correct Option: B

Which type of analysis would you prefer if your application is continuously crashing?

  1. Memory Analysis

  2. Performance Analysis

  3. Coverage Analysis

  4. Static Analysis


Correct Option: A
  1. Local data sheet, Global data sheet, Folder

  2. Local object repository, Local data sheet, Folder

  3. Local object repository ,Local data sheet, Global data sheet

  4. Local data sheet, Global data sheet, Local object repository


Correct Option: B

Constant is declared using :

  1. Dim statement

  2. Option Explicit statement

  3. Con Statement

  4. Const Statement


Correct Option: D

By default, arguments can be passed to the procedure using

  1. Byval

  2. Byref

  3. ByArg

  4. ByRes


Correct Option: B
  1. For next,Do loop, Switch Case

  2. For next, Do loop, While end

  3. If then, While end, Do loop

  4. For next, Switch case, If then


Correct Option: B
  1. Syntax errors

  2. Test name and author

  3. QTP license information

  4. Comment line


Correct Option: B

Two shared object repositories can be merged in ---------

  1. The object repository manager

  2. The object repository

  3. Associate object repository tool

  4. Only Local object repositories can be merged


Correct Option: A
  1. A collection object

  2. A string true/false

  3. Number of objects matching the description

  4. Boolean True/False


Correct Option: A

What are all the available environment variable types?

  1. Built-in

  2. User-defined

  3. Built-in, User-defined

  4. User function


Correct Option: C
- Hide questions