Login
Remember
Register
User DavidAnderson
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by DavidAnderson
0
votes
1
answer
How to get the central logs from POD?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
1
answer
What are the various things that can be done to increase Kubernetes security?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
1
answer
What’s the init container and when it can be used?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
1
answer
What is PDB (Pod Disruption Budget)?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
1
answer
What are the various K8 services running on nodes and describe the role of each service?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
1
answer
How do we control the resource usage of POD?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions-answers
0
votes
1
answer
What are the features of Kubernetes?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions-answers
0
votes
1
answer
How is Kubernetes related to Docker?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
1
answer
What is Kubernetes?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
1
answer
How is Kubernetes different from Docker Swarm?
asked
Mar 16, 2024
in
Kubernetes K8s
kubernetes-interview-questions
0
votes
1
answer
What does this method do? JSON.parse();
asked
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const food = ['', '', '', '']; const info = { favoriteFood: food[0] };
asked
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
Which of these methods modifies the original array? const emojis = ['✨', '', '']; emojis.map(x => x + '✨');
asked
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's its value? console.log('❤️' === '❤️'); A: true B: false
asked
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's its value? const colorConfig = { red: true, blue: false, green: true, black: true, yellow: false, };
asked
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's its value? function compareMembers(person1, person2 = person) { if (person1 !== person2)
asked
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's its value? Promise.resolve(5);
asked
Mar 15, 2024
in
JavaScript
javascript-interveiw-quesitons-answers
0
votes
1
answer
What's the value of output? const set = new Set(); set.add(1); set.add('Lydia'); s
asked
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answer
0
votes
1
answer
What's the value of output? const myPromise = () => Promise.resolve('I have resolved!'); function firstFunction()
asked
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the value of output? const one = false || {} || null; const two = null || false || '';
asked
Mar 15, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the value of output? const output = `${[] && 'Im'}possible! You should${'' && `n't`}
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const name = 'Lydia'; console.log(name()); A: SyntaxErr
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const getList = ([x, ...y]) => [x, y] const getUser = user => { name: user.name, age: user.age }
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const info = { [Symbol('a')]: 'b', };
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? class Person { constructor() { this.name = 'Lydia'; } }
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? function nums(a, b) { if (a > b) console.log('a is bigger'); else console.log('b is bigger');
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? function getItems(fruitList, ...args, favoriteFruit)
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const person = { name: 'Lydia', age: 21, };
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? function giveLydiaPizza() { return 'Here is pizza!'; }
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
1
answer
What's the output? let newList = [1, 2, 3].push(4); console.log(newList.push(5));
asked
Mar 13, 2024
in
JavaScript
javascript-interview-questions-answers
Page:
« prev
1
...
30
31
32
33
34
35
36
37
38
39
40
...
123
next »
...