Oral QuestionBank
Oral QuestionBank
1
Oral Questions (Web Technology LAB)
JQuery
https://www.codeproject.com/Articles/618484/Latest-jQuery-interview-questions-and-answers
1. What is jQuery?
2. Why do we use jQuery?
3. How JavaScript and jQuery are different?
4. Is jQuery replacement of Java Script?
5. What is the basic need to start with jQuery?
6. What is the difference between .js and.min.js?
7. What does dollar sign ($) means in jQuery?
8. What does $("div") will select?
9. How do you check if an element exists or not in jQuery?
AngularJS
https://www.javatpoint.com/angularjs-interview-questions
1. What is AngularJS?
2. What are the advantages of AngularJS?
3. What are the disadvantages of AngularJS?
4. Describe MVC in reference to angular.
5. What are directives in AngularJS?
6. What are the controllers in AngularJS? What are the use of it?
7. What are services in AngularJS?
8. What is scope in AngularJS? What is $scope?
9. What is data binding in AngularJS?
10. What are the expressions in AngularJS?
11. What do you understand by validation of data in AngularJS?
2
Oral Questions (Web Technology LAB)
XML
https://career.guru99.com/xml-interview-questions/
1. What is XML? What is XML Element?
2. What are the differences between HTML and XML?
3. Which tag is used to find the version of XML and the syntax?
4. What is XML DOM Document?
5. What is an attribute?
6. Can we have empty XML tags?
7. What are the advantages of XML DOM Document?
8. What are the basic rules while writing XML?
9. What is CDATA?
10. How comment can be represented in XML/HTML?
11. What are XML Namespaces?
12. What is XSL? Why XSLT is important for XML?
13. What is DTD?
Unit4: JSP and Web Services
JSP, JDBC
https://www.javatpoint.com/jspinterview https://www.javatpoint.com/jdbc-interview-questions
1. What is JSP?
2. What are the life-cycle methods for a jsp?
3. Give the syntax for JSP comments.
4. What is difference between hide comment and output comment?
5. What are the JSP implicit objects?
6. How can we forward the request from JSP page to the servlet?
7. What are the 3 tags used in JSP bean development?
8. What are the advantages of JSP over JavaScript?
9. What are the two ways to include the result of another page?
10. What is a sciptlet in JSP and what is its syntax?
11. What are JSP declarations?
3
Oral Questions (Web Technology LAB)
Web Services
https://www.journaldev.com/9193/web-services-interview-questions-soap-restful
1. What is a Web Service?
2. What are the advantages of Web Services?
3. What are different types of Web Services?
4. What is SOAP?
5. What are advantages of SOAP Web Services?
6. What are disadvantages of SOAP Web Services?
7. What is REST Web Services?
8. Compare SOAP and REST web services?
Struts Framework
https://career.guru99.com/top-50-struts-interview-questions/
1. What are the components of Struts Framework?
2. Which file is used by controller to get mapping information for request routing?
3. What’s the role of Action Class in Struts?
4. What are the two types of validations supported by Validator Framework?
5. How action-mapping tag is used for request forwarding in Struts configuration file?
6. How can we display all validation errors to user on JSP page?
7. What’s the use of Struts.xml configuration file?
8. How properties of a form are validated in Struts?
4
Oral Questions (Web Technology LAB)
Node.js
https://career.guru99.com/top-25-interview-questions-on-node-js/
1. What is node.js?
2. How node.js works?
3. What do you mean by the term I/O?
4. What is Sturt?
5. What does event-driven programming mean?
6. Where can we use node.js
7. What is the advantage of using node.js?
8. What are the two types of API functions in Node.js?
9. What is control flow function?
10. Why Node.js is single threaded?
11. What are the pros and cons of Node.js?
12. What is the difference between Node.js vs Ajax?
13. What are the Challenges with Node.js?
ASP.NET
https://www.interviewbit.com/asp-net-interview-questions/#advantages-web-application-framework
https://www.javatpoint.com/asp-dot-net-interview-questions
1. What is a web application?
2. What is a web server?
3. What is a web application framework, and what are its benefits?
4. What is ASP.NET?
5. What is IIS? What is the usage of IIS?
6. What is the parent class of all web server control?
7. What are the different validators in ASP.NET?
8. Define the types of configuration files.
9. What are the built-in objects in ASP.NET?
5
Oral Questions (Web Technology LAB)