ExamGecko
Home / ISTQB / CTAL / List of questions
Ask Question

ISTQB CTAL Practice Test - Questions Answers, Page 4

List of questions

Question 31

Report Export Collapse

A development house (DH) uses the V model for its projects. It delivers systems to the energy industry. In response to consumer demands, DH has been asked to create an online system for consumers to switch energy suppliers easily. There are already offerings in the marketplace for this service, but DH thinks it can provide a service which is easier to use. It will request more detailed information on homes and occupant lifestyles in order to accurately predict likely bills per quarter, and will update users if a cheaper tariff becomes available. For this new service, the specifications have been defined, code has been created, and system testing is about to start. Which of the following would form part of the entry criteria into unit testing (which will be followed by integration testing)?

I . 100 per cent decision coverage of all tariff calculations.

II . Signed-off program specification.

III . Signed-off technical specification.

IV . 100 per cent program specification coverage.

V . Compiled code.

I, III and V
I, III and V
II and V
II and V
I, II and III
I, II and III
III, IV and V
III, IV and V
Suggested answer: B
asked 18/09/2024
Juan Pablo Mateos Ornelas
52 questions

Question 32

Report Export Collapse

A local council employs its own IT staff; there are 40, most of whom have been with the council for over 10 years. The council uses the Agile development methodology. Each project has between five and nine team members, all of whom work very closely together. At the start of each iteration, the requirements are loosely defined. These are then built, tested and refined. The IT Department has been asked to upgrade the council website to include:

# Information on recycling targets;

# Amounts recycled per month; and

# Energy usage in the recycling effort.

The project will be undertaken in three iterations, one for each requirement defined above.

Which two of the following methods of test estimation would be most appropriate in this situation?

I . Making use of a work breakdown structure.

II . Taking 30 per cent of the total iteration time.

III . Calculating the time required using test point analysis.

IV . Gaining consensus from the team.

I and II B.II and III
I and II B.II and III
I and IV
I and IV
II and IV
II and IV
Suggested answer: C
asked 18/09/2024
VIVEKANANDAN BALARAMAN
42 questions

Question 33

Report Export Collapse

Which of the following are "white-box" test techniques?

I . Decision Testing

II . Condition Testing

III . LCSAJ (loop testing)

IV . State transition testing

I, II true.III, IV false
I, II true.III, IV false
I, III, IV true, II false
I, III, IV true, II false
I, II, III true, IV false
I, II, III true, IV false
All of the above
All of the above
Suggested answer: C
asked 18/09/2024
MARCIA SHEILA PELAEZ GONZALEZ
43 questions

Question 34

Report Export Collapse

According to the ISTQB Syllabus, which of the following are test techniques?

I . Experienced based

II . Defect based

III . Static and dynamic analysis

IV . Structure based

III is true. I, II, IV false
III is true. I, II, IV false
I, IV true. II, III false
I, IV true. II, III false
All of the above
All of the above
None of the above
None of the above
Suggested answer: C
asked 18/09/2024
Fernando Pereira dos Santos
43 questions

Question 35

Report Export Collapse

Software Testers in a software development company installed the new release on test systems and started the testing phase. Testers verified the new functionality, performed necessary security testing and completed planned regression tests. During the last week of testing, testers noticed that the memory utilization was more than 95% on two of the test servers (out of 4 servers). This behavior was not observed during the first weeks of the testing phase. As a test analyst, what would you do?

Ignore the problem because other two servers are okay (memory utilization is normal)
Ignore the problem because other two servers are okay (memory utilization is normal)
Report the problem to the developer immediately and create a defect report because it could be a problem related to memory leak.
Report the problem to the developer immediately and create a defect report because it could be a problem related to memory leak.
Reboot the system so that memory utilization will come back to normal. Not report it as a problem.
Reboot the system so that memory utilization will come back to normal. Not report it as a problem.
Create a defect report and reboot the system to correct the memory problem.
Create a defect report and reboot the system to correct the memory problem.
Suggested answer: B
asked 18/09/2024
Garvey Butler
50 questions

Question 36

Report Export Collapse

Select the correct statement related to test techniques;

I . Software program should be running to perform dynamic analysis

II . Software program should be running to perform static analysis

III. Control flow analysis is part of dynamic analysis

IV . Data flow analysis is part of static analysis

I, II true. III, IV false
I, II true. III, IV false
I, III true. II, IV false
I, III true. II, IV false
I, IV true. II, III false
I, IV true. II, III false
I true. II, III, IV false
I true. II, III, IV false
Suggested answer: C
asked 18/09/2024
John Tourloukis
35 questions

Question 37

Report Export Collapse

You and two junior testers have been assigned to a new project qualification by your manager.

Development of the code started two weeks ago and now you are invited to attend a code review meeting by development manager. Meeting agenda is to cover following items.

# Verify code compliance to coding standards

# Verify comment usage frequency

# Review number of function calls

# Review logical decision points in the application

What is the purpose of this meeting?

Perform a Static Analysis of the code with the intention of finding bugs early.
Perform a Static Analysis of the code with the intention of finding bugs early.
Explain the testers how the program should work.
Explain the testers how the program should work.
Get an agreement to release the partially completed software to the testing department.
Get an agreement to release the partially completed software to the testing department.
Explain the complexity of the code.
Explain the complexity of the code.
Suggested answer: A
asked 18/09/2024
Jose Gonzalez
47 questions

Question 38

Report Export Collapse

Integrated Solutions Inc. is a software testing company with 20 testers. One of their clients provided a software release and requested to test the software within 2 weeks. The client did not provide any specifications of the software or any documentation. However, Integrated Solutions Inc. testers have tested similar releases from the same client in the past. As a Senior Software Tester, what is your best approach?

Test the product using "Defect and Experienced Based" techniques like error guessing, exploratory and attacks.
Test the product using "Defect and Experienced Based" techniques like error guessing, exploratory and attacks.
Request for more time.
Request for more time.
Explain the client why you cannot test the software.
Explain the client why you cannot test the software.
Test only performance of the software.
Test only performance of the software.
Suggested answer: A
asked 18/09/2024
Ben Johnson
41 questions

Question 39

Report Export Collapse

A software company developed a software application for a Life Insurance Company. The testers of the software company were given the release to test. The software application calculates the annual life insurance cost based on customers' age. Life insurance cost is as follows per year;

# Age 18 or less: US $ 300

# Age over 18 or less than 70: US $ 500

# Person has to be at least 1 year old to purchase insurance

If a customer enters any other age, the software prints an error message. The Application accepts only positive integer values (no decimals). Given above scenario, how many valid test cases at minimum can you derive using equivalence partitioning?

4
4
3
3
5
5
2
2
Suggested answer: D
asked 18/09/2024
Landry Tankam
44 questions

Question 40

Report Export Collapse

A software company developed a software application for a Life Insurance Company. The testers of the software company were given the release to test. The software application calculates the annual life insurance cost based on customers' age. Life insurance cost is as follows per year;

# Age 18 or less: US $ 300

# Age over 18 or less than 70: US $ 500

# Person has to be at least 1 year old to purchase insurance

If a customer enters any other age, the software prints an error message. The Application accepts only positive integer values (no decimals).

How many boundary value test cases can you derive for the life insurance application?

Become a Premium Member for full access
  Unlock Premium Member
Total 80 questions
Go to page: of 8
Search

Related questions