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 questions
Buy TestDome to access premium questions that can't be practiced.
Ready to interview?
Use these and other questions from our library with our
Code Interview Platform.

8 more premium Kubernetes questions
Container Switch, Ingress Controller, Obsolete Pods, Tomcat Host, GPU Node, Larger Images, High Memory Job, Metrics Collection Agent.
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
For job roles
- DevOps Engineer
- System Administrator (Sysadmin)
Sample candidate report
Need it fast? AI-crafted tests for your job role
TestDome generates custom tests tailored to the specific skills you need for your job role.
Sign up now to try it out and see how AI can streamline your hiring process!
What others say
Simple, straight-forward technical testing
TestDome is simple, provides a reasonable (though not extensive) battery of tests to choose from, and doesn't take the candidate an inordinate amount of time. It also simulates working pressure with the time limits.
Jan Opperman, Grindrod Bank
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


