Terraform Interview Questions | Terraform Scenario Questions | DevOps Interview Series | Terraform

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024
  • Terraform Real Time Interview Questions Terraform Interview Questions | Terraform Scenario Questions | DevOps Interview Series | Terraform | 03
    Hey Folks,
    Welcome back to another video in the series of DevOps Interviews. This is the 3rd video in this series. This is a complete 17-minute-long technical video purely on #Terraform. Pick a pen and paper, and note down the questions we have covered in this 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
    terraform devops,terraform interview questions and answers for devops engineer,terraform interview questions,terraform modules,terraform interview questions for experienced,terraform interview questions and answers,terraform scenario based,terraform scenario based interview questions,terraform scenario based questions,terraform scenario,terraform real time interview questions,terraform scenario questions,devops terraform interview questions,terraform interview
    NOTICE/DISCLAIMER - We take permission/consent from the Candidate/Agency/Organisation before posting these interviews. Without consent/permission, we DO/WILL NOT publish any content in public.

ความคิดเห็น • 156

  • @akshayfasale8647
    @akshayfasale8647 6 หลายเดือนก่อน +58

    Thanks me later -- > Question: When you created the environment using Terraform, what components did you create using Terraform?
    Answer: I created resource groups, storage accounts, network security groups, application gateways, and VMs using Azure providers. While Terraform supports different providers like GCP or AWS, I used Azure since I have experience with it.
    Question: How can you make changes in the configuration of already created resources using Terraform?
    Answer: To make changes in the configuration of already created resources, we can use the terraform import command.
    Question: What does Terraform do with the state file when it runs?
    Answer: Terraform maintains a state file that maps the current status of the infrastructure with the configuration file. The state file is commonly stored either locally or in remote storage locations like Azure Storage or AWS S3.
    Question: In case the state file is lost, how do you resolve that issue?
    Answer: If the state file is lost, using the terraform import command can help. It allows Terraform to reconcile the cloud infrastructure state with the expected state.
    Question: What are the major features of Terraform that you find noteworthy?
    Answer: Terraform can manage infrastructure across multiple cloud platforms (Azure, GCP, AWS), uses HashiCorp Configuration Language (HCL), supports infrastructure code, and allows tracking resource changes throughout deployments.
    Question: What is the full form of HCL?
    Answer: HCL stands for HashiCorp Configuration Language.
    Question: Can you explain the purpose of the terraform validate command?
    Answer: The terraform validate command is used to validate the syntax of Terraform files, performing a syntax check to identify errors in the configuration.
    Question: What is the lifecycle block in Terraform?
    Answer: The lifecycle block is a nested block within a resource block, containing meta-arguments for resource behavior, such as create_before_destroy, prevent_destroy, and others.
    Question: Have you worked with other tools like CloudFormation or Ansible?
    Answer: Yes, I have worked with Ansible. When comparing Terraform and Ansible, the choice depends on the specific needs and the nature of the infrastructure.
    Question: If given a choice between Ansible and Terraform, which one would you prefer, and why?
    Answer: The choice between Ansible and Terraform depends on the specific needs. Terraform is suitable for maintaining a steady state in infrastructure, while Ansible excels in managing and configuring evolving environments.
    Question: Have you heard about Pulumi?
    Answer: Yes, I have heard about Pulumi. One notable feature is that Pulumi allows using multiple languages like Python, TypeScript, or JavaScript for configuration.
    Question: Have you heard about Bicep or ARM templates?
    Answer: Yes, I have heard about Bicep, and I have worked on ARM templates in the past.
    Question: Is it possible to destroy a single resource out of multiple resources using Terraform?
    Answer: Yes, it is possible. We can use the terraform destroy -target command followed by the resource type and name to destroy a specific resource.
    Question: How do you preserve keys created using Terraform?
    Answer: Keys created using Terraform can be preserved by storing them in the AWS CLI configuration folder under the credentials directory and instructing Terraform to use a specific profile during execution.
    Question: What happens if the Terraform state file is accidentally deleted?
    Answer: If the Terraform state file is deleted, Terraform may duplicate all resources, leading to increased costs and potential issues with overlapping and cross-pollination between resources.
    Question: Have you worked with Terraform modules?
    Answer: Yes, I have worked with Terraform modules. There are root modules, child modules, and published modules in Terraform.
    Question: How do you manage Terraform code in multiple environments?
    Answer: Terraform workspaces and reusable modules can be used to manage Terraform code in multiple environments, allowing separate state files for each workspace.
    Question: What is Terraform workspace used for?
    Answer: Terraform workspace allows managing separate state files for each workspace, enabling different environment processing.
    Question: How do you provide variable values at runtime in Terraform?
    Answer: To provide variable values at runtime in Terraform, the default values in the variable file (variable.tf) can be removed, and the values can be provided when running the Terraform command.
    Question: Why is Terraform called "Infrastructure as Code"?
    Answer: Terraform is referred to as "Infrastructure as Code" because it involves writing code to provision, manage, and deploy infrastructure. It uses a declarative approach to define infrastructure elements using HashiCorp Configuration Language (HCL).
    Question: Can you mention some drawbacks of Terraform based on your experience?
    Answer: Some drawbacks include a lack of error handling, restriction to a specific language (HCL), limitations on importing certain things, lack of script generation support, and occasional bugs in specific Terraform versions.
    Question: In your organization, which version of Terraform are you currently using?
    Answer: Currently, we are not using Terraform in our organization.

    • @LogicOpsLab
      @LogicOpsLab  6 หลายเดือนก่อน +5

      This is amazing!!! 😍

    • @trideepmisra9134
      @trideepmisra9134 6 หลายเดือนก่อน +2

      super bro saved my times thanks

    • @cramakrishna7733
      @cramakrishna7733 6 หลายเดือนก่อน +1

      Thanks alot brother ❤

    • @samridhsadda2229
      @samridhsadda2229 6 หลายเดือนก่อน

      Amazing

    • @Manojkumar-nt8mp
      @Manojkumar-nt8mp 5 หลายเดือนก่อน

      did you used any AI, to get this text?
      if yes, can you please drop the AI name

  • @rohits.k.7839
    @rohits.k.7839 ปีที่แล้ว +14

    Seems like the answers are being read....such smooth articulation is sus!
    Anyways, a good mock interview at the least
    ..cheers

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Thanks for the feedback.

  • @KamranAli-lx6cm
    @KamranAli-lx6cm 16 วันที่ผ่านมา +1

    Great concepts and fluent answers. similar questions were asked during my interviews.

    • @LogicOpsLab
      @LogicOpsLab  16 วันที่ผ่านมา

      Thanks a lot for your support.

  • @TeenaKohli
    @TeenaKohli ปีที่แล้ว +21

    Hi, I am not here to demean your effort but I am terraform engineer working in Ireland and this questionnaire answers are theoretical and looks like someone is reading script whereas in general , I have given or taken a whiteboard based Terraform interview writing a piece of code.

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว +8

      Thanks for the feedback, Teena. Would you like to connect over LinkedIn and discuss over points like these?
      It'd be helpful for fellow devops engineers and they can prepare better.
      Do let me know if you can help the community out. Thanks!

    • @komalthecoolk
      @komalthecoolk 10 หลายเดือนก่อน +2

      I don't think there was anything wrong with the answers, even if they are "theoretical".

    • @indirakuppuswamy6110
      @indirakuppuswamy6110 9 หลายเดือนก่อน

      Hi can you send your link for terraform interview

    • @manifestabundance-pu6ex
      @manifestabundance-pu6ex 8 หลายเดือนก่อน +2

      Sahi pakde ho...
      Majority of his videos follow this template

    • @bedt1meb0y24
      @bedt1meb0y24 6 หลายเดือนก่อน +1

      Teena is absolutely correct.but it helps a bit to get some questions how to handle orally, writing scripts is the realistic interview pattern.I have gone through open the notepad.show me scripts to open the terraform automation and yaml such stuff with real scenarios based.what we have done in the pjcts mentioned as in Resume.

  • @pramodpunnuche5426
    @pramodpunnuche5426 7 หลายเดือนก่อน +1

    All the answers given in reading notes, for example
    lifecycle is a nested block that can appear within a resource block. The lifecycle block and its contents are meta-arguments, available for all resource blocks regardless of type.
    The arguments available within a lifecycle block are create_before_destroy, prevent_destroy, ignore_changes, and replace_triggered_by

  • @amolghanwat09
    @amolghanwat09 2 ปีที่แล้ว +7

    Flawless interview 👍. Please also include the part where candidates introduce themselves and talk about their BAU. Need more such videos. Many thanks Ravish.

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว +4

      Thanks for the support, Amol. Apologies, I actually cannot reveal the identity of the candidates.

    • @DominikPlaylists
      @DominikPlaylists 3 หลายเดือนก่อน

      Did everyone miss this? "Currently, we are not using Terraform in our organization." You can handle errors, you can run scripts, the AWS S3 is about the worst of the storage options, import is best done by import block, not by command anymore. Just to name a few issues with the answers.

  • @manojpal1496
    @manojpal1496 ปีที่แล้ว +4

    For a long time I was looking for this type of interview questions , Again thanks 😊

  • @riddhimar4810
    @riddhimar4810 2 ปีที่แล้ว +6

    Amazing confidence. Such perfect answers, selection is must. I wonder I'd have this much grasp over Terraform.
    Thanks for putting this together 🙏🏻

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      Means a lot

    • @shubhadip87
      @shubhadip87 ปีที่แล้ว

      Dont believe..i think its a plot

    • @uadolphinca
      @uadolphinca ปีที่แล้ว

      Seems just learned phrases or even reading it. Sound absolutely not natural.

    • @avantshiv
      @avantshiv ปีที่แล้ว

      are you the same Riddhima from Ansible interview

    • @madhurimabanik9130
      @madhurimabanik9130 ปีที่แล้ว

      🤣

  • @nehagahilot1517
    @nehagahilot1517 ปีที่แล้ว +3

    Perfect example, that's something I was looking for.

  • @KamranAli-lx6cm
    @KamranAli-lx6cm 16 วันที่ผ่านมา +1

    Questions in this Interview:
    When you created the environment using Terraform, what components did you set up using Terraform?
    How do you make changes to the configuration of already created resources using Terraform?
    When the Terraform state file is created, what do you do with that state file and where do you store and find it?
    How do you resolve the issue if you lose the Terraform state file?
    What are the major features you have found in Terraform that you can talk about?
    What are the major features you have found in Terraform that you can talk about?
    What is the `terraform validate` command used for, and can you provide an example?
    Have you ever heard about the lifecycle in Terraform? Can you talk more about it?
    Have you worked with tools like CloudFormation, Ansible, or anything similar?
    Do you have any experience with Ansible?
    If you had to choose between Ansible and Terraform, which one would you prefer and why?
    In your current organization, which tool are you using: Ansible, Terraform, or Pulumi?
    Can you talk about any features of Pulumi that you find particularly useful or impressive?
    Have you ever heard about Bicep or ARM templates?
    In a scenario where you have 20 resources running on a public cloud (AWS or Azure) and you want to destroy just one resource, how would you go about doing that?
    Have you ever preserved a key that you created using Terraform?
    What happens if you delete the Terraform state file and then run the `terraform apply` or `terraform plan` command?
    Have you ever worked with modules in Terraform?
    What are the different types of modules in Terraform?
    The module that gets called is what: a parent module or a child module?
    From where we call a module, what is that module called?
    Have you ever heard about remote backends in Terraform? Do you have any ideas or experience with them?
    How can you provide variable values at runtime in Terraform?
    In an organization, how do you manage multiple environments in Terraform?
    Why do we call Terraform "Infrastructure as Code" (IaC)? Is there a particular reason for this?
    Can you explain some drawbacks or challenges you have faced in your career?
    Which version of Terraform are you using?

  • @rachz27
    @rachz27 ปีที่แล้ว +3

    Awesome Interview. Learning a lot from your Interview videos. Keep up the good work and keep posting content like this. Thanks 👍💯

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Means a lot, Rachit! 🙏🏻

  • @bharathimuppalla1612
    @bharathimuppalla1612 7 หลายเดือนก่อน +1

    Nice video who actually don't know terrform it will be useful

    • @LogicOpsLab
      @LogicOpsLab  7 หลายเดือนก่อน

      Appreciate it, mate

  • @rkgramani7896
    @rkgramani7896 ปีที่แล้ว +8

    Sharing knowledge is also - Caring for others

  • @ibmuser13
    @ibmuser13 4 หลายเดือนก่อน

    Thanks Ravish bhai. Nice interview. At 3:40, the interviewee mentioned about infra costs getting doubled if we try to recreate the terraform configuration using terraform apply in case we lose the state file, which is understood.....what would nasty cross-pollination exactly mean?

  • @vishallifezone9629
    @vishallifezone9629 ปีที่แล้ว

    Thank you for making these inetrview series but i heared all questions and answers and noticed that the candidate giving answer from google same as witten there nice startegy . Thats's why both are not showing there face 🤓🤓🤓🤓🤓

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Thanks for the feedback. No personal information has to revealed, thus no faces. I hope you understand and still support us.

  • @manojpal1496
    @manojpal1496 ปีที่แล้ว

    Perfect thanks bro . Please share more interviews Questions and answers ❤

  • @SamadhanGapat-r6t
    @SamadhanGapat-r6t 9 วันที่ผ่านมา

    Boss if we delete 1 resource manually out of three resource created by terraform apply then it will not create entire infra after we do terraform apply. existing resources will not change if no changes happened

  • @Anshuljublifanpage
    @Anshuljublifanpage 7 หลายเดือนก่อน

    Thank you So much. Awesome Interview

    • @LogicOpsLab
      @LogicOpsLab  7 หลายเดือนก่อน

      Glad you liked it.

  • @saisandeep1576
    @saisandeep1576 2 หลายเดือนก่อน

    life cycle of terraform?
    copy paste from terraform documentation.
    lifecycle is a nested block that can appear within a resource block. The lifecycle block and its contents are meta-arguments, available for all resource blocks regardless of type.
    The arguments available within a lifecycle block are create_before_destroy, prevent_destroy, ignore_changes, and replace_triggered_by.

    • @ujwalagolla4807
      @ujwalagolla4807 หลายเดือนก่อน

      exactly.. i noticed this too... it felt as if he read through the lines.

    • @LogicOpsLab
      @LogicOpsLab  หลายเดือนก่อน

      Thanks for the feedback, folks.

  • @stalinromi1134
    @stalinromi1134 2 ปีที่แล้ว +1

    Sir please make a video answering those questions (Q & A session)

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว +1

      Apologies, I was not keeping well. Will drop by the end of this week.

    • @kwabenasteve9326
      @kwabenasteve9326 ปีที่แล้ว

      @@LogicOpsLab just came across this. Did you drop it?

  • @rajashekarpedditi552
    @rajashekarpedditi552 7 หลายเดือนก่อน

    very informative and useful video 👍

    • @LogicOpsLab
      @LogicOpsLab  7 หลายเดือนก่อน

      Thanks a lot

  • @RamKharche
    @RamKharche ปีที่แล้ว

    Osm videos.
    Can you please make video on Prometheus and Grafana interview.

  • @sidharthvijayakumar3521
    @sidharthvijayakumar3521 ปีที่แล้ว +2

    Either this is scripted or the person is pro the choice is words are pretty impressive personally have never had such an experience

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว +1

      Same feeling, Sidharth. Worked with the candidate personally. Believe me, the candidate was that good. Unfortunately, left after a year, the last time I heard the candidate was with Walmart.

    • @sidharthvijayakumar3521
      @sidharthvijayakumar3521 ปีที่แล้ว

      @@LogicOpsLab how much exp?

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      @@sidharthvijayakumar3521 Less than 4, I guess. Not sure now.

  • @kishorek2628
    @kishorek2628 ปีที่แล้ว +1

    Hi please let me know answer for this question - How to do the changes in the configuration of already created resources using Terraform

    • @naveencs5475
      @naveencs5475 ปีที่แล้ว +1

      Terraform import

    • @LogicOpsLab
      @LogicOpsLab  8 หลายเดือนก่อน +1

      Yes, terraform import

  • @Mehuna
    @Mehuna 7 หลายเดือนก่อน

    Informative video ❤

    • @LogicOpsLab
      @LogicOpsLab  7 หลายเดือนก่อน

      Glad it was helpful.

  • @rajeshchowdary3532
    @rajeshchowdary3532 ปีที่แล้ว

    Good but you need to impove to present the video to reach each and every one. It's better to have either subtitles or word pad with questions and answers along with his tone.

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Feedback taken, thank you for the same.

  • @nazgulm4882
    @nazgulm4882 ปีที่แล้ว

    Thank you, amazing

  • @Rameshpowervlogs
    @Rameshpowervlogs ปีที่แล้ว

    tanq bro keep for u r doing such a nice videos

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Glad to hear that 💪🏻

  • @amolpatil6196
    @amolpatil6196 7 หลายเดือนก่อน

    Superb

    • @LogicOpsLab
      @LogicOpsLab  7 หลายเดือนก่อน

      Thanks for the support.

  • @hareeshsa8381
    @hareeshsa8381 ปีที่แล้ว

    Good candidate

  • @felipeozoski
    @felipeozoski ปีที่แล้ว

    Great man!!!

  • @shreeshailG
    @shreeshailG 5 หลายเดือนก่อน

    Bro small suggestions please dont mind.
    1. Starting 2 mins is too much of introduction
    2. Can you please give sub titles as voice is not clear and also if possible make it slides and more interactive

    • @LogicOpsLab
      @LogicOpsLab  5 หลายเดือนก่อน

      Noted. Thanks for letting us know. We will improve on this for sure.

  • @bloomzandrockz8830
    @bloomzandrockz8830 ปีที่แล้ว

    Tq much helpful

  • @raxitraju2439
    @raxitraju2439 2 ปีที่แล้ว

    🔥🔥

  • @pranavkumar349
    @pranavkumar349 4 หลายเดือนก่อน

    In most of the cases if the state file is deleted and you run again, It would fail saying the resource already exists. right?

    • @charithlakshan8382
      @charithlakshan8382 3 หลายเดือนก่อน

      No cuz it says already exists because there was state file that where your all infrastructure state details store. Since u delete it it will create new resources and could be overlapping

  • @a_k_singh
    @a_k_singh 2 ปีที่แล้ว

    Good one 👍

  • @user-cv4cm1dd3p
    @user-cv4cm1dd3p ปีที่แล้ว

    how to do changes in terraform for already created resouces -->ans using terraform plan ...not import i think
    terraform import command is used in Terraform to import existing infrastructure resources into the Terraform state.

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว +1

      It is import
      Example - terraform import aws_instance.my_instance i-0123456789abcdef0

  • @sparker1170
    @sparker1170 ปีที่แล้ว

    Good video

  • @kishorek2628
    @kishorek2628 ปีที่แล้ว

    Hi , From last one month following the DevOps interview questions. you are able to provide the interview questions each tool in devops. If it chargeable if yes I will pay the amount. I am basically working as Linux & AWS Engineer. Moving to DevOps end. Please help me to crack the interviews.

    • @LogicOpsLab
      @LogicOpsLab  8 หลายเดือนก่อน

      I don't charge a thing, as of now. But, I don't have a list. You can connect with me on LinkedIn.

  • @udaydito721
    @udaydito721 ปีที่แล้ว

    Hi bro,
    Any suggestion on how interview questions would be in Onshore round.
    Thanks,

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Onshore? You mean client round?

    • @udaydito721
      @udaydito721 ปีที่แล้ว

      @@LogicOpsLab yes

  • @jibin7277
    @jibin7277 11 หลายเดือนก่อน

    Ok the candidate is reading from official documentation. :D

    • @LogicOpsLab
      @LogicOpsLab  11 หลายเดือนก่อน

      Ya, some people do read the official documentation which I think is the best way to learn and explain while giving interviews.

  • @ianlondon2888
    @ianlondon2888 8 หลายเดือนก่อน

    Is there a way that you can give the answers in your own voice? Those of us that are not accustomed to hearing various types of english cannot understand some of the interviewees

    • @LogicOpsLab
      @LogicOpsLab  8 หลายเดือนก่อน

      Thanks for the suggestion. Will try doing the same soon.

  • @nlokesh1986
    @nlokesh1986 ปีที่แล้ว

    Is that ok, if we dont work on Terraform, but went to a Terraform interview?

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Not okay, these days people might ask you to write a Terraform code file.

  • @felipeozoski
    @felipeozoski ปีที่แล้ว

    Good stuff thanks 👍

  • @Abhi6goswami
    @Abhi6goswami ปีที่แล้ว

    Are these a video call interview or an audio call?

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Audio separated from a video call. This is done as we do not want to reveal the identity of the person.

  • @deepakkadam8679
    @deepakkadam8679 9 หลายเดือนก่อน

    I was looking for some good questions on terraform, very well explained and good bunch of questions. Just had one doubt as after tfstate file get deleted and a person tries to run the terraform code again will it give already exist or duplicate. As we are not changing the name , can you explain this briefly.

    • @LogicOpsLab
      @LogicOpsLab  9 หลายเดือนก่อน

      Glad I could help! Made my evening!

    • @LogicOpsLab
      @LogicOpsLab  9 หลายเดือนก่อน

      Also, to answer your question, If you attempt to run your Terraform code again after deleting the state file without any changes to the resource names, Terraform will not be aware of the existing resources, and it will attempt to recreate them. When you delete the state file, Terraform no longer has that mapping information, so it will assume the resources do not exist and will proceed to create them again.
      In cases where the state file is deleted accidentally or lost, you can import existing resources into Terraform's state, but this process can be more complex and error-prone.

  • @tjhsiao06
    @tjhsiao06 2 หลายเดือนก่อน

    Ok, Ok, Ok, "Joe Pesi" 😁

    • @LogicOpsLab
      @LogicOpsLab  หลายเดือนก่อน

      Sorry, didn't understand. Kindly explain.

  • @hexchad765
    @hexchad765 ปีที่แล้ว +1

    Sounds like fluffy chat GPT when he talks, the interviewee. I can't see hiring somebody who is either reading or memorized the questions and answers

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      When was ChatGPT released?
      When is this interview uploaded?
      But, thanks for the feedback.

    • @hexchad765
      @hexchad765 9 หลายเดือนก่อน

      ​@@LogicOpsLab2020 codex was live. LLMs existed before that as well

  • @suvraroy5847
    @suvraroy5847 ปีที่แล้ว

    Share some advance level of interview .

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Getting real time interviews is very tough these days. But, I am still working on it.

  • @anishsedhai2175
    @anishsedhai2175 6 หลายเดือนก่อน

    The answers are so generic. I don't think anybody would answer to questions like they are reading from a paragraph. Still great video to refresh the IaC scenarios.

    • @LogicOpsLab
      @LogicOpsLab  6 หลายเดือนก่อน

      Appreciate the feedback, Anish.

  • @Lyricrewriter
    @Lyricrewriter 2 ปีที่แล้ว

    Do you take any mock interview ji?

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      Not exactly, but, if you want I can take yours.

  • @hiteshasnani8176
    @hiteshasnani8176 ปีที่แล้ว +1

    i bet this candidate is just reading the answers

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Nopes. Took a demo later. The candidate was that good.

    • @subhalaxmidash9993
      @subhalaxmidash9993 ปีที่แล้ว

      If he was reading he would have taken pause to at least look for the answers..common sense 🤦 why can't people understand there are some candidates who can be this good ... honestly even I was trying to answer the questions and almost answered 80% .. anyway great job Ravish..🙂

  • @vijaybhatt8060
    @vijaybhatt8060 ปีที่แล้ว

    terraform remote command ????
    i dont understand this
    can u explain it
    3:50

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว +2

      terraform import
      Terraform can import existing infrastructure resources. This functionality lets you bring existing resources under Terraform management.

    • @vijaybhatt8060
      @vijaybhatt8060 ปีที่แล้ว

      @@LogicOpsLab thanks bro

  • @prajktamali6781
    @prajktamali6781 6 หลายเดือนก่อน

    It looks like her ansible candidate is similer as this one

    • @LogicOpsLab
      @LogicOpsLab  6 หลายเดือนก่อน

      Could be possible. There are multiple rounds on multiple technologies.

  • @diyalifestyles6971
    @diyalifestyles6971 2 หลายเดือนก่อน

    What's the total experience of the candidate?

    • @LogicOpsLab
      @LogicOpsLab  หลายเดือนก่อน

      I think close to 4.

  • @AkshaySaxena-bl9zs
    @AkshaySaxena-bl9zs 7 หลายเดือนก่อน +1

    all good but the voice of the candidate is irritating !!

    • @LogicOpsLab
      @LogicOpsLab  7 หลายเดือนก่อน

      Thanks a lot for the feedback. The voice is modified due to candidate's privacy. Apologies for the inconvenience.

  • @pratiksharuthe5186
    @pratiksharuthe5186 11 หลายเดือนก่อน

    good but i found that he is answering from google😂, exact same wording and sentences.

    • @LogicOpsLab
      @LogicOpsLab  11 หลายเดือนก่อน +1

      Could be possible, people do a lot of that. But, let's stay positive and take the good part from it and forget the rest.

  • @Alpha-kt6hc
    @Alpha-kt6hc ปีที่แล้ว

    I hope he/she had the camera open during the interview.

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Yes, it was open the whole time.

    • @subhalaxmidash9993
      @subhalaxmidash9993 ปีที่แล้ว

      People can't believe as the candidate is so good. But it's clear he is very intelligent and not reading and giving answers..🙂

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      @@subhalaxmidash9993 Thanks for the feedback. The voice has been modified, it's a 'She', and the candidate was really good.

  • @techcloudc6802
    @techcloudc6802 ปีที่แล้ว

    ...🙏...

  • @sengarhimanshu6323
    @sengarhimanshu6323 ปีที่แล้ว

    These questions are very basic for terraform developer it will not help anyone to get the job

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Thank you for sharing your thoughts with us. We greatly appreciate your feedback. We strive to create content that caters to a diverse audience, ranging from beginners to experienced professionals, in order to foster a supportive learning environment for all.
      While some of our questions may appear basic to more seasoned Terraform developers or devops, they are intentionally designed to serve as foundational knowledge for those who are new to the field. Our aim is to help aspiring devops grasp the fundamental concepts before progressing to more advanced topics.

  • @imthiazakram5688
    @imthiazakram5688 2 ปีที่แล้ว

    Devops related pdf share karde

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      Didn't get you?

    • @ShardulPrabhu
      @ShardulPrabhu 3 หลายเดือนก่อน

      Thikanae bat kr pahile

  • @owenzmortgage8273
    @owenzmortgage8273 ปีที่แล้ว

    you speak too fast with not very clear English,

    • @LogicOpsLab
      @LogicOpsLab  ปีที่แล้ว

      Not sure if that is a compliment or an issue. Ha Ha!
      Please set the speed to 0.75 and you wood be good to go!