0% found this document useful (0 votes)
49 views

Unit-1 Software Project Management

The document contains sample questions from 5 units covering topics in Software Project Management, Advanced Web Programming, and Enterprise Java. The questions are multiple choice or short answer types assessing understanding of key concepts. These include software development methodologies, project planning and tracking techniques, .NET and Java web development features, and Java EE technologies like servlets, JSP, and JDBC.

Uploaded by

kingashish577
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Unit-1 Software Project Management

The document contains sample questions from 5 units covering topics in Software Project Management, Advanced Web Programming, and Enterprise Java. The questions are multiple choice or short answer types assessing understanding of key concepts. These include software development methodologies, project planning and tracking techniques, .NET and Java web development features, and Java EE technologies like servlets, JSP, and JDBC.

Uploaded by

kingashish577
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Disclaimer: This is just a sample question bank.

All questions in the exam may not be from the question bank

Software Project Management


Unit-1
1. What are the activities covered by SPM? Explain them briefly.
2. Explain software development activities covered in ISO 12207.
3. What is project charter? What purpose does it serve?
4. Explain SMART objectives of the stakeholders
5. Explain the components of a Business Case.
6. Explain NPV with an example of your choice.
7. Explain risk analysis using decision trees.
8. Give the classification of various types of benefits.
9. Give an outline of Step Wise planning activities.
10. Difference between software project and other types of projects.
11. What do you understand by W5HH principle? Explain the significance of this principle.
Unit-2
1. What is waterfall model? Its drawbacks.
2. What is software prototyping? Its advantages.
3. What is incremental delivery approach? Its advantages and disadvantages.
4. Short note on Atern/Dynamic System Development methods.
5. Explain core practices of Extreme Programming(XP)
6. Short note on Scrum
7. Explain Bottom-up and Top-Down Estimation techniques.
8. Short note on Albrecht Function Point Analysis.
9. Short note on COCOMO II
10. Explain Caper Jones Estimating rules of Thumb.
11. Explain COSMIC Full Function Points.
Unit-3
1. Explain activity/product/hybrid based approach.
2. What is precedence network? State the rules for drawing it.
3. Explain forward/backward pass in CPM with example.
4. Explain activity-on-arrow networks.
5. Define risk. Its types and key elements.
6. Explain risk assessment with example.
7. Explain Boehm’s top 10 risks and their counter measures.
8. What is PERT technique? Its advantages.
9. What is resource? How to categorize it.
10. Explain resource histogram smoothing with example.
11. Short note on cost schedulers.
Unit-4
1. Explain reporting in project. Explain its structures and categories.
2. Explain RAG reporting.
3. How the disadvantages of Gantt and slip charts can be overcome using timeline chart.
4. Explain Earned Value Analysis (EVA).
5. What is SCM? Its purpose.
6. What is fixed price per unit delivered contracts? Its advantages and disadvantages.
7. Explain the stages in contract placement.
8. Explain the work in field of organization behaviour By Fredrick Taylor.
9. Explain the theory of selecting the best people by Meredith Belbin.
10. Explain Maslow’s need based motivational theory.
11. Explain the Oldham-Hackman job characteristic model.

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

12. Short note on stress management.


Unit-5
1. Explain work of Meredith Belbin in team member analysis and project work.
2. Explain Chief Programmer\Democratic\Mixed control team.
3. Explain department structure.
4. What are virtual teams? Explain their advantages and disadvantages.
5. What is leadership? Explain various leadership styles
6. Explain David Garvin’s quality model.
7. Explain SEI-CMM model.
8. Short note on Six-Sigma.
9. Explain 3 levels of testing and testing activities.
10. Discuss the reasons for projects closure.
11. Explain project closeout report.

Advance Web Programming

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

3. What is Query String? Explain encoding and decoding of Query string


4. How to create and use Cookies in ASP.NET
5. Significant of ViewState in ASP.NET
6. Difference between Application state and Session state
7. Explain the different types of CSS present in ASP.NET.
8. Explain the four most important selectors present in CSS.
9. What is Skin file? How to use it.
10. Explain relation between content page and master page
Unit-4
1. What is ADO.Net? Explain its architecture.
2. List and Explain ADO .NET objects.
3. Explain Command Class and DataAdapter class with properties and methods
4. Explain the difference between DataReader and DataAdapter in ADO.NET.
5. What is data binding? Its types.
6. What is a Datasource? Explain various types of data sources in ASP.NET.
7. What is a GridView control? Explain how to enable row selection, paging and sorting features of
GridView.
8. Briefly explain FormView control. How is it different from DetailsView?
Unit-5
1. What is XML? List the various XML classes.
2. What is XmlTextReader or XmlTextWritter? Explain with example
3. What do you mean by authentication? Explain its types.
4. What do you mean by Impersonation in ASP.NET?
5. What is AJAX? Its Advantages and Disadvantages
6. What are the benefits using Ajax? Explain UpdatePanel and ScriptManager.
7. Explain the use of UpdateProgress control in AJAX.
8. Explain ASP.NET AJAX Control Toolkit.

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.

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

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

Linux System Administration


Unit-1
1. List and various distributions of Linux.

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

2. List and explain various duties of System Administrator.


3. What is Shell? List and explain any shells.
4. List and explain various commands for File System Management.
5. What is pining and redirection? Explain with example.
6. What is VI editor? Explain its different features.
7. Difference between foreground and background jobs? How to convert for foreground into
background job.
8. List and explain various commands to manage process in Linux.
9. How to schedule jobs in Linux. OR Explain cron files in Linux.
10. What is purpose of logs files? How to manage logs in Linux.
11. What is RPM? Explain various options used with RPM.
12. How to create repository in Linux using YUM.
Unit-2
1. List and explain different types of partitions in Linux.
2. List and explain various file system in Linux and its features.
3. What is purpose of mkfs and fsck in Linux?
4. What is purpose /etc/fstab? Explain its various fields.
5. What is a quota? How to manage quota and various commands related to it.
6. What are different types of run-levels in Linux and their purpose?
7. List and explain various networking files used to configure Linux system.
8. What is SSH? How to configure SSH in Linux.
9. Explain useradd, usermod and userdel command with expel.
10. Explain /etc/passwd and /etc/shadow files in detail.
11. Explain various options related to password expiry with example.
12. How to manage group and various commands related to it.
13. List and explain different types of permissions in Linux.
Unit-3
1. What is firewall? How to configure firewall in Linux.
2. Explain Chain, Policy and tables related to IPTABLES.
3. List and explain various options related to IPTABLES.
4. List and explain various directories related to SSL certificate.
5. How to encrypt and decrypt files using GPG in Linux.
6. What is NFS? Explain its advantages and disadvantages.
7. List and explain various options in /etc/exports file.
8. How to configure NFS server and client.
9. What is Samba? How it differ from NFS.
10. List and explain various section of smb.conf file.
11. How to configure samba server.
12. How to configure vsftpd.conf in Linux.
13. Explain various files related to configuration of Linux.
Unit-4
1. List and explain various types DNS servers.
2. List and explain various files related to DNS configurations.
3. How to configure BIND server in Linux.
4. What are zones files? Explain its types.
5. Explain various DNS records of zone files.
6. How to configure DHCP server and client.
7. List and explain various options of dhcpd.conf.
8. List and explain various components of Email System.
9. What is Postfix server? How to configure in Linux.

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

10. Explain SMTP, POP and IMAP.


11. What is Apache server? Explain its working.
12. How to configure Apache (HTTP) server in Linux.
13. List and explain various options of httpd.conf.
14. What is Virtual Host? Explain its directory with example.
15. What is LDAP? Explain its purpose and files related to it.
Unit-5
1. List and explain various elements of Shell Scripting.
2. How to execute script in Linux and explain with example.
3. Explain if-else and case statement in shell scripting
4. List and explain different types of loops in scripting
5. Create a script which accept number from user and finds its factorial
6. Create and script which accept a character from user check whether it Vowel or Consonant.
7. List and explain various parameters of grub.conf file.
8. What is HA Clustering? Explain its requirement.
9. List and explain various Add-on software components of HA.
10. How to configure quorum disk.
11. What is Kickstart file? Its purpose in Linux.

Next Generation Technologies

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.

Salvi College Prepared By: Sonu Raj

You might also like