Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Javascript Developer Interview Questions and Answers

Updated 14 Jul 2023

Accenture Javascript Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Exam used to determine an individual's skill or propensity to succeed in a given activity

Round 3 - Technical 

(2 Questions)

  • Q1. An interview to assess your technical ability for the role, and the depth and breadth of your knowledge in your chosen field.
  • Q2. Coding, Data analysis, etc. Technical interviews differentiate from general interviews and focus solely on the technical skills of the candidates.

I applied via Approached by Company and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - HR 

(5 Questions)

  • Q1. Share details of your previous job.
  • Ans. 

    I worked as a Javascript Developer at XYZ Company.

    • Developed and maintained web applications using Javascript, HTML, and CSS.

    • Collaborated with a team of developers to implement new features and fix bugs.

    • Optimized code for performance and scalability.

    • Worked on integrating APIs and third-party libraries.

    • Participated in code reviews and provided feedback to improve code quality.

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and collaboration. My weaknesses include time management and public speaking.

    • Strengths: problem-solving, attention to detail, collaboration

    • Weaknesses: time management, public speaking

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    Looking for new challenges and growth opportunities in a dynamic and innovative environment.

    • Seeking a change to expand my skill set and work on more complex projects.

    • Interested in joining a company that values creativity and encourages learning.

    • Want to be part of a team that fosters collaboration and innovation.

    • Desire to work in a fast-paced and evolving industry.

    • Looking for a change to improve work-life balance and ex

  • Answered by AI
  • Q4. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior Javascript developer, leading a team and working on complex projects.

    • Becoming a senior Javascript developer

    • Leading a team

    • Working on complex projects

  • Answered by AI
  • Q5. Tell me about yourself.
  • Ans. 

    I am a passionate Javascript developer with experience in building web applications.

    • I have a strong understanding of core Javascript concepts and frameworks like React and Node.js.

    • I have worked on various projects, including e-commerce websites and interactive web applications.

    • I am skilled in writing clean and efficient code, and I enjoy solving complex problems.

    • I am constantly learning and keeping up with the latest t...

  • Answered by AI
Round 3 - Case Study 

B.tech

Interview Preparation Tips

Topics to prepare for Accenture Javascript Developer interview:
  • Java
  • Python
  • ASP.Net
Interview preparation tips for other job seekers - Thank you wait processor opportunity

Javascript Developer Interview Questions Asked at Other Companies

Q1. Can you tell me about promise, async in javascript
Q2. difference between var, let and const, es6 concepts, state, props ... read more
Q3. difference between for each and map method
asked in Deloitte
Q4. 1. Is .map and .filter pure functions ? 2. What should not be blo ... read more
asked in Uplers
Q5. Map reduce and filter in JavaScript

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions like hoisting, event loop, promices

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on your resume and experience they will ask questions

I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Pump yourself up and stay positive

I applied via Company Website and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Assignment 

Interview Preparation Tips

Interview preparation tips for other job seekers - This is really career growth opportunity to work in cognizant

I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong background in JavaScript development and a proven track record of delivering high-quality projects.

    • Extensive experience in JavaScript development

    • Strong problem-solving and analytical skills

    • Ability to work well in a team and collaborate effectively

    • Proven track record of delivering high-quality projects

    • Excellent communication and interpersonal skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your self what you want...
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Yes, Aptitude test is so think and great full in my knowledge

Round 3 - Coding Test 

The coding test is for HTML CSS for the frontend backend for the javascript

Interview Preparation Tips

Topics to prepare for TCS Javascript Developer interview:
  • Javascript
  • C
  • Java
  • C++
Interview preparation tips for other job seekers - I am doing well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Promise in JS?
  • Ans. 

    Promise in JS is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() method to handle success and failure cases.

    • Example: new Promise((resolve, reject) => { ... }).then(result => { ... }).catch(error => { ... });

  • Answered by AI
  • Q2. What is Call back?
  • Ans. 

    A callback is a function passed as an argument to another function to be executed later.

    • Callback functions are commonly used in asynchronous programming to handle responses or events.

    • Callbacks can be synchronous or asynchronous.

    • Example: setTimeout function in JavaScript takes a callback function as an argument to be executed after a specified time.

  • Answered by AI

Skills evaluated in this interview

I applied via AmbitionBox and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Generally the aptitude maintain quick calculations and time reduce.

Round 2 - Coding Test 

Coding built over technical skills

Round 3 - HR 

(1 Question)

  • Q1. General knowledge and some technical questions been asked

Interview Preparation Tips

Topics to prepare for DXC Technology Software Engineer interview:
  • Python
Interview preparation tips for other job seekers - Create an position which you want to reach and move towards an other opportunity will be waiting for our future.

I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Java Spring Boot Structure
  • Q2. Design a complete solution with Java Spring boot, Spring Data, DB Integration
  • Ans. 

    Design a solution with Java Spring boot, Spring Data, DB Integration

    • Create a Spring Boot project with Spring Data dependency

    • Configure the database connection in application.properties

    • Create entity classes with JPA annotations

    • Create repository interfaces extending JpaRepository

    • Use repository methods in service classes

    • Expose REST endpoints using @RestController

    • Handle exceptions using @ControllerAdvice

    • Secure endpoints usi...

  • Answered by AI
  • Q3. OOPS Concepts
  • Q4. Maven Build and Deployment
  • Q5. Angular build and deployment

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and answer exactly to the point.
No hamming or going around.

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Javascript Developer interview?
Accenture interview process usually has 3 rounds. The most common rounds in the Accenture interview process are Aptitude Test, HR and Case Study.
How to prepare for Accenture Javascript Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accenture. The most common topics and skills that interviewers at Accenture expect are Ajax, Angularjs, Application Development, Business process and C.

Tell us how to improve this page.

Accenture Javascript Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 798 Interviews
View all
Accenture Javascript Developer Salary
based on 13 salaries
₹3.5 L/yr - ₹8.8 L/yr
At par with the average Javascript Developer Salary in India
View more details

Accenture Javascript Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.7k salaries
unlock blur

₹7.1 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.8k salaries
unlock blur

₹5.5 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

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