Welcome to SkillUP Ahmedabad, your trusted partner in unlocking the doors to a successful IT career.

Expert IT Training in Nikol

✅: 0

❌: 0

Q. 1   What is WordPress?
  • Correct Answer: A CMS

Q. 2   Which language is WordPress written in?
  • Correct Answer: PHP

Q. 3   Which of the following is NOT a WordPress default post type?
  • Correct Answer: Widget

Q. 4   Which database management system does WordPress use?
  • Correct Answer: MySQL

Q. 5   Which file is the main configuration file of WordPress?
  • Correct Answer: wp-config.php

Q. 6   What is a WordPress theme?
  • Correct Answer: A Design Template

Q. 7   Where can you find and install WordPress themes?
  • Correct Answer: WordPress Theme Directory

Q. 8   What is the purpose of a child theme in WordPress?
  • Correct Answer: To modify an existing theme safely

Q. 9   Which file is responsible for the main header in a WordPress theme?
  • Correct Answer: header.php

Q. 10   What is a WordPress plugin?
  • Correct Answer: A Software Add-on

Q. 11   How can you update WordPress manually?
  • Correct Answer: All of the Above

Q. 12   Which role in WordPress has the highest permissions?
  • Correct Answer: Administrator

Q. 13   What is the default WordPress permalink structure?
  • Correct Answer: Plain

Q. 14   Which plugin can be used to improve SEO in WordPress?
  • Correct Answer: Yoast SEO

Q. 15   Which function in WordPress is used to get the site’s URL?
  • Correct Answer: get_home_url()

Q. 16   What is the WordPress REST API used for?
  • Correct Answer: Interacting with WordPress data programmatically

Q. 17   Which file is responsible for handling 404 errors in WordPress themes?
  • Correct Answer: 404.php

Q. 18   What is the default table prefix in WordPress?
  • Correct Answer: wp_

Q. 19   Which of the following is NOT a default user role in WordPress?
  • Correct Answer: Moderator

Q. 20   Which function is used to enqueue scripts and styles in WordPress?
  • Correct Answer: wp_enqueue_script()

Q. 21   What is the purpose of the .htaccess file in WordPress?
  • Correct Answer: To configure URL rewriting and security

Q. 22   Which plugin is commonly used for website security in WordPress?
  • Correct Answer: Wordfence

Q. 23   Which WordPress feature helps to create multilingual websites?
  • Correct Answer: WPML

Q. 24   Which function is used to display the site’s title in WordPress?
  • Correct Answer: bloginfo()

Q. 25   What does the wp-content folder contain?
  • Correct Answer: Themes, Plugins, and Uploads

Q. 26   Which WordPress file is used for defining custom functions?
  • Correct Answer: functions.php

Q. 27   Which WordPress plugin is best for creating custom forms?
  • Correct Answer: WPForms

Q. 28   What does the term "pingback" refer to in WordPress?
  • Correct Answer: A notification from another blog

Q. 29   Which of these WordPress plugins is used for eCommerce?
  • Correct Answer: WooCommerce

Q. 30   How can you create a backup of a WordPress site?
  • Correct Answer: All of the above

Q. 31   What is the role of a "slug" in WordPress?
  • Correct Answer: To define post URLs

Q. 32   Which WordPress plugin is used for caching?
  • Correct Answer: WP Super Cache

Q. 33   What is the primary function of a WordPress child theme?
  • Correct Answer: Modify parent theme safely

Q. 34   Which WordPress plugin is widely used for creating page builders?
  • Correct Answer: Elementor

Q. 35   Which WordPress file is responsible for displaying a blog post?
  • Correct Answer: single.php

Q. 36   What is the default post type in WordPress?
  • Correct Answer: Post

Q. 37   Which function is used to retrieve custom field values in WordPress?
  • Correct Answer: get_post_meta()

Q. 38   Which WordPress plugin helps in website speed optimization?
  • Correct Answer: WP Rocket

Q. 39   Which plugin is commonly used for website migration in WordPress?
  • Correct Answer: All-in-One WP Migration

Q. 40   Which of the following is NOT a WordPress security measure?
  • Correct Answer: Using outdated plugins

Q. 41   What does the "wp-admin" directory contain?
  • Correct Answer: Admin Dashboard Files

Q. 42   What is a WordPress shortcode?
  • Correct Answer: A small piece of code for custom features

Q. 43   Which WordPress file determines how posts are displayed in categories?
  • Correct Answer: category.php

Q. 44   How can you reset your WordPress admin password?
  • Correct Answer: All of the above

Q. 45   Which function is used to add a custom menu in WordPress?
  • Correct Answer: register_nav_menus()

Q. 46   Which WordPress plugin is best for database optimization?
  • Correct Answer: WP-Optimize

Q. 47   Which of the following is a security risk in WordPress?
  • Correct Answer: Using default admin username

Q. 48   Which file is responsible for WordPress permalinks?
  • Correct Answer: htaccess

Q. 49   How can you disable WordPress comments?
  • Correct Answer: Using Discussion settings

Q. 50   Which database management system does WordPress use?
  • Correct Answer: MySQL

Q. 51   What is the main configuration file of WordPress?
  • Correct Answer: wp-config.php

Q. 52   Which function is used to retrieve the site URL in WordPress?
  • Correct Answer: get_home_url()

Q. 53   What is the role of the WordPress wp-content folder?
  • Correct Answer: Contains themes, plugins, and uploads

Q. 54   What does the wp-includes folder contain?
  • Correct Answer: Core WordPress functions and libraries

Q. 55   Which plugin is used to prevent spam comments?
  • Correct Answer: Akismet

Q. 56   Which WordPress file controls the main template structure?
  • Correct Answer: index.php

Q. 57   How can you manually update WordPress?
  • Correct Answer: All of the above

Q. 58   Which function is used to enqueue stylesheets in WordPress?
  • Correct Answer: wp_enqueue_style()

Q. 59   What is the default table prefix for WordPress databases?
  • Correct Answer: wp_

Q. 60   What is the purpose of the wp_footer() function?
  • Correct Answer: Adds tracking scripts and closing tags

Q. 61   Which file is responsible for the main WordPress theme styles?
  • Correct Answer: style.css

Q. 62   Which plugin is best for SEO optimization in WordPress?
  • Correct Answer: Yoast SEO

Q. 63   What is the purpose of the .htaccess file in WordPress?
  • Correct Answer: Control website redirects and permalinks

Q. 64   Which WordPress function is used to display a navigation menu?
  • Correct Answer: wp_nav_menu()

Q. 65   How do you enable debugging mode in WordPress?
  • Correct Answer: Enable WP_DEBUG in wp-config.php

Q. 66   Which of the following is NOT a default WordPress user role?
  • Correct Answer: Manager

Q. 67   Which function is used to retrieve post metadata in WordPress?
  • Correct Answer: get_post_meta()

Q. 68   Which plugin is used for website security in WordPress?
  • Correct Answer: Wordfence

Q. 69   What does a WordPress theme do?
  • Correct Answer: Determines website appearance

Q. 70   Which function is used to add custom scripts in WordPress?
  • Correct Answer: wp_enqueue_script()

Q. 71   Which function is used to fetch the current template in WordPress?
  • Correct Answer: get_template_part()

Q. 72   Which WordPress file is required for a theme to work?
  • Correct Answer: style.css

Q. 73   What is the purpose of wp_mail() function?
  • Correct Answer: Send emails from WordPress

Q. 74   Which of the following is a default WordPress taxonomy?
  • Correct Answer: Category

Q. 75   What is the purpose of the functions.php file in a WordPress theme?
  • Correct Answer: Adds theme-specific functions and features

Q. 76   Which of the following is NOT a built-in post type in WordPress?
  • Correct Answer: Custom Post Type

Q. 77   Which WordPress function is used to display the site title?
  • Correct Answer: get_bloginfo("name")

Q. 78   Which WordPress function retrieves the URL of the current theme?
  • Correct Answer: get_template_directory_uri()

Q. 79   What is the purpose of the wp_head() function?
  • Correct Answer: Outputs scripts and styles in the head section

Q. 80   Which file handles 404 errors in WordPress themes?
  • Correct Answer: 404.php

Q. 81   Which of the following is NOT a WordPress security best practice?
  • Correct Answer: Keeping unused plugins installed

Q. 82   Which WordPress feature allows you to roll back to a previous version of a post?
  • Correct Answer: Revisions

Q. 83   What is the maximum number of administrators a WordPress website can have?
  • Correct Answer: Unlimited

Q. 84   Which plugin is commonly used for creating custom contact forms in WordPress?
  • Correct Answer: Contact Form 7

Q. 85   Which file in WordPress contains information about your site’s database connection?
  • Correct Answer: wp-config.php

Q. 86   What is the default WordPress login URL?
  • Correct Answer: /wp-login.php

Q. 87   What is a WordPress child theme?
  • Correct Answer: A sub-theme that inherits styles from a parent theme

Q. 88   Which function is used to retrieve user metadata in WordPress?
  • Correct Answer: get_user_meta()

Q. 89   Which WordPress feature allows you to schedule posts for a future date?
  • Correct Answer: Post Scheduling

Q. 90   Which type of hosting is recommended for WordPress?
  • Correct Answer: Managed WordPress Hosting

Q. 91   What is the purpose of the wp-cron.php file?
  • Correct Answer: Handles scheduled tasks in WordPress

Q. 92   Which WordPress file is used for displaying single post content?
  • Correct Answer: single.php

Q. 93   Which of the following is NOT a WordPress default permalink structure?
  • Correct Answer: Random Numbers

Q. 94   Which of the following is a common reason for the WordPress "White Screen of Death"?
  • Correct Answer: Plugin conflict

Q. 95   Which function is used to retrieve the URL of an image in WordPress?
  • Correct Answer: wp_get_attachment_url()

Q. 96   Which WordPress role allows a user to publish and manage their own posts but not others’?
  • Correct Answer: Author

Q. 97   What does the WordPress "Custom Post Type" feature allow?
  • Correct Answer: Creating new content types beyond posts and pages

Q. 98   What is the purpose of the WP-CLI tool?
  • Correct Answer: Manage WordPress sites using command-line

Q. 99   What is the purpose of WordPress widgets?
  • Correct Answer: Add customizable content areas to themes

Q. 100   Which file is responsible for the main theme layout in WordPress?
  • Correct Answer: index.php

Q. 101   Which plugin is commonly used for SEO optimization in WordPress?
  • Correct Answer: Yoast SEO

Q. 102   What does the WordPress loop do?
  • Correct Answer: Retrieves and displays posts

Q. 103   Which file is used to modify the WordPress dashboard appearance?
  • Correct Answer: functions.php

Q. 104   How can you disable WordPress auto-updates?
  • Correct Answer: Through wp-config.php

Q. 105   Which function is used to get the URL of a page in WordPress?
  • Correct Answer: get_permalink()

Q. 106   Which feature allows WordPress users to add reusable page elements?
  • Correct Answer: Widgets

Q. 107   Which of the following is NOT a default user role in WordPress?
  • Correct Answer: Moderator

Q. 108   Which function is used to display the content of a post?
  • Correct Answer: the_content()

Q. 109   Which of the following is NOT a default taxonomy in WordPress?
  • Correct Answer: Custom Taxonomy

Q. 110   Which of the following plugins is used to enhance website security?
  • Correct Answer: Wordfence

Q. 111   Which plugin is commonly used for website caching in WordPress?
  • Correct Answer: WP Super Cache

Q. 112   What is the purpose of the .htaccess file in WordPress?
  • Correct Answer: Control permalinks and security settings

Q. 113   Which of the following is a benefit of using a child theme in WordPress?
  • Correct Answer: Prevents theme updates from overwriting changes

Q. 114   What is the default database prefix in WordPress?
  • Correct Answer: wp_

Q. 115   Which of the following methods can be used to improve WordPress performance?
  • Correct Answer: Using caching plugins

Q. 116   Which of the following is NOT an advantage of using WordPress?
  • Correct Answer: High-security by default

Q. 117   Which plugin is commonly used for eCommerce in WordPress?
  • Correct Answer: WooCommerce

Q. 118   Which of the following elements does NOT appear in the WordPress dashboard?
  • Correct Answer: File Manager

Q. 119   How can you manually reset a WordPress password?
  • Correct Answer: All of the above

Q. 120   What is the default file extension for WordPress theme files?
  • Correct Answer: .php

Q. 121   Which of the following is NOT a WordPress permalink structure?
  • Correct Answer: File Path

Q. 122   Which function is used to get the title of a WordPress post?
  • Correct Answer: the_title()

Q. 123   Which WordPress function is used to add a custom menu to a theme?
  • Correct Answer: register_nav_menu()

Q. 124   Which function is used to enqueue styles and scripts in WordPress?
  • Correct Answer: wp_enqueue_scripts()

Q. 125   Which of the following is NOT a default WordPress post type?
  • Correct Answer: Form

Q. 126   Which WordPress function retrieves the site URL?
  • Correct Answer: get_site_url()

Q. 127   Which function is used to add a custom sidebar in WordPress?
  • Correct Answer: register_sidebar()

Q. 128   Which of the following is used to modify WordPress core functionalities?
  • Correct Answer: Hooks

Q. 129   Which of the following hooks is used to execute code after WordPress loads?
  • Correct Answer: init

Q. 130   What does the wp_head() function do?
  • Correct Answer: Loads scripts and styles in the head section

Q. 131   Which plugin is best for creating custom post types?
  • Correct Answer: Custom Post Type UI

Q. 132   Which database table stores WordPress user information?
  • Correct Answer: wp_users

Q. 133   Which function is used to check if a user is logged in?
  • Correct Answer: is_user_logged_in()

Q. 134   Which of the following functions is used to display custom fields?
  • Correct Answer: get_post_meta()

Q. 135   What is the role of wp-config.php?
  • Correct Answer: To manage database and site settings

Q. 136   Which of the following functions retrieves the featured image URL?
  • Correct Answer: the_post_thumbnail_url()

Q. 137   Which plugin helps in migrating a WordPress website?
  • Correct Answer: All-in-One WP Migration

Q. 138   Which method can be used to improve WordPress security?
  • Correct Answer: All of the above

Q. 139   Which WordPress file controls the main navigation menu?
  • Correct Answer: header.php

Q. 140   What does the WordPress function get_template_part() do?
  • Correct Answer: Loads a specific template file

Q. 141   Which of the following is NOT a valid WordPress theme file?
  • Correct Answer: theme.json

Q. 142   Which function is used to create a custom query in WordPress?
  • Correct Answer: new WP_Query()

Q. 143   Which WordPress plugin is best for adding contact forms?
  • Correct Answer: WPForms

Q. 144   Which function is used to update an option in the WordPress database?
  • Correct Answer: update_option()

Q. 145   What does the_excerpt() function do in WordPress?
  • Correct Answer: Displays a post excerpt

Q. 146   Which of the following is NOT an advantage of using WordPress?
  • Correct Answer: Automatic high security

Q. 147   Which method can be used to move WordPress to a new domain?
  • Correct Answer: All of the above

Q. 148   Which database table stores WordPress settings and configurations?
  • Correct Answer: wp_options

Q. 149   Which function is used to retrieve the site title in WordPress?
  • Correct Answer: get_bloginfo("name")

Q. 150   Which WordPress function is used to register a new menu location?
  • Correct Answer: register_nav_menu()

web development
graphic design
digital marketing
career success
thumb

Have Questions? Let's Connect & Elevate Your Skills!