Monday, January 1, 2018

phpMyPassion

35 Common WordPress Interview Questions And Answers for Freshers


WordPress Interview Questions

Here I am sharing top 35 frequently asked WordPress interview questions and their answers for freshers. This list of WordPress interview questions and answers will be helpful for WordPress beginner who just started their career as WordPress developer, and surely help you during interview session.

Question #1 - What is WordPress?


WordPress is a free and open source popular blogging tool and a content management system (CMS) based on PHP and MySQL. It is completely free of cost and you can utilize it to make any kind of individual and business site.
Question #2 - What are the Features of WordPress?


For engineers, WordPress Have bunches of treats pressed in the engine that you can use to broaden WordPress toward whatever path takes your favor.

  • Theme System
  • Plugin System
  • Custom Content Types
  • The Latest Libraries
  • Easily Ad Management
  • SEO Friendly
Question #3 - How to include a file to a php page?


We include a file using "include('filepath.php') " or "require('filepath.php')" function with file path as its parameter.
Question #4 - How safe is website on WordPress?


The word press is protected to work yet at the same time it is proposed to continue refreshing with the most recent variant of WordPress to avoid from hacking.
Question #5 - What is plugin in WordPress?


Plugins are short arrangement of program which help to stretch out and add to the usefulness that as of now exists in WordPress. The center of WordPress is intended to be lean and lightweight, Plugins at that point offer custom capacities and highlights with the goal that every client can tailor their site to their particular needs.
Question #6 - What is the use of WordPress General Setting?


WordPress general setting is used to set the basic configuration settings for your site.
Question #7 - What are posts in WordPress?

Presents permit you on compose a blog and post it on your webpage. They are recorded backward sequential request in front page of your blog.

Question #8 - What is WordPress Reading Setting?


Reading Setting is used to set the content related to the front page. Here you can set the number of post to be displayed on the main page.

Question #9 - What is the use of Media setting?


It is used to set the height and widths for the images which you're going to use into your website.
Question #10 - What is Permalink setting?

Permalink is a permanent link to a particular blog post or category. It allows setting the default permalink structure. These settings are used to add permalinks to your posts in Wordpress.
Question #11 - How to set cookies in PHP?


We can set cookies like Setcookie("user", "ram", time()+3600);
Question #12 - How to Retrieve a Cookie Value?


We can retrieve a cookie value like - echo $_COOKIE["user"];
Question #13 - How media files can be inserted into the Wordpress site?


Media files can be inserted to your Pages or Posts from libraries, from local storage or from URLs.
Question #14 - What is Media Library?

Category is used to indicate sections of your site and group related posts. It sorts the group content into different sections. It is a very convenient way to organize the posts.

Question #15 - What is Preview Post in wordPress?


Media Library consists of the images, audios, videos and files that you can upload and add to the content when writing a Post or Page.
Question #16 - What are pages in WordPress?

Pages are unique in relation to posts. They are static and they don't change frequently. You can include pages containing data about you and your site.

Question #17 - what are the alternative CMS of WordPress?

There are number of alternative CMS of Wordpress like-

Joomla, Drupal,Ghost, Silver Stripe etc.

Question #18 - What is the use of Slug field in tags?

It is used to specify the tags URL.

Question #19 - What is wordPress Category ?


Category is used to show segments of your site and gathering related posts. It sorts the gathering content into various segments. It is an extremely advantageous approach to arrange the posts.
Question #20 - What is WYSIWYG Editor?


WYSIWYG Editor is similar to a word processor interface where we can edit the contents of the article.

Question #21 - Does WordPress use cookies?


Yes, WordPress have cookies and WordPress uses cookies for verification of users while logged in
Question #22 - From SEO point of view is wordPress helpful?

 It is one of the benefit of using wordpress, it has inbuilt SEO search engine.

Question #23 - What is the current version of wordPress?

You have to keep on eye on the present variant of WordPress accessible in showcase alongside the release date.

Question #24 - How to strip whitespace (or other characters) from the beginning and end of a string ?


We can use trim() function to remove whitespaces or other predefined characters from both sides of a string.
Question #25 - What is the use of header() function in php ?


The header() function sends a raw HTTP header to a client browser.Remember that this function must be called before sending the actual out put.For example, You do not print any HTML element before using this function.
Question #26 - How to redirect a page in php?


we can redirect a page by using header("Location:index.php"); function.
Question #27 - How stop the execution of a php scrip ?


We mostly use exit() function to stop the execution of a page
Question #28 - How to set a page as a home page in a php based site ?


The default name of the home page is index.php in php based websites
Question #29 - How to find the length of a string?


we can use strlen() function to find the length of a string
Question #30 - what is the use of isset() in php?


isset() function is used to ensure if a variable is set and is not NULL
Question #31 - What do you mean by custom field in wordPress ?


Custom field is a meta-data that allows you to store arbitrary information to the wordpress post. Through custom field extra information can be added to the post.

Question #32 - Why does WordPress use MySQL?


MySQL is generally accessible database server and is to a great degree quick. It is an open source and it is accessible at no cost likewise it is upheld by some minimal effort Linux has so its simple for anybody to have their site.

Question #33 - Is it possible to rename the WordPress folder ?

Truly, it is conceivable to rename the WordPress envelope. On the off chance that WordPress is as of now introduced you need to login to the weblog as the chairman and afterward change the settings

WordPress address (URI) :

Blog address( URI) :

In the wake of rolling out the improvements, you can rename the envelope or registry with the WordPress document in it.

Question #34 - How many tables are there in WordPress by default?


There are about 11 tables in WordPress by default.

Question #35 - How you can disable the WordPress comment? 

In the event that you go on dashboard under options- discussion there is a remark " Allow people to post comment" take a stab at unchecking the remark.

More About Interviewing:



About Author -

Hi, I am Anil.

Welcome to my eponymous blog! I am passionate about web programming. Here you will find a huge information on web development, web design, PHP, Python, Digital Marketing and Latest technology.

Subscribe to this Blog via Email :

Note: Only a member of this blog may post a comment.