Fiverr WordPress Test part 2

 

Fiverr WordPress Test



Disclaimer = The purpose to provide the answer is for the educational purpose only.

Note = Sometimes questions are different so don't depend on the post to get the highest marks

1. 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?

  • iThemes Security
  • WordFence
  • ModSecurity
  • Shield

———————

2. In WordPress, “Revisions” and “Attachments” post types are stored in wp_posts table.

  • True
  • False

———————-

3. While exporting your WordPress data, which of the following data can you export?

1. Posts
2. Pages
3. Comments
4. Categories
5. Custom taxonomies

  • All 1,2,3,4 and 5
  • Only 1,2,4, and 5
  • Only 2,3,4, and 5
  • Only 2,4 and 5
  • Only 1,2,3 and 4

————————-

4. 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 SuperCache

————————–

5. 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

  • Only 1 can be used
  • Only 2 can be used
  • Both 1 and 2 can be used
  • Neither 1 nor 2 can be used

—————————–

6. Which of the following options is the correct order (by priority in use) to display home page in the template hierarchy?

  • home.php, index.php, front-page.php, page.php
  • front-page.php, home.php, page.php, index.php
  • index.php, front-page.php, home.php, page.php
  • front-page.php, index.php, home.php, page.php

—————————-

7. In relation to posts screen, which of the following options is the default view in the table of posts?

  • List view
  • Excerpt view
  • None of the above

—————————-

8. In relation to caching in WordPress, which of the following levels of authority are provided by Varnish?
(multiple correct ansers are possible)

  • The command line arguments
  • The CLI interface
  • VCL programs
  • HTTP requests

—————————–

9. Which of the following options is the correct order (by prioroty in use) to display custom taxonomies in template hierarchy?

  • taxonomy.php, taxonomy-{taxonomy}.php, taxonomy-{taxonomy}-{term}.php, index.php, archive.php
  • taxonomy-{taxonomy}.php, taxonomy-{taxonomy}-{term}.php, taxonomy.php, archive.php, index.php
  • taxonomy.php, taxonomy-{taxonomy}.php, taxonomy-{taxonomy}-{term}.php, archive.php, index.php
  • taxonomy-{taxonomy}-{term}.php, taxonomy-{taxonomy}.php, taxonomy.php, archive.php, index.php

—————————–

10. Which of the following options is a condensed summary of your blog post?

  • Post slug
  • Plugin
  • Permalink
  • Excerpt

——————————

11. Which of the following options is the correct order (by prioroty in use) to display tag in template hierarchy?

  • tag-{slug}.php, tag.php, tag-{id}.php, archive.php, index.php
  • tag-{slug}.php, tag-{id}.php, tag.php, archive.php, index.php
  • archive.php, index.php, tag-{slug}.php, tag-{id}.php, tag.php
  • tag-{id}.php, tag-{slug}.php, tag.php, archive.php, index.php

——————————

12. What does the “Error 145” in WordPress indicate?

  • it indicates, that the cache on your server is full.
  • it indicates, that a table in your database is corrupted
  • it indicates a missing column in your database
  • none of the above

——————————

13. By default, all the published pages are added to the menu automatically by WordPress.

  • True
  • False

—————————-

14. The given URL is an example of which of the following permalinks?

http://example.com/2012/12/30/post-name

  • Default
  • PATHINFO
  • mod_rewrite
  • none of the above

—————————

15. 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

—————————

16. Which of the following options are available as commenter rules in WordPress?

1. Comment author must fill out name and email
2. Users must be registered and logged in to comment
3. Allow people to post comments on new articles

  • Only 1 and 2
  • Only 1 and 3
  • Only 2 and 3
  • All 1,2 and 3

—————————–

17. In relation to profile screen in WordPress, which of the following personal options are available that can be configured?
(multiple correct ansers are possible)

  • Visual editor
  • Admin color scheme
  • Syntax highlighting
  • Toolbar

—————————–

18. Can you import content from a static HTML site to WordPress?

  • Yes
  • No

——————————

19. In WordPress, which of the following attacks can you see via the logs?

1. Cross site scripting (XSS)
2. Remote file inclusion (RFI)
3. Local file inclusion (LFI)
4. Directory Traversal attempts

  • All 1,2,3 and 4
  • Only 1,2 and 3
  • Only 2,3, and 4
  • Only 1,3, and 4

——————————–

20. In relation to WordPress, which of the following cookies are stored on the visitors’ computers when they comment on your blog?
(multiple correct ansers are possible)

  • comment_author_{HASH}
  • wp-settings-{time}-[UID] cookies
  • wordpress_logged_in_[hash]
  • comment_author_email_{HASH}

———————————–

21. WordPress 5 is written in which of the following languages?

  • Java
  • C++
  • PHP
  • Go

———————————–

22. 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

  • All 1,2 and 3
  • Only 1 and 2
  • Only 1 and 3
  • Only 2 and 3

————————————

23. You can use the pre_get_posts filter hook for including custom posts into your main query of blog posts.

  • True
  • False

———————————–

24. 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 644 {} \;
  • find /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \;

————————————–

25. Which of the following options is the correct order of rendering the date-based archive index pages in template hierarchy?

  • date.php, archive.php, index.php
  • date.php, index.php, archive.php
  • index.php, date.php, archive.php

—————————————-

26. In relation to dashboard screen in WordPress 5, which of the following options are provided by the “At a Glance” widget?
(multiple correct ansers are possible)

  • Most recent comments
  • Number of posts
  • Number of pages
  • Number of comments
  • Recently published posts

——————————————–

27. Which of the following statements are correct about the posts screen?
(multiple correct ansers are possible)

  • 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

————————————

28. How can you access Your Profile Screen in WordPress?

1. From the navigation menu under users
2. 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

—————————————

29. Which of the following roles has the unfiltered_html capability in a single site WordPress installation?
(multiple correct ansers are possible)

  • Administrator
  • Editor
  • Author
  • Contributor

——————————————

30. Which of the following options are the correct tables that will always be backed up while taking backups in WordPress?
(multiple correct ansers are possible)

  • wp_links
  • wp_terms
  • wp_users
  • wp_postmeta

—————————————-

31. 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” );

————————————–

32. 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

  • true
  • false

—————————————–

33. WP Super cache is not a static page caching plugin for WordPress.

  • True
  • False

——————————————

34. An Author role in WordPress has edit_pages capability.

  • True
  • False

——————————————-

35. 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

———————————————–

36. Which of the following capabilities are only available in the Super Admin role?
(multiple correct ansers are possible)

  • manage_network_plugins
  • delete_plugins
  • manage_categories
  • setup_network

————————————————-

37. Which of the following statements is/are correct about the post types in WordPress?

  • Attachments can make use of the wp_postmeta table to store the extra information like image’s metadata
  • Each theme in WordPress can have its own custom css post
  • Both options a and b
  • Neither option a nor b

—————————————————

38. In relation to screen options in WordPress, which of the following items/modules is/are hidden by default?

1. Posts
2. Tags

  • Only 1
  • Only 2
  • Both 1 and 2
  • Neither 1 nor 2

—————————————————-

39. 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?
(multiple correct ansers are possible)

  • Windows
  • Mac
  • Linux

—————————————————–

40. By default, which of the following post types are always included within a WordPress installation?
(multiple correct ansers are possible)

  • Attachments
  • Custom css
  • Changesets
  • Posts

Post a Comment

0 Comments