iSQI CTFL-PT ISTQB Certified Tester Foundation Level-Performance Testing Online Training
iSQI CTFL-PT Online Training
The questions for CTFL-PT were last updated at Feb 13,2025.
- Exam Code: CTFL-PT
- Exam Name: ISTQB Certified Tester Foundation Level-Performance Testing
- Certification Provider: iSQI
- Latest update: Feb 13,2025
As a unit tester (.module tester’’) you are working on a project and are supposed to develop a test strategy.
Which of the following test and analysis procedures is. according to Automotive SPIC® NOT an appropriate clamant of a verification strategy for unit tests (software units), which ware "manually coded"?
Note The components to verify are non-safety relevant and safely relevant (up to ASlL-C) components
- A . Tool supported static analysis
- B . Hardware-in-the-Loop-Tests
- C . Unit tests (Test of Software-Units)
- D . Code-Reviews
As a unit tester (.module tester’’) you are working on a project and are supposed to develop a test strategy.
Which of the following test and analysis procedures is. according to Automotive SPIC® NOT an appropriate clamant of a verification strategy for unit tests (software units), which ware "manually coded"?
Note The components to verify are non-safety relevant and safely relevant (up to ASlL-C) components
- A . Tool supported static analysis
- B . Hardware-in-the-Loop-Tests
- C . Unit tests (Test of Software-Units)
- D . Code-Reviews
As a unit tester (.module tester’’) you are working on a project and are supposed to develop a test strategy.
Which of the following test and analysis procedures is. according to Automotive SPIC® NOT an appropriate clamant of a verification strategy for unit tests (software units), which ware "manually coded"?
Note The components to verify are non-safety relevant and safely relevant (up to ASlL-C) components
- A . Tool supported static analysis
- B . Hardware-in-the-Loop-Tests
- C . Unit tests (Test of Software-Units)
- D . Code-Reviews
As a unit tester (.module tester’’) you are working on a project and are supposed to develop a test strategy.
Which of the following test and analysis procedures is. according to Automotive SPIC® NOT an appropriate clamant of a verification strategy for unit tests (software units), which ware "manually coded"?
Note The components to verify are non-safety relevant and safely relevant (up to ASlL-C) components
- A . Tool supported static analysis
- B . Hardware-in-the-Loop-Tests
- C . Unit tests (Test of Software-Units)
- D . Code-Reviews
The average time from response reception to database commitment is 1000 milliseconds under maximum concurrent usage.
What is the approximate maximum average system throughput if that assumptions hold?
- A . 1.667 million transactions/second
- B . 1 million transactions/second
- C . 1 million transactions/millisecond
- D . 200.000 transactions/second
Which section of a performance test script is typically responsible for ensuring the script will have the right values and communication settings during execution?
- A . main section
- B . clean-up section
- C . initialization section
- D . timer section
You have been asked to test the performance of a software and system update to a North American mobile trivia quiz game application. The quiz app is available on major app stores serving English-speaking users. The number of concurrent users planned for is 5 million Winning quiz participants are promised a share of an allocated cash prize Once participants start playing, their quiz sessions must not be lost especially if all previous questions were answered correctly. The application owner wants to ensure that 99% of quiz sessions are maintained (up to 4.95 million sessions) until the last answer has been successfully recorded
In order to avoid cooperation among quiz participants, the answers to the multiple choice questions are listed randomly Confidence in the game’s fairness requires that a registered user originate from only one quiz client device Every user must respond over the same short window of time in order toavoid external assistance and learning the official answer before responding. Only participants who respond correctly may answer the next question Any activity that appears to violate expected behavior of a rule-following participant will cause the client session to be rejected.
You are developing test script code that handles quiz question responses. To do this you need to ensure that the script emulates the production quiz app client’s logic in terms of rule following and client-backend interface specification.
Based on the question description provided, which is one test script behavior you would implement in order to ensure the test script successfully delivers the operational and load profile of a quiz participant?
- A . Recognize whether the previous question response was correct
- B . Set the device identifier as a constant to ensure all virtual user instances use the set value
- C . Randomly select the maximum think time limit used to delay question responses.
- D . Use the date-time clock in order to submit question responses on a synchronized schedule with each instance
During design discussions the performance test team observed that database stored procedures for several popular use cases may be badly coded .
Which of the following common performance failures would best confirm the team’s confirm was justified?
- A . Slow response under all load levels
- B . Slow response fader moderate-to-heavy load levels
- C . Degraded response over time
- D . Inadequate or graceless error handling under heavy or over-limit load
Which of the following performance tests commonly results In understanding an application’s ability to support future Increases of users or larger amounts of data without exceeding the current performance requirement?
- A . scalability test
- B . load test
- C . endurance test
- D . concurrency test
Which performance testing operational activity pattern assists In identifying system functionality that may require correction or optimization?
- A . Batch requests are collections of activities a SUT performs from inititaion through termination of one or more processes commonly measured for their elapsed time.
- B . Concurrencies are collections of activities a SUT performs from inititaion through termination of one or more processes commonly measured for their elapsed time
- C . Stakeholder requests are collections of activities a SUT performs from inititaion through termination of one or more processes commonly measured for their elapsed time.
- D . Transactions are collections of activities a SUT performs from inititaion through termination of one or more processes commonly measured for their elapsed time.