Login
Remember
Register
Ask a Question
Hot questions
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
Imagine that you are a designer, and your goal is to improve the onboarding experience for new users. What will you do first?
asked
May 4, 2022
in
Design Thinking Methodologies
by
sharadyadav1986
design-thinking
0
votes
1
answer
Can you describe the OAuth2 authentication flow and how it can be integrated with Angular applications?
asked
Feb 23, 2024
in
Angular
by
rahuljain1
angularapplications
0
votes
1
answer
Can you provide an example of how to implement a secure HTTP interceptor
asked
Feb 23, 2024
in
Angular
by
rahuljain1
httpinterceptor
0
votes
1
answer
How do you handle token revocation and refresh in Angular applications?
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
tokenrevocation
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
Can you explain the concept of Role-Based Access Control (RBAC)
asked
Feb 23, 2024
in
Angular
by
rahuljain1
role-basedaccesscontrol
rbac
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
Can you describe the process of securely implementing social login (e.g., Google, Facebook) in Angular applications?
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
angular-securely
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
+1
vote
1
answer
What are the primary advantages of using Aptana Studio for web development
asked
Feb 25, 2024
in
Aptana
by
john ganales
javascript
html
css
server-side-scripting-languages
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 does the setInterval method return in the browser? setInterval(() => console.log('Hi'), 1000);
asked
Mar 7, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
How do you implement Two-Factor Authentication (2FA) in Angular applications?
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
two-factor-authentication
0
votes
1
answer
What is the difference between CS and RR isolation levels?
asked
Feb 29, 2024
in
Sql
by
Robindeniel
rr
isolation
levels
0
votes
1
answer
What's the output? const numbers = [1, 2, 3, 4, 5]; const [y] = numbers; console.log(y);
asked
Mar 9, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
How would the VARCHAR column REMARKS be defined?
asked
Feb 28, 2024
in
DB2
by
john ganales
varchar
0
votes
1
answer
.If your VM has a Read-only lock applied, you can add a Delete lock as well.
asked
Mar 5, 2024
in
Azure
by
rajeshsharma
az900
0
votes
1
answer
What's the output? // counter.js let counter = 10; export default counter; // index.js import myCounter
asked
Mar 9, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
How do you handle user impersonation in Angular applications
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
angular-applications
Page:
« prev
1
...
144
145
146
147
148
149
150
151
152
153
154
...
1000
...
next »
...