Multiple choice technology platforms and products

What is the order in which the Profile files are read during the system start?

  1. DEFAULT, INSTANCE & START

  2. INSTANCE, DEFAULT & START

  3. START, INSTANCE, DEFAULT

  4. START, DEFAULT, INSTANCE

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

During SAP system startup, profile files are read in the order: START profile first (contains kernel parameters and startup information), then DEFAULT profile (contains system-wide default parameters), and finally INSTANCE profile (contains instance-specific parameters). This hierarchical order allows more specific profiles to override settings from more general ones. Option D correctly represents this sequence.