cloud-engineer-interview-questions icon indicating copy to clipboard operation
cloud-engineer-interview-questions copied to clipboard

Wrong definition and types of Cloud Migration

Open achenchi7 opened this issue 9 months ago • 1 comments

In the interview question: How to handle data migration in the cloud, The list you have provided is:

  1. Inadequate
  2. The definitions are incorrect

Refactor-and-rehost: Refactor-and-rehost migration involves making changes to your applications to take advantage of the benefits of the cloud platform. This is incorrect

Rehost is also known as the lift and shift method which involves moving your existing applications and data to the cloud without making any changes to them while refactoring involves rebuilding your applications from scratch before migrating to the cloud.

_Replatform: Replatform migration involves rewriting your applications in a cloud-native programming language

Replatform is also known as the lift, tinker, and shift method which involves making a few further adjustments to optimize your landscape for the cloud. The core architecture of applications stays the same.

Here is a link for your reference Migration strategies

achenchi7 avatar Feb 26 '25 19:02 achenchi7

@achenchi7 please make this change and submit a pull request for review.

sv222 avatar Feb 28 '25 18:02 sv222