50 AJAX Interview Questions |
While different interviewers may ask distinctive questions, it always helps to be prepared for severe grilling. So we have to drawn up a list of frequently asked 50 ajax interview questions. Read all the questions and prepare answers dotted with examples for success in the job interview. - What is AJAX?
- Does AJAX work with Java?
- Who is using Ajax?
- Is it possible to set session variables from javascript?
- What JavaScript libraries and frameworks are available?
- What do I need to know to create my own AJAX functionality?
- Do Ajax applications always deliver a better experience than traditional web applications
- Are there Usability Issues with AJAX?
- Are there any frameworks available to help speedup development with AJAX?
- How do I debug JavaScript?
- Is Adaptive Path selling Ajax components or trademarking the name? Where can I download it?
- What is the difference between proxied and proxyless calls?
- Should I use an HTTP GET or POST for my AJAX calls?
- Are Ajax applications easier to develop than traditional web applications?
- When do i use a synchronous versus a asynchronous request?
- How to provide internationalized AJAX interactions?
- What do I do on the server to interact with an AJAX client?
- How do I handle concurrent AJAX requests?
- How to test my AJAX code?
- How do I submit a form or a part of a form without a page refresh?
- What exactly is the W3C DOM?
- Whats with the -alpha in the install instructions?
- What parts of the HTML_AJAX API are stable?
- When will HTML_AJAX have a stable release?
- What Browsers does HTML_AJAX work with?
- Is the server or the client in control?
- How do I abort the current XMLHttpRequest?
- Is Ajax just another name for XMLHttpRequest?
- Why does HTML_AJAX hang on some server installs?
- How do I abort the current XMLHttpRequest?
- What is the minimum version of PHP that needs to be running in order to use HTML_AJAX?
- Are there any security issues with AJAX?
- How do I get the XMLHttpRequest object?
- Why did you feel the need to give this a name?
- What about applets and plugins?
- Is Ajax a technology platform or is it an architectural style?
- Is AJAX code cross browser compatible?
- How do I handle the back and forward buttons?
- How to send an image using AJAX?
- How does HTML_AJAX compare with the XAJAX project at Sourceforge?
- What kinds of applications is Ajax best suited for?
- Where can I find examples of AJAX?
- Does this mean Adaptive Path is anti-Flash?
- Does Ajax have significant accessibility or browser compatibility limitations?
- How do I create a thread to do AJAX polling?
- Does Java have support for Comet style server-side push?
- How do I access data from other domains to create a mashup with Java?
- Can Ajax applications be made to work for users who have JavaScript turned off?
- Are there security considerations with Ajax development?
- Is the XMLHttpRequest object part of a W3C standard?
|