Login
Remember
Register
Ask a Question
Hot questions
0
votes
1
answer
What's the output? const name = 'Lydia'; age = 21; console.log(delete name); console.log(delete age);
asked
Mar 9, 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
2
answers
What is lazy loading?
asked
Sep 16, 2023
in
Angular
by
JackTerrance
angular-interview-questions-answers
0
votes
1
answer
How do you secure Angular applications against common security vulnerabilities like Cross-Site Scripting (XSS)?
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
angular-applications
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
Every region in Azure cloud includes multiple data centres.
asked
Mar 5, 2024
in
Azure
by
rajeshsharma
az900
0
votes
1
answer
You received a new urgent task to create several Azure virtual machines in your Azure environment. Unfortunately
asked
Mar 6, 2024
in
Azure
by
rajeshsharma
azure
virtual
machines
0
votes
1
answer
What is a node in Cassandra?
asked
Mar 13, 2024
in
Cassandra
by
rajeshsharma
cassandra-node
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's the output? console.log('' + '');
asked
Mar 10, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
How do you implement Single Sign-On (SSO) across multiple Angular applications?
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
single-sign-on
sso
0
votes
1
answer
Your company has decided to migrate all its services to Microsoft Azure
asked
Mar 5, 2024
in
Azure
by
rajeshsharma
platformasaservice
paas
0
votes
1
answer
The recommendation to include CSS before JavaScript is invalid
asked
Feb 23, 2024
in
HTML
by
DavidAnderson
html5-interview-questions-answers
0
votes
1
answer
What is a superficial match?
asked
Feb 23, 2022
in
Interaction Design
by
sharadyadav1986
superficial-match
interactino-design
0
votes
1
answer
.You can modify the Azure Active Directory (Azure AD) tenant to which an Azure subscription is associated to
asked
Mar 5, 2024
in
Azure
by
rajeshsharma
az900
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
Which of the following cloud deployment models would you recommend?
asked
Mar 5, 2024
in
Azure
by
rajeshsharma
az900
0
votes
1
answer
The Azure Active Directory (Azure AD) tenant is deleted by default when the Azure subscription expires
asked
Mar 5, 2024
in
Azure
by
rajeshsharma
azure
active
directory
az900
0
votes
1
answer
What's the output? const set = new Set([1, 1, 2, 3, 4]); console.log(set
asked
Mar 9, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
Page:
« prev
1
...
143
144
145
146
147
148
149
150
151
152
153
...
1000
...
next »
...