DevOps Real Time Scenarios Interview Questions | DevOps Manager Interview Questions and Answers

Поділитися
Вставка
  • Опубліковано 5 лип 2024
  • DevOps Real Time Scenarios Interview Questions | DevOps Manager Interview Questions and Answers | How to Manage Terraform State | Terraform State: How to Keep your Infrastructure Up and Running | Manage Git Branches
    Hey Folks,
    "This question was asked in an interview, and was in a GCP 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:
    • You are responsible for creating and modifying the Terraform templates that define your Infrastructure.
    • Because two new engineers will also be working on the same code, you need to define a process and adopt a tool that will prevent you from overwriting each other's code.
    • You also want to ensure that you capture all updates in the latest version.
    • What would you do?
    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
    Music Credits:
    Link - uppbeat.io/t/soundroll/fashio...
    YT - • No Copyright Music Bac...
    Name - Soundroll - Fashion Worship
    devops real time scenarios interview questions,devops real time challenges,devops real world problems,devops real time scenarios,real time scenarios in devops,how to manage terraform state,branching strategy in git,devops manager interview questions,devops manager round interview questions,devops manager interview questions and answers,devops team lead interview questions,devops team lead,how to be a devops developer,sre manager interview questions

КОМЕНТАРІ • 31

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

    This is the channel that we got much more informative and real time scenario things....the way you are explaining thats no words for you Bhai 🙏🙏🙏

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

    Well explained 😊 keep the good work

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

      Thanks for all the love and support 🙏🏻

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

    Again a helpful video.
    Learn new things that how to integrate unit tests in terraform pipeline.
    Currently, Our team is using terraform CI/CD but not integrated unit tests, Maybe I can do a POC :P

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

      Cool stuff, do it and get the first mover advantage and praises! All the very best!

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

      And, I am glad that we have an example of someone who use CI-CD for TF scripts. Amazing!

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

    Bro thanks for incredible content

  • @Learn_IT_with_Azizul
    @Learn_IT_with_Azizul 5 місяців тому

    very useful topic. just a request, plz try to create another content on Springboot application in JUnit & integration testing using ECS (Fargate / EC2). Ty

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

    super bro

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

    Eyerything is Awsomly explained but imy doubt is .. why we need to do unit tests in aspects of terraform coz we are deploying infrastructure ryt not cicd....?

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

      Amazing question! Yes, a lot of companies now deploy terraform scripts through CI-CD, thus your infra creation (terraform scripts) becomes a part of deployment

  • @sagarahire-ys3uj
    @sagarahire-ys3uj Рік тому

    bro plz cover shell scripting interview questions and scenarios...this is the topic on which not much of a content is available

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

    Just consider 2 Dev work in same time at same file one Dev completed and his code is merged to main branch with PR if another Dev raised PR as approver we can reject PR or it cause any merger conflict?

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

      Do not reject the PR.
      The Dev #2 will get a merge conflict if it is the same file that has been changed.
      Accept the incoming changes done by Dev #1, and then do your changes. Commit and push.
      Or, just stash your changes, take the changes from Dev #1, then do your changes, then commit, then push.

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

    hi please can you explain how we should expalin ci-cd process?

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

      Hi, take a look at other videos in this series, you will find one. If not, let me know, I will send you the link.

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

    By using terraform refresh command also we get all the info about what infrastructure we created through terraform, right?
    Correct me if i am wrong...

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

      The terraform refresh command reads the current settings from all managed remote objects and updates the Terraform state to match.
      This won't modify your real remote objects, but it will modify the Terraform state.
      You shouldn't typically need to use this command, because Terraform automatically performs the same refreshing actions as a part of creating a plan in both the terraform plan and terraform apply commands. This command is here primarily for backward compatibility, but we don't recommend using it because it provides no opportunity to review the effects of the operation before updating the state.
      Source - developer.hashicorp.com/terraform/cli/commands/refresh

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

      @@LogicOpsLab thankyou so much

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

    Hi bro, What exactly is Manager Round in Interview, what sort of questions we can expect on this round? Thanks

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

      Check this out
      ua-cam.com/video/NSMm72RZkkc/v-deo.html

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

      @@LogicOpsLab Thanks brother

  • @udaykumar-tb5kn
    @udaykumar-tb5kn Рік тому

    Will u not show all these practically??

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

      This series has the issues that I have faced in my career. It's quite hard to replicate them. Here I am only showing the approach, apologies but can't show the real code here.

    • @udaykumar-tb5kn
      @udaykumar-tb5kn Рік тому

      @@LogicOpsLab THAT'S fine

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

    ua-cam.com/video/12HHZOmBYAc/v-deo.html
    sir aapki devops real time interview ki playlist ki videos show ni ho rahi ..
    bht acha the playlist.
    please public kr dijiye,🫠🫠