Filter interviews by
var is function-scoped while let is block-scoped in JavaScript.
var keyword is function-scoped, meaning it is accessible throughout the function it is declared in.
let keyword is block-scoped, meaning it is only accessible within the block it is declared in.
Using var can lead to variable hoisting issues, while let provides more predictable behavior.
Example: var x = 10; function test() { var x = 20; console.log(x); }...
The difference between == and === is that == checks for equality after type coercion, while === checks for equality without type coercion.
The == operator compares two values after converting them to a common type if they are of different types.
The === operator compares two values without type conversion, so they must be of the same type to be considered equal.
Example: 5 == '5' will return true because the values a...
Leading a team to successfully implement a new software system for a major client
Led a team of 5 engineers in designing and implementing a custom software solution
Met all project deadlines and delivered the final product ahead of schedule
Received positive feedback from the client for the efficiency and effectiveness of the new system
Projects are specific tasks or assignments that engineers work on to achieve a particular goal or outcome.
Projects involve setting goals and objectives
Projects require planning, execution, and monitoring
Projects often involve collaboration with team members
Examples: developing a new software application, designing a new product, implementing a new system
What people are saying about Accenture
I have worked on various projects including developing a mobile app for tracking fitness goals and a web application for managing inventory.
Developed a mobile app using React Native to track fitness goals and provide workout plans
Created a web application using Angular for inventory management and tracking
Implemented RESTful APIs for communication between front-end and back-end systems
OOPS in Java stands for Object-Oriented Programming concepts which include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object)
Inheritance: Allowing a class to inherit properties and behavior from another class
Polymorphism: Ability to present the same interface for different data types
Abstraction: Hiding the implemen...
JVM architecture is the structure of the Java Virtual Machine which includes class loader, runtime data areas, execution engine, and native method interface.
Class loader loads class files into memory
Runtime data areas include method area, heap, stack, and PC register
Execution engine executes bytecode instructions
Native method interface allows Java code to interact with native libraries
OOPs concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the ...
Python panda library is a powerful tool for data manipulation and analysis.
Pandas is used for data manipulation, cleaning, and analysis in Python.
It provides data structures like DataFrame for handling tabular data.
Pandas can read data from various sources like CSV, Excel, SQL databases.
Example: df = pd.read_csv('data.csv') creates a DataFrame from a CSV file.
Data structures are ways to organize and store data in a computer so that it can be accessed and used efficiently.
Data structures define how data is stored, accessed, and manipulated in a computer program.
Examples include arrays, linked lists, stacks, queues, trees, and graphs.
Choosing the right data structure is important for optimizing performance and memory usage in software development.
I applied via Campus Placement
I am a dedicated and detail-oriented engineer with a passion for problem-solving and continuous learning.
Graduated with a degree in Engineering
Completed internships at engineering firms
Proficient in CAD software such as AutoCAD and SolidWorks
Strong analytical and problem-solving skills
Excellent communication and teamwork abilities
I have worked on various projects including designing a new software system for a manufacturing company and implementing a data analysis tool for a research project.
Designed and implemented a new software system for a manufacturing company to streamline their production process
Developed a data analysis tool using Python and SQL for a research project to analyze large datasets
Collaborated with a team of engineers to opt...
My role in the project was to design and implement software solutions to meet project requirements.
Designed software solutions based on project requirements
Implemented and tested software solutions
Collaborated with team members to ensure project success
Leading a team to successfully implement a new software system for a major client
Led a team of 5 engineers in designing and implementing a custom software solution
Met all project deadlines and delivered the final product ahead of schedule
Received positive feedback from the client for the efficiency and effectiveness of the new system
Managing tight deadlines, communication issues, technical challenges
Tight deadlines requiring efficient time management
Communication issues with team members or stakeholders
Technical challenges such as software bugs or hardware malfunctions
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Logical ability, quantitive aptitude, math, pseudo code, english comprehension
45mins, basic math questions
var is function-scoped while let is block-scoped in JavaScript.
var keyword is function-scoped, meaning it is accessible throughout the function it is declared in.
let keyword is block-scoped, meaning it is only accessible within the block it is declared in.
Using var can lead to variable hoisting issues, while let provides more predictable behavior.
Example: var x = 10; function test() { var x = 20; console.log(x); } test...
The difference between == and === is that == checks for equality after type coercion, while === checks for equality without type coercion.
The == operator compares two values after converting them to a common type if they are of different types.
The === operator compares two values without type conversion, so they must be of the same type to be considered equal.
Example: 5 == '5' will return true because the values are eq...
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude was there and if you are passed in apti then you will move to coding round in an hour.
In coding round 2 questions there, first is easy level and other is moderate level. But may times, there software doesn't work properly so test cases of soo easy question don't pass.
I am a recent graduate with a degree in Engineering, passionate about problem-solving and eager to learn and grow in a professional environment.
Recent graduate with a degree in Engineering
Passionate about problem-solving
Eager to learn and grow in a professional environment
My strengths include problem-solving skills and attention to detail. My weaknesses include public speaking and time management.
Strengths: problem-solving skills
Strengths: attention to detail
Weaknesses: public speaking
Weaknesses: time management
Good with logical and quants
Simple questions on arrays and strings
I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.
Recent graduate with a degree in Mechanical Engineering
Passionate about problem-solving and innovation
Experience with CAD software such as SolidWorks
Completed internships at engineering firms
Its was easy and thus helped a lot.
Same as the above it was good and easy.
Developed a mobile application for tracking daily water intake and setting hydration goals.
Researched user needs and preferences for water intake tracking
Designed user-friendly interface for inputting water consumption
Implemented reminder notifications for staying hydrated throughout the day
Arrays are collections of elements stored in contiguous memory locations, while strings are arrays of characters used to represent text.
Arrays can store multiple elements of the same data type, accessed by index.
Strings are arrays of characters, often terminated by a null character.
Arrays and strings can be manipulated using various operations like sorting, searching, and concatenation.
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
The questions were easy to moderate
Array and string based questions
My project focuses on developing a new software application for data analysis in the field of renewable energy.
Developing a software application for data analysis
Focused on renewable energy
Implementing algorithms for efficient energy production
Testing and optimizing the software for accuracy and speed
I chose this project because it aligns with my passion for sustainable engineering solutions.
Passion for sustainable engineering solutions
Interest in the specific technology or industry of the project
Opportunity to learn and grow in a new area
Alignment with personal values and goals
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
It was easy to medium, make sure to keep track of time
1Q easy(string) 1Q hard(dp)
I appeared for an interview in Feb 2025.
Boats and streams, time and work, percentages, averages, simple and compound interest.
The first code checks for Armstrong numbers, while the second code handles array rotation by K times in both clockwise and counterclockwise directions.
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
It is about reasoning,verbal and ms office, cloud
Two coding questions are given, we have to solve one completely, another one is partially
I am a dedicated and detail-oriented engineer with a passion for problem-solving and continuous learning.
I have a Bachelor's degree in Engineering from XYZ University.
I have completed internships at ABC Company and DEF Company, where I gained hands-on experience in engineering projects.
I am proficient in CAD software and have strong analytical skills.
I enjoy collaborating with team members to find innovative solutions ...
My strength lies in my problem-solving skills and ability to work well under pressure.
Strong analytical skills to identify and solve complex problems
Ability to remain calm and focused in high-pressure situations
Effective communication skills to collaborate with team members and stakeholders
Proven track record of successfully completing projects on time and within budget
I have worked on various projects including developing a mobile app for tracking fitness goals and a web application for managing inventory.
Developed a mobile app using React Native to track fitness goals and provide workout plans
Created a web application using Angular for inventory management and tracking
Implemented RESTful APIs for communication between front-end and back-end systems
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
It was an aptitude test consisting of 90 questions with a duration of 90 minutes.
A coding test consisting of two coding questions.
I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.
Recent graduate with a degree in Mechanical Engineering
Passionate about problem-solving and innovation
Experience with CAD software such as SolidWorks
Completed internships at engineering firms
I have worked on various projects including developing software applications, designing circuits, and implementing automation systems.
Developed a mobile application for tracking fitness goals using React Native
Designed a PCB for a temperature monitoring system using Altium Designer
Implemented a PLC-based control system for a manufacturing process using Siemens TIA Portal
Key challenges faced in projects include tight deadlines, communication issues, and technical constraints.
Tight deadlines required efficient time management and prioritization of tasks.
Communication issues with team members or stakeholders led to misunderstandings and delays.
Technical constraints such as limited resources or outdated technology hindered progress on projects.
Yes, I am willing to relocate for the right opportunity.
I am open to relocating for the right job opportunity
I have relocated in the past for career advancement
I am flexible and willing to move for the right role
The duration of Accenture Associate Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 85 interview experiences
Difficulty level
Duration
based on 51 reviews
Rating in categories
Application Development Analyst
39.3k
salaries
| ₹4.8 L/yr - ₹11 L/yr |
Application Development - Senior Analyst
27.7k
salaries
| ₹8.2 L/yr - ₹16.1 L/yr |
Team Lead
26.7k
salaries
| ₹12.6 L/yr - ₹22.5 L/yr |
Senior Analyst
19.6k
salaries
| ₹9 L/yr - ₹15.7 L/yr |
Senior Software Engineer
18.5k
salaries
| ₹10.4 L/yr - ₹18 L/yr |
TCS
Cognizant
Capgemini
Infosys