Login
Remember
Register
Recent
Hot!
Most votes
Most answers
Most views
Ask a Question
Recent questions
0
votes
1
answer
Azure Advisor provides recommendations on how to configure the network settings on Azure virtual machines
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azure-advisor
0
votes
1
answer
Azure Advisor provides recommendations on how to reduce the cost of running Azure virtual machines.
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azure-virtual-machines
0
votes
1
answer
Azure Advisor provides recommendations on how to improve the security of an Azure Active Directory
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azure-active-directory
0
votes
1
answer
From Azure Service Health, an administrator can create a rule to be alerted if an Azure service fails.
asked
Mar 10, 2024
in
Azure
by
Robindeniel
administrator
0
votes
1
answer
From Azure Service Health, an administrator can view the health of all the services in an Azure environment
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azure-service-health
0
votes
1
answer
Azure services in public preview are released to all Azure customers.
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azure-services
0
votes
1
answer
Azure services in private preview are release to all customers
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azue-customer
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
You are currently working on two Azure subscriptions.
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azuresubscriptions
0
votes
1
answer
Using your Microsoft account, you can manage multiple Azure subscriptions.
asked
Mar 10, 2024
in
Azure
by
Robindeniel
microsoftaccount
0
votes
1
answer
You received a new task to increase the Service Level Agreement (SLA) guaranteed uptime
asked
Mar 10, 2024
in
Azure
by
Robindeniel
servicelevelagreement
0
votes
1
answer
Azure Service Level Agreement (SLA) guaranteed uptime can be increased by adding Azure resources to multiple regions
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azure
service
level
agreement
0
votes
1
answer
Azure SLAs guarantee a minimum uptime of 99.9% for vast majority of Azure paid services.
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azurepaidservices
0
votes
1
answer
Which statement accurately describes the Modern Lifecycle Policy for Azure services?
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azureservices
0
votes
1
answer
Security recommendations provided by Azure Advisor must be implemented in maximum 7 days.
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azureadvisor
0
votes
1
answer
After you finish implementing the security recommendations provided by Azure Advisor
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azureadvisor
0
votes
1
answer
Azure Advisor generates a list of Azure virtual machines that are protected by Azure Backup.
asked
Mar 10, 2024
in
Azure
by
Robindeniel
azureadvisor
0
votes
1
answer
What's the output? console.log(String.raw`Hello\nworld`);
asked
Mar 10, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
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? console.log('' + '');
asked
Mar 10, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const name = 'Lydia Hallie'; console.log(name.padStart(13)); console.log(name.padStart(2));
asked
Mar 10, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? console.log(Number(2) === Number(2)); console.log(Boolean(false) === Boolean(false));
asked
Mar 10, 2024
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? // index.js console.log('running index.js'); import { sum } from './sum.js'; console.log(sum(1, 2));
asked
Mar 10, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
With which constructor can we successfully extend the Dog class? class Dog { constructor(name)
asked
Mar 10, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? [1, 2, 3, 4].reduce((x, y) => console.log(x, y));
asked
Mar 10, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
const value = { number: 10 }; const multiply = (x = { ...value }) => { console.log((x.number *= 2)); };
asked
Mar 10, 2024
in
JavaScript
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'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
What's the output? const person = { name: 'Lydia' }; Object.defineProperty(person, 'age', { value: 21 });
asked
Mar 9, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
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
Page:
« prev
1
...
78
79
80
81
82
83
84
85
86
87
88
...
667
...
next »
Recent questions
...