Terraform Interview ( Mock Interview )

Terraform Interview ( Mock Interview )

Deekshith SN

2 года назад

64,457 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@satishalla
@satishalla - 24.11.2023 21:17

Hi Deekshit..very helpful video...
What is the best practice to authenticate in case aws cloud to terraform

Ответить
@Dileepkumar-gh3ef
@Dileepkumar-gh3ef - 23.09.2023 13:42

Answer to 9th question is wrong To delete any specific resource
terraform destroy -target=aws_instance.my_instance
And terraform taint is used to recreate the resource in the next apply.

Ответить
@rinkeemishra
@rinkeemishra - 14.09.2023 06:15

Nice video !! Only thing I would suggest to add for future videos is some demo alongwith discussion for better undestanding

Ответить
@PiyushKushwaha-pyshkshwh
@PiyushKushwaha-pyshkshwh - 22.08.2023 15:54

1. Daily activities that you do in Terraform?
2. What are services that you have worked with and wrote terraform files?
3. Tell me a scenario where you come across provisioners?
4. What are plugins and providers in terraform?
5. How do you deploy the terraform code manually or with some automation? Have configured locks on the backend statefile?
6. When you want to deploy the same terraform code on different env then what is the best strategy?
7. How do you standardize terraform code so that can be shared across multiple teams in an organization?
8. How do you call output of one module in another module?
9. Lets say you have created lot of resources using terraform out of is there way to delete one the resource through Terraform?
10.Can we merge 2 different state files?
11. Few challenges that you came across while working with Terraform?
12. Best way to authenticate cloud providers through Terraform?
13. Lets assume 2 resources you are creating using terraform, but we need make sure once 1st resource created successfully then only need to start creating 2nd resource. Is this possible?
14. What is null resource in terraform?
15. What happens if statefile is missed or delete?
16. Can terraform used for automating on-prem infra?
17. What if we encounter a serious error and want to rollback?
18. How to call existing resources from AWS or Azure to terraform without hardcoding the values or terraform import?
19. If we give count zero in resources level what will happen?
20. What is Dynamic Block in terraform?
21. Best Practices in Terraform?

Ответить
@umamaheshmeka1032
@umamaheshmeka1032 - 14.05.2023 18:15

This is really Awesome, You are doing great Job Deekshith !!!

Ответить
@krishnabhuvanagiri9842
@krishnabhuvanagiri9842 - 03.04.2023 22:55

For the 6th question we can utilize workspace concept as well..using terraform workspace commands ..it will create an env folder with multiple terraform state files.

Ответить
@Ramkumar-vp4ue
@Ramkumar-vp4ue - 27.03.2023 08:55

Terraform taint will destroy and recreate resources. To remove specific resource you can use terraform destroy —target resource_name

Ответить
@yoon-gimin4134
@yoon-gimin4134 - 16.03.2023 11:15

Answer for 6th question will be "workspace" right?

Ответить
@prashantpowar9269
@prashantpowar9269 - 05.01.2023 08:46

We want more videos like this

Ответить
@chetanlanje6144
@chetanlanje6144 - 14.12.2022 16:57

He Brother..
One query !!
If i have state file in lock state(state locking) and once i done with creating my Infra(terraform apply)
So after that How can i Unlock 🔓 State locking state ?
Is it automatically unlock
Or need to execute any unlock command ?

Ответить
@prasadgangatkar5537
@prasadgangatkar5537 - 14.10.2022 08:55

You have a Terraform configuration file with no resources. What happens when you run the terraform apply command?

Ответить
@sheetalkulkarni7212
@sheetalkulkarni7212 - 11.10.2022 19:35

The interview is good but the way the person is answering is actually complex to understand. A simple one/two line answer is being twisted and overexplained which makes viewers annoyed and impatient. The person who is asking questions is actually simplifying the answer, which is a good thing. The questions are helpful however, the answers could have been better.

Ответить
@gayatrisakhi5303
@gayatrisakhi5303 - 10.10.2022 07:04

Thanks

Ответить
@praveenreddy1767
@praveenreddy1767 - 10.10.2022 02:01

One of the best Terraform interview video

Ответить
@pankajholariya8331
@pankajholariya8331 - 23.09.2022 05:55

❤️❤️❤️

Ответить
@pngmors855
@pngmors855 - 19.09.2022 10:00

can anyone please help me to understand ( assume terraform code is ready for one region)
1> Can we use different name (e.g. envjenkinfile ) ?
2> what is the best way to deploy multi region infrastructure with jenkins ( create separate jenkinfile or same ? create separate jobs or same job ? )
3> create separate git branch or just create separate tvars folder ?

Ответить
@sathishdarshanala5492
@sathishdarshanala5492 - 08.09.2022 20:14

hi deekshith are you giving any training for terraform ?if yes please let me know

Ответить
@deepaksabane3068
@deepaksabane3068 - 02.09.2022 17:37

Thank you deekshith... You cleared all my dauts may God bless you abundantly.... If you go coaching also they won't tell in that deep but you are providing the real scenario's where how the actual works goes on.. Thank you for letting know us ❤ .. It will help us in future to clear our interviews... ☺

Ответить
@udaykumar8177
@udaykumar8177 - 25.08.2022 22:49

Really helpful, Thank you sir for making

Ответить
@abhaypandey6200
@abhaypandey6200 - 25.07.2022 18:54

Correction : If count is changed to zero, the resource is destroyed.

Ответить
@nihardash9619
@nihardash9619 - 15.07.2022 19:03

Hi Deekshith,
Can you please let me know when your new batch will start for devops

Ответить
@jaganmohanneerukundi7487
@jaganmohanneerukundi7487 - 27.06.2022 21:43

nice explnation , i really inspired your vedious

Ответить
@martujnadaf1340
@martujnadaf1340 - 28.05.2022 05:36

Really very helpful!!. Most of the doubt are cleared and looking more like this videos.

Ответить
@shivpatil1315
@shivpatil1315 - 17.04.2022 11:17

9th question's answer is wrong
if you mark a resource as taint it would get recreated during next apply
if we just need to delete a resource then we need to remove that resource block from code and do terraform apply.

Ответить
@cirishafranky
@cirishafranky - 10.04.2022 20:00

Thank you :)

Ответить
@vinodk1512
@vinodk1512 - 31.03.2022 15:12

I have a doubt wich is related to 5th question i couldn't get your asnwer beacuse Terrfaorm is itslef an a automation tool....

Ответить
@shanthanbusireddy2887
@shanthanbusireddy2887 - 30.03.2022 19:27

OMG very help full. Thanks a Lot guys

Ответить
@AnoopKumar-lp6nc
@AnoopKumar-lp6nc - 27.03.2022 22:54

it was awesome interview in real world, I watched so many videos for interview preparation, you are best and I am big fan of yours now. You are superb, keep helping people who are struggling to get the job in this area. Well done :)

Ответить
@amandeepsingh3143
@amandeepsingh3143 - 28.02.2022 20:11

5- Dynamo DB table should be used for tf state lock

Ответить
@bijoysuna6598
@bijoysuna6598 - 26.02.2022 19:00

Thanks for the video.

Ответить
@chandanpinacle3455
@chandanpinacle3455 - 26.02.2022 09:18

you are a gem sir in this paid world.

Ответить
@suryayalla6672
@suryayalla6672 - 24.02.2022 20:42

Are you providing any interview oriented training batch

Ответить
@mohitwasnik9356
@mohitwasnik9356 - 24.02.2022 17:41

AWSOMEEEE!! Thanks Deekshith 🤩🤩

Ответить