Web Content Composer

  Home  Search Engine Optimization  Web Content Composer


“Web Content Composer Frequently Asked Questions in various Web Content Composer job interviews by interviewer. The set of questions are here to ensures that you offer a perfect answer posed to you. So get preparation for your new job interview”



64 Web Content Composer Questions And Answers

44⟩ Explain me what is your hourly rate? And, what are your maintenance fees?

This is important to understand after the project is complete. Why? Because once the code is written, images are uploaded, and the site is launched, your website is an ever evolving entity. If not, don’t bother creating one. Over time, your website should grow in content, and your White Hat SEO strategy will shift. For the changes you (or someone on your staff) can’t make, then knowing your developer’s hourly rate or maintenance fees to help budget for the care and feeding of your website after its debut.

 196 views

46⟩ Tell me what happens after launch?

Once they turn over the keys to your new website, what happens? What kind of training will you receive? What support is included in the maintenance package? Designing and launching a site is a periodic event; upkeep and maintenance is not. You will probably learn a lot about all the components and moving parts that make up your website. Now that your expertly crafted design is in place, your White Hat SEO Strategies like SEO Link Building takes center stage. You’ll also need to have Web Analytic data collection and reporting in place. If not, you’ll hear crickets since you’ve got a beautiful website without visitors and no data is figure out how to fix it.

 177 views

49⟩ Tell me do you have the bandwidth?

Are they a one-person design shop, or do they have associate developers? The right answer depends upon the scale and critical success factors of your project. Obviously if your website designer or developer doesn’t have support (staff or subcontractors), there’s a risk especially if your designer unexpectedly moves to a Caribbean island without wifi access.

 175 views

51⟩ Ok, what’s the real difference between HTML and HTML5?

There are many. From a broader perspective, HTML was a simple language for laying out text and images on a webpage, whereas HTML5 can be viewed as an application development platform that does what HTML does that and more, including better support for audio, video, and interactive graphics. It has a number of new elements, supports offline data storage for applications, and has more robust exchange protocols. Thus, proprietary plug-in technologies like Adobe Flash, Microsoft Silverlight, Apache Pivot, and Sun JavaFX are no longer needed, because browsers can now process these elements without additional requirements.

 203 views

52⟩ What are data- attributes good for?

The HTML5 data- attribute is a new addition that assigns custom data to an element. It was built to store sensitive or private data that is exclusive to a page or application, for which there are no other matching attributes or elements.

 170 views

54⟩ Explain why did you get into coding, programming, etc.?

“Because I can make good $,” “I don’t like to dress up or shave,” and “because I loved the movie Hackers,” are not good enough answers. Well… a comment about Hackers might fly but make sure you have a real backstory that describes your “Aha!” moment.

 181 views

55⟩ Explain me what’s your process for reporting bugs and fixing them?

Websites are dynamic and code can be fickle. It is not uncommon that a minor change can affect how a plugin or patch of code performs. By discussing upfront how your Website designer or developer wants to hear about the problem and their process to resolve it will save you unnecessary headaches.

 175 views

56⟩ Please explain what is “Semantic HTML?”?

Semantic HTML is a coding style where the tags embody what the text is meant to convey. In Semantic HTML, tags like <b></b> for bold, and <i></i> for italic should not be used, reason being they just represent formatting, and provide no indication of meaning or structure. The semantically correct thing to do is use <strong></strong> and <em></em>. These tags will have the same bold and italic effects, while demonstrating meaning and structure (emphasis in this case).

 176 views

57⟩ What is the difference between <div> and <frame>?

A <div> is a generic container element for grouping and styling, whereas a <frame> creates divisions within a web page and should be used within the <frameset> tag. The use of <frame> and <frameset> are no longer popular and are now being replaced with the more flexible <iframe>, which has become popular for embedding foreign elements (ie. Youtube videos) into a page.

 168 views

59⟩ Explain me what are the limitations when serving XHTML pages?

Perhaps the biggest issue is the poor browser support XHTML currently enjoys. Internet Explorer and a number of other user agents cannot parse XHTML as XML. Thus, it is not the extensible language it was promised to be. There are many other issues. Take your pick.

 209 views

60⟩ What are the new image elements in HTML5?

Canvas and WebGL. <Canvas> is a new element that acts as a container for graphical elements like images and graphics. Coupled with JavaScript, it supports 2D graphics. WebGL stands for Web Graphics Language, a free cross-platform API that is used for generating 3D graphics in web browsers.

 192 views