NPTEL Edge Computing Week 3 Assignment Answers 2025
1. What is the smallest deployable unit in Kubernetes?
- Pod
- Node
- Container
- Cluster
Answer :- For Answers Click Here
2. What does Kubernetes primarily manage in a containerized environment?
- Physical servers
- Container orchestration
- Virtual machines
- Data encryption
Answer :-
3. If a Kubernetes deployment specifies 5 replicas for a Pod, how many Pods will be running if 2 nodes fail in a cluster of 10 nodes?
- 3
- 5
- 7
- 0
Answer :-
4. Which of the following is NOT a core component of the Kubernetes Control Plane?
- API Server
- kube-proxy
- Scheduler
- Controller Manager
Answer :-
5. What is the function of a Namespace in Kubernetes?
- Group and isolate cluster resources
- Perform health checks on containers
- Automate node scaling
- Monitor cluster metrics
Answer :-
6. What is the primary purpose of the kube-proxy?
- Monitor node health
- Store data persistently
- Provide network load balancing
- Manage application configurations
Answer :- For Answers Click Here
7. If a Service in Kubernetes balances traffic across 4 Pods, and each Pod handles 100 requests per second, what is the total throughput of the Service?
- 100 requests/second
- 200 requests/second
- 300 requests/second
- 400 requests/second
Answer :-
8. If a Deployment specifies a rolling update strategy with maxUnavailable: 1 and there are 10 replicas, how many Pods will remain available during the update?
- 7
- 8
- 9
- 10
Answer :-
9. What is the function of the Kubernetes Scheduler?
- Monitor Pod health
- Assign Pods to suitable nodes
- Store cluster state in etcd
- Expose Pods to external traffic
Answer :-
10. How many replicas will be created if a Deployment is configured with replicas: 4?
- 2
- 3
- 4
- 5
Answer :- For Answers Click Here