
LPI Web Development Essentials
Domain 5Objective 3
035.3 SQL Basics (weight: 3) WEB-DEVELOPMENT-ESSENTIALS Practice Questions (Page 4)
Part of the 035 NodeJS Server Programming domain, which makes up ~15% of our current practice bank. Linux Professional Institute does not publish an official question count, but from its 60-minute exam (~25–40 total, ~4–6 in this domain), expect 1–2 from this objective — we provide 18 practice questions to prepare you well beyond it. (estimate)
18questions here
4free pages
7concepts
Questions 16–18
- 16
A security auditor is reviewing a Node.js application that uses the mysql2 library. The application builds a query by concatenating a user-provided ID into a string: `SELECT * FROM users WHERE id = ${userId}`. The auditor recommends using a parameterized query. Which additional benefit does parameterization provide beyond preventing SQL injection?
Select an answer first - 17
A database administrator is designing a new 'orders' table. The table needs to store order data, and each order must be uniquely identifiable. The administrator is considering using a composite primary key consisting of (customer_id, order_date). Which concern is most important to evaluate before choosing this composite key?
Select an answer first - 18
Which Node.js package is commonly used to connect to a MySQL database and provides a callback-based API for executing queries?
Select an answer first
Finished these 3 questions?
Review the revealed explanations, or continue through the curriculum.
No more pagesBack to WEB-DEVELOPMENT-ESSENTIALS
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Linux Professional Institute. “WEB-DEVELOPMENT-ESSENTIALS” is a trademark of its owner, used for identification only.