Ec-2 Previous Question Paper
Ec-2 Previous Question Paper
Mid-Semester Test
(EC-2 Regular)
Weightage : 30%
No. of Pages = 2
Duration : 2 Hours
Note to Students:
1. Please follow all the Instructions to Candidates given on the cover page of the answer book.
2. All parts of a question should be answered consecutively. Each answer should start from a fresh page.
3. Assumptions made if any, should be stated clearly at the beginning of your answer.
4. Figures to the right indicate full marks
1. Enterprise Resource Planning (ERP) Systems: ERP systems integrate core business
functions (such as finance, HR, supply chain, and manufacturing) into a single unified
platform, ensuring consistent and synchronized data flow across departments.
2. Middleware: Middleware acts as a bridge that connects different systems and
facilitates data exchange between them. It can handle message routing, data
transformation, and communication between disparate systems.
3. Service-Oriented Architecture (SOA): SOA enables the creation of reusable
services that can interact with various business applications. It allows cross-functional
systems to communicate efficiently by exposing business logic and data through web
services.
4. Application Programming Interfaces (APIs): APIs allow different software
applications to communicate with each other. Through APIs, cross-functional systems
can exchange data and functionality, ensuring integration.
Q.2. A mid-size pharmaceutical manufacturing company plans to procure software for
the desktop systems to be installed at their dealer’s premises. The dealer would need the
software to carry out various tasks like internet access, corporate correspondence,
communication & collaboration, apart from daily record keeping and billing-related
activities. Apart from the preinstalled Operating System that is supplied with the basic
desktop hardware, identify other application software and system software that the
company should procure for the dealer’s PC.
[4 Marks]
1. Application Software:
o Web Browser: For internet access (e.g., Google Chrome, Mozilla Firefox).
o Email Client: For corporate correspondence (e.g., Microsoft Outlook,
Thunderbird).
o Office Suite: For communication, collaboration, and record-keeping (e.g.,
Microsoft Office, Google Workspace).
o Accounting Software: For billing and daily record-keeping (e.g., Tally,
QuickBooks).
o Inventory Management Software: For tracking stock levels and inventory
management.
o Collaboration Tools: For team communication (e.g., Microsoft Teams,
Slack).
2. System Software:
o Antivirus Software: For system protection (e.g., Norton, McAfee).
o Backup Software: For data backup and recovery (e.g., Acronis).
o Firewall: For network security.
Q.3. A RDBMS Software allows storing and accessing data in multiple tables. In the
context of typical e-commerce application interactions, a customer creates a shopping
cart that holds multiple items which the customer plans to purchase. Explain this
database schema with relations between specific tables in database.
[6 Marks]
In an e-commerce application, the database schema for a shopping cart system typically
involves the following tables:
1. Customers Table:
o Stores customer information (CustomerID, Name, Email, Address, etc.).
2. Products Table:
o Stores product details (ProductID, ProductName, Description, Price, etc.).
3. ShoppingCart Table:
o Stores the items added by the customer to the cart (CartID, CustomerID,
ProductID, Quantity, DateAdded).
4. Orders Table:
Stores order details (OrderID, CustomerID, TotalAmount, OrderDate,
o
ShippingAddress, etc.).
5. OrderItems Table:
o Stores each product in an order (OrderItemID, OrderID, ProductID, Quantity,
Price).
Relations:
In a 3-tier client-server web application model, the sequence of interactions for placing an
order can be described as follows:
1. Order Creation:
o The sales department inputs the order details into the ERP system, such as the
order quantity (7000 DC fans), customer details (IR Coachworks), and
delivery requirements.
2. Inventory Management:
o The ERP system checks the availability of the required 7000 DC fans in the
inventory. If sufficient stock is available, the order is processed. If not, a
production request is generated.
3. Production Planning:
o The system checks the production schedule and allocates resources (e.g., raw
materials, labor) for manufacturing the fans if necessary.
4. Procurement:
o If materials are needed for production, the ERP system automatically triggers
purchase orders to suppliers to procure the required raw materials.
5. Manufacturing:
o The system schedules and tracks the production of the fans, ensuring that the
order is manufactured on time.
6. Quality Control & Shipping:
o Once the fans are manufactured, they undergo quality control. Upon approval,
the ERP system generates shipping documents and schedules delivery.
7. Invoice Generation & Payment:
o After shipment, the ERP system generates an invoice for IR Coachworks,
which includes the quantity, price, and payment terms.
Q.6. Breads & Buns is a relatively new 3-year-old company from Pune that sells a
variety of breads, buns, and other bakery products through their distribution network
of stockists and retail shops. The stock is replenished on a daily basis early in the
morning based on the orders placed at the retail shop. The management, encouraged by
the very good response to their products, plans to launch them in Mumbai. For this
purpose, the management wishes to analyze the current status of the business from
various dimensions. As a MIS consultant, explain 3 KPIs each at the operational,
tactical, and strategic level that can be used by the management to support the decision
to launch their products in Mumbai.
[6 Marks]
1. Sales Growth: Monitors the increase in sales over time, helping to assess whether
demand is rising and if expansion into Mumbai is viable.
2. Customer Satisfaction: Measures customer feedback, complaints, and satisfaction
scores to assess the quality of products and services.
3. Supply Chain Efficiency: Tracks the time taken to replenish stock and ensure timely
delivery, ensuring smooth supply chain operations.