Login
Remember
Register
Recent
Hot!
Most votes
Most answers
Most views
Ask a Question
Recent questions
0
votes
1
answer
Tell something about the query language used in Cassandra Database.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
cassandra
database
0
votes
1
answer
Give the data storage units in Cassandra.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
data
storage
0
votes
1
answer
What is a Keyspace?
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
keyspace
0
votes
1
answer
Define data centre.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
data
centre
0
votes
1
answer
Define Node.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
node
0
votes
1
answer
Define a column family.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
column
family
0
votes
1
answer
Define NoSQL Database.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
nosql
database
0
votes
1
answer
Name some features of Apache Cassandra.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
apache
cassandra
0
votes
1
answer
Define replication strategy.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
replication
strategy
0
votes
1
answer
Define replication factor.
asked
Mar 13, 2024
in
Cassandra
by
kamalkhandelwal29
replication
factor
0
votes
1
answer
What's the output? class Person { constructor(name) { this.name = name; } }
asked
Mar 12, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? // module.js export default () => 'Hello world'; export const name = 'Lydia';
asked
Mar 12, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answer
0
votes
1
answer
What's the output? function sum(num1, num2 = num1) { console.log(num1 + num2); } sum(10);
asked
Mar 12, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? console.log('I want pizza'[0]);
asked
Mar 12, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Which option is a way to set hasName equal to true, provided you cannot pass true as an argument?
asked
Mar 12, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What kind of information would get logged? fetch('https://www.website.com/api/user/1') .
asked
Mar 12, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What is the output? function checkAge(age) { if (age < 18) { const message = "Sorry, you're too young."; }
asked
Mar 12, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What is the output? const person = { name: 'Lydia', age: 21, };
asked
Mar 12, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What is the output? var status = ''; setTimeout(() => { const status = '';
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What is the output? function sayHi(name) { return `Hi there, ${name}`; }
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What is the output? const list = [1 + 2, 1 * 2, 1 / 2]; console.log(list);
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What is the output? const myLifeSummedUp = ['☕', '', '', '']; for (let item in myLifeSummedUp) { console.log(item); }
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What is the output? const add = () => { const cache = {}; return num => {
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Is this a pure function? function sum(a, b) { return a + b; } A: Yes B: No
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const { firstName: myName } = { firstName: 'Lydia' }; console.log(firstName);
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const box = { x: 10, y: 20 }; Object.freeze(box); const shape = box; shape.x = 100;
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? function addToList(item, list) { return list.push(item); }
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javacsript-interview-questions-answers
0
votes
1
answer
What's the output? async function getData() { return await Promise.resolve('I made it!'); }
asked
Mar 11, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Which of the following services uses past trainings to provide predictions that have high probability?
asked
Mar 10, 2024
in
Azure
by
Robindeniel
high-probability
0
votes
1
answer
Which of the following services provides a cloud-based Enterprise Data Warehouse (EDW) ?
asked
Mar 10, 2024
in
Azure
by
Robindeniel
enterprise-data-warehouse
Page:
« prev
1
...
77
78
79
80
81
82
83
84
85
86
87
...
667
...
next »
Recent questions
...