Login
Remember
Register
User DavidAnderson
Wall
Recent activity
All questions
All answers
Ask a Question
Answers by DavidAnderson
0
votes
What are the various things that can be done to increase Kubernetes security?
answered
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
What’s the init container and when it can be used?
answered
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
What is PDB (Pod Disruption Budget)?
answered
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
What are the various K8 services running on nodes and describe the role of each service?
answered
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
How do we control the resource usage of POD?
answered
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions-answers
0
votes
What are the features of Kubernetes?
answered
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions-answers
0
votes
How is Kubernetes related to Docker?
answered
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
What is Kubernetes?
answered
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
How is Kubernetes different from Docker Swarm?
answered
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
What does this method do? JSON.parse();
answered
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's the output? const food = ['', '', '', '']; const info = { favoriteFood: food[0] };
answered
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
Which of these methods modifies the original array? const emojis = ['✨', '', '']; emojis.map(x => x + '✨');
answered
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's its value? console.log('❤️' === '❤️'); A: true B: false
answered
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's its value? const colorConfig = { red: true, blue: false, green: true, black: true, yellow: false, };
answered
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's its value? function compareMembers(person1, person2 = person) { if (person1 !== person2)
answered
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's its value? Promise.resolve(5);
answered
Mar 15, 2024
in
JavaScript
javascript-interveiw-quesitons-answers
0
votes
What's the value of output? const set = new Set(); set.add(1); set.add('Lydia'); s
answered
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answer
0
votes
What's the value of output? const myPromise = () => Promise.resolve('I have resolved!'); function firstFunction()
answered
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's the value of output? const one = false || {} || null; const two = null || false || '';
answered
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's the value of output? const output = `${[] && 'Im'}possible! You should${'' && `n't`}
answered
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
Page:
« prev
1
...
47
48
49
50
51
52
53
54
55
56
57
...
183
next »
...