BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) Question Paper 2077 Nepal
This is the official BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) question paper for 2077, as set in the regular annual examination. It carries 80 full marks and a time allowance of 180 minutes, across 11 questions. On Kekkei you can attempt this Construction Project Management (IOE, CE 752) past paper online with a timer, get instant AI feedback and step-by-step solutions, and track the topics where you lose marks — completely free. Whether you are revising for your BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) exam or solving previous years' question papers, this 2077 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt all questions.
A small irrigation canal lining project consists of the following activities. Each activity is defined by its preceding activities and single (deterministic) duration in days.
| Activity | Predecessor(s) | Duration (days) |
|---|---|---|
| A | — | 4 |
| B | — | 6 |
| C | A | 5 |
| D | A | 8 |
| E | B, C | 7 |
| F | D | 6 |
| G | E, F | 3 |
(a) Draw the Activity-on-Node (AON) network. (b) Perform forward and backward pass to compute Earliest Start (ES), Earliest Finish (EF), Latest Start (LS), Latest Finish (LF) for every activity. (c) Determine the project duration and the critical path. (d) Compute total float and free float for every activity and tabulate the results.
(a) AON network (logical layout)
A(4) ───► C(5) ───►┐
│ ├──► E(7) ──►┐
│ B(6) ──────────┘ ├──► G(3) ──► END
└─► D(8) ───► F(6) ────────────┘
Start nodes: A, B. End node: G. E waits for both B and C; G waits for both E and F.
(b) Forward pass (ES = max EF of predecessors; EF = ES + duration; project start = day 0):
| Activity | Dur | ES | EF |
|---|---|---|---|
| A | 4 | 0 | 4 |
| B | 6 | 0 | 6 |
| C | 5 | 4 | 9 |
| D | 8 | 4 | 12 |
| E | 7 | max(6,9)=9 | 16 |
| F | 6 | 12 | 18 |
| G | 3 | max(16,18)=18 | 21 |
Backward pass (LF = min LS of successors; LS = LF − duration; project finish LF(G)=21):
| Activity | Dur | LF | LS |
|---|---|---|---|
| G | 3 | 21 | 18 |
| F | 6 | 18 | 12 |
| E | 7 | 18 | 11 |
| D | 8 | 12 | 4 |
| C | 5 | LS(E)=11 | 6 |
| B | 6 | LS(E)=11 | 5 |
| A | 4 | min(LS C=6, LS D=4)=4 | 0 |
(c) Project duration and critical path
Project duration = EF(G) = 21 days.
The critical path is the chain of zero-float activities: A → D → F → G (4 + 8 + 6 + 3 = 21 days).
(d) Total Float (TF = LS − ES = LF − EF) and Free Float (FF = min ES of successors − EF):
| Activity | ES | EF | LS | LF | TF | FF |
|---|---|---|---|---|---|---|
| A | 0 | 4 | 0 | 4 | 0 | 0 |
| B | 0 | 6 | 5 | 11 | 5 | ES(E)−EF = 9−6 = 3 |
| C | 4 | 9 | 6 | 11 | 2 | ES(E)−EF = 9−9 = 0 |
| D | 4 | 12 | 4 | 12 | 0 | 0 |
| E | 9 | 16 | 11 | 18 | 2 | ES(G)−EF = 18−16 = 2 |
| F | 12 | 18 | 12 | 18 | 0 | 0 |
| G | 18 | 21 | 18 | 21 | 0 | 0 |
Critical activities (TF = 0): A, D, F, G. Project duration = 21 days; critical path A–D–F–G.
A bridge substructure project is analysed using PERT. The three time estimates (optimistic , most likely , pessimistic ) in weeks are given. The network has two parallel chains that both converge at the finish.
| Activity | Path | |||
|---|---|---|---|---|
| P | 1 | 3 | 5 | 13 |
| Q | 1 | 4 | 6 | 8 |
| R | 2 | 2 | 4 | 6 |
| S | 2 | 6 | 8 | 16 |
Path 1 is P → Q (in series); Path 2 is R → S (in series); both paths start together and finish together.
(a) Compute the expected time and variance of each activity. (b) Determine the expected length and variance of each path and identify the critical path. (c) Find the probability that the project is completed within 22 weeks. (d) Find the project duration corresponding to a 90% confidence level. (Use ; standard-normal table: .)
(a) PERT formulae: , .
| Activity | ||
|---|---|---|
| P | ||
| Q | ||
| R | ||
| S |
(b) Path lengths and variances (variances add along a series path):
- Path 1 (P→Q): weeks, .
- Path 2 (R→S): weeks, .
The longer expected length governs, so the critical path is Path 2 (R → S), expected duration weeks, , weeks.
(c) Probability of completion within 22 weeks on the critical path:
For , . The project is essentially certain (≈99.99%) to finish within 22 weeks.
(Illustrative check at a tighter deadline of 15.57 weeks: , giving , consistent with the supplied table value.)
(d) Duration for 90% confidence:
There is a 90% probability the project finishes within ≈15.3 weeks.
A project network has four activities along a single critical chain A → B → C → D. Indirect cost is Rs. 1,500 per day. Crashing data:
| Activity | Normal Time (days) | Crash Time (days) | Normal Cost (Rs.) | Crash Cost (Rs.) |
|---|---|---|---|---|
| A | 8 | 5 | 20,000 | 26,000 |
| B | 6 | 4 | 15,000 | 21,000 |
| C | 10 | 7 | 30,000 | 39,000 |
| D | 7 | 5 | 18,000 | 24,000 |
All four activities lie on the only path. (a) Compute the cost slope (crash cost per day) for each activity. (b) Determine the normal project duration and total normal cost (direct + indirect). (c) Crash the project step-by-step to find the minimum total cost (optimum) duration. Show the total cost at each crashing step. (d) State the optimum duration and minimum total project cost.
(a) Cost slope (Rs./day) and max crash days:
| Activity | Slope (Rs./day) | Max crash days |
|---|---|---|
| A | 3 | |
| B | 2 | |
| C | 3 | |
| D | 2 |
(b) Normal duration and cost. Single path, so duration days.
- Total direct (normal) cost .
- Indirect cost .
- Total normal cost .
(c) Step-by-step crashing. Crash the cheapest slope first (savings in indirect = Rs.1,500/day; crash only while slope ≤ 1,500? — here every slope ≥ 2,000 > 1,500, so each crash day raises direct cost more than the indirect saving). Examine each step:
Start: 31 days, total = 129,500.
Step 1 — crash A (slope 2000), 3 days: duration 31→28. Direct +2000×3 = +6,000 → direct 89,000. Indirect = 1500×28 = 42,000. Total = 89,000 + 42,000 = 131,000 (net +1,500/day, increases).
Because the lowest available slope (2,000) already exceeds the indirect rate (1,500), every crash day costs more than it saves. Tabulating each cumulative step confirms the trend:
| Step | Activity crashed | Duration (days) | Direct cost (Rs.) | Indirect cost (Rs.) | Total cost (Rs.) |
|---|---|---|---|---|---|
| 0 | none (normal) | 31 | 83,000 | 46,500 | 129,500 |
| 1 | A −3 | 28 | 89,000 | 42,000 | 131,000 |
| 2 | B −2 | 26 | 95,000 | 39,000 | 134,000 |
| 3 | C −3 | 23 | 104,000 | 34,500 | 138,500 |
| 4 | D −2 | 21 (fully crashed) | 110,000 | 31,500 | 141,500 |
Total cost rises monotonically as we crash, because the minimum cost slope (Rs.2,000/day) is greater than the indirect cost rate (Rs.1,500/day).
(d) Optimum. The minimum total cost occurs at the normal duration of 31 days with minimum total cost Rs. 129,500. No crashing is economical here; crashing would only be justified if a contractual deadline shorter than 31 days were imposed (then crash cheapest slopes first: A, then B/C/D). If, say, a 28-day deadline is mandated, crash A by 3 days at the least extra cost, giving Rs.131,000.
A hydraulic excavator loads dump trucks on a road-widening project. Data: heaped bucket capacity = 1.2 m³; bucket fill factor = 0.85; cycle time = 22 seconds; job efficiency = 50 min/hour; soil swell (load) factor = 0.80 (i.e. bank volume = 0.80 × loose volume). Each dump truck has a struck/heaped haulable capacity of 9.0 loose m³; truck cycle time (haul + dump + return + spot) = 18 minutes.
(a) Compute the excavator's productivity in loose m³/hour and in bank m³/hour. (b) Determine the number of bucket passes to fill one truck and the time to load one truck. (c) Determine the number of trucks required to keep the excavator working continuously (no waiting). (d) If only 4 trucks are available, find the resulting system production (bank m³/hour) and identify the bottleneck.
(a) Excavator productivity.
Effective volume per cycle (loose) loose m³/cycle.
Cycles per 60-min hour at theoretical rate cycles/h; with job efficiency : Effective cycles/h cycles/h.
- Loose production loose m³/h.
- Bank production bank m³/h.
(b) Passes and truck load time.
Passes to fill one truck 9 passes (round up; truck carries loose m³).
Loading time per truck (use 9 passes) passes × cycle time s min. (If efficiency-adjusted: at 136.4 cycles/h, 9 passes take min. Use the gross loading-spot value min plus efficiency in the balance below.)
Using the effective rate, time the excavator needs to load one 9.0-loose-m³ truck min.
(c) Number of trucks for continuous excavator work.
Truck total cycle = haul/dump/return/spot + loading = min. Number of trucks 6 trucks to avoid excavator idling (round up).
(d) System production with only 4 trucks (bottleneck = trucks).
With 4 trucks < 6 required, the trucks are the bottleneck. Each truck completes one full cycle in 21.88 min and delivers 9.0 loose m³.
- Truck fleet delivery rate loose m³/h.
- In bank measure bank m³/h.
Since 98.7 loose m³/h < excavator capacity 139.1 loose m³/h, the trucks are the bottleneck; the excavator works only of the time. System output ≈ 79 bank m³/h.
(a) Explain the main types of construction contracts used in Nepal (lump-sum, item-rate/unit-price, cost-plus, and EPC/turnkey), giving for each one situation where it is most appropriate and one key risk-allocation feature. (b) Describe the standard tendering process for a public works contract in Nepal under the Public Procurement Act, from invitation to award. (c) Explain the purpose of (i) bid security, (ii) performance security, and (iii) retention money, and state a typical value for each. (d) Briefly explain the role of the Engineer and the procedure for handling a variation order and a claim for extension of time (EOT).
(a) Types of construction contracts.
| Type | Most appropriate when | Key risk feature |
|---|---|---|
| Lump-sum (fixed price) | Scope/drawings well-defined, low expected change | Contractor bears quantity & price risk; owner has cost certainty |
| Item-rate / unit-price | Quantities uncertain at tender (earthwork, foundations) | Owner bears quantity risk; payment = measured qty × rate (BOQ) |
| Cost-plus (fee/percentage) | Scope undefined, emergency or fast-track work | Owner bears most cost risk; contractor reimbursed actual cost + fee |
| EPC / turnkey | Owner wants single-point responsibility (power plants) | Contractor carries design + construction risk; price fixed |
(b) Public tendering process (Public Procurement Act / PPMO procedures):
- Need identification, cost estimate, and budget assurance.
- Preparation of bidding documents (specifications, BOQ, conditions of contract).
- Invitation for Bids (public notice / e-GP, national or international competitive bidding).
- Issue/sale of bidding documents; pre-bid meeting and clarifications.
- Submission of sealed bids by deadline (with bid security).
- Public bid opening, recording of read-out prices.
- Evaluation: preliminary (responsiveness), technical, then financial; correction of arithmetic errors; determination of lowest substantially responsive evaluated bid.
- Recommendation and approval by the competent authority.
- Notification/Letter of Intent and Letter of Acceptance.
- Signing of contract agreement after submission of performance security.
(c) Securities and retention:
- (i) Bid security (bid bond): guarantees the bidder will not withdraw and will sign the contract; typically 2–3% of the estimated/bid amount (often a fixed amount specified in documents), valid through bid validity + a margin. Forfeited if bidder defaults.
- (ii) Performance security (performance bond): guarantees due performance of the contract; typically 5% of the contract price (8% for abnormally low bids), valid until completion/defect-liability.
- (iii) Retention money: a percentage withheld from each interim payment to cover defects; typically 5% deducted per bill up to a ceiling of about 5% of contract value, released half at completion and half after the defect-liability period.
(d) The Engineer, variations and EOT.
- The Engineer administers the contract: supervises work, certifies payments, issues instructions, inspects/approves materials and quality, and makes fair determinations between owner and contractor.
- Variation order: the Engineer may instruct changes in quantity, quality or scope within contract limits; the contractor executes and is valued at BOQ rates (or new rates negotiated for new items / quantities beyond a threshold, e.g. ±15–25%). A written variation order and approval are required.
- Extension of Time (EOT): when delay is caused by employer-risk events (late possession of site, variations, exceptional weather, force majeure), the contractor submits a claim with notice within the contract time-bar, supported by records and programme analysis. The Engineer assesses entitlement and grants a fair EOT, revising the completion date so liquidated damages do not apply to the excused delay; associated cost/compensation is decided separately per the contract.
Section B: Short Answer Questions
Attempt all questions.
Define a Work Breakdown Structure (WBS). State two advantages of preparing a WBS before scheduling, and explain one major limitation of a bar (Gantt) chart that a network (CPM) diagram overcomes.
Work Breakdown Structure (WBS): a hierarchical, deliverable-oriented decomposition of the total project scope into progressively smaller, manageable components (levels: project → major deliverables/phases → work packages → activities). The lowest level (work package) is small enough to estimate cost, duration and assign responsibility.
Two advantages of preparing a WBS before scheduling:
- Ensures the entire scope is captured — nothing is omitted or double-counted — giving a complete activity list as the basis for estimating and scheduling.
- Clarifies responsibility, cost accounts and control points (each work package can be assigned, budgeted and monitored), enabling integrated cost–schedule control.
Major limitation of a bar (Gantt) chart overcome by CPM: A bar chart does not explicitly show the logical interdependencies between activities (which task must precede which) and therefore cannot identify the critical path or float. A CPM network shows these dependencies, computes critical activities and slack, and reveals the effect of a delay in any activity on the project completion date — information a simple bar chart cannot convey.
Differentiate between resource leveling and resource smoothing (resource-limited vs time-limited scheduling). With a short example, explain how float is used to level resources without extending the project duration.
Resource smoothing (time-limited scheduling): the project completion date is fixed; activities are shifted only within their available float to even out (reduce peaks in) resource demand. The project duration does not change; resource peaks are reduced but a resource ceiling is not guaranteed.
Resource leveling (resource-limited scheduling): the resource availability is fixed (a hard limit); activities are rescheduled so demand never exceeds the limit, even if this extends the project duration. Here meeting the resource constraint takes priority over the deadline.
| Aspect | Smoothing | Leveling |
|---|---|---|
| Constraint | Time fixed | Resource fixed |
| Duration | Unchanged | May increase |
| Goal | Reduce peaks | Stay within limit |
Example (using float): Suppose activities X (non-critical, float = 3 days, needs 4 masons) and Y (critical, needs 5 masons) both currently run on days 1–3, giving a peak demand of 9 masons. Because X has 3 days of float, it can be delayed to start after Y finishes. Daily demand then becomes 5 masons (Y) followed by 4 masons (X) — peak reduced from 9 to 5 — without delaying the project, since X was moved only within its float. This is smoothing; if even 5 masons exceeded the limit, leveling would push critical work later and lengthen the project.
On a building project at the end of month 4, the data are: Budgeted Cost of Work Scheduled (BCWS / PV) = Rs. 8,00,000; Budgeted Cost of Work Performed (BCWP / EV) = Rs. 7,20,000; Actual Cost of Work Performed (ACWP / AC) = Rs. 8,40,000. The total Budget at Completion (BAC) = Rs. 30,00,000. Compute SV, CV, SPI, CPI, and forecast the Estimate at Completion (EAC) assuming the current cost performance continues. Comment on project health.
Given: PV = 8,00,000; EV = 7,20,000; AC = 8,40,000; BAC = 30,00,000.
Schedule Variance: (negative ⇒ behind schedule).
Cost Variance: (negative ⇒ over budget).
Schedule Performance Index: (< 1 ⇒ behind schedule).
Cost Performance Index: (< 1 ⇒ cost overrun; getting Rs.0.857 of value per rupee spent).
Estimate at Completion (cost performance continues):
(Equivalently .)
Comment: Both indices are below 1, so the project is behind schedule and over budget. If the present cost trend continues, the project will overrun its budget by about Rs. 5,00,000 (EAC 35 lakh vs BAC 30 lakh). Corrective action on productivity/cost control and schedule recovery is needed.
A wheel loader is purchased for Rs. 75,00,000 with an estimated salvage value of Rs. 15,00,000 after a useful life of 6 years. It is expected to work 1,800 hours per year. (a) Compute the annual depreciation by the straight-line method. (b) Compute the average annual investment and the interest cost at 12% per year on average investment. (c) If annual ownership cost (depreciation + interest + taxes/insurance/storage at Rs. 2,00,000/year) is to be recovered, compute the ownership cost per operating hour.
Given: Purchase price ; salvage ; life yr; usage = 1,800 h/yr; interest rate = 12%.
(a) Straight-line depreciation:
(b) Average annual investment and interest:
Interest cost
(c) Ownership cost per hour: Annual ownership cost
Per operating hour:
(a) Distinguish between Quality Assurance (QA) and Quality Control (QC) in construction, giving one example of each. (b) List four common causes of accidents on construction sites and four corresponding preventive/safety measures. (c) State what a Job Safety Analysis (JSA) is and why it is done.
(a) QA vs QC:
- Quality Assurance (QA): process-oriented, proactive set of planned activities/systems that build confidence quality requirements will be met (e.g., establishing a Quality Management Plan, approving mix-design procedures, training, document control, audits). It prevents defects.
- Quality Control (QC): product-oriented, reactive inspection and testing of the actual output to detect non-conformance (e.g., testing concrete cube strength, slump test, checking reinforcement cover before pour). It detects defects.
QA defines and assures the system; QC verifies the product against the standard.
(b) Four common accident causes and preventive measures:
| Cause of accident | Preventive / safety measure |
|---|---|
| Falls from height (scaffolds, edges) | Guardrails, safety nets, full-body harness + lifeline, proper scaffolding |
| Excavation/trench collapse | Shoring/benching/sloping, keep spoil back from edge, inspection before entry |
| Struck by moving plant / falling material | Barricades, signaller/spotter, hard hats, toe-boards, exclusion zones |
| Electrocution | Lockout-tagout, insulated tools, RCD/ELCB, maintain clearance from live lines |
(Other valid pairs: fire/explosion → fire extinguishers & hot-work permits; manual-handling injury → mechanical aids & training.)
(c) Job Safety Analysis (JSA): a systematic procedure that breaks a specific job/task into its sequential steps, identifies the potential hazards associated with each step, and specifies the controls/safe procedures to eliminate or reduce each hazard. It is done before starting the task to anticipate risks, communicate safe methods to workers, comply with safety regulations, and prevent accidents — turning hazard identification into preventive action.
(a) In Activity-on-Arrow (AOA) networks, explain what a dummy activity is and the two purposes it serves. (b) For the dependency table below, draw the AOA network (describe nodes and arrows) and show where a dummy is needed.
| Activity | Predecessor(s) |
|---|---|
| A | — |
| B | — |
| C | A |
| D | A, B |
| E | C, D |
(a) Dummy activity (AOA): a fictitious activity of zero duration and zero resources, shown as a dashed arrow, that maintains correct logic in an arrow diagram. Its two purposes are:
- Logic (dependency) dummy: to correctly represent dependencies when an activity depends on only some of the activities that another activity also depends on (avoiding wrong shared dependencies).
- Uniqueness (numbering/grammar) dummy: to give two parallel activities that share the same start and end nodes their own unique identity (so no two activities have the same head and tail node pair).
(b) AOA network for the table.
Let nodes be numbered events. Logic required: C needs only A; D needs both A and B; E needs C and D.
A C
(1) ─────────► (2) ─────────► (4)
│ : │
│ B : dummy(0) │ E
│ ▼ ▼
(1)──B──► (3) ─────────────► (4) ───► (5)
D
Clearer description of nodes/arrows:
- Node 1 = project start.
- A: 1 → 2. B: 1 → 3.
- A finishes at node 2; B finishes at node 3.
- A dummy is drawn from node 2 → node 3 so that D (starting at node 3) depends on both A and B, while C (starting at node 2) depends on A only. Without the dummy, merging A and B at one node would wrongly make C depend on B as well.
- C: 2 → 4. D: 3 → 4. Both C and D end at node 4 (merge before E).
- E: 4 → 5 (project end).
Thus the dependency dummy 2 → 3 is required so that C depends on A only while D depends on A and B; C and D then merge at node 4 to release E.
Frequently asked questions
- Where can I find the BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) question paper 2077?
- The full BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) 2077 (regular) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
- Does the Construction Project Management (IOE, CE 752) 2077 paper come with solutions?
- Yes. Every question on this Construction Project Management (IOE, CE 752) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
- How many marks is the BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) 2077 paper?
- The BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) 2077 paper carries 80 full marks and is meant to be completed in 180 minutes, across 11 questions.
- Is practising this Construction Project Management (IOE, CE 752) past paper free?
- Yes — reading and attempting this Construction Project Management (IOE, CE 752) past paper on Kekkei is completely free.