Content Management System (CMS) Interview Preparation Guide
Download PDF

CMS Interview Questions and Answers will guide us now that a Content Management System (CMS) is a collection of procedures used to manage work flow in a collaborative environment. These procedures can be manual or computer-based. Learn Content Management System this brief and comprehensive Content Management System Interview Questions with Answers guide

30 CMS Questions and Answers:

Table of Contents:

CMS Interview Questions and Answers
CMS Interview Questions and Answers

1 :: Can you please explain the difference between Posts vs. Pages?

► Posts are timely vs. Pages are timeless.
► Posts are social vs. Pages are NOT.
► Posts can be categorized vs. Pages are hierarchical.
► Posts are included in RSS feed vs. Pages are not.
► Pages have custom template feature vs. Posts do not.

2 :: Why we used child theme in CMS?

Child themes are often used when you want to customize or tweak an existing WordPress theme without losing the ability to upgrade that theme.
Advantage is child theme is Safe Updates,Easy to Extend,Fallback Safe.

3 :: Explain child theme?

A WordPress child theme is a WordPress theme that inherits its functionality from its parent WordPress theme.

4 :: What are the types of hooks in wordpress?

► has_action()
► add_action()
► do_action()
► do_action_ref_array()
► did_action()
► remove_action()
► remove_all_actions()

5 :: What are hooks?

Hooks are provided by WordPress to allow your plugin to 'hook into' WordPress; that is, to call functions in your plugin at specific times, and thereby set your plugin in motion. There are two types of hooks used in WordPress are Actions and Filters.

6 :: Explain how to Change the Length of the Default WordPress Excerpt?

The default WordPress excerpt is 55 words long. By modified bit to your functions.php file you can change the length to as you required.

7 :: Explain is WordPress good for Google ranking and SEO?

Yes, That is one of the major selling points of using WordPress is that it includes excellent built in search engine optimization (SEO).In Other CMS you have to install SEO extention they either free or Commercial.In WordPress you can also extend SEO feature by using some Nice FREE SEO plugins likes All in one SEO,Yoast These are popular plugins that are known to help your rank on search engines such as Google and Bing.

8 :: Tell me how many tables a default WordPress will have?

A default wordpress will have 11 tables. They are-
► wp_commentmeta
► wp_comments
► wp_links
► wp_options
► wp_postmeta
► wp_posts
► wp_terms
► wp_term_relationships
► wp_term_taxonomy
► wp_usermeta
► wp_users

9 :: What is "the_time() function" in CMS?

To Display the time the post was published. (uses PHP date formatting as a parameter):

10 :: What is bloginfo('template_url') function in CMS?

To Getting the URL to the Current Theme.

12 :: What is the_content() function in CMS?

To Displays the contents of the current post.

13 :: What is the_title() function in CMS?

Displays the title of the current post.

14 :: What is is_category() function in CMS?

Condition for check if category is displayed. Its return true or false.

15 :: What is get_excerpt() function in CMS?

To Displays the excerpt of the current post with read more link for display full post.

17 :: What is wp_nav_menu() function in CMS?

To Enabling WordPress 3.0′s Navigation Menu Feature

18 :: What is is_page() function in CMS?

Condition for check if page is displayed. Its return true or false.

19 :: Tell me how to pass a variable by value in WordPress?

Its same like we will work in c,c++
$p = &$s

20 :: What are Types of CMS?

There are six main categories of CMS, with their respective domains of use:

► Enterprise CMS (ECMS)
► Web CMS (WCMS)
► Document Management System (DMS)
► Mobile Content management system
► Component content management system
► Media Content Management System

21 :: But once all thats squared away, I can let my staff loose on the system?

Almost invariably, no. As we saw above, the usability of CMSs varies widely, with the majority weighing in at the frustrating end of the scale. If you want people to use a CMS, you have to make sure they’re trained properly, and that it’s as simple to use as possible. And this consideration is even more critical if you’re hoping to involve staff who are not tech-savvy at all (which we see a lot).

22 :: Do CMSs produce standards-compliant pages? Or accessible ones?

This can be a real problem. As you saw with Laurence’s article on WYSIWYG editors last month, the standard of the code produced by text editors can be patchy at best. CMSs then drop that material into templates that control the layout of the rest of the page (navigation, header, footer), and often these templates are also suspect.

However, there’s no reason that many CMSs can’t produce clean pages. Wordpress, for example, is exemplary in this, but the real issue is often an awareness of standards-compliant and accessible coding in the people setting up the CMS, rather than any inherent limitation of the tool itself. That said, do make sure to do due diligence on the quality of output before going too far in a purchasing decision.

23 :: Once I have settled on a CMS, that s all my content problems solved then?

Er, no. That is the biggest myth of CMSs. Most of the time, the real issues in content creation are around people and processes, not the technology. You need to manage your content creation like any other project – with a clear workflow and timetable, and enough people—with the right skills—to handle what you need to create. The CMS will help you get the content on to the site, but the much more difficult challenge is creating it. And computers don’t write very well.

24 :: So how do I decide CMS?

Requirements gathering is crucial, to make sure you buy on what you need, not on the shiny features that look good in the demonstration.

Another important factor is how easy the system is to use – most likely, the people you’d like to update the site won’t be that technically comfortable, so the best solution is one that has solid usability.

25 :: Are not many of those products blogging tools?

Your boss is unlikely to be happy if your corporate site starts talking about Tom Cruise’s love life or the latest Mac gossip, but from a technical standpoint a blog is little more than a website that’s updated often, almost always with a CMS.

So the functionality of a product like Wordpress could well be exactly what you need (including added features like RSS feeds). The press release example above would be meat and drink to any blogging software, and you can completely customise the design to make your site look nothing like a blog.