Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 5

GIT

---
1. How is git fork diiferent from git clone?

2. How is git fetch different from git pull?

3. What is git cheery pick?

4. What is git reset vs git revert?

5. How is rebase differnt from merge?

6. How do you ignore a file in Git?

7. What is .git ignore file?

8. you made a change, you run git pull. will all changes go or remains same?

9. How can you create local branch & to switch branch?

JENKINS
-------
1. What is mult branch pipeline?

2. How would you secure jenkins credentials?

3. What are git webhooks?

4. What are shared libraries?

5. Example of a jenkins pipeline?

6. What is the use of jenkins file?

DOCKER
------
1. CMD vs ENTRYPOINT vs RUN?

2. COPY vs ADD?

3. How would you minimise the layers in docker?

4. What is a multi stage docker build?

5. What is docker?

6. What is required to create docker image?

KUBERNETES
----------
1. How to restrict pod to pod communication?

2. What is Taints & toleration?


3. How is Node selector different from node affinity from pod affinity?

4. What are probes. How many different types of probes are there?

5. Use case of daemon set?

6. Different deployment strategy & difference between them?

7. How is role binding different from cluster role binding?

8. What is init container?

9. What is the role of scheduler?

10. what are components in K8 master?

11. What is the role of kubelet?

12. What is the role of kubectl?

13. What is pod?

ANSIBLE
-------
1. What are handlers in Ansible?

2. What is fork?

3. example of structure of a playbook?

4. What is Asynchronous vs

TERRAFORM
---------
1. What are targets in terraform?

2. Terraform taint?

3. If I want to spinup 100 vms with same configuration, what function do i need to
use?

4. How is terraform import different from terraform refresh?

5. How to define dependency of an resource over the other?


#dependson variable

6. What are provisoners?

7. How would you structure a terraform file for creating a vm?

8. Is it a good practise to use --auto-approve in production & how to automate the


--auto-aprove without human interaction?

9. Location of the state file in terraform?


10. What are modules in terraform?

11. How can you import modules in .tf file?

12. What is the need of provider & what is the provider for gcp?

13. Can we use multi provider in single tf file?

14. Which command is associated with provider?

GCP
---
1. What LB have you setup?

2. What are the different types of LB in GCP?

3. What is corresponding to application LB in GCP?

4. What LB you suggest, if you LB is recieving SSL trrafic?

5. What are pre emptible VM's & use cases & life span of it?

6. What are diifernt types of storage classes? If i have to retrive data in 60


days, which storage class you suggest?

7. Can I mount GCS to GCE?

8. What are PTR records in cloud DNS?

9. What is diiference between Host project & service project & use case?

10. What is permieter & permiter bridges?

11. How would you connect vm & object stored in a bucket, How will do you that?

12. Two differnt organizations, two different projects. one vm in one proeject &
other vm in other project. How can you make communicate?

13. How is cloud vpn differnt from vpc peering from vpc peering

14. Which is more secure cloud vpn or interconnect?

15. How is vpc peering diiferent from vpn?

16. Vm running inside a private subnet. Now the vm should have automatic patching?

17. What are workload identity in GKE?

18. What are VPC native cluster in gke?

19. Diffence between route based & vpc native cluster?

20. Major components of GKE?

21. What are services in GKE?


23. Major components of VPC?

24. What is a firewall rule. Does Firewall allow port number or IP?

LINUX
-----
1. Commands which used in linux?

2. How can you monitor CPU apart from top?

3. What are Zombie process?

4. What is nohup?

5. How to check CPU & MEMORY usage in linux?

6. How can you see default internet gateway in linux?

7. What are inodes & how do you check it?

8. How to see kernel version?

9. How can you see running application port?

10. How to check remote machine port & comand?

11. How can i change ownership of a file?

12. Default port number of scp, ssh, telnet, ftp?

13. How can you see uptime of a machine?

14. Machine reboted, how to check details when it has rebboted, who has rebooted?

15. What is soft link?

16. What is swap memeory?

SHELL SCRIPTING
---------------
1. Difference between grep & egrep?

2. How can you print column no 3 in a text file?

3. What is SED comand?

4. What is AWK command?

SERVICE DELIVERY
----------------
1. What is ITSM & ITIL?

2. What is difference between Incident management & problem management?


3. What is Agile methodology?

You might also like