DevOps Project Explanation in Interview | Terraform Interview Questions | DevOps Interview Series

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • DevOps Project Explanation in Interview | Terraform Interview Questions | DevOps Interview Series | DevOps Mock Videos
    Hey Folks,
    Welcome back to another video in the series of DevOps Interviews. This is the 35th video in this series. This is a complete 40-minute-long technical video purely on #DevOpsLifecycle Product Lifecycle, #Terraform #devopsinterview #docker, etc. Pick a pen and paper, and note down the questions we have covered in this video.
    Note - We take permission/consent from the person before posting the video. We do not leak any personal information in the video.
    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/s...
    YT - • No Copyright Music Bac...
    Name - Soundroll - Fashion Worship
    devops project explanation in interview,project explanation in devops,devops interview series,docker interview questions for experienced,docker interview questions,docker interview questions for experienced professionals,terraform interview questions,terraform interview questions and answers for devops engineer,terraform interview questions and answers,terraform interview questions and answers for experienced scenario based,devops mock interview

КОМЕНТАРІ • 22

  • @Dillesh_
    @Dillesh_ 10 місяців тому

    I don't like to criticize, but she needs some confidence and a direct approach to answers.
    Could you please explain about the dynamic instance creation in terraform.?
    Also is the candidate selected?

    • @LogicOpsLab
      @LogicOpsLab  10 місяців тому +1

      Dynamic instance creation in Terraform typically refers to the ability to create multiple instances or resources based on dynamic input data. This is often done using constructs like count or for_each to create resources based on a list or map of values.
      Thanks for the feedback, mate.

  • @mohammedfahad7176
    @mohammedfahad7176 10 місяців тому

    she doesn’t sound professional

    • @LogicOpsLab
      @LogicOpsLab  10 місяців тому

      Thanks for the feedback, mate.

    • @meeranms7602
      @meeranms7602 10 місяців тому +1

      it may be interview stress and not under control.

    • @LogicOpsLab
      @LogicOpsLab  10 місяців тому

      COuld be possible@@meeranms7602

  • @rahulrawat8975
    @rahulrawat8975 10 місяців тому

    Hi Sir,
    can we talk i need your help on the career path.

    • @LogicOpsLab
      @LogicOpsLab  10 місяців тому

      Please connect with me on LinkedIn.

  • @DarshanChavanVlogs
    @DarshanChavanVlogs 10 місяців тому

    the basic thing she didn't know when the terraform.tfstate file is created?

  • @xylyx_
    @xylyx_ 10 місяців тому

    The lady was giving oranges when asked for apples.

    • @LogicOpsLab
      @LogicOpsLab  10 місяців тому

      Appreciate the feedback.

  • @devopsmethodology-q4x
    @devopsmethodology-q4x 10 місяців тому

    can you give timestamp,in your video

  • @suhasiniaddanki7304
    @suhasiniaddanki7304 10 місяців тому

    What will happen when we provide 18 values for 20 Ec2 instances? It will throw exceptions while running the pipeline. Please provide the answer to this...Correct me if I am wrong

    • @xylyx_
      @xylyx_ 10 місяців тому

      Yes, explain please

    • @LogicOpsLab
      @LogicOpsLab  10 місяців тому

      Timestamp, please?

    • @varun1987143
      @varun1987143 10 місяців тому

      ​@@LogicOpsLab So far as my understanding, it won't throw an error instead it will provision the 18 mentioned resources and when we will run the next run it will exclude (No side effect on already created 18 resources) and will act for remaining 2s, this feature is called 'Idempotency'. Pls correct me if i'm wrong.

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

      ​@@varun1987143 for the first part I also think,, it will through error like value mismatch.

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

      ​@@LogicOpsLab at 26.15 , please explain