JMeter one liner questions
Krishnat Ramchandra Hogale
5 min read
1 | Which of the following is a key benefit of using JMeter Monitor? | It can measure the performance of individual components within a system. |
2 | What is JMeter Remote Testing used for? | To distribute load testing across multiple machines. |
3 | Which port is used by default for FTP? | 21 |
4 | which JMeter listener can be used to view the errors in a test plan? | View Results Tree |
5 | Which element tells JMeter the number of users to simulate | Thread Group |
6 | Which element will check the received response data by verifying if the response text is "successful" for an LDAP test plan | vsponse Assertion |
7 | Which JMeter component is used to log in to an FTP server? | FTP Request |
8 | Which JMeter listener can be used to view the percentage of successful and failed requests in a test plan? | Aggregate Report |
9 | How many types of controllers are present in JMeter | 2 types of Controllers |
10 | CSV Data Set element will read a _________________ for each thread. | new line |
11 | Which of the following controller makes the user request run specified number of times | Loop controller |
12 | Which of the following is an invalid timer in Jmeter | Continue Timer |
13 | Each Sampler generates ____________ sample results. | one or more |
14 | Which JMeter assertion can be used to check if an LDAP search result contains a specific value? | LDAP Attribute Value Assertion |
15 | The _________________ platform is not supported by Jmeter. | REACT OS |
16 | Which of the following JMeter elements is used to pause the execution of a test plan for a specified time? | Constant Timer |
17 | What does the term BSF expands to? | Bean Scripting Framework |
18 | Which JMeter listener can be used to view the average response time of a test plan per URL? | Aggregate Report |
19 | Which of the following JMeter elements is used to define a set of default values for HTTP requests? | HTTP Request Defaults |
20 | Which metacharacter matches at the beginning of every line for multi-line mode regex | '^' |
21 | What does the LDAP Request Defaults element tell JMeter | defines the default values that the LDAP Request elements use |
22 | We can connect to any JMS server by using the ___________________ to locate an existing JMS connection factory. | Java Naming and Directory Interface (JNDI) |
23 | _______________ is/are not supported by Jmeter. | Monkey Testing |
24 | Does stress testing can be conducted by Jmeter? | Yes |
25 | Which of the following JMeter elements is used to define the URL of the web application to be tested? | HTTP Request Defaults |
26 | Select INVALID configuration element in Jmeter. | FTP Cookie Manager |
27 | ____________________ are test plan elements that are executed before the sampler request execution. | Pre-processor |
28 | Which of the following options is used to specify the location of the JMeter log file in remote mode? | -l |
29 | What is the purpose of the "CSV Data Set Config" element in JMeter? | To store test data in a CSV file |
30 | Which of the following JMeter elements can be used to record test scripts for remote testing? | HTTP(S) Test Script Recorder |
31 | Which executable file on Windows starts JMeter in server mode | jmeter-server.bat |
32 | Which of the following JMeter elements is used to group multiple test elements together and control their execution? | Simple Controller |
33 | Which JMeter assertion is used to check the response code of an FTP request? | FTP Assertion |
34 | What does the value in loop count field, refers to | How many times to repeat test |
35 | Which parameter's name should be entered into the modifier for URL rewriting | session ID |
36 | Which JMeter function is used to calculate the MD5 hash of a string? | ${__MD5()} |
37 | Which FTP command is used to rename a file on an FTP server? | RENAME |
38 | Which element in JMeter is used to create user sessions with unique login credentials? | Login Config Element |
39 | Which of the following JMeter elements is used to define variables that can be used across multiple test elements? | User Defined Variables |
40 | Which JMeter property defines prefix to indicate relative addressing usage | jmeter.save.saveservice.base_prefix |
41 | What is the purpose of the "Response Code Assertion" in JMeter? | To check if a response code is within a certain range |
42 | Which JMeter element can be used to view the results of a remote test run? | Results Tree |
43 | Which term refers to the maximum number of users for test | no benchmark no test |
44 | Which type of test scenario in JMeter is used to execute a fixed number of requests? | Basic |
45 | Which of the following JMeter elements is used to define a regular expression that can be used to extract data from response messages? | Regular Expression Extractor |
46 | Which JMeter component is used to generate random values for testing? | Pre-Processor |
47 | What is the escape character used in a function parameter | \ |
48 | Which JMeter function can be used to reference the result of an LDAP search? | ${__ldap_resultset} |
49 | Which JMeter component is responsible for starting and stopping remote servers? | Distributed Testing |
50 | Which controller in JMeter can be used to execute requests in parallel? | Parallel Controller |
0
Subscribe to my newsletter
Read articles from Krishnat Ramchandra Hogale directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
Krishnat Ramchandra Hogale
Krishnat Ramchandra Hogale
Hi! I’m Krishnat, a Senior IT Associate specializing in Performance Engineering at NTT DATA SERVICES. With experience in cloud technologies, DevOps, and automation testing, I focus on optimizing CI/CD pipelines and enhancing infrastructure management. Currently, I'm expanding my expertise in DevOps and AWS Solutions Architecture, aiming to implement robust, scalable solutions that streamline deployment and operational workflows.