91-9990449935 0120-4256464 |
Dojo Interview QuestionsA list of top frequently asked Dojo interview questions and answers are given below. 1) What is Dojo?Dojo is a framework based on JavaScript and HTML. It is written to ease development of client-side web applications. 2) What are the most prominent features of Dojo?
3) Tell something about the history of Dojo.Dojo development was first started by Alex Russell and Dylan Schiemann in 2004 and the first Dojo code was written in September 2004. 4) What is the basic directory structure of Dojo?The basic directory structure of Dojo is very simple and contains following three points: /index.html : The application entry point. /app : The application module. /app/main.js: The main script for app module. 5) Explain the Dojo architecture?Dojo architecture contains the following:
6) What are the advantages or benefits of Dojo?Dojo is very high quality JavaScript toolkit. It has several advantages or benefits that supports:
7) What are the application support libraries in Dojo?Dojo contains the following application support libraries:
8) What are the disadvantages / drawbacks of Dojo?Disadvantages/ limitation of Dojo:
9) What is Dijit and DojoX?Dijit: Dijit is a widget system and component library that is layered on top of Dojo. It facilitates the user to re-use or use reprogrammed widget. DojoX: It contains widgets, utilities and classes that are not yet ready for inclusion in the main Dojo library. It has experimental elements and widgets. 10) Which resources do a Widget consists of?A widget contains two resources:
11) What are modules in Dojo?In Dojo, Modules are individual codes that can be loaded separately. They are identifying using a string that is similar to the file path where the code is defined. Example: my/module/class. 12) What are the features of Dojo charting?Dojo charting makes developer able to create dynamic, functional and unique charts from varying sets of data. The charting library lives within the DojoX/ charting resource and allow following features:
13) What are the components that come along with Dojo framework?A list of components that comes along with Dojo framework:
14) What is the difference between Dojo and JQuery?Difference between Dojo and JQuery: Table
15) What are the several Dijit layout widgets?A list of several Dijit layout widgets:
16) Which conditions have to be fulfilled for a function of Dojo/ready module record a callback?The Dojo/ ready module has a function that records a callback that will run once the three conditions have met:
17) What is the difference between Ajax and Dojo?Ajax is the technology like Asynchronous JavaScript and XML while Dojo is a JavaScript framework like Mootools, JQuery, Prototypes etc. |