Browse papers
A

Section A: Long Answer Questions

Attempt all questions.

5 questions
1long12 marks

A small building construction project consists of the following activities with their immediate predecessors and durations (in days):

ActivityPredecessorDuration (days)
A4
B6
CA5
DA3
EB, C7
FD4
GE, F2

(a) Draw the CPM (Activity-on-Node) network for the project. (b) Perform forward and backward pass calculations to determine the Earliest Start (ES), Earliest Finish (EF), Latest Start (LS) and Latest Finish (LF) for each activity. (c) Determine the total float and free float of each activity. (d) Identify the critical path and the project duration.

(a) Network logic (Activity-on-Node):

        +--> C --+
        |        v
START --+--> A --+--> D --> F --+
        |                       v
        +--> B --------> E -----+--> G --> END
                          ^
                          |
                  (E follows B and C)
              (G follows E and F)

Activity A and B start the project. C and D follow A. E follows B and C. F follows D. G follows E and F.

(b) Forward pass (ES, EF), EF = ES + Duration:

ActDurESEF
A404
B606
C549
D347
E7max(6,9)=916
F4711
G2max(16,11)=1618

Project duration = EF of G = 18 days.

Backward pass (LF, LS), LS = LF − Duration: Set LF of G = 18.

ActDurLFLS
G21816
F41612
E7169
D3129
C594
B693
A4min(LS of C, LS of D)=min(4,9)=40

(c) Total float (TF = LS − ES) and Free float (FF = ES of successor − EF):

ActESEFLSLFTFFF
A040400
B06393min(ES_E)−EF = 9−6 = 3
C494909−9 = 0
D4791257−7 = 0
E916916016−16 = 0
F7111216516−11 = 5
G1618161800

(d) Critical path = activities with TF = 0 forming a continuous chain: A → C → E → G.

Check: 4 + 5 + 7 + 2 = 18 days = project duration. ✔

Project duration = 18 days; Critical path: A–C–E–G.

cpmnetwork-analysisfloat
2long10 marks

The activities of a research-and-development construction project, their precedence and the three time estimates (optimistic tot_o, most likely tmt_m, pessimistic tpt_p, in weeks) are given below:

ActivityPredecessortot_otmt_mtpt_p
A246
B3513
CA135
DA4614
EB, C258
FD, E3411

(a) Compute the expected time tet_e and variance σ2\sigma^2 for each activity. (b) Determine the expected project completion time and the critical path. (c) Find the probability that the project is completed within 26 weeks. (Use Φ(1.0)=0.8413\Phi(1.0)=0.8413.)

(a) PERT formulas: te=to+4tm+tp6t_e = \dfrac{t_o + 4t_m + t_p}{6}, σ2=(tpto6)2\sigma^2 = \left(\dfrac{t_p - t_o}{6}\right)^2.

Acttot_otmt_mtpt_ptet_eσ2\sigma^2
A246(2+16+6)/6 = 4.0(4/6)²=0.444
B3513(3+20+13)/6 = 6.0(10/6)²=2.778
C135(1+12+5)/6 = 3.0(4/6)²=0.444
D4614(4+24+14)/6 = 7.0(10/6)²=2.778
E258(2+20+8)/6 = 5.0(6/6)²=1.000
F3411(3+16+11)/6 = 5.0(8/6)²=1.778

(b) Path lengths using tet_e:

  • A–C–E–F = 4 + 3 + 5 + 5 = 17 weeks
  • A–D–F = 4 + 7 + 5 = 16 weeks
  • B–E–F = 6 + 5 + 5 = 16 weeks

Longest = A–C–E–F = 17 weeks. Critical path = A–C–E–F, expected duration TeT_e = 17 weeks.

(c) Variance along critical path:

σcp2=0.444+0.444+1.000+1.778=3.667 weeks2\sigma^2_{cp} = 0.444 + 0.444 + 1.000 + 1.778 = 3.667 \text{ weeks}^2 σcp=3.667=1.915 weeks\sigma_{cp} = \sqrt{3.667} = 1.915 \text{ weeks}

Standard normal variate for Ts=26T_s = 26 weeks:

Z=TsTeσcp=26171.915=91.915=4.70Z = \frac{T_s - T_e}{\sigma_{cp}} = \frac{26 - 17}{1.915} = \frac{9}{1.915} = 4.70

Since Z=4.70Z = 4.70 is far in the right tail, P(T26)Φ(4.70)1.000P(T \le 26) \approx \Phi(4.70) \approx 1.000.

Probability ≈ 1.00 (≈ 100%); completing within 26 weeks is virtually certain. (For comparison, Z=1.0Z = 1.0 corresponds to a completion target of 17+1.915=18.917 + 1.915 = 18.9 weeks with probability 0.8413.)

pertprobabilityproject-duration
3long8 marks

A project has the following activities along a single chain A → B → C → D. The normal and crash data are:

ActivityNormal time (days)Normal cost (Rs)Crash time (days)Crash cost (Rs)
A810,000614,000
B68,000412,000
C1015,000721,000
D56,00049,000

Indirect cost = Rs 2,000 per day. The activities form a single sequential path. (a) Compute the crash cost slope for each activity. (b) Crash the project step by step to find the optimum (least total cost) project duration and the corresponding total cost.

(a) Cost slope = Crash costNormal costNormal timeCrash time\dfrac{\text{Crash cost} - \text{Normal cost}}{\text{Normal time} - \text{Crash time}} (Rs/day):

ActΔCostΔTimeSlope (Rs/day)Max crash days
A4,00022,0002
B4,00022,0002
C6,00032,0003
D3,00013,0001

Normal duration = 8 + 6 + 10 + 5 = 29 days (single path, so the whole chain is critical).

Normal direct cost = 10,000 + 8,000 + 15,000 + 6,000 = Rs 39,000. Normal indirect cost = 29 × 2,000 = Rs 58,000. Normal total cost = Rs 97,000.

(b) Step-by-step crashing. Indirect cost = Rs 2,000/day. Crash the activity with the lowest slope first; crashing is worthwhile while slope ≤ indirect saving (2,000/day).

A, B, C all have slope = 2,000/day = indirect cost; D has slope 3,000 > 2,000 (never worth crashing).

Crashing A, B or C costs exactly Rs 2,000/day but saves Rs 2,000/day of indirect cost ⇒ net total cost unchanged, while duration reduces. So the optimum is a range; the shortest duration at no extra total cost is obtained by fully crashing A, B and C.

Crash A by 2 (→6), B by 2 (→4), C by 3 (→7): total reduction = 7 days.

  • New duration = 29 − 7 = 22 days.
  • Added direct cost = 7 × 2,000 = Rs 14,000 ⇒ direct cost = 39,000 + 14,000 = Rs 53,000.
  • Indirect cost = 22 × 2,000 = Rs 44,000.
  • Total cost = 53,000 + 44,000 = Rs 97,000 (same as normal).

Crashing D further (slope 3,000 > 2,000) would raise total cost by 1,000, so stop.

Optimum: any duration from 29 down to 22 days gives the minimum total cost of Rs 97,000; the least crashed duration achieving this minimum is the normal 29 days, and the shortest duration at minimum cost is 22 days. The recommended optimum duration is 22 days at total cost Rs 97,000 (shortest time at least cost).

crashingcost-managementtime-cost-tradeoff
4long8 marks

A power shovel of dipper (bucket) capacity 1.5 m³ is used to excavate ordinary earth and load it onto trucks. The following data apply:

  • Ideal cycle time = 20 seconds
  • Bucket fill factor = 0.85
  • Job efficiency factor = 50 minutes per hour
  • Swing-depth correction factor = 0.90
  • Soil swell (bulking) = 25%

(a) Compute the hourly production of the shovel in bank m³ (BCM) per hour. (b) If a haul truck has a heaped capacity of 9 loose m³ (LCM), determine the number of shovel passes (cycles) required to load one truck and the time to load one truck.

(a) Hourly production (loose then bank).

Volume of soil moved per cycle (loose) = bucket capacity × fill factor = 1.5 × 0.85 = 1.275 LCM per cycle.

Ideal cycle time = 20 s ⇒ ideal cycles per hour = 3600/20 = 180.

Apply efficiency (50 min/hr ⇒ factor 50/60 = 0.833) and swing-depth factor 0.90. Effective cycles per hour = 180 × 0.833 × 0.90 = 135 cycles/hr.

Loose production = 135 × 1.275 = 172.1 LCM/hr.

Convert loose to bank: Vbank=Vloose1+swell=172.11.25V_{bank} = \dfrac{V_{loose}}{1 + \text{swell}} = \dfrac{172.1}{1.25}.

Bank production = 137.7 BCM/hr (≈ 138 BCM/hr).

(b) Loading a truck.

Volume per pass (loose) = 1.275 LCM. Truck heaped capacity = 9 LCM.

Number of passes = 9 / 1.275 = 7.06 ⇒ round up to 8 passes (you cannot half-fill the last bucket; truck carries 8 × 1.275 = 10.2 LCM but is filled to its 9 LCM rated heaped capacity, last pass partial).

Using the standard rounding-up convention, 8 passes are needed.

Actual time per cycle = 20 s ÷ (efficiency × swing factor not applied per single observed cycle); using the effective rate, time per cycle = 3600/135 = 26.67 s.

Time to load one truck = 8 × 26.67 s = 213.3 s = 3.56 minutes (≈ 3 min 34 s) including efficiency.

Using ideal cycle time only: 8 × 20 = 160 s = 2.67 minutes.

Answers: (a) ≈ 138 BCM/hr; (b) 8 passes, ≈ 3.6 min per truck (effective) or 2.7 min (ideal).

construction-equipmentearthmovingproductivity
5long12 marks

(a) Explain the difference between resource smoothing and resource levelling, and state when each is used in construction scheduling. (4 marks)

(b) A project has four activities with the following data (all activities can start at their earliest start; durations and daily labour requirements shown). The project network gives the following early-start schedule:

ActivityDuration (days)Daily labourersEarliest Start (day)Total Float (days)
P3400
Q2602
R4330
S2533

(i) Draw the day-by-day labour histogram for the early-start schedule and find the peak daily labour demand. (4 marks) (ii) By shifting non-critical activities within their float, level the resources to reduce the peak. State the new peak. (4 marks)

(a) Resource smoothing vs resource levelling.

AspectResource smoothingResource levelling
ConstraintProject completion time (deadline) is fixedResource availability (a limit) is fixed
What is adjustedNon-critical activities shifted within their float onlyActivities delayed even beyond float if needed
Effect on durationDuration unchangedDuration may increase
ObjectiveReduce peaks/troughs, even out demand without delaying projectKeep demand ≤ available resource limit
Use caseWhen the end date must be met but a uniform crew size is desiredWhen resources are genuinely scarce/capped

(b)(i) Early-start labour histogram.

Schedule: P days 0–2 (3 days, 4/day); Q days 0–1 (2 days, 6/day); R days 3–6 (4 days, 3/day); S days 3–4 (2 days, 5/day).

Day0123456
P (4)444
Q (6)66
R (3)3333
S (5)55
Total101048833
Labour
10 | ## ##
 8 |          ## ##
 6 |
 4 |       ##
 3 |                ## ##
   +--------------------------
     0  1  2  3  4  5  6   day

Peak daily labour demand = 10 labourers (days 0–1).

(b)(ii) Levelling within float. The peak (10) occurs on days 0–1 because P (critical) and Q overlap. Q has total float = 2, so shift Q later. Move Q to start on day 2 (days 2–3):

Day0123456
P (4)444
Q (6)66
R (3)3333
S (5)55
Total441014833

That worsens day 3. Instead shift Q to start day 1 is not enough; the better move is to delay S (float 3) and keep Q early but stagger. Try Q on day 2–3 makes day 3 worse. Re-examine: shift Q by exactly its float to days 2–3 conflicts with R+S on day 3.

Best feasible levelling: delay S by its float to days 5–6 and delay Q by 1 day to days 1–2:

Day0123456
P (4)444
Q (6)66
R (3)3333
S (5)55
Total410103388

Peak still 10. Because P (4) + Q (6) = 10 must overlap at least one day (Q float only 2, P spans days 0–2), the peak of P+Q cannot drop below 10 on any shared day unless Q is delayed past P. Q max start = day 2 (float 2). On day 2, P still active (4) and Q (6) ⇒ 10.

Conclusion: the minimum achievable peak by smoothing within float is 10 labourers, but the demand is made more uniform (eliminating the deep trough). To reduce the peak below 10 one must accept resource levelling that extends the project (delay Q beyond its float to start after day 2), giving a new peak of 6.

New levelled peak (within float) = 10; achievable peak only if Q delayed beyond float = 6 with project extension.

resource-managementresource-levellingbar-chart
B

Section B: Short Answer Questions

Attempt all questions.

6 questions
6short5 marks

Define a bar chart (Gantt chart). State three advantages and three limitations of using bar charts for construction project scheduling compared with network techniques.

Bar chart (Gantt chart): A bar chart is a graphical project-scheduling tool in which each activity is represented by a horizontal bar drawn against a common time scale. The bar's left end marks the activity start, its length represents the duration, and its right end the finish. Introduced by Henry L. Gantt, it shows what work is planned and when, and progress can be shown by shading the bar.

Three advantages:

  1. Simple and visual — easily understood by site staff, clients and non-technical stakeholders.
  2. Easy progress monitoring — actual vs planned progress can be marked directly on the bars.
  3. Quick to prepare for small projects and useful as a communication/reporting tool.

Three limitations:

  1. Does not show interdependencies clearly — logical relationships between activities are not explicit.
  2. No critical path / float information — cannot identify which activities control the project duration or have spare time.
  3. Poor for analysis of changes — the effect of a delay in one activity on the rest of the project is not directly visible, making updating large projects difficult.

(Network techniques such as CPM/PERT overcome these by explicitly modelling logic, floats and the critical path.)

bar-chartganttproject-planning
7short5 marks

Differentiate between lump-sum contract, item-rate (unit-price) contract and cost-plus contract. State one situation where each is most appropriate in Nepali construction practice.

1. Lump-sum (fixed-price) contract: The contractor agrees to execute the whole specified work for a single fixed price, irrespective of the actual quantities of work done. Detailed drawings and specifications must be complete before tendering. Risk of quantity/price variation lies mainly with the contractor.

  • Best for: Building works (e.g., a residential or office block) where the scope and quantities are well defined before tender.

2. Item-rate / unit-price (schedule of rates) contract: The contractor quotes a unit rate for each item in the Bill of Quantities (BOQ); payment = actual measured quantity × quoted rate. Quantities are provisional and re-measured on site.

  • Best for: Road, irrigation, water-supply and earthwork projects where exact quantities cannot be fixed in advance (most government works under the Public Procurement Act use this form).

3. Cost-plus contract: The owner reimburses the contractor's actual allowable cost plus an agreed fee (a fixed fee or a percentage of cost) for overheads and profit.

  • Best for: Emergency works, disaster repair, or projects with undefined scope where work must begin before design is complete (e.g., post-earthquake reconstruction or urgent landslide stabilization).

Key contrast: Lump-sum fixes price (owner low risk on cost, high on scope clarity); item-rate fixes rates (risk shared, quantity risk on owner); cost-plus fixes fee only (cost risk largely on owner, used when uncertainty is high).

contract-managementtenderprocurement
8short5 marks

Distinguish between Quality Assurance (QA) and Quality Control (QC). List four quality-control tests commonly carried out on fresh and hardened concrete at a construction site.

Quality Assurance (QA): A set of planned and systematic activities (procedures, audits, documentation, training) carried out to provide confidence that the project will meet quality requirements. QA is process-oriented and proactive — it prevents defects (e.g., approved method statements, calibrated equipment, qualified personnel, inspection plans).

Quality Control (QC): The operational techniques and inspections/tests used to verify that the actual output meets the specified requirements. QC is product-oriented and reactive/detective — it identifies defects in the finished or in-progress work (e.g., testing samples, measuring dimensions).

QAQC
FocusProcessProduct/output
AimPrevent defectsDetect defects
NatureProactiveReactive
ExampleAudit of mix-design procedureCube compressive-strength test

Four common concrete QC tests:

  1. Slump test (workability of fresh concrete).
  2. Compressive strength test on cubes/cylinders (hardened concrete, e.g., at 7 and 28 days).
  3. Concrete temperature / fresh density test of fresh concrete.
  4. Water–cement ratio check and/or rebound hammer / core test (non-destructive in-situ strength of hardened concrete).
quality-managementquality-controlqa-qc
9short5 marks

Explain the importance of safety management on construction sites. List four common hazards on a building construction site and give one preventive (control) measure for each.

Importance of safety management: Construction is among the most accident-prone industries. Effective safety management (a) protects the lives and health of workers and the public, (b) reduces direct and indirect costs from accidents (compensation, lost time, equipment damage, project delay), (c) ensures legal compliance (Labour Act and safety regulations), (d) improves productivity and worker morale, and (e) protects the contractor's reputation and avoids litigation. Safety is achieved through hazard identification, risk assessment, provision of PPE, training, and a safety culture.

Four common hazards and control measures:

HazardPreventive / control measure
1. Fall from height (scaffolds, edges, openings)Provide guardrails, safety nets, full-body harness with lifeline, and properly designed scaffolding.
2. Excavation / trench collapseProvide shoring, sloping or benching of sides; keep spoil away from edge; barricade trenches.
3. Falling objects / struck-byProvide hard hats, toe-boards on scaffolds, debris nets, and exclusion (barricaded) zones below lifting operations.
4. Electric shockUse earthed equipment, ELCB/RCCB, insulated tools, lockout-tagout, and keep cables clear of water.

(Other valid hazards: dust/noise → masks and ear protection; machinery contact → guards and trained operators.)

safety-managementconstruction-safetyhazard
10short5 marks

A construction equipment is purchased for Rs 24,00,000. Its estimated salvage value at the end of an 8-year useful life is Rs 4,00,000. (a) Compute the annual depreciation using the straight-line method. (b) Compute the book value at the end of the 3rd year by the straight-line method. (c) Compute the depreciation for the first year using the sum-of-years-digits (SOYD) method.

Given: Initial cost PP = Rs 24,00,000; Salvage value SS = Rs 4,00,000; Life nn = 8 years. Depreciable amount = PSP - S = 24,00,000 − 4,00,000 = Rs 20,00,000.

(a) Straight-line annual depreciation:

D=PSn=20,00,0008=Rs 2,50,000 per year.D = \frac{P - S}{n} = \frac{20,00,000}{8} = \textbf{Rs 2,50,000 per year.}

(b) Book value at end of year 3 (straight-line): Accumulated depreciation in 3 years = 3 × 2,50,000 = Rs 7,50,000.

BV3=P3D=24,00,0007,50,000=Rs 16,50,000.BV_3 = P - 3D = 24,00,000 - 7,50,000 = \textbf{Rs 16,50,000.}

(c) Sum-of-years-digits, first-year depreciation: Sum of digits = n(n+1)2=8×92=36\dfrac{n(n+1)}{2} = \dfrac{8 \times 9}{2} = 36.

First-year factor = n36=836\dfrac{n}{36} = \dfrac{8}{36}.

D1=836×(PS)=836×20,00,000=Rs 4,44,444 (approx).D_1 = \frac{8}{36} \times (P - S) = \frac{8}{36} \times 20,00,000 = \textbf{Rs 4,44,444 (approx).}

Summary: (a) Rs 2,50,000/yr; (b) Rs 16,50,000; (c) Rs 4,44,444.

cost-managementequipment-economicsdepreciation
11short5 marks

(a) Define a Work Breakdown Structure (WBS) and state two benefits of preparing it. (3 marks) (b) List the four phases of the construction project life cycle in correct sequence, with one key activity in each phase. (2 marks)

(a) Work Breakdown Structure (WBS): A WBS is a hierarchical, deliverable-oriented decomposition of the total project scope into progressively smaller and more manageable components (work packages). The top level is the whole project; each lower level breaks the work into sub-deliverables until the lowest level (work package) is small enough to be estimated, scheduled, assigned and controlled.

Two benefits:

  1. Complete scope definition — ensures no part of the work is omitted or duplicated (it defines 100% of the scope).
  2. Basis for estimating and control — each work package can be costed, scheduled, assigned to a responsible party, and used for progress measurement. (Other valid: clarifies responsibility, aids communication, foundation for the project network.)

(b) Four phases of the construction project life cycle (in sequence):

  1. Conception / Initiation phase — feasibility study, defining objectives and need.
  2. Planning & Design phase — detailed design, drawings, specifications, scheduling, budgeting, tendering.
  3. Execution / Construction phase — actual construction, procurement, resource deployment, monitoring and control.
  4. Commissioning / Closeout (handover) phase — testing, inspection, handover to client, final accounts and documentation.
project-planningwbsproject-life-cycle

Frequently asked questions

Where can I find the BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) question paper 2079?
The full BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) 2079 (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) 2079 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) 2079 paper?
The BE Civil Engineering (IOE, TU) Construction Project Management (IOE, CE 752) 2079 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.