
Quality Assurance Engineer Challenge - Synapsis.id
Authored by Henri Satria Anugrah
Other
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the incorrect answer about verification and validation in testing?
The usual definitions for Verification: Are we building the system right?, meanwhile for Validation: Are we building the right system?
Verification is performed by utilizing the skills and involvement of the testing teams, Validation is performed by the QA team to make sure that a specific software is in line with the specification in the SRS document.
Verification is performed by a team of human experts. Validation is performed by the computer.
Verification is concerned with whether the system is well-engineered, error-free, and so on. Validation is concerned with checking that the system will meet the customer’s actual needs.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is a key benefit of automated testing?
It eliminates the need for manual testing entirely.
It increases the cost and effort required for testing.
It improves test coverage and reduces human errors.
It is not suitable for regression testing.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Your team is developing software for a thermostat controller that has a switch for turning the heat on and off.
The following algorithm has been implemented:
If the heating switch is on:
If the measured temperature is equal to or higher than 23°C, the heat is turned off.
If the measured temperature is lower than 23°C, the heat is turned on.
If the heating switch is off:
If the measured temperature falls below 5°C, the heat is turned on to prevent the water in the heating system from freezing.
Otherwise, the heat is turned off.
Select the most optimal (effective and efficient) set of boundary test cases to adequately test the thermostat controller.
Measure Temperature 24°C, Heating Switch On, Heating Off
Measure Temperature 23°C, Heating Switch On, Heating On
Measure Temperature 6°C, Heating Switch Off, Heating On
Measure Temperature 5°C, Heating Switch Off, Heating Off
Measure Temperature 24°C, Heating Switch On, Heating On
Measure Temperature 23°C, Heating Switch On, Heating Off
Measure Temperature 6°C, Heating Switch Off, Heating Off
Measure Temperature 5°C, Heating Switch Off, Heating On
Measure Temperature 23°C, Heating Switch On, Heating Off
Measure Temperature 22°C, Heating Switch On, Heating On
Measure Temperature 4°C, Heating Switch Off, Heating On
Measure Temperature 5°C, Heating Switch Off, Heating Off
Measure Temperature 23°C, Heating Switch On, Heating On
Measure Temperature 22°C, Heating Switch On, Heating Off
Measure Temperature 4°C, Heating Switch Off, Heating Off
Measure Temperature 5°C, Heating Switch Off, Heating On
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is a characteristic of a good test case?
It is simple and covers only a single functionality.
It is time-consuming to execute.
It covers all possible scenarios and combinations.
It does not require any test data
5.
MULTIPLE SELECT QUESTION
3 mins • 1 pt
Using Selenium, select the best practice for simulating the following user scenario:
Go to https://synapsis.id
Click on the following HTML element: <a href="/about">About</a>
Commands need to cover the whole interaction, from opening a web browser to closing it. (Select all acceptable answers.)
Instantiate Chrome WebDriver.
Provide https://synapsis.id as the first argument when running the Chrome process.
On WebDriver, call functions for getting or navigating to https://synapsis.id
On WebDriver, call functions for finding the “About” element by link text.
Call the clCall the function for closing the window on WebDriver.ick function on the found element.
6.
MULTIPLE SELECT QUESTION
3 mins • 1 pt
Consider the screenshot of web page provided.
Select all the parts of the web page that contain issues like wrong text formatting, missing a page element, or similar.
Menu
Page Title
Search
Article
Footer
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is a characteristic of effective test data?
It should only include valid and expected input values.
It should cover a limited range of input values.
It should focus on negative test scenarios only.
It should include a variety of valid, invalid, and edge case input values.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?