FIVERR WORDPRESS TEST ANSWERS
1. Which of the following you should avoid while choosing a password?
Permutation of your real name, username, or company name.
A word from a dictionary, in any language.
Any numeric-only or alphabetic-only password.
Any password containing numeric, alphabets, and special symbols.
ANS:Only 1, 2, and 3
All 1, 2, 3, and 4
Only 1, 2, and 3
Only 1, 2, and 4
Only 2, 3, and 4
2. Which of the following options is a condensed summary of your blog post?
Post slug
Plugin
Permalink
Excerpt
3. Which of the following statements are correct about the posts screen?
- Categories can be added in bulk to a set of posts.
- Tags can be added in bulk to a set of posts.
- Categories can be deleted in bulk from a set of posts.
- Tags can be deleted in bulk from a set of posts.
4.You want to schedule a backup of your site database but do not have enough permission to access your host. Which of the following choices can help you perform this task?
- Install “ wp database backup” plug-in
5.On which of the following databases can WordPress 4.1 be installed by default?
- MySQL
6.What is the name of the theme file for a page with slug ‘about’?
- Php-about.php
7. Which of the following options is the purpose of the Piklist plugin in WordPress?
It is used to create a list of disabled users in WordPress.
It is used to create a key-value pair for authenticating a user.
It permits you to create custom meta boxes and fields in WordPress.
Both options a and c
8. Which of the following options is the correct order (by priority in use) to display a single page in template hierarchy?
- custom template file, page-{slug}.php, page-{id}.php, page.php, singular.php, index.php
- custom template file, page-{id}.php, page-{slug}.php, page.php, singular.php, index.php
- singular.php, index.php, page-{id}.php, page-{slug}.php, page.php, custom template file
- custom template file, page-{slug}.php, page-{id}.php, page.php, singular.php, index.php
9. Which of the following options is the purpose of the Piklist plugin in WordPress?
- It is used to create a list of disabled users in WordPress.
- It is used to create a key-value pair for authenticating a user.
- It permits you to create custom meta boxes and fields in WordPress.
10. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
- Visual editor
- Admin Color Scheme
- Syntax Highlighting
- Toolbar
11. Which of the following cookies is set by WordPress 5 that is used to customize your view of the admin interface and the main site interface?
- wordpress_logged_in_[hash]
- wp-settings-time)-[UID]
- wordpress_[hash].
12. In relation to the dashboard screen in WordPress 5, which of the following options are provided by the At a Glance widget?
- Most recent comments
- Number of posts
- Number of pages
- Number of comments
- Recently published posts
13. Which of the following statements are correct about the “Pages’ post type in WordPress?
- You can place them into a hierarchical order where a page can be the parent or child of another page creating a page structure.
- They can be displayed in a reversed time-based order.
- They do not make use of categories like posts do
14. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
- Visual editor
- Admin Color Scheme
- Syntax Highlighting
- Toolbar
15. Which of the following options is the correct order (by priority in use) to display a single page in template hierarchy?
- custom template file, page-{slug}.php, page-{id}.php, page.php, singular.php, index.php
- custom template file, page-{id}.php, page-{slug}.php, page.php, singular.php, index.php
- singular.php, index.php, page-{id}.php, page-{slug}.php, page.php, custom template file
- custom template file, page-{slug}.php, page-{id}.php, page.php, singular.php, index.php
16. Which of the following roles can edit your username in WordPress?
- A user itself
- An administrator
- An editor
- A subscriber
- No one can edit your username
17… In WordPress, which of the following plugins can be used to limit the number of login attempts?
- SiteGuard WP Plugin
- OSSEC
- inotify
- Brute Force Login Protection
18.WordPress 5 is written in which of the following languages?
- Java
- C++
- PHP
- GO
19.The MySQL Workbench Tool can be used for taking backups of WordPress databases. With which of the following operating systems, can you use this tool?
- Windows
- Mac
- Linux
20. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
- Visual editor
- Admin color scheme
- Syntax highlighting
- Toolbar
21. . Which of the following statements are correct about the “Pages’ post type in WordPress?
- You can place them into a hierarchical order where a page can be the parent or child of another page creating a page structure.
- They can be displayed in a reversed time-based order.
- They do not make use of categories like posts do
- None of the above.
22. While blogging in WordPress, which of the following options is the collection of programming scripts that can be used to add additional functionality to the blogs?
- Post Slug
- Excerpt
- Plugin
- Pingback
23. Which of the following options is a program that can be used to manipulate the databases remotely through a web interface?
- W3 Total Cache
- phpMyAdmin
- MariaDB
- WP Super Cache
24. In relation to caching in WordPress, which of the following levels of authority are provided by Varnish?
- The command line arguments
- The CLI interface
- VCL programs
- HTTP requests
25. Which of the following options are the correct capabilities of the Editor role in a single site WordPress installation?
- manage_categories
- manage_links
- Update_themes
- Manage_options
26..How can you access Your Profile Screen in WordPress?
- From the main navigation menu under Users.
- By clicking on the name link at the top of the WordPress screen.
- Only 1
- Only 2
- Both 1 and 2
- Neither 1 nor 2
27.. In relation to file system monitoring in WordPress, which of the following tools is the OS kernel level five monitoring service that can be used for running commands on the filesystem events?
- Git
- diff
- inotify
- OSSEC
28. By default, meta tags are included in WordPress.
- True
- False
29. By default, which of the following post types are always included within a WordPress installation?
- Attachments
- Custom css
- Changesets
- Posts
30. In relation to the posts screen, which of the following options is the default view in the table of posts?
- List view
- Excerpt view
- None of the above.
31. Which of the following capabilities are only available in the Super Admin role?
- manage_network_plugins
- delete_plugins
- manage_categories
- setup_network
32. Which of the following options is an open source WAF (web firewall) that can be installed at a web server to filter the content before it is processed by WordPress?
- Themes Security
- WordFence
- ModSecurity
- Shield
33.In WordPress, which of the following options is/are the correct example(s) of a non-hierarchical taxonomy?
- Category
- Tag
- Both options a and b
- Neither option a and b
34.If you have shell access to your server, then which of the following commands can you use to change the file permissions for files recursively?
- find /path/to/your/wordpress/install/ -type d-exec chmod 777 ( \;
- find /path/to/your/wordpress/install/-type f -exec chmod 755 {}\;
- locate /path/to/your/wordpress/install/-type f-exec chmod 6440\;
- find /path/to/your/wordpress/install/ -type f -exec chmod 644 [\;
35.. You can edit the .htaccess file by FTP or shell.
- True
- False
36. Which of the following definitions of the WP_DEBUG constant can be used to trigger the debug mode throughout WordPress?
- define( ‘WP_DEBUG’, true);
- define( ‘WP_DEBUG’, ‘true’);
- define(‘WP_DEBUG’, ‘1′);
- define(‘WP_DEBUG),”true” );
37.3. While backing up your WordPress database by using MySQL Workbench, what is the size limit of the database to be backed up?
- 1GB
- 2 GB
- 5 GB
- There is no size limit
38. In relation to get the blog indexed in Google search, which of the following terms processes the information and also determines the quality of the content, so that the information can be placed appropriately on Google pages?
- Crawling
- Indexing
- Googlebot
39.. In WordPress, which of the following types of items you can add into your menu?
- Posts
- Pages
- Comments
- Categories
- Custom taxonomies
- All 1, 2 and 3
- , and 3Only 1 and 2
- Only 1 and 3
- Only 2 and 3
40. Which of the following options are the correct tables that will always be backed up while taking backups in WordPress?
- wp_links
- wp_terms
- wp_users
- wp_postmeta