Thursday, July 22, 2021
Snowflakes interview questions -2
Snowflakes interview questions -1
Saturday, June 5, 2021
linux basics +DevOps+AWS+python basics
Interview Questions on Snowflake
Friday, May 21, 2021
Devops interview Questions
Kubernates more interview questions
Git and Git hub Interview Questions
2. What is difference between git and GitHub and GitLab?
3. Any other version control tools other than git?
4. What is difference between svn and git?
5. What is merge conflicts have you faced ever in you experience? if you face how you
resolve?
6. What is git stash?
7. What is git HEAD?
8. What is staging area in git?
9. What is difference between git fetch and pull and clone?
10. What is difference between git merge and rebase?
11. What is .gitignore file? What is the purpose of the file?
12. What is git branch? Have you worked on branches?
13. How to merge branches?
14. What is cherry-pick in git?
15. How to create a git project?
16. How to check difference in between two files?
17. How edit the committed message?
18. How to check the last few commits?
19. How to delete remote branch and local branch?
20. How to create local branch?
21. What is tag? How many types in tag? How we will create tags?
22. How to roll back committed code.
23. Git branch strategy
24. How to check the difference in file between working are and staging area ?
Thursday, May 20, 2021
Kubernetes real- time interview questions
1. how you do setup Kubernetes cluster
2. what are the components in master node
3. what are the component in slave
4. what is pod
5. what is replicaset object
6. what is deployment object
7. what is service object
8. what is difference between deployment and service
9. if pod exceed memory what error will get
10. what is namespace
11. how to communicate from one namespace pod to another namespace pod
12. what is init contianer
13. what is difference between pod and container
14. how many containers can ran i single pod
15. what is secret object
16. what is difference between secret vs configmaps
17. what is daemonset
18. what is scheduler
19. how to run a pod on a particular node
20. what is persistence volume and persistence volume claim
21. what is ambassador container
22. how many service types we have in Kubernetes
23. what is default service type
24. what is difference between ingress and load balancer
25. how to schedule pod in Kubernetes
26. how many masters are there in your cluster
27. what is controller manager
28. what is kubeproxy will do
29. what is controller manager will do
30. what is purpose of api server
31. how to troubleshoot if pod is not running
32. how to scale your pods though the command
33. how to rollback previous version
34. Kubernetes upgrade from one version to another version if certification will expire
35. etcd back and restore how to create a new Kubernetes cluster
36. recent issue in Kubernetes
37. node affinity and pod affinity
38. application has domain external communication how to validate your domain from ingress
39. how do you know about in NACL
40. pod security policy for your container
41. how to add new nodes in cluster
42. what is node port range
spinnaker
helm chart
argocd
eks
kops
kubeadm
EphemeralContainers
aws
---
https://kubernetes.io/docs/concepts/services-networking/
https://kubernetes.io/docs/reference/kubernetes-api/workloads-resources/pod-v1/
https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns/
Wednesday, May 19, 2021
SPFX
SharePoint Framework (SPFx) development environment Setup step by step
In this tutorial, we’ll learn about how to set up the development environment for the SharePoint framework aka SPFx. Before that, we should know what is SharePoint framework or SPFx – These days, it is a buzz word in the Sharepoint market, in the long run, SPFx is the way to go when it comes to customizing the SharePoint solution as Microsoft does not recommend to use any javascript directly into the SharePoint Online page, in fact by the design out of the box the script editor web part is disabled. The definition from MSDN as – The SharePoint Framework (SPFx) is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and support for open source tooling. With the SharePoint Framework, we can use modern web technologies like React JS, Angular JS, etc. The SharePoint Framework works for SharePoint Online both for classic and modern experience and also for on-premises (SharePoint 2016 Feature Pack 2 and SharePoint 2019). Step by step process to set up the SharePoint Framework (SPFx) development machine: Now, I will explain how to set up the development environment for the SharePoint Framework (SPFx) for your development environment. In just 5 steps, we can prepare the development environment for SPFx – we just need to install the below tools or Softwares one by one:
- Install NodeJS
- Install Code editor
- Install Yeoman and gulp
- Install Yeoman SharePoint generator
- Trusting the self-signed developer certificate