Senior Dot Net and Fullstack Developer

Senior Dot Net and Fullstack Developer Interview Questions and Answers

Updated 8 Jul 2024

Q1. Difference Between ref and out

Ans.

ref is used for passing a variable by reference, out is used for returning a value from a method

  • ref is used to pass a variable as a reference to a method, allowing the method to modify the variable

  • out is used to return a value from a method, even if the method does not return a value explicitly

  • ref variables must be initialized before passing to a method, out variables do not need to be initialized

Q2. Lazy loading in Angular

Ans.

Lazy loading in Angular allows for loading modules only when they are needed, improving performance.

  • Lazy loading helps reduce initial load time by loading modules on demand

  • Implemented using loadChildren property in Angular routing configuration

  • Example: { path: 'lazy', loadChildren: () => import('./lazy/lazy.module').then(m => m.LazyModule) }

Senior Dot Net and Fullstack Developer Jobs

0
Are these interview questions helpful?
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

4.2
 • 10 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Senior Dot Net and Fullstack Developer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter