Upload Button Icon Add office photos

N+A

Compare button icon Compare button icon Compare

Filter interviews by

N+A Frontend Developer Intern Interview Questions and Answers

Updated 4 Sep 2024

N+A Frontend Developer Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. UseMemo hook in react
  • Ans. 

    useMemo is a hook in React that memoizes the result of a function to optimize performance.

    • useMemo is used to memoize expensive calculations so they are only re-computed when dependencies change.

    • It takes a function and an array of dependencies as arguments.

    • Example: const memoizedValue = useMemo(() => expensiveFunction(), [dependency1, dependency2]);

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. What is the JavaScript code for finding repeating alphabets?
  • Ans. 

    Use JavaScript to find repeating alphabets in an array of strings.

    • Loop through each string in the array

    • For each string, loop through each character and check if it is repeated

    • Store the repeating alphabets in a separate array

  • Answered by AI
  • Q2. What are the Angular lifecycle hooks?
  • Ans. 

    Angular lifecycle hooks are methods that allow you to tap into specific points in a component's lifecycle.

    • ngOnChanges: Called when an input property changes

    • ngOnInit: Called once the component is initialized

    • ngDoCheck: Called during every change detection run

    • ngAfterContentInit: Called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: Called after every check of the projected content

    • ng...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after the interview goes well, they still do not select candidates.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Codility consists of two Angular questions: the first involves creating a form, while the second pertains to developing a searchable input field, along with one DSA coding question.

Round 2 - Technical 

(3 Questions)

  • Q1. How do you build form validations in angular
  • Ans. 

    Form validations in Angular are built using Angular forms and validators.

    • Use Angular forms to create form controls and group them together

    • Apply built-in validators like required, minlength, maxlength, pattern, etc.

    • Create custom validators for complex validation requirements

    • Display error messages based on validation status

    • Use reactive forms for more control and flexibility

  • Answered by AI
  • Q2. How will you create reusable loading logic in angular
  • Ans. 

    Create a service with a loading state and methods to show/hide loading indicators

    • Create a loading service with a boolean property 'isLoading'

    • Add methods in the service to set isLoading to true/false

    • Inject the loading service in components where loading indicators are needed

  • Answered by AI
  • Q3. JS questions which includes closure and promise.race
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the hooks you used?
  • Ans. 

    I have used useState, useEffect, useContext, and useRef hooks in my projects.

    • useState - for managing state in functional components

    • useEffect - for handling side effects in functional components

    • useContext - for accessing context in functional components

    • useRef - for accessing DOM elements or storing mutable values

  • Answered by AI
  • Q2. Complete details of last project worked

N+A Interview FAQs

How many rounds are there in N+A Frontend Developer Intern interview?
N+A interview process usually has 1 rounds. The most common rounds in the N+A interview process are Technical.

Tell us how to improve this page.

N+A Frontend Developer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Bharti Airtel Interview Questions
4.0
 • 840 Interviews
Wells Fargo Interview Questions
3.9
 • 568 Interviews
Citicorp Interview Questions
3.7
 • 567 Interviews
ITC Interview Questions
3.9
 • 552 Interviews
View all
fresher
2.1k salaries
unlock blur

₹0.5 L/yr - ₹7 L/yr

Software Engineer
326 salaries
unlock blur

₹1.3 L/yr - ₹9.3 L/yr

Software Developer
289 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Freelancer
188 salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Assistant Manager
170 salaries
unlock blur

₹2.5 L/yr - ₹11.6 L/yr

Explore more salaries
Compare N+A with

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Adani Group

3.9
Compare

Hindustan Unilever

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview