2026 FULL QUESTIONS AND CORRECT
ANSWERS UPDATED STUDY GUIDE
◉ An engineer is designing a database for college course
information and wants to create a one-to-many relationship
between Major records and Class records, since one Major can have
many Classes associated with it.Which of the following would be a
good way for the engineer to achieve this?
Answer: Add the Major ID field to the Class table.
◉ A software engineer is building a web application about popular
music and wants to display aggregated data about recent hits.In
order to retrieve that data, the engineer would likely use a(n)
Answer: API
◉ While writing a program in JavaScript, you notice suggestions for
functions appear as you type certain letters or words. This can be
attributed to a feature of some editors known as
Answer: code completion
◉ A web application that runs regardless of which browser it is
loaded in would be considered a __________ application.
, Answer: cross-platform
◉ Which of the following is NOT an example of an HTTP
request/response conversation?
Answer: A user creates a text document and saves it to their
computer.
◉ Which of the following would a software engineer be expected to
do?
Collaborate with their team and customers.
Read documentation and gather requirements.
Write new code and debug broken code.
All of the answers are correct.
Answer: All of the answers are correct.
◉ A user logs into a banking website and clicks on a button to view
their balances.Which layer(s) of the web application are being used
when the user hits the button?
Answer: The presentation, logic, and data layers
◉ Which of the following actions would JavaScript be responsible for
performing on a web page?
Answer: Running programs when a user interacts with the page.