Backend Busters
Design Devils
Frontend Frenzy
100

What HTML tag is used to define an unordered list?

<ul>

100

What HTTP status code means “OK”?

200

100

What does QA stand for?

Quality Assurance

200

React uses a virtual ___ to improve performance.

DOM

200

Name a popular Node.js web framework

Express.js

200

What tool might you use for automated browser testing?

Selenium or Cypress

300

What does the z-index property control?

The stacking order of elements

300

What’s a common method for securing APIs?

Using JWT (JSON Web Tokens)

300

What’s a flaky test?

A test that randomly passes or fails

400

In CSS, what property is used to change the text color?

color

400

What’s the difference between PUT and POST in REST?

PUT updates, POST creates

400

What is the difference between regression testing and smoke testing?

egression checks for new bugs, smoke checks basic functionality