Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Promises in JavaScript are objects 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() to handle success and .catch() to handle errors.
Example: new Promise((resolve, reject) => { ... }).then(result => { ... }).catch(error =>
let is block scoped, var is function scoped
let is block scoped, var is function scoped
let can't be re-declared in the same scope, var can be
let variables are not hoisted, var variables are hoisted
Form validation can be handled using client-side and server-side validation techniques.
Use HTML5 form validation attributes like required, pattern, min, max, etc.
Implement client-side validation using JavaScript to provide instant feedback to users.
Perform server-side validation to ensure data integrity and security.
Display error messages next to the input fields for better user experience.
Use a combination of front-en...
Redux Toolkit is an official, opinionated, batteries-included toolset for efficient Redux development.
Redux Toolkit simplifies Redux code by providing a set of tools and best practices
It includes utilities like createSlice, createReducer, configureStore, and createAsyncThunk
Helps in writing concise and readable Redux code with less boilerplate
Encourages the use of Immer for writing immutable updates in a more intuitive
What people are saying about Accenture
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
Accenture interview questions for designations
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Get interview-ready with Top Accenture Interview Questions
CSS accessibilities refer to making web content accessible to users with disabilities.
Using proper color contrast for text and background
Providing alternative text for images using the 'alt' attribute
Using semantic HTML elements for better screen reader compatibility
To adjust a box on the left, use CSS properties like margin-left or left.
Use margin-left property to adjust the box's position to the right.
Use left property with position: absolute or position: relative to adjust the box's position relative to its containing element.
Consider using flexbox or grid layout for more control over the box's positioning.
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
Javascript,Angular,Angular Js questions
I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.
They give me a DSA question
Redux is a predictable state container for JavaScript apps.
Create a store to hold the state of your application
Use actions to describe what happened
Write reducers to specify how the state changes in response to actions
Connect your components to the Redux store using mapStateToProps and mapDispatchToProps
Custom hooks are reusable functions that allow you to extract component logic into separate functions for reusability.
Custom hooks start with 'use' keyword (e.g. useState, useEffect)
Custom hooks can be used to share logic between components
Custom hooks can accept arguments and return values
2 Interview rounds
based on 38 reviews
Rating in categories
Application Development Analyst
38.8k
salaries
| ₹3 L/yr - ₹12 L/yr |
Application Development - Senior Analyst
26.3k
salaries
| ₹6.8 L/yr - ₹20.2 L/yr |
Team Lead
24.1k
salaries
| ₹7 L/yr - ₹25.2 L/yr |
Senior Software Engineer
18.4k
salaries
| ₹6 L/yr - ₹19 L/yr |
Software Engineer
17.6k
salaries
| ₹3.6 L/yr - ₹12.8 L/yr |
TCS
Cognizant
Capgemini
Infosys