erraform:
1).which terraform command refreshes the state file refreshing the state file comparing it with real infiratsuruce
Without changing. Resoirce ?
Terraform refresh
2).what happens if two team members run ‘terraform apply’ simtanously on the same workplace into it ?
One apply is failed . That time terraform state file is locked during the operations
3).which backend supports remote lociking natively ?
S3 and DynamoDB
4).which terraofm block is responsible for defining the reusable infrsture template ?
Modules
5).what will happens if a remove a resource from terraform code ,but keep the state file unchanged into it ?
Terraofm shows it as the drift and remove it upon apply into it ..
6).what is the main purpose of terraform taint ocmmadn into terraform ?
Resources would be recreated and destroy at next apply
Which is already u can marked it as the stained.
7).which file should never be committed to git in real projects?
Terraform .tfstsefile
8).what does terraform do during the plan phase ?
Its the genarate the plan by comparing the desired state and current state
9).what is the use of terraform import
10).which terraofm feature allows to passing values across modules like variables Ito it ?
Outputs
Linux Interview Questions: ==================== 1).Have you done any kind of automations into linux os ? 2).How much rate on yourself into linux os ? 3).How to extend the volume group into linux os ? 4).how to check the logical volume and hoe to check t check volume group into linux os ? 5).u know the booting sequences into linux os ? 6).so what we do into the grub into linux os ? 7).have you used find command into linux os ? 8).differnece between find and grep command into linux os ? 9).have to find the files which is modified by 7 days ago .so how to u are going to end used into find command into linux os ? 10).if you want to find all these logs fils and compressed Ito linux os ? 111)..which you find the how much file size is it ? 12).can u find a file which auger then 100mb? 13)How to list out the open files which is finished into the PID into linux os ? 14).what are all the things I have to done into linux os ? 1======= How to good at database side into linux os ? Have you logg...
Comments
Post a Comment