C# ASP.NET ADO.NET JAVASCRIPT JQUERY AJAX SILVERLIGHT WPF
Tutorials
C# OOPS HTML&CSS DHTML ASP.NET ADO.NET JAVASCRIPT JQUERY AJAX SILVERLIGHT MVVM WPF SQL SERVER Photoshop Dreamweaver Flash Illustrator
Interview Question
Blog Archive
-
2012
(83)
- September(2)
-
August(81)
- Important WPF Classes and Namespaces
- Applications of WPF
- Programming With WPF
- Limitations of Silverlight and flash
- Silverlight Feature comparison with Flash Features
- How to Add XML File in Your Silverlight Project
- 3 Pixel Shader Effects in Silverlight
- Rotate Image in 3D direction using Silverlight
- First Application of Silverlight
- Silverlight 2.0
- How Install Ajax?
- Ajax Advantage
- JavaScript Loops
- Show a Military Clock and ordinary clock
- How To validate a Form in ASP. Net
- How to show Day of Week
- How to Swap a Image using JavaScript
- Special Character in JavaScript
- Prompt Box in JavaScript
- The use of data adapter.?
- The steps involved to fill a dataset?
- Dataset object in ADO .NET
- Handling Connection Events
- The SQLCONNECTION OBJECT
- Command Constructors
- The SQLCOMMAND OBJECT
- Gridview in ASP.NET
- Introduction Of Master Page
- Server Side State Management
- Query String In ASP.NET
- Cookies in ASP.NET
- State Management in ASP.NET
- Various types of application that we can develop i...
- Properties
- Inheritance ,Polymorphism
- Array,Indexer and Collections
- Control Statements
- Operators, types and variables in C#
- Fundamental of C#
- C# & other Programming Languages
- The WPF Designer
- C# DataTypes
- What is Ajax?
- Silverlight 1.0
- Confirm Box in JavaScript
- Component classes
- Life Cycle of ASP.NET
- The Basics of JQuery
- Jquery Blog Content
- Birth Of WPF
- .Net Frameworks Architecture
- History Of Ajax
- Why Silverlight?
- How to access a URL of parent page in ASP. net
- THE ADO.NET Architecture?
- Architecture of ASP.NET
- Introduction Of Ajax
- Ajax Blog Content
- Introduction of SilverLight
- Silverlight Blog Content
- Introduction to Javascript Blog
- Javascript Blog Content
- Introduction to Ado.Net blog
- Ado.Net Blog Content
- Introduction to C# Blog
- C# Blog Content
- Introduction to Asp.Net
- Asp.Net Blog Content
- Introduction to WPF
- WPF Blog Content
- WPF Interview Question
- Silverlight Interview Question
- Ajax Interview Question
- JQuery Interview Question
- Javascript Interview Question
- DHTML Interview Question
- Ado.Net Inetview Questions
- SQL Interview Questions
- HTML&CSS Interview Questions
- Asp.Net Interview Qusetions
- C# Interview Questions
Ajax Interview Question
Ajax Interview Question and Answers
| 1. | Ques: 1 What is Ajax? |
|---|---|
| AJAX is stands for Asynchronous Javascript And XML.
Ajax was first comes at 2005.It is an web development technique used to make interactive web applications and rich internet applications. Ajax is based on JavaScript and HTTP request. Ajax are use to retrieve data from server asynchronously to web applications without any interfere with display and characterisics of existing page. Using Ajax we can inhance interactive animation on web pages. Using Ajax we can create better,faster and more user friendly web applications. |
| 2. | Ques: 2 Whar you understand by Ajax Polling? |
|---|---|
| By using Ajax Polling script we can send request to the server and receives response according to request from server. Using Ajax we can return the response to your browser. Ajax is an light weight.So,it is the act of retrieving data from server regularly to obtain near like data. |
| 3. | Ques: 3 Tell me reasons of using HTTP POST request by Ajax request? Ques: 4 How to use an Ajax code across different browsers? |
|---|---|
| Internet Explorer uses an ActiveXObject while other browsers uses the built-in JavaScript object called XMLHttpRequest. Example: |
| 4. | Ques: 5 Why Ajax is comfortable fit with Java? |
|---|---|
| Because Java is a more comfortable for AJAX. Than you can use Java Enterprise Edition servers to generate Ajax client pages and to serve incoming Ajax requests and to manage server side state for Ajax clients and connect Ajax clients to your enterprise resources. The JavaServer Faces component model is a more comfortable for defining and using Ajax components. |
| 5. | Ques: 6 Tell me about environment that we used in Ajax? |
|---|---|
| Ajax support many environment like that PHP/ASP and other web based projects. |
| 6. | Ques: 7 Uploading file using Ajax is possible or not? |
|---|---|
| No,we can't perform an uploading file task with Ajax.I have given you a method this is using iframe and upload files to give feel like Ajax file upload. This is used by many scripts and libraries in their Ajax file upload plugins. |
| 7. | Ques: 8 How we can say user interfaces are powerful in Ajax? Ques: 9 How you define JSON in Ajax? |
|---|---|
| Some main points about JSON are given below: 1.JSON stand for JavaScript Object Notation. 2.JSON is an lightweight data interchange format. 3.JSOn gives us JavaScript eval() method to parse an XML easily. |
| 8. | Ques: 10 How you define Comet in Ajax? |
|---|---|
| Ajax Push is an Comet Technology. Using Ajax Push web servers can send an data to the user without any need the user request for it. Using this user can make up-to-date with data arriving or varying onthe server,without any frequent polling. |
Labels:
Interview Question









