Terraform Interview ( Mock Interview )

  Рет қаралды 67,963

Deekshith SN

Deekshith SN

Күн бұрын

Пікірлер
@gechemasankar
@gechemasankar 2 жыл бұрын
0:00 Interducation 0:15 1. Daily activities that you do in Terraform? 0:34 2. What are services that you have worked with and wrote terraform files? 2:59 3. Tell me a scenario where you come across provisioners? 5:38 4. What are plugins and providers in terraform? 7:10 5. How do you deploy the terraform code manually or with some automation? Have configured locks on the backend statefile? 10:46 6. When you want to deploy the same terraform code on different env then what is the best strategy? 12:49 7. How do you standardize terraform code so that can be shared across multiple teams in an organization? 13:30 8. How do you call output of one module in another module? 16:12 9. Lets say you have created lot of resources using terraform out of is there way to delete one the resource through Terraform? 17:41 10.Can we merge 2 different state files? 18:09 11. Few challenges that you came across while working with Terraform? 20:08 12. Best way to authenticate cloud providers through Terraform? 21:06 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? 22:39 14. What is null resource in terraform? 24:36 15. What happens if statefile is missed or delete? 25:50 16. Can terraform used for automating on prem infra? 26:24 17. What if we encounter a serious error and want to rollback? 27:22 18. How to call existing resources from AWS or Azure to terraform without hardcoding the values or terraform import? 28:29 19. If we give count zero in resources level what will happen? 28:57 20. What is Dynamic Block in terraform? 29:59 21. Best Practices in Terraform? @@@@@@@@@@---Hemasankar---@@@@@@@@@@
@nareshb5
@nareshb5 2 жыл бұрын
Superb. Thanks
@syedparvez6669
@syedparvez6669 2 жыл бұрын
Thank you 👍
@emmarose9466
@emmarose9466 2 жыл бұрын
🙏🏾
@ganeshk723
@ganeshk723 2 жыл бұрын
Thanks
@suribabuchetla4570
@suribabuchetla4570 2 жыл бұрын
Thank you
@PiyushKushwaha-pyshkshwh
@PiyushKushwaha-pyshkshwh Жыл бұрын
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?
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching and listing out the list of questions :)
@ravinaborkar807
@ravinaborkar807 Жыл бұрын
answer bhi likhte to acha hota
@gayatrisakhi5303
@gayatrisakhi5303 2 жыл бұрын
Thanks
@gayatrisakhi5303
@gayatrisakhi5303 2 жыл бұрын
ThnQ Deekshith.. So very helpful for my upcoming interview..
@DeekshithSN
@DeekshithSN 2 жыл бұрын
I am really happy that this video helped you in your interviews 🙂🙂
@chandanpinacle3455
@chandanpinacle3455 2 жыл бұрын
you are a gem sir in this paid world.
@krishnabhuvanagiri9842
@krishnabhuvanagiri9842 Жыл бұрын
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.
@dsosys
@dsosys Жыл бұрын
10:36 I would say, I will restrict access to all my team mmbers with Cloud Least permission to avoid manual changes. Then through CICD I sent my latest repo clone to the Terraform server, which again does not have access to all infra team. This way, only the CICD has the ability to make change the infra. 22:05 what about depends_on ? A sleep technique cannot be guaranteed a resource creation. Sometimes it will take long or less than usual.
@PrasadPuppala-ry1lj
@PrasadPuppala-ry1lj 2 ай бұрын
Thanks a lot ❤❤❤❤❤❤..best video in terraform in this KZbin..
@DeekshithSN
@DeekshithSN Ай бұрын
Thx for watching, glad it helped you :)
@shivpatil1315
@shivpatil1315 2 жыл бұрын
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.
@nagaripratap8894
@nagaripratap8894 2 жыл бұрын
Alternatively, you can destroy individual resource with destroy -target=
@sheetalkulkarni7212
@sheetalkulkarni7212 2 жыл бұрын
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.
@mohitwasnik9356
@mohitwasnik9356 2 жыл бұрын
AWSOMEEEE!! Thanks Deekshith 🤩🤩
@deepaksabane3068
@deepaksabane3068 2 жыл бұрын
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... ☺
@AnoopKumar-lp6nc
@AnoopKumar-lp6nc 2 жыл бұрын
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 :)
@umamaheshmeka1032
@umamaheshmeka1032 Жыл бұрын
This is really Awesome, You are doing great Job Deekshith !!!
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching the video, I am glad that video helped you :)
@kausthubhk4161
@kausthubhk4161 2 ай бұрын
10. I think we can merge 2 state files using terraform state mv command
@satishalla
@satishalla Жыл бұрын
Hi Deekshit..very helpful video... What is the best practice to authenticate in case aws cloud to terraform
@martujnadaf1340
@martujnadaf1340 2 жыл бұрын
Really very helpful!!. Most of the doubt are cleared and looking more like this videos.
@prasadbabu5300
@prasadbabu5300 2 жыл бұрын
Best terraform video on KZbin bro❤️👌👌👌👌👌👌
@KrishnaRac
@KrishnaRac 6 ай бұрын
interview question: Terraform plan works but terraform apply hangs what is the issue
@rinkeemishra
@rinkeemishra Жыл бұрын
Nice video !! Only thing I would suggest to add for future videos is some demo alongwith discussion for better undestanding
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching, never did discussion on terraform. Will consider doing it in future But did so many discussions on devops below are videos or playlists link kzbin.info/www/bejne/oneunoVojpaNopYsi=To0HJayn4nvwualY kzbin.info/www/bejne/bH60fmdugJecr68si=anfrKirLFCg2b1mj kzbin.info/aero/PLLYW3zEOaqlIPt9UEchzwFgErPvf1AnLR&si=Vtv-Z8Fa9cZTvKmP
@praveenreddy1767
@praveenreddy1767 2 жыл бұрын
One of the best Terraform interview video
@DeekshithSN
@DeekshithSN 2 жыл бұрын
Thanks for watching, glad it helped you 😊😊
@prasadgangatkar5537
@prasadgangatkar5537 2 жыл бұрын
You have a Terraform configuration file with no resources. What happens when you run the terraform apply command?
@yoon-gimin4134
@yoon-gimin4134 Жыл бұрын
Answer for 6th question will be "workspace" right?
@shanthanbusireddy2887
@shanthanbusireddy2887 2 жыл бұрын
OMG very help full. Thanks a Lot guys
@abhaypandey6200
@abhaypandey6200 2 жыл бұрын
Correction : If count is changed to zero, the resource is destroyed.
@prasadgangatkar5537
@prasadgangatkar5537 2 жыл бұрын
Which resource bro??current one or the one before???
@udaykumar8177
@udaykumar8177 2 жыл бұрын
Really helpful, Thank you sir for making
@RISHIKKANTHKANTAM
@RISHIKKANTHKANTAM Ай бұрын
Can u do an interview question on Azure DevOps
@DeekshithSN
@DeekshithSN 28 күн бұрын
Thanks for watching, will try to do it
@bij0y6598
@bij0y6598 2 жыл бұрын
Thanks for the video.
@jaganmohanneerukundi7487
@jaganmohanneerukundi7487 2 жыл бұрын
nice explnation , i really inspired your vedious
@ShashiKiranYeluguri
@ShashiKiranYeluguri 10 ай бұрын
Hello Deekshith, Glad this cleared my lot of doubts on terraform, Can you please help me with a few data points to keep in my resume for terraform
@nihardash9619
@nihardash9619 2 жыл бұрын
Hi Deekshith, Can you please let me know when your new batch will start for devops
@amandeepsingh3143
@amandeepsingh3143 2 жыл бұрын
5- Dynamo DB table should be used for tf state lock
@amjads8971
@amjads8971 2 жыл бұрын
What about in azure ?
@yoyovicky283
@yoyovicky283 2 жыл бұрын
Blob storage
@pngmors855
@pngmors855 2 жыл бұрын
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 ?
@vinodk1512
@vinodk1512 2 жыл бұрын
I have a doubt wich is related to 5th question i couldn't get your asnwer beacuse Terrfaorm is itslef an a automation tool....
@chetanlanje6144
@chetanlanje6144 2 жыл бұрын
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 ?
@MoonSlayer007
@MoonSlayer007 2 ай бұрын
nice video
@DeekshithSN
@DeekshithSN Ай бұрын
Thank you for watching!
@zidanetenangfie
@zidanetenangfie 2 ай бұрын
Hello, I followed your content two years ago and I really liked it. Do you teach on Udemy?
@DeekshithSN
@DeekshithSN 2 ай бұрын
Thx for following me on youtube, I dont have any courses on udemy
@ujjwaljagtiani5760
@ujjwaljagtiani5760 3 ай бұрын
For question 6th, we can use workspaces also For question 15th, we can recover the lost resources of the state file via terraform import command. 18th - use Data Sources.
@DeekshithSN
@DeekshithSN 3 ай бұрын
Thanks for the answer, it will help viewers
@prashantpowar9269
@prashantpowar9269 Жыл бұрын
We want more videos like this
@sathishdarshanala5492
@sathishdarshanala5492 2 жыл бұрын
hi deekshith are you giving any training for terraform ?if yes please let me know
@suryayalla6672
@suryayalla6672 2 жыл бұрын
Are you providing any interview oriented training batch
@Dileepkumar-gh3ef
@Dileepkumar-gh3ef Жыл бұрын
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.
@cirishafranky
@cirishafranky 2 жыл бұрын
Thank you :)
@pankajholariya8331
@pankajholariya8331 2 жыл бұрын
❤️❤️❤️
@singhbrozz1996
@singhbrozz1996 11 ай бұрын
Is it he selected?😄
@DeekshithSN
@DeekshithSN Ай бұрын
Thanks for watching, this is mock interview 😀
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
kubernetes interview ( kubernetes mock interview )
29:05
Deekshith SN
Рет қаралды 26 М.
Terraform interview questions | Terraform interview questions and answers
16:04
Terraform mock interview - 01
17:59
Deekshith SN
Рет қаралды 80 М.
Day-8 | Most Asked Interview Scenarios | #terraform #abhishekveeramalla
22:47
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН