DevOps Real Time Scenarios Interview Questions | DevOps Real Time Challenges | DevOps Real Time

Поділитися
Вставка
  • Опубліковано 3 лют 2023
  • DevOps Real Time Scenarios Interview Questions | DevOps Real Time Challenges | DevOps Real Time | #10
    Hey Folks,
    "This question was asked in an interview, and was in an AWS certification, as well"
    Welcome back to another video in the DevOps Real Time Scenarios
    series or DevOps Real Time Issues. In today's video, we are going to talk about the following:
    Problem Statement:-
    Food delivery service
    Growing rapidly
    The order processing system, scaling problems during peak hours
    The order collection process occurs quickly, but the order fulfillment process can take longer. How to solve this?
    Condition - Data must not be lost because of a scaling event.
    Solution:-
    1) Provision two Amazon Simple Queue Service
    2) One for order collection
    3) One for order fulfillment.
    4) Configure the EC2 instances to poll their respective queue.
    5) Create a metric based on a backlog per instance calculation.
    6) Scale the ASG based on the metric discussed in point #4
    LogicOps Lab - / @logicopslab
    LogicOps Lab - Hindi - / @logicopslabhindi
    GitHub - bit.ly/3lsUjdE
    Twitter - ​ / logicopslab
    Instagram - bit.ly/3tJ9Jyf
    Facebook - bit.ly/3ziMoVq
    Like | Share | Subscribe | Follow
    DevOps Real Time Scenarios Interview Questions,devops real time challenges,devops real time scenarios,real time scenarios in devops,swiggy system design,zomato system design,swiggy system design interview questions,zomato system design interview,food delivery system design,uber eats system design,aws real time scenarios interview questions,yelp system design interview questions,talabat system design interview,grubhub system design,doordash system design questions
    #devops #devopsrealtime #devopsinterviewquestions

КОМЕНТАРІ • 30

  • @akashlodhi8021
    @akashlodhi8021 Рік тому +1

    What you are doing for us, its huge motivation for us :)

  • @verp4658
    @verp4658 Рік тому +1

    Really Helpful. Your Explanation is great🙏in every video

  • @sachinnagar4726
    @sachinnagar4726 Рік тому +1

    Such an amazing way of explaining real time problems. I really appreciate your work towards us. Thank you for videos like these. 🙏🏻🙏🏻

    • @LogicOpsLab
      @LogicOpsLab  Рік тому +1

      Thanks for such kind words 🙏🏻

  • @AnujYadav-df2uw
    @AnujYadav-df2uw Рік тому

    Amazing video. This is exactly what I was looking for.

  • @k_shaw9161
    @k_shaw9161 Рік тому

    Thanks for publishing this.

  • @praveensirvi886
    @praveensirvi886 Рік тому +1

    amazing real time scenario question for interview preparation. This will be very helpful. Thank you so much Ravi Bhaiya .

  • @adityapawar7411
    @adityapawar7411 Рік тому +1

    Great explanation and very nice example .. please do make more videos like this

  • @RanjitCh
    @RanjitCh Рік тому +1

    Hello..Ravish bro.. questions are very interesting, please keep posting more n more videos until we become Solution Architects 😇👍

  • @anjalibisht8716
    @anjalibisht8716 Рік тому

    Amazing video!

  • @jalandharbehera2456
    @jalandharbehera2456 Рік тому

    Its amazing video.... really its superb sir

  • @riddhimar4810
    @riddhimar4810 Рік тому

    Perfect 🤝🏻

  • @yogithakakarla1716
    @yogithakakarla1716 Рік тому

    Need more such videos pleaseeee

  • @kasunperera9700
    @kasunperera9700 Рік тому

    Why we need sqs for order collection even though it works perfectly is it for future proof

    • @LogicOpsLab
      @LogicOpsLab  Рік тому +3

      The scenario talks about scaling, and the fulfillment of orders is not happening. So we need to know a metric because of which we can configure the ASG. That's where the queues come into play.

  • @SunitaSonawane2007
    @SunitaSonawane2007 Рік тому

    Can we use 2 SQS queue (so that Data lost will not happen) and use predictable scaling during peak hours.

    • @LogicOpsLab
      @LogicOpsLab  Рік тому

      Good one, Manasi. There can be multiple solutions to a problem.

  • @Everything-yes
    @Everything-yes Рік тому

    Please practical on this scenario