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

Sdílet
Vložit
  • čas přidán 3. 02. 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

Komentáře • 30

  • @akashlodhi8021
    @akashlodhi8021 Před rokem +1

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

  • @sachinnagar4726
    @sachinnagar4726 Před rokem +1

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

  • @verp4658
    @verp4658 Před rokem +1

    Really Helpful. Your Explanation is great🙏in every video

  • @praveensirvi886
    @praveensirvi886 Před rokem +1

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

  • @AnujYadav-df2uw
    @AnujYadav-df2uw Před rokem

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

  • @adityapawar7411
    @adityapawar7411 Před rokem +1

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

  • @k_shaw9161
    @k_shaw9161 Před rokem

    Thanks for publishing this.

  • @RanjitCh
    @RanjitCh Před rokem +1

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

  • @jalandharbehera2456
    @jalandharbehera2456 Před rokem

    Its amazing video.... really its superb sir

  • @anjalibisht8716
    @anjalibisht8716 Před rokem

    Amazing video!

  • @riddhimar4810
    @riddhimar4810 Před rokem

    Perfect 🤝🏻

  • @yogithakakarla1716
    @yogithakakarla1716 Před rokem

    Need more such videos pleaseeee

  • @kasunperera9700
    @kasunperera9700 Před rokem

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

    • @LogicOpsLab
      @LogicOpsLab  Před rokem +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 Před rokem

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

    • @LogicOpsLab
      @LogicOpsLab  Před rokem

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

  • @Everything-yes
    @Everything-yes Před rokem

    Please practical on this scenario