Question - 1
First version of wordress is released in Year ____?
Answer- A
Question - 2
How many default tables in wordpress ?
Answer- B
Question - 3
How many types of users WordPress have?
Answer- C
Question - 4
Site URL Stores which table in WordPress?
- wp_options
- wp_links
- wp_users
- wp_posts
Solutions
Answer- A
Question - 5
which is not a wordpress default table?
- wp_usermeta
- wp_users
- wp_terms
- wp_termmeta
Solutions
Answer- D
Question - 6
In WordPress, objects are passed by ___
- value
- reference
- both A & B
- None of the above
Solutions
Answer- A
Question - 7
How many types of hooks in WP?
Answer- A
Question - 8
You can enable debug mode in WP by editing _____ file and changing WP_DEBUG constant value to true
- wp-config.php
- wp-admin.php
- wp-setting.php
- None of the above
Solutions
Answer- A
Question - 9
Which one is not a Filter hooks in Wordpress?
- has_filter()
- add_filter()
- new_filter()
- apply_filters()
Solutions
Answer- C
Question - 10
Which one is not a Action hooks in Wordpress?
- do_action()
- did_action()
- done_action()
- doing_action()
Solutions
Answer- C
Question - 11
To get website url in wordpress which function is correct one?
- get_home_url()
- get_url()
- get_site_url()
- get_site()
Solutions
Answer- C
Question - 12
Using the custom field, other extra details can be added to the WordPress post, So in Which table this extra data can saved.
- wp_options
- wp_posts
- wp_postmeta
- wp_terms
Solutions
Answer- A
Question - 13
There are ___default taxonomies in WordPress?
Answer- B
Question - 14
Why we should use child theme in WordPress?
- To make faster
- To make it secure to parent theme
- To Make unchanged to parent theme when it updated
- None of these
Solutions
Answer- C
Question - 15
Which is highest privilege level in Wordpress?
- Contributor
- Administrator
- Editor
- Auther
Solutions
Answer- B
Question - 16
- A popular WordPress Plugin
- The numeric IP address of your WordPress site
- The complete URL of your WordPress site
- Part of your WordPress URL which you set
Solutions
Answer- D
Question - 17
Which below options is correct in WordPress for Posts and Pages?
- Posts are entries listed in reverse chronological order on the site homepage and Pages are static and are not listed by date.
- Pages are entries listed in reverse chronological order on the site homepage and Pages are static and are not listed by date.
- Both A & B
- None of the above
Solutions
Answer- A
Question - 18
Where you can change your wp themes using?
- wordpress_setting.php
- wp_config.php
- WordPress Apperance
- WordPress Settings
Solutions
Answer- C
Question - 19
Where wp_config.php file is located?
- Inside Admin folder
- In theme folder
- In root directory of WordPress
- In content folder
Solutions
Answer- C
Question - 20
Which file in wordress having database setup?
- wp-settings.php
- wp-config.php
- wp_database.php
- None of the above
Solutions
Answer- B
Practice more set questions