Official Bank 0/80

ISQI ISTQB Certified Tester Advanced Level - Test Analyst Exam (CTAL) - ISQI Actual Exam Questions

Last updated on April 30, 2026

97% Exam Compliance
80 Total Questions
1
Question

Use the following code; x=1 y=2 z=3 If (x = = 2) { print "Hi There !"; } else { print "Good bye"; } z=x + y; if (z ==4) { print "Welcome Back!"; } else { print "Thank you"; } How many test cases at minimum are required to test branch / decision coverage?

Options
A

2

B

3

C

4

D

1

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

An internet service provider (ISP) offers its services mainly to home users. With this group, a major target is home users with children. One of its key selling points is its Parental Control (PC) system. The PC system allows the user with Master rights to set the internet access privileges of the other users. Its categories of user are: Mature Teen (M), General Teen (G), Kids only (KO). # A Mature Teen can have 24-hour access, can access websites in the M category and can visit chat rooms. # A General Teen can have ‘9–5’ access, can access websites in the G category and can visit chat rooms. # A Kid can have access up to 1 hour per day, can access websites in the KO category only, but cannot visit chat rooms. For which of the following would decision testing be most suited?

Options
A

To check that the system allows the creation of a Master user.

B

To check that the Master user can set access privileges.

C

To check that the code relating to the Master user can be fully executed.

D

To check that the Master user can be changed to a different user.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

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?

Options
A

Test the product using "Defect and Experienced Based" techniques like error guessing, exploratory and attacks.

B

Request for more time.

C

Explain the client why you cannot test the software.

D

Test only performance of the software.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

What type of a review meeting is described below? "You were invited to attend a meeting next week. Meeting moderator included set of metrics and a document to be reviewed along with the meeting agenda. One of the meeting agendas is to find defects in the document sent. You and the other attendees were asked to review the document prior to the meeting".

Options
A

Informal Review

B

Inspection

C

Walkthrough

D

None of the above

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

Which of the following statements are true?

Options
A

II, III true. I, IV false

B

I, II true. III, IV false

C

II, III, IV true. I false

D

I, II, IV true. III false

E

Test automation tools can be used only for one project. II . Test data comparison tool can be used to avoid human data comparison mistakes. III . A company can utilize multiple test tools to efficiently perform their test activities. IV . Purchasing suite of test tools from the same vendor guarantees that the tools will work together.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.