Fiverr Test Answers
Fiverr Test Answers
1. A user itself
2. An administrator
3. An editor
4. A subscriber
5. No one can edit your username A
2. In WordPress, “Revisions” and “Attachments” post types are stored in wp_posts table.
1. True A
2. False
1. True
2. False A
4. In WordPress, which of the following plugins can be used to limit the number of login attempts?
1. SiteGuard WP Plugin A
2. OSSEC
3. inotify
4. Brute Force Login Protection
1. All 1, 2, 3, and 4
2. Only 1, 2, and 3 A
3. Only 1, 2, and 4
4. Only 2, 3, and 4
7. While exporting your WordPress data, which of the following data can you export?
1. Posts
2. Pages
3. Comments
4. Categories
5. Custom taxonomies
1. All 1, 2, 3, 4, and 5 A
2. Only 1, 2, 4, and 5
3. Only 2, 3, 4, and 5
4. Only 2, 4, and 5
5. Only 1, 2, 3, and 4
8. Which of the following options is a condensed summary of your blog post?
1. Post slug
2. Plugin
3. Permalink
4. Excerpt A
9. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
1. Visual editor A
2. Admin Color Scheme A
3. Syntax Highlighting A
4. Toolbar A
1. True
2. False A
11. Which of the following plugins can be used in WordPress 5 for two-step authentication?
1. Duo
2. Google Authenticator
3. WordFence
4. Rublon
1. All 1, 2, 3, and 4 A
2. Only 1, 2, and 3
3. Only 2, 3, and 4
4. Only 1, 3, and 4
12. In relation to caching in WordPress, Varnish cache application is supported on which of the following platforms?
1. Windows 7A
2. Linux A
3. FreeBSD A
13. Which of the following options are the valid filters in template hierarchy?
1. singular_template A
2. search_template A
3. embed_template A
4. Author_template AA
14. Which of the following statements are correct about the posts screen?
15. Which of the following is the correct option that is the default theme of WordPress 5?
1. Gravatar
2. Twenty Nineteen A
3. Permalink
4. None of the above.
16. Which of the following statements are correct about the “Pages” post type in WordPress?
1. You can place them into a hierarchical order where a page can be the parent or child of another page creating a page structure.A
2. They can be displayed in a reversed time-based order.
3. They do not make use of categories like posts do. A
4. None of the above.
17. In relation to WordPress, which of the following cookies are stored on the visitors’ computers when they comment on your blog?
1. comment_author_(HASH) A
2. wp-settings(time)-[UID] cookies
3. wordpress_logged_in_[hash]
4. comment_author_email_(HASH} A
18. In WordPress, which of the following options are the incorrect capabilities of the Author role?
1. delete_published_posts A
2. delete_published_pages
3. edit_posts A
4. Manage_links
19. By default, the WordPress dashboard permits administrators to edit plugins and theme files.
1. Yes A
2. No
1. True
2. False QA
21. In WordPress, which of the following statements are correct about the comment administration on your site?
1. http://example.com/2012/12/30/post-name
2. Default OPATHINFO
3. mod_rewrite
4. None of the above.A
23. Which of the following options is the correct order (by priority in use) to display category in template hierarchy?
1. Default A
2. OPATHINFO A
3. I mod_rewrite A
25. In relation to WordPress site, which of the following options is correct about a sitemap?
1. It is an enhancement to your existing URLs that can improve SEO of your website.
2. It is a single page listing of all the posts on your website. A
3. It is a collection of all the visited links on a WordPress website.
4. None of the above.
26. Which of the following roles has the unfiltered_html capability in a single site WordPress installation?
1. Administrator A
2. Editor A
3. Author
4. Contributor
27. It is mandatory for all the WordPress users to add an e-mail address in their respective profiles.
1. True A
2. False
28. In WordPress, which of the following options is/ are the correct example(s) of a non-hierarchical taxonomy?
1. Category
2. Tag A
3. Both options a and b
4. Neither option a nor b
30. Which of the following options are the correct capabilities of the Editor role in a single site WordPress installation?
1. manage_categories A
2. manage_links
3. Update_themes
4. Manage_options
1. Read A
2. delete_posts
3. edit_posts
4. Publish_posts
1. Only 1
2. Only 2
3. Both 1 and 2A
4. Neither 1 nor 2
33. In WordPress, which of the following types of items you can add into your menu?
1. Posts
2. Pages
3. Comments
4. Categories
5. Custom taxonomies
1. All 1, 2, and 3 A
2. Only 1 and 2
3. Only 1 and 3
4. Only 2 and 3
34. Which of the following options are the correct tables that will always be backed up while taking backups in WordPress?
1. wp_links A
2. wp_terms
3. wp_users
4. wp_postmeta
35. By default, all the published pages are added to the menu automatically by WordPress.
1. True
2. False
36. Which of the following options are available as commenter rules in WordPress?
1. Only 1 and 2
2. Only 1 and 3
3. Only 2 and 3
4. All 1, 2, and 3
37. The given command can be used to backup all the database tables.
mysqldump –add-drop-table-h mysql_hostserver-u mysql_username -p mysql_databasename
1. True
2. False
38. Which of the following options is the correct order (by priority in use) to display tag in template hierarchy?
39. Which of the following plugins can be used to improve the performance by caching your WordPress posts and pages as the static files?
1. W3 Total Cache
2. WP Super Cache
3. Cache Enabler
1. All 1, 2, and 3
2. Only 1 and 2
3. Only 1 and 3
4. Only 2 and 3
40. You can use the pre_get_posts filter hook for including custom posts into your main query of blog posts.
1. True
2. False
41. In relation to posts screen, which of the following columns are displayed in the table of posts?
1. Title
2. ID
3. Categories
4. Tags
5. Author
42. Can you import content from a static HTML site to WordPress?
1. Yes
2. No
43. While backing up your WordPress database by using MySQL Workbench, what is the size limit of the database to be backed up?
1. 1GB
2. 2 GB
3. 5 GB
4. There is no size limit
44. 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?
1. Crawling
2. Indexing
3. Googlebot
45. In relation to file system monitoring in WordPress, which of the following tools is the OS kernel level file monitoring service that can be used for running commands on the filesystem
events?
1. Git
2. diff
3. inotify
4. OSSEC
1. http://example.com/?p=N
2. http://example.com/2012/post-name/
3. http://example.com/2012/12/30/post-name
4. http://example.com/index.php/yyyy/mm/dd/post-name/
47. Which of the following statements are correct about the W3 Total Cache (W3Tc)plugin?
1. It helps to reduce response time by creating static HTML version of pages and permits
2. web servers to serve them without invoking PHP
3. It helps for caching database queries (objects).
4. It manages the headers such as entity tag, cache-control, expires, etc.
1. True
2. False
49. Which of the following definitions of the WP_DEBUG constant can be used to trigger the debug mode throughout WordPress?
50. Which of the following options is the correct order (by priority in use) to display custom taxonomies in template hierarchy?
51. By default, WordPress makes use of which of the following files in a theme for displaying posts of any type of the front-end of a website?
1. index.php
2. single.php
3. archive.php
52. Which of the following options is the correct order (by priority in use) to display home page in the template hierarchy?
53. 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?
54. While selecting the color scheme under the personal options in WordPress, which of the following colors are the menu background colors?
55. Meta tags in WordPress sites can be added in which of the following ways?
1. By using plugins
2. By adding them to the “header.php” template file in the WordPress theme
3. By updating the database
56. In WordPress, which of the following attacks can you see via the logs?
1. All 1, 2, 3, and 4
2. Only 1, 2, and 3
3. Only 2, 3, and 4
4. Only 1, 3, and 4
57. Which of the following options is the correct order of rendering the date-based archive index pages in template hierarchy?
58. In relation to WordPress editor, which of the following options is the default block type?
1. Paragraph
2. Image
3. Heading
4. Gallery
59. 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?
1. iThemes Security
2. WordFence
3. Mod Security
4. Shield
60. Which of the following options is a program that can be used to manipulate the databases remotely through a web interface?
1. W3 Total Cache
2. phpMyAdmin
3. MariaDB
4. WP Super Cache
61. In relation to caching in WordPress, which of the following levels of authority are provided by Varnish?
1. Java
2. C++
3. PHP
4. GO
63. In relation to backup your WordPress database, which of the following tools can be used for taking backup only in windows operating system?
64. 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?
1. Themes Security
2. WordFence
3. ModSecurity
4. Shield
65. In WordPress, which of the following template tags is used to tell WordPress to get the blog title out of the database and add it in the template file?
1. get_headero
2. get_footer
3. the_title
4. bloginfo(‘name’)
66. If you are receiving an error that says “parse error: unexpected”, which of the following options can be the reasons for the same?
67. Which of the following capabilities are only available in the Super Admin role?
1. manage_network_plugins
2. delete_plugins
3. manage_categories
4. setup_network
68. In relation to screen options in WordPress, which of the following items/modules is/are hidden by default?
1. Posts
2. Tags
1. Only 1
2. Only 2
3. Both 1 and 2
4. Neither 1 nor 2
69. In relation to the roles of WordPress 5, which of the following options can only publish and manage their own posts?
1. Editor
2. Author
3. Subscriber
4. Contributor
70. While using Permalinks in blogging, which of the following options is the title of your article post within the link?
1. Post Slug
2. Excerpt
3. Plugin
4. Trackback
71. In relation to posts screen, which of the following options is the default view in the table of posts?
1. List view
2. Excerpt view
3. None of the above.
72. Which of the following statements are correct about the “Pages’ post type in WordPress?
1. You can place them into a hierarchical order where a page can be the parent or child of another page creating a page structure.
2. They can be displayed in a reversed time-based order.
3. They do not make use of categories like posts do
4. None of the above.
73. 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?
1. Post Slug
2. Excerpt
3. Plugin
4. Pingback
74. You can adjust the length of cookies with the ‘auth_cookie_expiration’ hook.
1. True
2. False
75. In relation to the posts screen, which of the following options is the default view in the table of posts?
1. List view
2. Excerpt view
3. None of the above.
76. Suppose, you have a fixed IP address and you do not want any person (except yourself) to login to your admin area.
Which of the following files will help you to limit access to wp-login.php?
1. .htaccess
2. web.config
77. Which of the following options are the correct requirements for using “Pretty” permalinks?
1. An .htaccess file
2. Apache web server with the mod_rewrite module installed
3. The FollowSymLinks option enabled in the WordPress’s home directory
1. All 1, 2, and 3
2. Only 1 and 2
3. Only 1 and 3
4. Only 2 and 3
78. Which of the following options are the correct cookies that WordPress uses for the users who have registered an account with the WordPress site?
1. wordpress_logged_in_{hash}
2. comment_author_url_{HASH}
3. comment_author_{HASH}
4. wordpress_[hash]
79. Which of the following options is the purpose of the Piklist plugin in WordPress?
80. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
1. Visual editor
2. Admin Color Scheme
3. Syntax Highlighting
4. Toolbar
81. 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?
1. wordpress_logged_in_[hash]
2. wp-settings-time)-[UID]
3. wordpress_[hash]
4. None of the above.
82. In relation to the dashboard screen in WordPress 5, which of the following options are provided by the At a Glance widget?
83. Which of the following statements are correct about the “Pages’ post type in WordPress?
1. You can place them into a hierarchical order where a page can be the parent or child of another page creating a page structure.
2. They can be displayed in a reversed time-based order.
3. They do not make use of categories like posts do
4. None of the above.
84. Which of the following options is the correct order (by priority in use) to display a single page in template hierarchy?
85. By default, which of the following post types are always included within a WordPress installation?
1. Attachments
2. Custom css
3. Changesets
4. Posts
86. The plugins Rublon and WordFence cannot be used for two-step authentication.
1. True
2. False
1. True
2. False
88. Which of the following options is the correct order (by prioroty in use) to display tag in template hierarchy?
89. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
1. Visual editor
2. Admin color scheme
3. Syntax highlighting
4. Toolbar
90. Which of the following options are the correct files that are required for making a theme in WordPress?
1. index.php
2. style.css
3. theme.php
91. In relation to the dashboard screen in WordPress 5, which of the following options are provided by the “At a Glance” widget?
92. 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?
1. Git
2. diff
3. inotify
4. OSSEC
93. Which of the following statements is/are correct about the post types in WordPress?
1. Attachments can make use of the wp_postmeta table to store the extra information like image’s metadata
2. Each theme in WordPress can have its own custom css post
3. Both options a and b
4. Neither option a nor b
94. The My SQL Workbench Tool can be used for taking backups of WordPress databases. With which of the following operating systems, can you use this tool?
1. Windows
2. Mac
3. Linux
95. By default, in WordPress, a standard post will which of the following taxonomies types?
1. Categories
2. Post formats
3. Tags
4. Choose True or False.
96. Which of the following options are the correct files that are required for making theme in WordPress?
1. php
2. css
3. php
1. All 1, 2 and 3
2. Only 1 and 2
3. Only 1 and 3
4. Only 2 and 3
97. In relation to backup your WordPress database, which of the following tools can be used for taking backup only in windows operating system?
1. https://example.com/index.php/yyyy/mm/dd/post-name/
2. https://example.com/?p=n
3. https://example.com/2012/post-name
4. https://example.com/2012/12/30/post-name
1. Read
2. Delete_post
3. Edit_post
4. Publish_post
100. While updating WordPress, which of the following options can be the correct reason for the given message on the screen- “Briefly unavailable for scheduled maintenance. Please
check back in a minute.”
1. Maintenance File
101. In relation to a WordPress theme, which of the following statements is correct about the index.php file?
1. It is a fallback file that is used to serve all the content to the browsers for rendering.
102. In which of the following orders, 404 templates file are called in template hierarchy?
1. index.php, 404.php