This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Are Applications Keyboard Accessible On Desktop Browsers? |
|
Answer» Yes, EXCEPT for ScrollableView and SwapView. These WIDGETS REQUIRE ALTERNATIVE WAYS to scroll and flip, ex. buttons. Yes, except for ScrollableView and SwapView. These widgets require alternative ways to scroll and flip, ex. buttons. |
|
| 2. |
Can You Set The Tab Focus Sequence For Destop Browsers? |
|
Answer» YES, use the TABINDEX attribute for this PURPOSE. IconItem, IconMenuItem, LISTITEM, TabBarButton and ToolBarButton all have the tabindex attribute initially set to 0 by default. Yes, use the tabindex attribute for this purpose. IconItem, IconMenuItem, ListItem, TabBarButton and ToolBarButton all have the tabindex attribute initially set to 0 by default. |
|
| 3. |
Is There A Way To Set An Alternative Text To Images And Dom Buttons? |
|
Answer» Yes, you can SET the ALT attribute for IMAGES and the title attribute for DOM buttons. See tests/test_a11y.html for examples. Yes, you can set the alt attribute for images and the title attribute for DOM buttons. See tests/test_a11y.html for examples. |
|
| 4. |
Can You Change The Widget Text Size By Changing The Browser Text Size? |
|
Answer» No, we SUGGEST that you use the PAGE ZOOM function available on some BROWSERS for this PURPOSE. No, we suggest that you use the page zoom function available on some browsers for this purpose. |
|
| 5. |
How Do I Develop Applications Which Support Ios Voiceover? |
|
Answer» Make sure to set the alt, title and role ATTRIBUTES. VoiceOver will read WIDGETS with these attributes set. SEE tests/test_a11y.html for examples. However, the VALUE of a SpinWheel can not be read by VoiceOver in 1.8. Make sure to set the alt, title and role attributes. VoiceOver will read widgets with these attributes set. See tests/test_a11y.html for examples. However, the value of a SpinWheel can not be read by VoiceOver in 1.8. |
|
| 6. |
What Is The Difference Between Dojox/mobile/parser And Dojo.parser? |
|
Answer» Some of the advanced FEATURES of dojo.parser, such as <SCRIPT type=”dojo/method”> and <script type=”dojo/connect”>, are missing. BASIC features are compatible with dojo.parser. Some of the advanced features of dojo.parser, such as <script type=”dojo/method”> and <script type=”dojo/connect”>, are missing. Basic features are compatible with dojo.parser. |
|
| 7. |
How Is The Code Size Of Dojox/mobile/parser Compared To Dojo/parser? |
|
Answer» In Dojo 1.9 the SIZE of dojox/mobile/parser is 2KB (built and gzipped), while dojo/parser (PLUS its dependent MODULES that are not required by the dojox/mobile BASE) is 5KB. In Dojo 1.9 the size of dojox/mobile/parser is 2KB (built and gzipped), while dojo/parser (plus its dependent modules that are not required by the dojox/mobile base) is 5KB. |
|
| 8. |
Do I Have To Use Dojox/mobile/parser For Dojo Mobile Applications? |
|
Answer» No, you don’t have to. dojox/mobile/parser is a subset of dojo.parser. Usage and how it works are basically the same. It has no mobile specific features. dojox/mobile/parser’s ONLY advantage over dojo.parser is its smaller code size. If your APPLICATION UNFORTUNATELY does not work with dojox/mobile/parser, you can replace it with dojo.parser. Also if you are embeding your mobile application in an hybrid CONTAINER such as Cordova, the size might not matter that much and you might prefer to pick the FULL parser. No, you don’t have to. dojox/mobile/parser is a subset of dojo.parser. Usage and how it works are basically the same. It has no mobile specific features. dojox/mobile/parser’s ONLY advantage over dojo.parser is its smaller code size. If your application unfortunately does not work with dojox/mobile/parser, you can replace it with dojo.parser. Also if you are embeding your mobile application in an hybrid container such as Cordova, the size might not matter that much and you might prefer to pick the full parser. |
|
| 9. |
In Which Language, Dojo Written? |
|
Answer» JavaScript. JavaScript. |
|
| 10. |
Do You Know Why Does In Many Of Tests Html Files Have Style="visibility:hidden;"? |
|
Answer» It is to prevent RAW HTML RENDERING result from being shown before DOJO&rsquo;s rendering finishes. The visibility will be RESTORED by the initialization code in dojox/mobile/common. It is to prevent raw HTML rendering result from being shown before dojo’s rendering finishes. The visibility will be restored by the initialization code in dojox/mobile/common. |
|
| 11. |
Are Applications Using Dojo Mobile Accessible? |
|
Answer» Some Dojo Mobile widgets are not accessible. For example, the ScrollableView can only be scrolled by using touch gestures. You must develop alternative ways, ex. BUTTONS for scrolling, to ENSURE accessibility. Other examples requiring alternatives are SwapView FLIP and ListItems editing. Some Dojo Mobile widgets are not accessible. For example, the ScrollableView can only be scrolled by using touch gestures. You must develop alternative ways, ex. buttons for scrolling, to ensure accessibility. Other examples requiring alternatives are SwapView flip and ListItems editing. |
|
| 12. |
Explain Event System In Dojo? |
| Answer» | |
| 13. |
Example Of Dojo Script Using Widgets? |
|
Answer» <SCRIPT> <script> |
|
| 14. |
Tell Us About Environment-specific Libraries In Dojo? |
| Answer» | |
| 15. |
Explain What Makes A Widget? |
|
Answer» A widget is COMPRISED of two RESOURCES:
A widget is comprised of two resources: |
|
| 16. |
What Is The Relation Between Ajax And Dojo? |
| Answer» | |
| 17. |
Mention What Are The Limitations Of Dojo? |
|
Answer» Limitation of DOJO are :
Limitation of Dojo are : |
|
| 18. |
Describe Event System In Dojo? |
| Answer» | |
| 19. |
Explain What Is Dijit And Dojox? |
Answer»
|
|
| 20. |
What Is Widget Toolkit In Dojo? |
Answer»
|
|
| 21. |
Explain Whether Dojo Is A Part Of Ajax And Distinguishes Their Roles? |
|
Answer» Dojo is not a part of Ajax; it is an open source JavaScript toolkit, designed to ease the quick development of JavaScript or Ajax-based applications and WEBSITES. It provides you with lots of custom components like data grid, scroller, CALENDAR, etc. It SERVES some data-structure mode like collection and array list, and it also provides some advanced API’s like API to make AJAX calls. While, AJAX is an Asynchronous JavaScript and XML, TOGETHER they make it possible to make JavaScript function call to your server and trigger a response. They use XMLHttpRequest and XMLHttp response object. Dojo is not a part of Ajax; it is an open source JavaScript toolkit, designed to ease the quick development of JavaScript or Ajax-based applications and websites. It provides you with lots of custom components like data grid, scroller, calendar, etc. It serves some data-structure mode like collection and array list, and it also provides some advanced API’s like API to make AJAX calls. While, AJAX is an Asynchronous JavaScript and XML, together they make it possible to make JavaScript function call to your server and trigger a response. They use XMLHttpRequest and XMLHttp response object. |
|
| 22. |
Tell Us About Language Libraries In Dojo? |
Answer»
For EXAMPLE:
For Example: |
|
| 23. |
What Does All Include In Dojo Architecture? |
Answer»
Dojo Architecture includes : |
|
| 24. |
What Are The Disadvantages Of Dojo? |
Answer»
|
|
| 25. |
Mention What Are Modules In Dojo? |
|
Answer» 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. 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. |
|
| 26. |
What Is Package System In Dojo? |
Answer»
|
|
| 27. |
Mention What Are The Drawbacks Of Dojo? |
Answer»
|
|
| 28. |
What Are The Features Of Dojo? |
Answer»
|
|
| 29. |
List Out Some Of The Components That Come Along With Dojo Framework? |
|
Answer» Components that COMES along with DOJO Framework includes: Components that comes along with Dojo Framework includes: |
|
| 30. |
What Is The History Of Dojo? |
Answer»
|
|
| 31. |
Give Some Components That Comes Along With Dojo Framework? |
| Answer» | |
| 32. |
List Out Some Of The Dijit Layout Widgets? |
| Answer» | |
| 33. |
What Is The Point In Dojo? |
Answer»
|
|
| 34. |
Explain What Are Application Support Libraries In Dojo? |
|
Answer» Application support LIBRARIES in DOJO consists of:
Application support libraries in Dojo consists of: |
|
| 35. |
What Are The Advantages Or Benefits Of Dojo? |
Answer»
|
|
| 36. |
Explain The Function Of Dojo/ready Module? |
|
Answer» The dojo/ready module has a function that records a callback that will RUN once the three CONDITIONS have met:
The dojo/ready module has a function that records a callback that will run once the three conditions have met: |
|
| 37. |
What Is The Basic Structure In Dojo? |
|
Answer» The BASIC directory STRUCTURE of the application is very SIMPLE and it will evolve later:
The basic directory structure of the application is very simple and it will evolve later: |
|
| 38. |
Explain What Is Dojo? |
|
Answer» Dojo is a JAVASCRIPT FRAMEWORK, an assembly of UTILITIES written to ease development of client-side WEB applications. It is a tool for constructing dynamic web user interfaces. Dojo is a JavaScript framework, an assembly of utilities written to ease development of client-side web applications. It is a tool for constructing dynamic web user interfaces. |
|