JMeter one liner questions

Sr. No.QuestionAnswer
1which jmeter sampler can be used to receive messages from a JMS serverJMS subscriber
2what is jmete test planA script that defines the actions to be performed during a load test
3which character is used to separate list of paths that Jmeter will search for Jmeter plugin classes as specified by search_paths attribute in jmeter.properties;
4what is the escape character used in a function parameter\
5select invallid controller in jmeterstatic controller
6jmeter is used for carring out performnace testing ofFTP server
7Which Jmeter variable can be used to reference the JMS messages ID?${__jms_id}
8which jmeter component is used to log in to an FTP serverFTP Request
9which regular expression quantifier matches one or more occurences of the preceding character+
10what does excution of jmeter.bat on wnindows results inrun jmete in gui mode
11which property stores Jmeter server's IP address under remote testingremote_hosts
12who is attributed as creator of JmeterStefano Mazzocchi
13which Jmeter sasmpler can be used to send messages to a JMS serverJMS publisher
14which jmeter listner can be used to view the latency of a test planlatency over time
15which of the following Jmeter elements is used to pause the execution of the test plan for a specified time?constant timer
16what is the default pause value in Jmeter2000ms
17which function can be used to define a Jmeter PropertysetProperty
18which term refers to the maximum number of users for testload test
19what is absent in jmeter production releaseJDBC Driver
20which controller in Jmeter can be used to control the flow of requests in a test plan?If controller
21which jmeter function is used to replace all occureneces of a specified string in a variable with a new string${__regexReplace()}
22which element tells Jmeter the number of users to simulateThread Group
23which of the following Jmeter elements can be used to execute a test plan remotly?Junit request
24which of the following regular expression constructs is used to specify a range of charactes[]
25what does logic controllers determine in Jmeterthe order in which user request are executed
26which assertion can be used tocheck if a response contains a particular string?Response Assertion
27What is the first step you want to do with every JMeter FTP Test Planadd a Thread Group element
28Which of the following is a key benefit of using JMeter Monitor?It can measure the performance of individual components within a system.
29Which protocol(s) does JMeter support for load testing?HTTPS ,FTP, SMTP
30Which type of test scenario in JMeter is used to simulate real-world usage of an application?Random
31Which JMeter component is used to run a SQL query in a loop?JDBC Connector
32What is the advantage to control any number of remote JMeter instancesNo need to copy the test plan to each server
33Which JMeter function is used to convert a string to uppercase letters?${__uppercase()}
34Which JMeter element stores the results of requests to diskListener
35Which parameter lists proxy server hostname to JMeter during startupH
36What will be the delay for starting each successive thread if there are 30 threads with a ramp-up period of 120 seconds4 seconds
37Which JMeter function is used to get the name of the current thread group?${__threadGroupName()}
38Which function is used to get sampler namesamplerName
39Which of the following JMeter components is used to simulate the behavior of multiple users?Thread Group
40Which amongst the following which cannot be tested using Jmeter?Accessibility Testing
41Which mode is used to transfer binary files in FTP?Binary mode
42What is JMeter Monitor?A tool that monitors the CPU and memory usage of servers.
43Which of the following JMeter elements is used to simulate the actions of a user who clicks a link on a web page?HTTP Request
44Which protocol is used by JMeter for LDAP testing?LDAPv3
45What is the first step to do with every JMeter Test PlanAdd the ThreadGroup element
46Which listener in JMeter can help you visualize the response time of each sampler in a test plan?Graph Results
47Which JMeter component is used to test the performance of REST APIs?REST Sampler
48Which of the following command option specifies file to log sample results tol
49Which JMeter component is used to generate random values for testing?Pre-Processor
50Which JMeter component is used to set up a JDBC connection to a database?JDBC Connection Configuration