Это видео недоступно.
Сожалеем об этом.

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

Поделиться
HTML-код
  • Опубликовано: 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

  • @praveensirvi886
    @praveensirvi886 Год назад +1

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

  • @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 🙏🏻

  • @akashlodhi8021
    @akashlodhi8021 Год назад +1

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

  • @RanjitCh
    @RanjitCh Год назад +1

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

  • @adityapawar7411
    @adityapawar7411 Год назад +1

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

  • @AnujYadav-df2uw
    @AnujYadav-df2uw Год назад

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

  • @k_shaw9161
    @k_shaw9161 Год назад

    Thanks for publishing this.

  • @jalandharbehera2456
    @jalandharbehera2456 Год назад

    Its amazing video.... really its superb sir

  • @yogithakakarla1716
    @yogithakakarla1716 Год назад

    Need more such videos pleaseeee

  • @anjalibisht8716
    @anjalibisht8716 Год назад

    Amazing video!

  • @riddhimar4810
    @riddhimar4810 Год назад

    Perfect 🤝🏻

  • @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.

  • @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.

  • @Everything-yes
    @Everything-yes Год назад

    Please practical on this scenario