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

  Рет қаралды 60,098

LogicOps Lab

LogicOps Lab

Жыл бұрын

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.

Пікірлер: 144
@akshayfasale8647
@akshayfasale8647 4 ай бұрын
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 4 ай бұрын
This is amazing!!! 😍
@trideepmisra9134
@trideepmisra9134 4 ай бұрын
super bro saved my times thanks
@cramakrishna7733
@cramakrishna7733 4 ай бұрын
Thanks alot brother ❤
@samridhsadda2229
@samridhsadda2229 4 ай бұрын
Amazing
@Manojkumar-nt8mp
@Manojkumar-nt8mp 3 ай бұрын
did you used any AI, to get this text? if yes, can you please drop the AI name
@nehagahilot1517
@nehagahilot1517 Жыл бұрын
Perfect example, that's something I was looking for.
@LogicOpsLab
@LogicOpsLab Жыл бұрын
@manojpal1496
@manojpal1496 Жыл бұрын
For a long time I was looking for this type of interview questions , Again thanks 😊
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Glad to hear that.
@rachz27
@rachz27 Жыл бұрын
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! 🙏🏻
@rohits.k.7839
@rohits.k.7839 Жыл бұрын
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.
@TeenaKohli
@TeenaKohli Жыл бұрын
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 Жыл бұрын
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 8 ай бұрын
I don't think there was anything wrong with the answers, even if they are "theoretical".
@indirakuppuswamy6110
@indirakuppuswamy6110 7 ай бұрын
Hi can you send your link for terraform interview
@manifestabundance-pu6ex
@manifestabundance-pu6ex 7 ай бұрын
Sahi pakde ho... Majority of his videos follow this template
@bedt1meb0y24
@bedt1meb0y24 4 ай бұрын
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.
@riddhimar4810
@riddhimar4810 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
🤣
@amolghanwat09
@amolghanwat09 Жыл бұрын
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 Жыл бұрын
Thanks for the support, Amol. Apologies, I actually cannot reveal the identity of the candidates.
@DominikPlaylists
@DominikPlaylists Ай бұрын
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.
@Anshuljublifanpage
@Anshuljublifanpage 6 ай бұрын
Thank you So much. Awesome Interview
@LogicOpsLab
@LogicOpsLab 6 ай бұрын
Glad you liked it.
@manojpal1496
@manojpal1496 Жыл бұрын
Perfect thanks bro . Please share more interviews Questions and answers ❤
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Sure, will do that.
@bharathimuppalla1612
@bharathimuppalla1612 5 ай бұрын
Nice video who actually don't know terrform it will be useful
@LogicOpsLab
@LogicOpsLab 5 ай бұрын
Appreciate it, mate
@nazgulm4882
@nazgulm4882 11 ай бұрын
Thank you, amazing
@LogicOpsLab
@LogicOpsLab 11 ай бұрын
Glad to hear that.
@hareeshsa8381
@hareeshsa8381 Жыл бұрын
Good candidate
@Rameshpowervlogs
@Rameshpowervlogs Жыл бұрын
tanq bro keep for u r doing such a nice videos
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Glad to hear that 💪🏻
@felipeozoski
@felipeozoski Жыл бұрын
Great man!!!
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Means a lot
@raxitraju2439
@raxitraju2439 Жыл бұрын
🔥🔥
@pramodpunnuche5426
@pramodpunnuche5426 5 ай бұрын
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
@felipeozoski
@felipeozoski Жыл бұрын
Good stuff thanks 👍
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Thanks a bunch
@rkgramani7896
@rkgramani7896 Жыл бұрын
Sharing knowledge is also - Caring for others
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Thank you!
@9891ajit
@9891ajit Жыл бұрын
Thanks
@bloomzandrockz8830
@bloomzandrockz8830 Жыл бұрын
Tq much helpful
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Cheers, mate!
@Mehuna
@Mehuna 5 ай бұрын
Informative video ❤
@LogicOpsLab
@LogicOpsLab 5 ай бұрын
Glad it was helpful.
@rajashekarpedditi552
@rajashekarpedditi552 5 ай бұрын
very informative and useful video 👍
@LogicOpsLab
@LogicOpsLab 5 ай бұрын
Thanks a lot
@a_k_singh
@a_k_singh Жыл бұрын
Good one 👍
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Thank you
@RamKharche
@RamKharche Жыл бұрын
Osm videos. Can you please make video on Prometheus and Grafana interview.
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Sure thing
@ibmuser13
@ibmuser13 2 ай бұрын
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 11 ай бұрын
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 11 ай бұрын
Thanks for the feedback. No personal information has to revealed, thus no faces. I hope you understand and still support us.
@amolpatil6196
@amolpatil6196 6 ай бұрын
Superb
@LogicOpsLab
@LogicOpsLab 6 ай бұрын
Thanks for the support.
@kishorek2628
@kishorek2628 Жыл бұрын
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 Жыл бұрын
Terraform import
@LogicOpsLab
@LogicOpsLab 7 ай бұрын
Yes, terraform import
@sparker1170
@sparker1170 Жыл бұрын
Good video
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Thanks for the visit
@stalinromi1134
@stalinromi1134 Жыл бұрын
Sir please make a video answering those questions (Q & A session)
@LogicOpsLab
@LogicOpsLab Жыл бұрын
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?
@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
@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.
@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 Жыл бұрын
It is import Example - terraform import aws_instance.my_instance i-0123456789abcdef0
@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 7 ай бұрын
I don't charge a thing, as of now. But, I don't have a list. You can connect with me on LinkedIn.
@pranavkumar349
@pranavkumar349 2 ай бұрын
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 Ай бұрын
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
@sidharthvijayakumar3521
@sidharthvijayakumar3521 11 ай бұрын
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 11 ай бұрын
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 11 ай бұрын
@@LogicOpsLab how much exp?
@LogicOpsLab
@LogicOpsLab 11 ай бұрын
@@sidharthvijayakumar3521 Less than 4, I guess. Not sure now.
@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.
@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.
@techcloudc6802
@techcloudc6802 Жыл бұрын
...🙏...
@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.
@Lyricrewriter
@Lyricrewriter Жыл бұрын
Do you take any mock interview ji?
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Not exactly, but, if you want I can take yours.
@ianlondon2888
@ianlondon2888 6 ай бұрын
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 6 ай бұрын
Thanks for the suggestion. Will try doing the same soon.
@saisandeep1576
@saisandeep1576 9 күн бұрын
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.
@diyalifestyles6971
@diyalifestyles6971 15 күн бұрын
What's the total experience of the candidate?
@deepakkadam8679
@deepakkadam8679 8 ай бұрын
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 8 ай бұрын
Glad I could help! Made my evening!
@LogicOpsLab
@LogicOpsLab 8 ай бұрын
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.
@jibin7277
@jibin7277 9 ай бұрын
Ok the candidate is reading from official documentation. :D
@LogicOpsLab
@LogicOpsLab 9 ай бұрын
Ya, some people do read the official documentation which I think is the best way to learn and explain while giving interviews.
@shreeshailG
@shreeshailG 4 ай бұрын
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 4 ай бұрын
Noted. Thanks for letting us know. We will improve on this for sure.
@vijaybhatt8060
@vijaybhatt8060 Жыл бұрын
terraform remote command ???? i dont understand this can u explain it 3:50
@LogicOpsLab
@LogicOpsLab Жыл бұрын
terraform import Terraform can import existing infrastructure resources. This functionality lets you bring existing resources under Terraform management.
@vijaybhatt8060
@vijaybhatt8060 Жыл бұрын
@@LogicOpsLab thanks bro
@tjhsiao06
@tjhsiao06 27 күн бұрын
Ok, Ok, Ok, "Joe Pesi" 😁
@hexchad765
@hexchad765 11 ай бұрын
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 11 ай бұрын
When was ChatGPT released? When is this interview uploaded? But, thanks for the feedback.
@hexchad765
@hexchad765 7 ай бұрын
​@@LogicOpsLab2020 codex was live. LLMs existed before that as well
@prajktamali6781
@prajktamali6781 5 ай бұрын
It looks like her ansible candidate is similer as this one
@LogicOpsLab
@LogicOpsLab 5 ай бұрын
Could be possible. There are multiple rounds on multiple technologies.
@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.
@imthiazakram5688
@imthiazakram5688 Жыл бұрын
Devops related pdf share karde
@LogicOpsLab
@LogicOpsLab Жыл бұрын
Didn't get you?
@ShardulPrabhu
@ShardulPrabhu Ай бұрын
Thikanae bat kr pahile
@hiteshasnani8176
@hiteshasnani8176 Жыл бұрын
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..🙂
@anishsedhai2175
@anishsedhai2175 4 ай бұрын
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 4 ай бұрын
Appreciate the feedback, Anish.
@pratiksharuthe5186
@pratiksharuthe5186 9 ай бұрын
good but i found that he is answering from google😂, exact same wording and sentences.
@LogicOpsLab
@LogicOpsLab 9 ай бұрын
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.
@AkshaySaxena-bl9zs
@AkshaySaxena-bl9zs 5 ай бұрын
all good but the voice of the candidate is irritating !!
@LogicOpsLab
@LogicOpsLab 5 ай бұрын
Thanks a lot for the feedback. The voice is modified due to candidate's privacy. Apologies for the inconvenience.
@sengarhimanshu6323
@sengarhimanshu6323 11 ай бұрын
These questions are very basic for terraform developer it will not help anyone to get the job
@LogicOpsLab
@LogicOpsLab 11 ай бұрын
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.
@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!
My little bro is funny😁  @artur-boy
00:18
Andrey Grechka
Рет қаралды 6 МЛН
Универ. 10 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:04:59
Комедии 2023
Рет қаралды 2,8 МЛН
Day-8 | Most Asked Interview Scenarios | #terraform #abhishekveeramalla
22:47
Nail THESE Terraform Interview Questions to get HIRED!
12:55
Jarrett Coggin
Рет қаралды 1,1 М.