Wordpress Interview Question
Wordpress Interview Question
A list of top frequently asked WordPress interview questions and answers are given below.
1) What is WordPress?
WordPress is an Open Source Content Management System (CMS) and a blogging tool, based
on PHP and MySQL. It is free of cost, and you can use it for any personal and commercial
website.
o Using several plugins can make the website heavy to load and run.
o PHP knowledge is required to make modifications or changes in the WordPress website.
o Sometimes software needs to be updated to keep the WordPress up-to-date with the
current browsers and mobile devices. Updating WordPress version leads to loss of data,
so a backup copy of the website is required.
o Modifying and formatting the graphic images and tables is difficult.
WordPress Interview Quession
A list of top frequently asked WordPress interview questions and answers are given below.
Older Versions
1.5 Feb 17, Strayhorn Added features to manage static page and
2005 theme system
2.0 Dec 31, Duke Added features like rich editing, faster
2005 posting, image uploading and many more
2.3 Sept 24, Dexter Some security fixes, added native tagging
2007 support and brought easy notification of
updates
2.5 Mar 29, Brecker Improved systems like plugin, editor, multi-
2008 file upload, extended search
WordPress Interview Quession
A list of top frequently asked WordPress interview questions and answers are given below.
2.6 Jul 15, 2008 Tyner Made WordPress as more powerful CMS,
enables track changes to every post and
page and allows posting from anywhere
2.9 Dec 19, Carmen Added built-in image editor, global undo,
2009 batch plugin updating
3.1 Feb23, 2011 Reinhardt Added admin bar which is displayed in all
pages when admin is logged in, a new
writing interface
3.2 Jul 4, 2011 Gershwin Made WordPress faster and lighter seeing
growing speed in WordPress community
3.5 Dec 11,2102 Elvin new theme "Twenty Twelve", support for
color picker, retina display
3.7 Oct 24, Basie Automatic apply maintenance and security updates
2013 in background, recommendation of strong password
3.8 Dec 12, Parker New theme "Twenty Fourteen", responsive for
2013 mobile devices, improved admin interface, easy
main dashboard
3.9 Apr 16, Smith New theme browser, improvements in live widget,
2014 header previews
4.1 Dec 18, Dinah New theme "Twenty Fifteen", vine embeds and
2014 distraction free writing
4.2 Apr 23, Powell "Press This" feature, emoji and improved character
2015 support
4.3 Aug 18, Billie More focus on mobile users, improved customizer
2015 and better passwords
4.5 Apr 12, Coleman Added live responsive features, inline linking and
2016 some other updates
Latest Version
4.6 Aug 16, Pepper Added native fonts, streamline updates and
2016 content recovery
WordPress Interview Quession
A list of top frequently asked WordPress interview questions and answers are given below.
o Web Server -
o WAMP (Windows)
o LAMP (Linux)
o XAMP (Multi-platform)
o MAMP (Macintosh)
o Operating System - Cross-platform
o Browser Support - IE (Internet Explorer 8+), Firefox, Google Chrome, Safari, Opera
o PHP Compatibility - PHP 5.2+
Hooks enable users to create WordPress themes or plug-ins with shortcode without changing
the original files.
Action hooks: Action hooks facilitate you to insert an additional code from an outside resource.
Filter hooks: Filter hooks facilitate you to add content or text at the end of the post.
12) What are the most exciting and useful features of WordPress?
These are the features which make WordPress very popular:
o Open source
o Extremely fast
o A widely available database server
o Supported by low-cost Linux hosting
o wp_commentmeta
o wp_comments
o wp_links
o wp_options
WordPress Interview Quession
A list of top frequently asked WordPress interview questions and answers are given below.
o wp_postmeta
o wp_posts
o wp_terms
o wp_term_relationships
o wp_term_taxonomy
o wp_usermeta
o wp_users
Parents:: constructor($value)
19) Is WordPress the best CMS or any other CMS is better than
WordPress?
No doubt WordPress is good CMS, but Drupal and Joomla are considered better CMS than
WordPress to work.
WordPress Interview Quession
A list of top frequently asked WordPress interview questions and answers are given below.
WordPress pages are static and do not frequently change such as contact us, about us, privacy
policy. They don?t have a date and time published. However, the database stores their
published date and time.
30) How can you handle the situation if your WordPress site is
hacked?
You should follow these steps:
WordPress Tags are like categories, but they are used to describe a post more specifically. Tags
are not necessary for every post.
39) What is the difference between free and paid WordPress theme?
Free and premium WordPress themes are different in many ways. With free themes, you have
to compromise with the quality as many other sites using the same theme. Problems in
premium themes solved more quickly than in free themes.
41) When will you not be able to see the plugin menu on a
WordPress site?
When a site is hosted on free wrodpress.com, plugin menu will not appear. Also if you don't
have an account for the administrator level, you can't see the plugin menu.
42) What are the plugins you can use to create a contact form in
WordPress?
You can use a plug-in like Gravity forms or a free plugin contact form 7 to create a contact form
in WordPress.
You can customize some functionality in themes instead of installing the plugin, but plugins
can't replace themes.
You should always update your site to the latest version of WordPress. Whenever there is a new
WordPress version, you receive an update message on your admin screen.
o One-click update
o Manually update
o Choosing a host
o Strong password
o 2 step login authentication
o Limit number of login attempts
o Use SSL
o Keep site updated
There are many tricks to optimize a WordPress site. Some of them are given below:
o Use CDN
o Use a caching plugin
o Use a simple theme/framework
o Keep site updated
o Split long posts into smaller pages
A site is generally made up of two parts. One is all the installed themes/plugins, media and
other is Database which stores all your blogs, posts, and comments. Without files, there is no
site, and without the database, there is no data. Hence both of them is important and need a
backup.
You can lose everything from data to all the posts on your site. The backup is essential to avoid
it.
Securing your backup is also an important issue. Make sure to update your plugins and themes
regularly or in a specified interval. Use strong Username and Password. Database name should
also be uncommon.
The wp-content directory contains all your installed themes and plugins including all your media
files like images, audio or video files which you uploaded on your site. Hence, it makes it
personal and unique.
The wp-config.php file consists of your Database and other personnel options which make it also
a unique file.
Both the above files can't be replaced by other default files. Hence, they need to be backed up.
o Click on Export.
o Quick is used when the database is small. Custom is used when the database is large.
Suppose we are choosing Custom.
o After choosing Custom, a table appears. Select all the tables.
o Now come to the Output section.
o Choose SQL from the Format drop-down menu.
o Check "Add drop table." It is useful for overwriting an existing table.
o Check "If not exists." It prevents errors when tables are already there.
o Now click Go. Your data will be saved in your system.
GNU makes sure that any software source-code licensed under it has to make originating source
code open and freely available to all its users. Here, freely doesn't mean by cost but it says that
it is freely available to users to distribute and modify the code, but they can't impose any
restrictions on further distribution, the source code has to be made available.