Turning Learners Into Developers
Codekilla
CODEKILLA
back to course
Lesson 82 / 82100%· free preview
Exam Prep2/2

Viva Questions

20 most-asked WordPress viva questions with one-line answers — perfect for last-minute revision.

Common WordPress Viva Questions and Answers
  1. What is WordPress? Free, open-source CMS built in PHP + MySQL — powers ~43% of all websites.
  2. Who created WordPress? Matt Mullenweg + Mike Little, first released 27 May 2003.
  3. What does CMS stand for? Content Management System.
  4. What language is WordPress written in? PHP (back-end) + JavaScript + HTML/CSS (front-end).
  5. What database does WordPress use? MySQL or MariaDB.
  6. What's the difference between WordPress.com and .org? .com is hosted by Automattic (limited); .org is the self-hosted open-source software (full control).
  7. What is the default admin URL? /wp-admin/.
  8. What are the 6 default user roles? Subscriber, Contributor, Author, Editor, Administrator, Super Admin (multisite only).
  9. Posts vs Pages? Posts = time-based blog content with categories/tags. Pages = static, hierarchical, no taxonomies.
  10. What is a theme? A bundle of PHP/CSS/JS files controlling how the site looks.
  11. What is a plugin? A package that extends WordPress with new features (forms, e-commerce, SEO).
  12. What is functions.php? Theme file where you register menus, widgets, hooks, and custom functions.
  13. What is wp-config.php? The site's master config — DB credentials, salts, debug settings.
  14. What is a permalink? The URL structure of posts (e.g. /blog/post-name/).
  15. What is the recommended permalink setting? "Post name" (/sample-post/).
  16. What is WooCommerce? A free WordPress plugin that adds full e-commerce functionality.
  17. What is Elementor? The most popular drag-drop page builder plugin for WordPress.
  18. What is a child theme? A theme that inherits from a parent and lets you safely override files without losing edits on update.
  19. What is the GPL license? General Public License — free to use, modify, redistribute. WordPress is GPLv2.
  20. What is the WordPress REST API? A built-in REST endpoint set (/wp-json/) for headless front-ends and external integrations.
AI-powered recap

Quick recap quiz?

We'll generate 5 MCQs from this lesson and check your understanding instantly. Takes ~30 seconds.

Ready to move on?
// example library
Want more hands-on snippets in WordPress?
Browse 1 runnable example · across 1 chapter · short, copy-paste-friendly · grouped by topic
Explore examples
// deep-dive
Go deeper — hand-picked articles
Long-form guides, shortcuts, and mental models that won't fit in a single lesson.
Open Blog
// feedback.matters()
Did this lesson help you?