Terraform Interview ( Mock Interview )

  Рет қаралды 66,140

Deekshith SN

Deekshith SN

Күн бұрын

Пікірлер: 59
@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.
@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=
@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 11 ай бұрын
answer bhi likhte to acha hota
@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 Жыл бұрын
Thank you
@chandanpinacle3455
@chandanpinacle3455 2 жыл бұрын
you are a gem sir in this paid world.
@KrishnaRac
@KrishnaRac 4 ай бұрын
interview question: Terraform plan works but terraform apply hangs what is the issue
@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.
@satishalla
@satishalla 10 ай бұрын
Hi Deekshit..very helpful video... What is the best practice to authenticate in case aws cloud to terraform
@yoon-gimin4134
@yoon-gimin4134 Жыл бұрын
Answer for 6th question will be "workspace" right?
@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... ☺
@ujjwaljagtiani5760
@ujjwaljagtiani5760 28 күн бұрын
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 28 күн бұрын
Thanks for the answer, it will help viewers
@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 :)
@dsosys
@dsosys 10 ай бұрын
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.
@ShashiKiranYeluguri
@ShashiKiranYeluguri 7 ай бұрын
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
@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.
@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???
@chetanlanje6144
@chetanlanje6144 Жыл бұрын
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 ?
@mohitwasnik9356
@mohitwasnik9356 2 жыл бұрын
AWSOMEEEE!! Thanks Deekshith 🤩🤩
@prasadgangatkar5537
@prasadgangatkar5537 Жыл бұрын
You have a Terraform configuration file with no resources. What happens when you run the terraform apply command?
@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....
@gayatrisakhi5303
@gayatrisakhi5303 2 жыл бұрын
Thanks
@gayatrisakhi5303
@gayatrisakhi5303 2 жыл бұрын
ThnQ Deekshith.. So very helpful for my upcoming interview..
@DeekshithSN
@DeekshithSN Жыл бұрын
I am really happy that this video helped you in your interviews 🙂🙂
@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 ?
@prasadbabu5300
@prasadbabu5300 Жыл бұрын
Best terraform video on KZbin bro❤️👌👌👌👌👌👌
@bijoysuna6598
@bijoysuna6598 2 жыл бұрын
Thanks for the video.
@nihardash9619
@nihardash9619 2 жыл бұрын
Hi Deekshith, Can you please let me know when your new batch will start for devops
@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
@sathishdarshanala5492
@sathishdarshanala5492 2 жыл бұрын
hi deekshith are you giving any training for terraform ?if yes please let me know
@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 :)
@udaykumar8177
@udaykumar8177 2 жыл бұрын
Really helpful, Thank you sir for making
@martujnadaf1340
@martujnadaf1340 2 жыл бұрын
Really very helpful!!. Most of the doubt are cleared and looking more like this videos.
@singhbrozz1996
@singhbrozz1996 8 ай бұрын
Is it he selected?😄
@shanthanbusireddy2887
@shanthanbusireddy2887 2 жыл бұрын
OMG very help full. Thanks a Lot guys
@jaganmohanneerukundi7487
@jaganmohanneerukundi7487 2 жыл бұрын
nice explnation , i really inspired your vedious
@prashantpowar9269
@prashantpowar9269 Жыл бұрын
We want more videos like this
@pankajholariya8331
@pankajholariya8331 2 жыл бұрын
❤️❤️❤️
@suryayalla6672
@suryayalla6672 2 жыл бұрын
Are you providing any interview oriented training batch
@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
@praveenreddy1767
@praveenreddy1767 2 жыл бұрын
One of the best Terraform interview video
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching, glad it helped you 😊😊
@cirishafranky
@cirishafranky 2 жыл бұрын
Thank you :)
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 12 МЛН
LIFEHACK😳 Rate our backpacks 1-10 😜🔥🎒
00:13
Diana Belitskay
Рет қаралды 3,9 МЛН
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
Which One Is The Best - From Small To Giant #katebrush #shorts
00:17
Terraform mock interview - 01
17:59
Deekshith SN
Рет қаралды 79 М.
Terraform interview questions | Terraform interview questions and answers
16:04
Kubernetes interview questions & Answers
1:22:23
Deekshith SN
Рет қаралды 74 М.
Excellent 1 Year experienced DevOps Cloud Engineer Interview
30:40
DevOps and Cloud Labs
Рет қаралды 11 М.
Devops/SRE Interview Questions & Answers
3:16:39
Deekshith SN
Рет қаралды 76 М.
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 12 МЛН