Login
Remember
Register
Ask a Question
Hot questions
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
+3
votes
1
answer
Identify the algorithm that works based on the concept of classification.
asked
Jan 17, 2020
in
Data Science
by
rahuljain1
#data-classification
0
votes
1
answer
Europe is represented by a single Azure region
asked
Mar 5, 2024
in
Azure
by
rajeshsharma
az900
0
votes
1
answer
An Azure customer can register and use multiple Azure subscriptions.
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azure-subscriptions
0
votes
1
answer
How can we log the values that are commented out after the console.log statement? function* startGame() {
asked
Mar 10, 2024
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? let num = 10; const increaseNumber = () => num++; const increasePassedNumber = number => number++;
asked
Mar 10, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What does this return ? const firstPromise = new Promise((res, rej) =>
asked
Mar 7, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Azure Site Recovery provides **fault tolerance** for virtual machines
asked
Mar 6, 2024
in
Azure
by
rajeshsharma
fault
tolerance
0
votes
1
answer
What's the output? (() => { let x = (y = 10); })();
asked
Mar 9, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? function Car() { this.make = 'Lamborghini'; return { make: 'Maserati' }; }
asked
Mar 9, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const settings = { username: 'lydiahallie', level: 19, health: 90, };
asked
Mar 10, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Can you describe the difference between Authentication
asked
Feb 23, 2024
in
Angular
by
rahuljain1
authentication
authorization
0
votes
1
answer
What's the output? [1, 2, 3].map(num => { if (typeof num === 'number') return; return num * 2; });
asked
Mar 7, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Can you discuss the concept of “Defense in Depth”
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
defense-in-depth
0
votes
1
answer
You need to deploy an Azure architecture and use only Platform as a Service (PaaS) services available in Azure.
asked
Mar 5, 2024
in
Azure
by
rajeshsharma
az900
0
votes
1
answer
What's the output? function* generator(i) { yield i; yield i * 2; } const gen = generator(10);
asked
Mar 7, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What could be the reason that the MySQL statement 'SELECT AVG (SALARY) FROM EMP' generates an inaccurate output?
asked
Feb 28, 2024
in
DB2
by
john ganales
mysql
statement
0
votes
1
answer
Have you ever implemented a multi-factor authentication system in Azure?
asked
Mar 2, 2024
in
Azure
by
SakshiSharma
multi-factor
authentication-system
0
votes
1
answer
What's the output? const user = { name: 'Lydia', age: 21 }; const admin = { admin: true, ...user }; console.log(admin);
asked
Mar 9, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What does this return? [...'Lydia'];
asked
Mar 7, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
Page:
« prev
1
...
145
146
147
148
149
150
151
152
153
154
155
...
1000
...
next »
...