Microsoft SDE Intern Interview Experience
💼 LTIMindtree Interview Experience (On-Campus) | Fresher | 2026
Salesforce SMTS | Interview Experience | Rejected
JPMC | SDE2 (Associate) - Java Backend - Interview Experience + Compensation
Microsoft - SDE2 - Coding Round
Angular Frontend Interview Experience (1–3 YOE)
Summary
This was my first interview experience after deciding to switch jobs, which involved questions on Angular, JavaScript, HTML, and CSS, ultimately resulting in a rejection but providing valuable insight.
Full Experience
🔹 Interview Experience: Frontend Developer (Angular) – Loyalty Juggernaut
🎯 Experience Range: 1–3 Years
📅 Interview Date: 21st January 2025
📩 Applied Via: Wellfound
📞 Recruiter Contact: Got call for recruiter after 1 week
🧭 Status: First interview after planning a job switch
📉 Final Verdict: Rejected
🅰️ Angular Questions The interviewer evaluated core Angular knowledge with real-world examples. Topics included:
-
Directives: Difference between Structural and Attribute directives
-
HTTP Interceptors: How to modify requests/responses and handle errors
-
@ViewChild vs @ViewChildren: Use cases and differences
-
@HostListener & @HostBinding: When and how to use them
-
Angular Decorators: Understanding of decorators
-
RxJS Operators: of, take, takeUntil — Use in handling observables inside components/services
🅱️ JavaScript Questions These were a mix of fundamental and output-based questions:
-
Closures: Concept and practical usage
-
Difference between var, let, and const
-
Difference between slice and splice
-
Shallow Copy vs Deep Copy: Techniques and real-world importance
-
Output-based Questions: Around setTimeout, Promises, and understanding of the Event Loop
🌐 HTML Questions
-
What is the purpose of the base tag?
-
What are Semantic Elements and why they matter for accessibility and SEO?
🎨 CSS Questions
-
How to divide a page into two equal halves using Flexbox or Grid
-
Explanation of CSS Combinators ( , >, +, ~)
-
Common Pseudo-classes: :hover, :nth-child, :focus, and their use cases
💬 Final Thoughts This was my first interview after deciding to switch, and though the outcome was a rejection, it was a valuable experience.
Interview Questions (15)
Explain the difference between Structural and Attribute directives in Angular.
Explain how to use Angular HTTP Interceptors to modify requests/responses and handle errors.
Discuss the use cases and differences between @ViewChild and @ViewChildren in Angular.
Explain when and how to use @HostListener and @HostBinding in Angular.
Explain the concept and understanding of decorators in Angular.
Explain the use of RxJS operators like of, take, and takeUntil when handling observables inside Angular components/services.
Explain the concept of closures in JavaScript and provide examples of their practical usage.
Explain the differences between var, let, and const in JavaScript.
Explain the differences between slice and splice methods in JavaScript.
Explain the concepts of shallow copy and deep copy in JavaScript, including techniques for achieving them and their real-world importance.
What is the purpose of the <base> tag in HTML?
What are Semantic Elements in HTML and why do they matter for accessibility and SEO?
Explain how to divide a page into two equal halves using either Flexbox or Grid in CSS.
Explain the different CSS Combinators: descendant ( ), child (>), adjacent sibling (+), and general sibling (~).
Discuss common CSS Pseudo-classes such as :hover, :nth-child, and :focus, explaining their use cases.