InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Explain The Disadvantages Of Rss? |
Answer»
|
|
| 2. |
What Are The Benefits To Rss? |
Answer»
|
|
| 3. |
Explain Child Elements Of <channel>? |
|
Answer» Child ELEMENTS of CHANNEL has three required child elements:
Other than these there are child elements like:
Child elements of channel has three required child elements: Other than these there are child elements like: |
|
| 4. |
Why Create Rss? |
Answer»
|
|
| 5. |
What Is The Structure Of Atom Feed Documents? |
|
Answer» An Atom feed document must have a root element called "feed". WITHIN in the "feed" element, one or more "entry" elements are enclosed. The high level structure of an Atom feed document looks like: <?xml VERSION="1.0" encoding="utf-8"?> An Atom feed document must have a root element called "feed". Within in the "feed" element, one or more "entry" elements are enclosed. The high level structure of an Atom feed document looks like: <?xml version="1.0" encoding="utf-8"?> |
|
| 6. |
How To Generate A Feed Updated Element? |
|
Answer» The element is a REQUIRED sub-element of the element. The Atom specification requires that you provide a data and a TIME of when this feed was updated. There is no problem to know the data and time for this element. But you need to pay attention to the format of how the date and time should be specified. Atom specification requires you to USE the format defined in RFC 3393 for the update element. So you should ONE of the following TWO formats defined in RFC 3339: yyyy-mm-ddThh:mm:ss.ccZ, where T is a delimiter, and Z indicates this is a UTC time value. For example: 2017-08-12T23:20:50.52Z. yyyy-mm-ddThh:mm:ss.cczzzzz, where T is a delimiter, and zzzzz is a time zone modifier like -08:00, which is 8 hours behind UTC. For example: 2017-08-12T15:20:50.52-08:00. The element is a required sub-element of the element. The Atom specification requires that you provide a data and a time of when this feed was updated. There is no problem to know the data and time for this element. But you need to pay attention to the format of how the date and time should be specified. Atom specification requires you to use the format defined in RFC 3393 for the update element. So you should one of the following two formats defined in RFC 3339: yyyy-mm-ddThh:mm:ss.ccZ, where T is a delimiter, and Z indicates this is a UTC time value. For example: 2017-08-12T23:20:50.52Z. yyyy-mm-ddThh:mm:ss.cczzzzz, where T is a delimiter, and zzzzz is a time zone modifier like -08:00, which is 8 hours behind UTC. For example: 2017-08-12T15:20:50.52-08:00. |
|
| 7. |
How To Generate A Feed Title Element? |
|
Answer» The <TITLE> element is a required sub-element of the <feed> element. The title element should contain a short but human readable title of the feed document. You should FOLLOW the same rules on Web page title elements to generate your Atom feed title elements. One strategy is to use the same title as the Web page that your Atom feed is based on. For example, if your Web site provides a Web page for the most POPULAR FAQ entries for WEBMASTERS. That Web page has a title called: "The Most Popular FAQ Entries for Webmasters". Now you want to generate an Atom feed for that Web page. Obviously, you should the same title as that page: <title>The Most Popular FAQ Entries for Webmasters</title> The <title> element is a required sub-element of the <feed> element. The title element should contain a short but human readable title of the feed document. You should follow the same rules on Web page title elements to generate your Atom feed title elements. One strategy is to use the same title as the Web page that your Atom feed is based on. For example, if your Web site provides a Web page for the most popular FAQ entries for Webmasters. That Web page has a title called: "The Most Popular FAQ Entries for Webmasters". Now you want to generate an Atom feed for that Web page. Obviously, you should the same title as that page: <title>The Most Popular FAQ Entries for Webmasters</title> |
|
| 8. |
What Is An Online Rss Aggregator? |
|
Answer» An online RSS aggregator is a Website that serves you as a RSS aggregator. Once you have REGISTERED an online RSS aggregator, you can ACCESS it from any COMPUTER on the Internet. An online RSS aggregator is a Website that serves you as a RSS aggregator. Once you have registered an online RSS aggregator, you can access it from any computer on the Internet. |
|
| 9. |
What Is A Rss Aggregator? |
|
Answer» A RSS AGGREGATOR, also called RSS reader, is software APPLICATION that allows you to subscribe to many RSS feeds from various sources and READ them in one place. A RSS aggregator usually provides a big list of RSS feeds from popular news providers. But it also allows you to ENTER the URL of a SPECIFIC RSS feed that you are interested. A RSS aggregator, also called RSS reader, is software application that allows you to subscribe to many RSS feeds from various sources and read them in one place. A RSS aggregator usually provides a big list of RSS feeds from popular news providers. But it also allows you to enter the URL of a specific RSS feed that you are interested. |
|
| 10. |
What Is A Desktop Rss Aggregator? |
|
Answer» A desktop RSS aggregator is a special RSS aggregator that you have download and install it on your computer. EXAMPLES of desktop RSS aggregators are:
A desktop RSS aggregator is a special RSS aggregator that you have download and install it on your computer. Examples of desktop RSS aggregators are: |
|
| 11. |
What Is Blogbridge? |
|
Answer» Blogbridge is a free open source and multi-platform desktop RSS reader. BlogBridge is a BLOG, feed and RSS aggregator for "info-junkies." While there are other aggregators out there, BlogBridge is DESIGNED for people who are required to follow lots of FEEDS, not 10 or 20, but 200 or 400. You can't read that much, so BlogBridge gives you lots of ways to ORGANIZE, sort through, SKIM and discover what's important to you in this avalanche of information. Blogbridge is a free open source and multi-platform desktop RSS reader. BlogBridge is a blog, feed and RSS aggregator for "info-junkies." While there are other aggregators out there, BlogBridge is designed for people who are required to follow lots of feeds, not 10 or 20, but 200 or 400. You can't read that much, so BlogBridge gives you lots of ways to organize, sort through, skim and discover what's important to you in this avalanche of information. |
|
| 12. |
What Is Feedreader? |
|
Answer» Feedreader is a FREE lightweight aggregator that SUPPORTS RSS and ATOM formats. FeedReader runs on Windows systems. Feedreader's functionality is focused on the main task - reading and organizing RSS feeds and offering seamless USER experience. Feedreader installation file is under 3.5MB. Feedreader is free and open source. Feedreader is COMPLETELY customizable application. Feedreader is a free lightweight aggregator that supports RSS and ATOM formats. FeedReader runs on Windows systems. Feedreader's functionality is focused on the main task - reading and organizing RSS feeds and offering seamless user experience. Feedreader installation file is under 3.5MB. Feedreader is free and open source. Feedreader is completely customizable application. |
|
| 13. |
What Are Sub-elements Of The Feed Element? |
|
Answer» The "feed" element has the following sub-elements defined:
The "feed" element has the following sub-elements defined: |
|
| 14. |
How To Generate A Feed Category Element? |
|
Answer» The <category> element is not a required sub-element of the <feed> element. However, it is recommended to have ONE or more <category> elements to provide classifications for this feed. The <category> element has 3 ATTRIBUTES:
The <category> element is not a required sub-element of the <feed> element. However, it is recommended to have one or more <category> elements to provide classifications for this feed. The <category> element has 3 attributes: |
|
| 15. |
What Is The Relation Between Atom And Xml? |
|
Answer» XML (Extensible Markup LANGUAGE) is a GENERIC markup language to organize generic information into a structured DOCUMENT with embedded tags. ATOM is an extension of XML DESIGNED to organize headlines of news or summaries of Web pages to feed to news aggregators. XML (Extensible Markup Language) is a generic markup language to organize generic information into a structured document with embedded tags. Atom is an extension of XML designed to organize headlines of news or summaries of Web pages to feed to news aggregators. |
|
| 16. |
What Are Sub-elements Of The Entry Element? |
|
Answer» The "entry" element has the following sub-elements defined:
The "entry" element has the following sub-elements defined: |
|
| 17. |
How To Generate A Feed Entry Title Element? |
|
Answer» The <title> element is a REQUIRED sub-element of the <entry> element. The title element should contain a short but human readable title of the feed entry. You should follow the same rules on Web page title elements to generate your Atom feed entry title elements. One strategy is to USE the same title as the Web page that your Atom feed entry is based on. For example, if one of your page is included as an entry in your Atom feed document, and that page has a title CALLED: "Atom Feed INTRODUCTION and File Generation". Now you want to generate an Atom feed for that Web page. Obviously, you should the same title as that page: <title>Atom Feed Introduction and File Generation</title> The <title> element is a required sub-element of the <entry> element. The title element should contain a short but human readable title of the feed entry. You should follow the same rules on Web page title elements to generate your Atom feed entry title elements. One strategy is to use the same title as the Web page that your Atom feed entry is based on. For example, if one of your page is included as an entry in your Atom feed document, and that page has a title called: "Atom Feed Introduction and File Generation". Now you want to generate an Atom feed for that Web page. Obviously, you should the same title as that page: <title>Atom Feed Introduction and File Generation</title> |
|
| 18. |
How To Tell Visitors That You Have Atom Syndication Feeds? |
|
Answer» There are several ways you can tell your visitors that you have ATOM syndication feeds available on your Web site:
There are several ways you can tell your visitors that you have Atom syndication feeds available on your Web site: |
|
| 19. |
How To Create Atom Feed Files? |
|
Answer» Obviously, there are many ways to create Atom Feed files:
Obviously, there are many ways to create Atom Feed files: |
|
| 20. |
Is There Any Xsd File To Validate Atom Feed Files? |
|
Answer» A XSD (XML Schema DEFINITION) file contains a set of definitions of XML elements and ATTRIBUTES to form a new XML based language. The same DTD file can be used to validate XML files that comply with the new language. ATOM feed files are XML based, but there seems to be no XSD files exist to validate Atom feed files. A XSD (XML Schema Definition) file contains a set of definitions of XML elements and attributes to form a new XML based language. The same DTD file can be used to validate XML files that comply with the new language. Atom feed files are XML based, but there seems to be no XSD files exist to validate Atom feed files. |
|
| 21. |
Is There Any Dtd File To Validate Atom Feed Files? |
|
Answer» A DTD (Document TYPE Definitions) FILE CONTAINS a set of definitions of XML elements and attributes to form a new XML based language. The same DTD file can be USED to validate XML files that comply with the new language. Atom feed files are XML based, but there seems to be no DTD files exist to validate Atom feed files. A DTD (Document Type Definitions) file contains a set of definitions of XML elements and attributes to form a new XML based language. The same DTD file can be used to validate XML files that comply with the new language. Atom feed files are XML based, but there seems to be no DTD files exist to validate Atom feed files. |
|
| 22. |
What Is An Atom Syndication Feed? |
|
Answer» An Atom Syndication feed is just a file that:
An Atom Syndication feed is just a file that: |
|
| 23. |
What Is The Mime Type Definition For Atom Files? |
|
Answer» ATOM files have its own MIME TYPE definition as:
Atom files have its own MIME type definition as: |
|
| 24. |
What Is The Icon For Atom Syndication? |
|
Answer» The Web BROWSER and WEBSITE syndication industry has adopted a standard ICON to IDENTIFY syndicated content as shown below: Syndication Feed Icon The Web browser and Website syndication industry has adopted a standard icon to identify syndicated content as shown below: Syndication Feed Icon |
|
| 25. |
What Is Atom 1.0 Standard? |
|
Answer» Atom is an XML-based document format that describes lists of related information known as "feeds". Feeds are composed of a number of items, known as "entries", each with an extensible set of attached METADATA. For example, each ENTRY has a title. The CURRENT VERSION of Atom is Atom 1.0. Atom is an XML-based document format that describes lists of related information known as "feeds". Feeds are composed of a number of items, known as "entries", each with an extensible set of attached metadata. For example, each entry has a title. The current version of Atom is Atom 1.0. |
|
| 26. |
What Is The Icon For Rss And Atom? |
|
Answer» The Web BROWSER and Website syndication industry has adopted a standard ICON to IDENTIFY syndicated content as SHOWN below: Syndication FEED Icon The Web browser and Website syndication industry has adopted a standard icon to identify syndicated content as shown below: Syndication Feed Icon |
|
| 27. |
What Are The Main Differences Between Atom 1.0 And Rss 2.0? |
|
Answer» Main differences between Atom 1.0 and RSS 2.0:
Main differences between Atom 1.0 and RSS 2.0: |
|
| 28. |
What Is Atom In Rss? |
|
Answer» Atom is an XML-based DOCUMENT format that describes lists of related information KNOWN as "feeds". Feeds are composed of a number of items, known as "entries", each with an extensible set of ATTACHED METADATA. For example, each entry has a title. The current version of Atom is Atom 1.0. Atom is an XML-based document format that describes lists of related information known as "feeds". Feeds are composed of a number of items, known as "entries", each with an extensible set of attached metadata. For example, each entry has a title. The current version of Atom is Atom 1.0. |
|
| 29. |
How Many Versions Of Rss Language Standards? |
|
Answer» RSS is RELATIVELY new. Many versions have been developed in recent years:
RSS is relatively new. Many versions have been developed in recent years: |
|
| 30. |
What Is The Relation Between Rss And Xml? |
|
Answer» XML (Extensible Markup Language) is a generic markup language to organize generic INFORMATION into a structured document with embedded tags. RSS (Really SIMPLE Syndication) is an extension of XML designed to organize headlines of news or summaries of Web pages to FEED to news aggregators. XML (Extensible Markup Language) is a generic markup language to organize generic information into a structured document with embedded tags. RSS (Really Simple Syndication) is an extension of XML designed to organize headlines of news or summaries of Web pages to feed to news aggregators. |
|
| 31. |
What Is Rss (really Simple Syndication)? |
|
Answer» RSS (Really Simple SYNDICATION) is technology that can be used on Websites to syndicate and distribute FREQUENTLY updated content VIA news aggregators. Syndication benefits both users and publishers by helping users consume more information instead of visiting multiple web sites to see what's new, users can scan headlines or article summaries and click to read the full text. Some publishers also make their entire content (whether full-text or audio/video) available for users to access via RSS and view in other applications. It's "really simple" for publishers to make content available in this FORMAT. RSS is also a special XML based language used to create RSS FILES on Websites that contains headlines or summaries of news, or site contents to allow news aggregators to fetch and redistribute. RSS (Really Simple Syndication) is technology that can be used on Websites to syndicate and distribute frequently updated content via news aggregators. Syndication benefits both users and publishers by helping users consume more information instead of visiting multiple web sites to see what's new, users can scan headlines or article summaries and click to read the full text. Some publishers also make their entire content (whether full-text or audio/video) available for users to access via RSS and view in other applications. It's "really simple" for publishers to make content available in this format. RSS is also a special XML based language used to create RSS files on Websites that contains headlines or summaries of news, or site contents to allow news aggregators to fetch and redistribute. |
|
| 32. |
What Happens When Firefox Knows A Web Page Has Atom Feeds? |
|
Answer» When you use a FireFox browser visiting a Web page that has an ATOM feed define, FireFox will display a "live bookmark" icon in the status bar. You can click the "live bookmark" to ADD the Atom feed to the bookmark list. If you want to see FireFox's "live bookmark" icon, you can use a FireFox browser to visit the "webmaster.html" page created in previous tutorials. You will the "live bookmark" icon displayed in the status bar at the right bottom corner as shown in the PICTURE below: FireFox Live Bookmark Icon Clicking on the "live bookmark" icon, the Atom feed file "atom.xml" will SHOW up to ALLOW you to select and add to the bookmark list. When you use a FireFox browser visiting a Web page that has an Atom feed define, FireFox will display a "live bookmark" icon in the status bar. You can click the "live bookmark" to add the Atom feed to the bookmark list. If you want to see FireFox's "live bookmark" icon, you can use a FireFox browser to visit the "webmaster.html" page created in previous tutorials. You will the "live bookmark" icon displayed in the status bar at the right bottom corner as shown in the picture below: FireFox Live Bookmark Icon Clicking on the "live bookmark" icon, the Atom feed file "atom.xml" will show up to allow you to select and add to the bookmark list. |
|
| 33. |
Are Atom Feed Files Xml Documents? |
|
Answer» Yes. Atom feed files are XML (eXtensible Markup Language) documents. Atom feed files must be well-formed XML documents, respecting the FOLLOWING XML rules.
Yes. Atom feed files are XML (eXtensible Markup Language) documents. Atom feed files must be well-formed XML documents, respecting the following XML rules. |
|
| 34. |
How Many Document Types Are Defined For Atom Feed Files? |
|
Answer» There are 2 DOCUMENT types defined for Atom feed FILES:
There are 2 document types defined for Atom feed files: |
|