Sample Exam (Set B)
Sample Exam (Set B)
Which of the following statements CORRECTLY reflects the value of static *0/1
testing?
a) By introducing reviews, we have found that both the quality of specifications and
the time required for development and testing have increased
b) Using static testing means we have better control and cheaper defect
management due to the ease of detecting defects later in the lifecycle
c) Now that we require the use of static analysis, missed requirements have
decreased and communication between testers and developers has improved
d) Since we started using static analysis, we find coding defects that might have
not been found by performing only dynamic testing
Correct answer
d) Since we started using static analysis, we find coding defects that might have not
been found by performing only dynamic testing
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5o… 1/44
1/6/23, 2:58 PM Sample Exam [Set B]
As a result of risk analysis, more testing is being directed to those areas *1/1
of the system under test where initial testing found more defects than
average.
c) Absence-of-errors is a fallacy
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5o… 2/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following is a defect rather than a root cause in a fitness *1/1
tracker?
a) Because the author of the requirements was unfamiliar with the domain of
fitness training, he therefore wrongly assumed that users wanted heartbeat in beats
per hour
b) The tester of the smartphone interface had not been trained in state transition
testing, so missed a major defect
d) Because the designer had never worked on wearable devices before, she as
designer of the user interface therefore misunderstood the effects of reflected
sunlight
Feedback
c) Is correct. The incorrect configuration data represents faulty software in the fitness
tracker (a defect), that may cause failures
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5o… 3/44
1/6/23, 2:58 PM Sample Exam [Set B]
Feedback
Which of the following BEST describes how value is added by maintaining *1/1
traceability between the test basis and test artifacts?
c) Test managers can identify which testers found the highest severity defects
Feedback
b) Is correct. If all test cases are linked with requirements, then whenever a new test case
(with traceability) is added, it is possible to see if any previously uncovered requirements
are covered by the new test case
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5o… 4/44
1/6/23, 2:58 PM Sample Exam [Set B]
Sample Exam [Set B] 1 of 1 points
Which of the following statements about test types and test levels is *1/1
CORRECT?
b) Functional testing can be performed at any test level, while white-box testing is
restricted to component testing
d) Functional and non-functional testing can be performed at any test level, while
white-box testing is restricted to component and integration testing
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5o… 5/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following statements BEST compares the purposes of *1/1
confirmation testing and regression testing?
a) The purpose of regression testing is to ensure that all previously run tests still
work correctly, while the purpose of confirmation testing is to ensure that any fixes
made to one part of the system have not adversely affected other parts
c) The purpose of regression testing is to ensure that any changes to one part of
the system have not caused another part to fail, while the purpose of confirmation
testing is to check that all previously run tests still provide the same results as
before
Feedback
b) Is correct. The descriptions of both confirmation and regression testing match the
intent of those in the syllabus
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5o… 6/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following qualities is MORE likely to be found in a tester’s *1/1
mindset rather than in a developer’s?
a) A tester´s mindset tends to grow and mature as the tester gains experience
Feedback
b) Is correct. Developers are often more interested in designing and building solutions
than in contemplating what might be wrong with those solutions
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5o… 7/44
1/6/23, 2:58 PM Sample Exam [Set B]
Given the following statements about the relationships between software *1/1
development activities and test activities in the software development
lifecycle:
1. Each development activity should have a corresponding testing
activity
2. Reviewing should start as soon as final versions of documents
become available
3. The design and implementation of tests should start during the
corresponding development activity
4. Testing activities should start in the early stages of the software
development lifecycle
Which of the following CORRECTLY shows which are true and false?
a) True – 1, 2; False – 3, 4
b) True – 2, 3; False – 1, 4
c) True – 1, 2, 4; False – 3
d) True – 1, 4; False – 2, 3
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5o… 8/44
1/6/23, 2:58 PM Sample Exam [Set B]
Given the following test activities and tasks: * 1/1
A. Test design
B. Test implementation
C. Test execution
D. Test completion
Which of the following BEST matches the activities with the tasks?
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5o… 9/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following provides the definition of the term test case? * 1/1
c) Work products produced during the test process for use in planning, designing,
executing, evaluating, and reporting on testing
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 10/44
1/6/23, 2:58 PM Sample Exam [Set B]
Using BVA (only Min- and Max values), which of the following sets of test *0/1
inputs provides the highest level of boundary coverage?
Correct answer
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 11/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following CORRECTLY identifies inconsistencies between *0/1
pairs of requirements?
b) 6-15, 9-11
d) 6-15, 7-12
Correct answer
b) 6-15, 9-11
b) Unnecessary code that sounds an alarm when reversing was included in the
system
c) The system stops maintaining a set speed when the radio volume is
increased or decreased
Feedback
c) Is correct. This is a deviation from the expected functionality - a cruise control system
should not be affected by the radio
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 12/44
1/6/23, 2:58 PM Sample Exam [Set B]
Sample Exam [Set B] 1 of 1 points
Given that the testing being performed has the following attributes: * 1/1
• Based on interface specifications
• Focused on finding failures in communication
• The test approach uses both functional and structural test types
a) Integration testing
b) Acceptance testing
c) System testing
d) Component testing
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 13/44
1/6/23, 2:58 PM Sample Exam [Set B]
What is the minimum number of additional test cases that are needed to *1/1
ensure full coverage of ALL VALID INPUT equivalence partitions?
a) 1
b) 2
c) 3
d) 4
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 14/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following BEST matches the descriptions with the different *1/1
categories of test techniques?
1. Coverage is measured based on a selected structure of the test object
2. The processing within the test object is checked
3. Tests are based on defects’ likelihood and their distribution
4. Deviations from the requirements are checked
5. User stories are used as the test basis
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 15/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following provides the BEST description of exploratory *0/1
testing?
Correct answer
b) An approach to testing whereby the testers dynamically design and execute tests
based on their knowledge, exploration of the test item and the results of previous
tests
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 16/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following statements on the use of checklists in a formal *0/1
review is CORRECT?
a) As part of the review planning, the reviewers create the checklists needed for
the review
b) As part of the issue communication, the reviewers fill in the checklists provided
for the review
c) As part of the review meeting, the reviewers create defect reports based on the
checklists provided for the review
d) As part of the review initiation, the reviewers receive the checklists needed for
the review
Correct answer
d) As part of the review initiation, the reviewers receive the checklists needed for the
review
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 17/44
1/6/23, 2:58 PM Sample Exam [Set B]
b) Impact analysis is used to identify how data should be migrated into the
maintained system
c) Impact analysis is used to decide which hot fixes are of most value to the user
Feedback
a) Is correct. Impact analysis may be used to identify those areas of the system that will
be affected by the fix, and so the extent of the impact (e.g., necessary regression testing)
can be used when deciding if the change is worthwhile
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 18/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following sets of test inputs would achieve the BEST *1/1
equivalence partition coverage?
Feedback
d) Is correct. 666 (1), 999 (1), 2222 (3), 5555 (4), 6666 (5) – 4 partitions
(out of 5)
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 19/44
1/6/23, 2:58 PM Sample Exam [Set B]
b) If a test team external to the organization can be afforded, then there are distinct
benefits in terms of this external team not being so easily swayed by the delivery
concerns of project management and the need to meet strict delivery deadlines
c) An independent test team can work totally separately from the developers, need
not be distracted with changing project requirements, and can restrict
communication with the developers to defect reporting through the defect
management system
Feedback
d) Is correct. Specifications are never perfect, meaning that assumptions will have to be
made by the developer. An independent tester is useful in that they can challenge and
verify the assumptions and subsequent interpretation made by the developer
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 20/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following BEST defines risk level? * 0/1
d) Risk level is the sum of all potential hazards to a system multiplied by the sum of
all potential losses from that system
Correct answer
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 21/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following BEST describes the concept behind error *1/1
guessing?
a) Error guessing requires you to imagine you are the user of the test object and
guess mistakes the user could make interacting with it
b) Error guessing involves using your personal experience of development and the
mistakes you made as a developer
d) Error guessing requires you to rapidly duplicate the development task to identify
the sort of mistakes a developer might make
Feedback
c) Is correct. The basic concept behind error guessing is that the tester
tries to guess what mistakes may have been made by the developer
and what defects may be in the test object based on past-experience
(and sometimes checklists)
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 22/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which two of the additional test cases would achieve full coverage of the *0/1
complete decision table (when combined with the test cases that have
already been generated for rules R1 and R4)?
a) DT1, DT2
b) DT2, DT3
c) DT2, DT4
d) DT3, DT4
Correct answer
c) DT2, DT4
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 23/44
1/6/23, 2:58 PM Sample Exam [Set B]
The reviews being used in your organization have the following *1/1
attributes:
• There is a role of a scribe
• The purpose is to detect potential defects
• The review meeting is led by the author
• Reviewers find potential defects by individual review
• A review report is produced
a) Informal Review
b) Walkthrough
c) Technical Review
d) Inspection
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 24/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following statements about test estimation approaches is *0/1
CORRECT?
b) With the expert-based approach, a group of expert users identified by the client
recommends the necessary testing budget
c) With the expert-based approach, the test managers responsible for the different
testing activities predict the expected testing effort
d) With the metrics-based approach, an average of the testing costs recorded from
several past projects is used as the testing budget
Correct answer
c) With the expert-based approach, the test managers responsible for the different
testing activities predict the expected testing effort
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 25/44
1/6/23, 2:58 PM Sample Exam [Set B]
Sample Exam [Set B] 0 of 1 points
a) The potential impact of security flaws has been identified as being particularly
high, so security testing has been prioritized ahead of some other testing activities
b) Testing has found the quality of the network module to be higher than expected,
so additional testing will be performed in that area
c) The users had problems with the user interface of the previous system, so
additional usability testing is planned for the replacement system
d) The time needed to load web pages is crucial to the success of the new
website, so an expert in performance testing has been employed for this project
Correct answer
b) Testing has found the quality of the network module to be higher than expected,
so additional testing will be performed in that area
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 26/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following is MOST likely to be used as a reason for using a *1/1
pilot project to introduce a tool into an organization?
a) The need to evaluate how the tool fits with existing processes and practices
and determining what would need to change
b) The need to evaluate the test automation skills and training, mentoring and
coaching needs of the testers who will use the tool
c) The need to evaluate whether the tool provides the required functionality and
does not duplicate existing test tools
d) The need to evaluate the tool vendor in terms of the training and other support
they provide
Feedback
b) Is not correct. The evaluation of the test automation skills and training, mentoring and
coaching needs of the testers who will use the tool should have been performed as part of
the tool selection activity
c) Is not correct. The decision on whether the tool provides the required
functionality and does not duplicate existing tools should have been
performed as part of the tool selection activity
d) Is not correct. The evaluation of the tool vendor in terms of the training and other
support they provide should have been performed as part of the tool selection activity
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 27/44
1/6/23, 2:58 PM Sample Exam [Set B]
b) The developers may not have time to fix all the defects found by the test team
c) The test cases may not provide full coverage of the specified requirements
d) The performance test environment may not be ready before the system is due
for delivery
Feedback
a) Is correct. If the expected security features are not supported by the system
architecture, then the system could be seriously flawed. As the system being produced is
the problem here, it is a product risk
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 28/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following tasks is MOST LIKELY to be performed by the test *1/1
manager?
a) Write test summary reports based on the information gathered during testing
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 29/44
1/6/23, 2:58 PM Sample Exam [Set B]
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 30/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following test execution schedules BEST considers the *0/1
priorities and technical and logical dependencies?
Correct answer
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 31/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following sequences of transitions provides the highest level *1/1
of transition coverage for the model?
Feedback
d) Is correct:
WAIT (3) TRICKLE (5) CHARGE (9) HIGH (10) CHARGE (6) TRICKLE
(4) WAIT (1) OFF (2) WAIT = 8 transitions (out of 10)
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 32/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following descriptions of decision coverage is CORRECT? * 1/1
c) Decision coverage is a measure of the ‘if’ statements in the code that are
exercised with both the true and false outcomes
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 33/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of this additional information is most useful to include in the *1/1
defect report?
a) 1, 2, 6
b) 1, 4, 5, 6
c) 2, 3, 4, 5
d) 3, 5, 6
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 34/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following BEST matches the activities and tools? * 1/1
a) 1 – B, 2 – C, 3 – D, 4 – A
b) 1 – B, 2 – A, 3 – C, 4 – D
c) 1 – B, 2 – A, 3 – D, 4 – C
d) 1 – A, 2 – B, 3 – D, 4 – C
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 35/44
1/6/23, 2:58 PM Sample Exam [Set B]
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 36/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following BEST categorizes them as entry and exit criteria: * 1/1
Feedback
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 37/44
1/6/23, 2:58 PM Sample Exam [Set B]
Which of the following statements BEST describes how test cases are *0/1
derived from a use case?
a) Test cases are created to exercise defined basic, exceptional and error behaviors
performed by the system under test in collaboration with actors
b) Test cases are derived by identifying the components included in the use case
and creating integration tests that exercise the interactions of these components
c) Test cases are generated by analyzing the interactions of the actors with the
system to ensure the user interfaces are easy to use
d) Test cases are derived to exercise each of the decision points in the business
process flows of the use case, to achieve 100% decision coverage of these flows
Correct answer
a) Test cases are created to exercise defined basic, exceptional and error behaviors
performed by the system under test in collaboration with actors
This content is neither created nor endorsed by Google. - Terms of Service - Privacy Policy
Forms
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 38/44
1/6/23, 2:58 PM Sample Exam [Set B]
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 39/44
1/6/23, 2:58 PM Sample Exam [Set B]
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 40/44
1/6/23, 2:58 PM Sample Exam [Set B]
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 41/44
1/6/23, 2:58 PM Sample Exam [Set B]
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 42/44
1/6/23, 2:58 PM Sample Exam [Set B]
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 43/44
1/6/23, 2:58 PM Sample Exam [Set B]
https://docs.google.com/forms/d/e/1FAIpQLSe3L8PQr6xRS4WSGGossPxzgR7dUayr3ElgVKQBQjMdsfab1Q/viewscore?viewscore=AE0zAgCsBo5… 44/44