The ZK page lifecycle follows: (1) Page Initial - initialization and parameter retrieval, (2) Component Creation - creating component tree from ZUML or programmatic creation, (3) Event Processing - processing queued events, (4) Rendering - generating output for the browser. This sequence ensures components exist before events are processed, and events complete before final rendering. Option C correctly shows this order.