Check our public questions below
Solve questions to get feedback or
take a practice test and get a free certificate.
Check our public questions below
Solve questions to get feedback or
take a practice test and get a free certificate.
Screen with work-sample questions
Work-samples are the best predictor of work performance. 8,000+ companies use TestDome premium questions.
The Kubernetes online test evaluates a candidate's knowledge of Kubernetes.
It's an ideal test for pre-employment screening. Engineers who work with Kubernetes should be familiar with pods, deployments, ingresses and load balancing.
This online test requires candidates to answer multiple-choice questions about deploying applications on Kubernetes, configuring ingresses, and using the kubectl tool.
Consider the following Ingress controller:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: main-ingress
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
serviceName: main-app
servicePort: 80
- path: /files/
pathType: Prefix
backend:
serviceName: file-app
servicePort: 80
- path: /files/default.png
pathType: Exact
backend:
serviceName: default-app
servicePort: 8080
Select all the true statements.
The team responsible for Kubernetes wants to add a Deployment that will deploy 4 nginx Pods which should have port 443 open. Finish the following YAML configuration so that it implements those requirements:
apiVersion: apps/v1
kind: ________________
metadata:
name: deployment-nginx
labels:
web: public
spec:
replicas: __________
selector:
matchLabels:
web: public
template:
metadata:
labels:
_______: __________
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- ____________: 443
Earn a free certificate by achieving top 25% on the Kubernetes test with public questions.
Take a Certification TestSunshine Caprio
Java and SQL
TestDome
Certificate
Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.
Tomcat Host, Container Switch, Ingress Controller, Obsolete Pods.
From web development and database administration to project management and customer support. See all pre-made tests.
From JavaScript and SQL to English and customer support. See all questions to filter by skill.
Mix questions for different skills or even custom questions in one test. See an example.
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
Related Kubernetes Programming Tests: