Kubernetes Online Test
For jobseekers
Practice your skills and earn a certificate of achievement when you score in the top 25%.
Take a Practice TestFor companies
Screen real Kubernetes skills, flag human or AI assistance, and interview the right people.
About the test
The Kubernetes online test assesses knowledge of automating application deployment, scaling, and management using Kubernetes.
The assessment includes work-sample tasks such as:
- Using Ingress to manage external access to services.
- Creating and managing Pods.
- Configuring load balancing to improve scalability.
A good engineer working with Kubernetes should know how to manage containers with Kubernetes in order to orchestrate automated deployment and scaling.
Sample public questions
A Kubernetes cluster runs a client-app Deployment exposed externally by a LoadBalancer Service app-service at https://app.example.com/. A new backend Deployment with internal Service backend-service is added.
The expected routing based on selectors:
- / - client-app
- /api - backend
The platform team enforces a single public load balancer/IP per environment.
Services currently defined:
apiVersion: v1
kind: Service
metadata:
name: app-service
spec:
type: LoadBalancer
ports:
- name: https
port: 443
targetPort: 8443
selector:
app: client-appapiVersion: v1
kind: Service
metadata:
name: backend-service
spec:
type: ClusterIP
ports:
- name: http
port: 80
targetPort: 8080
selector:
app: backendAnswer the following:
- Can app-service be updated to expose both apps?
- What is the solution to route traffic correctly?
(An answer up to 30 words is sufficient)
Consider the following Ingress resource:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: main-ingress
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: main-app
port:
number: 80
- path: /files/
pathType: Prefix
backend:
service:
name: file-app
port:
number: 80
- path: /files/default.png
pathType: Exact
backend:
service:
name: default-app
port:
number: 8080Select all the true statements.
For jobseekers: get certified
Earn a free certificate by achieving top 25% on the Kubernetes test with public questions.
Take a Certification TestSample silver certificate
Sunshine Caprio
Java and SQL TestDomeCertificate
For companies: premium and custom questions
Buy TestDome to access premium questions that can't be practiced, or build your own custom questions.
For job roles
- DevOps Engineer
- System Administrator (Sysadmin)
Skills and topics tested
- Kubernetes
- Ingress
- Load Balancing
- Services
- Command Line Arguments
- Pods
- Server Clustering
- Job
- Taints and Tolerations
- Deployment
- Storage Systems
- Memory Management
- DaemonSet
Custom question types
Add your own custom questions in any of these formats:
- Multiple Choice
- Text Answer
- Multiple Correct Answers
- Live Coding
- Fill the Blanks
- File Upload
- Multiple MCQ
- Number Picker
- File Upload with Validator
- AI Validated Text
- Recording
8000+ organizations build their own questions with TestDome.
Sample candidate report
8 more premium Kubernetes questions
Container Switch, Ingress Controller, Obsolete Pods, Tomcat Host, GPU Node, Larger Images, High Memory Job, Metrics Collection Agent.
AI-driven cheating detection
Every plan includes all proctoring features, including AI proctoring.
No upgrade, no add-on.
Protect against bad hires with automated highlighting of possible cheating attempts. Spend less time reviewing proctoring details and identify cheating in seconds.
What others say
Reliable, AI-ready technical testing
I thought the rise of AI would render it obsolete, BUT, the platform has definitely adapted to the changing times and I find it to be the only reliable way to do our online technical assessments nowadays. With its system proctoring and AI-detection tools, I feel confident that the applicants aren't able to cheat.
Product reviews
Used by
Solve all your skill testing needs
150+ Pre-made tests
130+ skills
AI-ready assessments
How TestDome works
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL, or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports









