Login
Remember
Register
Recent
Hot!
Most votes
Most answers
Most views
Ask a Question
Recent questions
0
votes
1
answer
What's its value? function compareMembers(person1, person2 = person) { if (person1 !== person2)
asked
Mar 15, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's its value? Promise.resolve(5);
asked
Mar 15, 2024
in
JavaScript
by
DavidAnderson
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
by
DavidAnderson
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
by
DavidAnderson
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
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What is a snitch in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
snitch
0
votes
1
answer
What is a replica placement strategy in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
replica
placement
strategy
0
votes
1
answer
Which of the following is not a replication strategy in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
replication
strategy
0
votes
1
answer
What is a token in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
token
0
votes
1
answer
What is a partition key in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
partition
key
0
votes
1
answer
What is a replica in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
replica
0
votes
1
answer
What is a node in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
cassandra-node
0
votes
1
answer
Which of the following is not a data type in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
data
type
0
votes
1
answer
What is a column family in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
column
family
0
votes
1
answer
What is a key space in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
key
space
0
votes
1
answer
What is the consistency level in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
consistency
level
0
votes
1
answer
Which of the following is not a characteristic of Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
cassandra
0
votes
1
answer
What is Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
cassandra
0
votes
1
answer
What's the value of output? const output = `${[] && 'Im'}possible! You should${'' && `n't`}
asked
Mar 13, 2024
in
JavaScript
by
DavidAnderson
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
by
DavidAnderson
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
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const info = { [Symbol('a')]: 'b', };
asked
Mar 13, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? class Person { constructor() { this.name = 'Lydia'; } }
asked
Mar 13, 2024
in
JavaScript
by
DavidAnderson
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
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? function getItems(fruitList, ...args, favoriteFruit)
asked
Mar 13, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const person = { name: 'Lydia', age: 21, };
asked
Mar 13, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? function giveLydiaPizza() { return 'Here is pizza!'; }
asked
Mar 13, 2024
in
JavaScript
by
DavidAnderson
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
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Define Cassandra.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
cassandra
0
votes
1
answer
Give some advantages of Cassandra.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
advantages-cassandra
Page:
« prev
1
...
76
77
78
79
80
81
82
83
84
85
86
...
667
...
next »
Recent questions
...