Unit-1 Software Project Management
Unit-1 Software Project Management
All questions in the exam may not be from the question bank
Unit-1
1. What is .NET Framework? Explain its architecture with help of diagram.
2. Explain CLR in detail.
3. What is namespace? How to create namespace and alias?
4. Explain the implicit and explicit conversion of data types with examples.
5. Explain Boxing and Unboxing with reference to value type and reference type.
6. Give syntax of foreach loop. Explain with example.
7. Explain jagged array with example.
8. Explain ref parameter and out parameter
9. What are the rules in defining a constructor? Explain static constructor with example.
10. Explain the similarities and differences between Interfaces and Abstract classes
11. Explain method overloading / overriding with example
12. What is Assembly? Explain the Components of assemblies.
13. How Garbage collector works.
14. How to create and use property in C#.
15. What is delegate? Explain the steps to implement delegate in C#.NET.
Unit-2
1. List and explain different files and folder in ASP.NET web application.
2. Explain ASP.NET Life Cycle Page.
3. Differentiate between inline code and code behind
4. Explain the use of global.asx and web.config files in ASP.NET application.
5. Explain CheckBox and RadioButton web server controls in ASP.NET.
6. What is the difference between ListBox and DropDownList? List and explain any three common
properties of these controls.
7. Explain Multiview and View control with example in ASP.NET
8. Explain Adrotator control with example in ASP.NET
9. What is user control? How to create and use user control in ASP.NET Page.
10. Why we use validation controls? List various types of controls used in asp.net
11. Explain the CustomValidator control with code
12. When to use TreeView control in ASP.NET
13. Explain SiteMapPath control in ASP.NET
Unit-3
1. Explain Error Handling in ASP.NET
2. Why exception handling is required? Write syntax for user define exception?
Salvi College Prepared By: Sonu Raj
Disclaimer: This is just a sample question bank. All questions in the exam may not be from the question bank
Enterprise Java
Unit-1
1. List and explain various Java EE technologies.
2. List and explain various Java EE architectures.
3. List and explain various types of Containers.
4. What is Servlet? Explain its advantage.
5. What is CGI? Explain its disadvantages.
6. Explain the lifecycle of Servlet with the help of diagram.
7. Short note on Servlet API.
8. Explain the structure of web.xml with example.
9. Write Short notes on following topics.
a. GenericServlet
b. HttpServletRequest
c. HttpServletResponce
d. HttpServlet
10. What is JDBC? Explain architecture with example.
11. List and explain various types of JDBC drivers.
12. Explain seven steps to connect Database using JDBC
13. What is PreparedStatement? Explain with example.
14. What is CallableStatement? Explain with example.
15. What is ResultMetaData? Explain with example.
Unit-2
1. What is RequestDispatcher? Explain its method.
2. What is SessionTraking or HttpSession? Explain its various methods.
3. How to create and use session explain with example
4. Write programs which upload a file in Servlet?
5. Write a program which download file in Servlet?
6. What is Cookie? Explain its various types?
7. Write a program in Servlet to store and retrieve the cookies.
8. Write a program in Servlet to save the session and increment the number of user visits.
9. What is Non-Blocking I/O? Explain listeners related to it.
Unit-3
1. What is JSP? Explain its advantages.
2. Difference between Servlet VS JSP
3. Explain the life cycle of JSP page.
4. What is JSP directive? Explain its type explain any one with example.
5. What is page directive? List and explain its various attributes.
6. What is include directive? Explain with example.
7. What is JSP Action tag? Difference between <jsp:include> and <jsp:forward>
8. How to use beans in JSP? Or Explain <jsp:useBean> action tag with example.
9. What are implicit objects? List and explain various implicit objects in JSP.
10. What is JSTL? List different types of tags used in it.
Unit-4
1. What is EJB? Explain its architecture.
2. List and Explain its various benefit of EJB.
3. List and explain various types of beans in EJB?
4. What is session bean? its type
5. What is stateless session bean? Explain its lifecycle.
6. What is a statefull session bean? Explain its lifecycle.
7. Difference between stateless and statefull.
8. What is a Message Driven Bean (MDB)? Explain its lifecycle.
9. How to create EJB application? Explain with example.
10. What are the factors consider during local remote interface?
11. What is an interceptor? Explain different annotation used in it.
12. What is JNDI? Explain its purpose and package related to it.
Unit-5
1. What is Hibernate? Explain the advantages of hibernate.
2. What is Hibernate? Explain its Architecture.
3. What is Object Relational Mapping (ORM)? What are its advantages?
4. What is the importance of hibernate mapping file (.hbm.xml) explain with suitable example.
5. Explain structure of hibernate.cfg.xml file?
6. Explain the steps of creation Hibernate application?
7. Short note on JPA.
8. What is JPA ORM? List and explain different types of mapping used in it
9. Draw and explain architecture of JPA
Unit-1
1. What are the Three V’s of Big Data?
2. List and explain usage of Big Data.
3. What are challenges that organizations are facing when managing big data using legacy systems?
4. Difference between ACID vs. BASE.
5. Explain CAP Theorem (Brewer’s Theorem).
6. Explain Advantages and Disadvantages of NoSQL.
7. What is MongoDB? List explain its features
Unit-2
1. Difference between JSON and BSON.
2. What is purpose of _id in MongoDB? How to generate _id manually.
3. What is collection? Different ways to create it.
4. List and explain various conditional operators in MongoDB.
5. What is mapReduce? Explain with example.
6. What is Regular expression? Explain with example.
7. What is aggregate function? Explain any 4 with example.
8. Explain following function: a)limit() b)sort() c) skip()
9. What is indexing? How to create, view and drop index in MongoDB.
9. List and explain any 5 utility or tools of MongoDB.
10. What is Replica set? How to achieve in MongoDB.
11. What is Sharding? Explain its various components.
Unit-3
1. Explain Data storage Engine in MongoDB.
2. What is namespace .ns file in MongoDB?
3. Explain WiredTiger Storage Engine.
4. How to read and write data using journaling.
5. What is GridFS? List explains different types of collections used in it.
6. What is indexing? Different types of indexes.
7. Explain MongoDB Limitations with respect to following:
Salvi College Prepared By: Sonu Raj
Disclaimer: This is just a sample question bank. All questions in the exam may not be from the question bank
a)Memory Issue
b)32-bit vs 64-bit
c) Namsespace
d) Indexes limits
8. What are the best practices followed by MongoDB?
Unit-4
1. Short note on In-Memory Database (IMDB).
2. Explain following with respect to IMDB.
a)TimesTen b) Redis c) VoltDB d) SAP HANA
3. Short note Spark architecture.
4. What is JQuery? Explain its features.
5. Explain the purpose of Document ready function with example.
6. Explain DOM manipulation using JQuery.
7. Explain JQuery Event Handling.
8. Explain AJAX with JQuery.
9. List and explain different types of selectors in JQuery.
10. Explain JQuery Traversing with example.
Unit-5
1. What is JSON?
2. Explain the structure of JSON.
3. Explain the JSON syntax Rule with example.
4. List and explain various data types used in JSON.
5. Explain JSON Object and Array with example.
6. Difference between XML and JSON
7. Explain JSON.stringify () and JSON.parse () with example.
8. Explain JSON with HTML.
9. Explain JSON with PHP.
10. Explain JSON with PYTHON.