0

performance Online Quiz - 6

Description: performance Online Quiz - 6
Number of Questions: 20
Created by:
Tags: performance
Attempted 0/20 Correct 0 Score 0
  1. Variable

  2. Constant

  3. Parameter

  4. Correlation


Correct Option: C
Explanation:

To solve this question, the user needs to have knowledge of LoadRunner and its terminology.

The term for varying values defined in a placeholder that replaces hard-coded values is called a parameter.

Option A, variable, is incorrect because although variables can hold changing values, they are not specifically used to replace hard-coded values.

Option B, constant, is incorrect because constants, by definition, are values that do not change. They are not used to replace varying values.

Option D, correlation, is incorrect because correlation is a technique used to handle dynamic values in web applications, but it does not replace hard-coded values like a parameter does.

Therefore, the answer is:

The Answer is: C. Parameter

Where in the Run-time settings can you define to only send messages when an error occurs?

  1. General: Log

  2. General: Run Logic

  3. General: Miscellaneous

  4. . General: Additional Attributes


Correct Option: A

Which tool is used to emulate the steps of real users?

  1. Analyzer

  2. Controller

  3. VuGen

  4. Load generator


Correct Option: C

On which platform can the Controller be installed?

  1. UNIX

  2. Linux

  3. Windows

  4. Sun Solaris


Correct Option: A

Which file type has an extension .lrr?

  1. Script

  2. Analysis

  3. Scenario

  4. Results


Correct Option: D
Explanation:

Explanation: To answer this question, you need to understand the different file types and their extensions used in data analysis or software testing.

Option A) Script - The file type for scripts is often .sh, .py, .js, or .pl depending on the programming language. .lrr is not a common file extension for scripts.

Option B) Analysis - The file type for analysis is often .csv, .xlsx, .json, or .txt depending on the type of data and analysis. .lrr is not a common file extension for analysis files.

Option C) Scenario - The file type for scenarios is often .xml, .json, or .txt depending on the tool or framework used. .lrr is not a common file extension for scenario files.

Option D) Results - The file type for results is often .html, .pdf, .docx, or .csv depending on the type of output. .lrr is a file extension for results generated by LoadRunner, a performance testing tool by Micro Focus.

The correct answer is D. This option is correct because .lrr is a file extension commonly used for results generated by LoadRunner.

What is a collection of Vusers within a scenario called?

  1. A set

  2. A group

  3. A profile

  4. A scenario


Correct Option: B

The dynamically generated Values in a script during the test run can be captured using

  1. Variable

  2. Constant

  3. Parameter

  4. Correlation


Correct Option: D

One of the following commands cannot be used to check the presence of a particular response in the script:

  1. lr_xml_find

  2. lr_eval_string

  3. web_image_check

  4. web_reg_find


Correct Option: B

In order to perform a transaction across multiple Vusers simultaneously we use the followin feature

  1. Think time

  2. Rendezvous Point

  3. Pacing

  4. Run Logic


Correct Option: B

web_reg_save_param of HTTP\HTML protocol is the equivalent of which of the following commands in the web services protocol

  1. lr_save_string

  2. lr_xml_find

  3. lr_xml_get_values

  4. lr_eval_string


Correct Option: C

What is the command to find the fully qualifeid domain name ?

  1. host

  2. hostname

  3. hostname -f

  4. hostname -s


Correct Option: C

cat file2 file 2 , what is the function of cat command here?

  1. opening file 1 and file 2

  2. concatenate file 1 and file 2 and print on standard output

  3. opening file 2 if file1 doesnt exist

  4. it will throw an error


Correct Option: B

file permission 673 is?

  1. rw-rwx-wx

  2. rwxrwxrwx

  3. rwxrwx-wx

  4. rw-rw-rw-


Correct Option: A

What is the command to view cronjobs in the server?

  1. crontab

  2. crontab -e

  3. crontab -l

  4. crontab -r


Correct Option: C

Select the back up tools in linux from below?

  1. tar

  2. cpio

  3. dump

  4. untar


Correct Option: A,B,C

There are few fields in /etc/passwd file.Which of the following is the proper order?

  1. uname,UID,GID,HomeDir,command,comment

  2. uname,UID,GID,comment,HomeDIr,command

  3. uname,UID,groupname,homedir,GID,command

  4. uname,homedir,command,comment,UID,GID


Correct Option: B

4.What is non-functional software testing?

  1. a.Unit Testing

  2. b.Black Box Testing

  3. c.Performance Testing

  4. d.Regression Testing


Correct Option: C

1.What is non-functional software testing?

  1. a.Unit Testing

  2. b.Black Box Testing

  3. c.Performance Testing

  4. d.Regression Testing


Correct Option: C

2.Which would not come under the various types of performance testing?

  1. a.Endurance Test

  2. b.Component Test

  3. c.Stress Test

  4. d.Baseline Test.


Correct Option: B

3.Performance Testing needs to be done on all the functional flows of the application to identify performance issues. The above statement is

  1. True

  2. False


Correct Option: B
- Hide questions