Scenario: A multinational corporation operates data centers across different regions. How would you design a partitioning strategy to ensure efficient data distribution and access in a globally distributed environment?

  • Geographical partitioning
  • No partitioning needed in a global setup
  • Partitioning based on employee roles
  • Replication of entire databases
Geographical partitioning is the appropriate approach in a globally distributed environment. It involves dividing data based on the location of the data centers, facilitating faster access to data for users in specific regions. This helps in optimizing data distribution and retrieval across the multinational corporation's network.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *