Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Associate Technical Engineer Interview Questions, Process, and Tips for Experienced

Updated 27 Oct 2023

Accenture Associate Technical Engineer Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed before Oct 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 - Technical 

(6 Questions)

  • Q1. JDK & JVM difference
  • Ans. 

    JDK is a development kit for Java programming, while JVM is a virtual machine that runs Java bytecode.

    • JDK stands for Java Development Kit and includes tools for developing Java applications.

    • JVM stands for Java Virtual Machine and is responsible for running Java bytecode.

    • JDK includes JRE (Java Runtime Environment) which contains JVM, libraries, and other necessary components.

    • JVM is platform-dependent, while JDK is platf...

  • Answered by AI
  • Q2. What is SDLC ?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful development and deployment of software.

    • Examples of SDL...

  • Answered by AI
  • Q3. What is the use of pointers?
  • Ans. 

    Pointers are variables that store memory addresses of other variables. They are used to manipulate memory and improve efficiency.

    • Pointers allow for dynamic memory allocation and deallocation

    • Pointers can be used to pass variables by reference instead of by value

    • Pointers are commonly used in data structures like linked lists and trees

  • Answered by AI
  • Q4. Why java is more in industry
  • Ans. 

    Java is more prevalent in the industry due to its platform independence, strong community support, and extensive libraries.

    • Platform independence allows Java programs to run on any device with a Java Virtual Machine (JVM)

    • Strong community support ensures continuous updates and improvements to the language

    • Extensive libraries provide developers with a wide range of tools and resources to build robust applications

  • Answered by AI
  • Q5. What is functional interface
  • Ans. 

    A functional interface is an interface that contains only one abstract method. It can have multiple default or static methods.

    • Functional interfaces are used in Java to implement lambda expressions.

    • Examples of functional interfaces in Java include Runnable, Callable, and ActionListener.

    • Functional interfaces can also be annotated with @FunctionalInterface to ensure they only have one abstract method.

  • Answered by AI
  • Q6. What are diff types of os
  • Ans. 

    Different types of operating systems include Windows, macOS, Linux, and Unix.

    • Windows - developed by Microsoft, commonly used for personal computers

    • macOS - developed by Apple, used on Mac computers

    • Linux - open-source OS used on servers and embedded systems

    • Unix - older OS used in mainframes and servers

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in May 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.In frst round they gave two programs like palindrome,leap year which is quite easy only, aptitude consists of 60qns .
  • Q2. 2.In second round which is technical round, again they gave one pgm which is lightly complicated and also questions will be asked based on our resume and branch.
  • Q3. 3.HR round based on your personal skill.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be perfect in basic coding and also aptitude,it is not much tough and also be bold while answering in technical round,try to do more projects......

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

Interview Questionnaire 

2 Questions

  • Q1. Question related technologies you have worked on and there versions..how your production cycle worked in last company and some oops related questions
  • Q2. Be confident they don't take more than 2-3 rounds.your basic must be perfect

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't take more than 2-3 rounds.be confident and basics must be perfect

I appeared for an interview in Apr 2021.

Interview Questionnaire 

1 Question

  • Q1. Round 1 - There was a assessment test conducted in Hacker rank platform. Round 2 - Cognitive Assessment. Its a gaming round and it is easy to clear this round if you have cognitive skill...

I applied via Naukri.com and was interviewed in Sep 2021. 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 - Technical 

(1 Question)

  • Q1. All types of test steeps
  • Ans. 

    Types of test steps in software testing

    • Unit testing - testing individual units or components of the software

    • Integration testing - testing how different units or components work together

    • System testing - testing the entire system as a whole

    • Acceptance testing - testing if the software meets the requirements and is ready for release

    • Regression testing - testing to ensure that changes or updates to the software did not intro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope for the best.All can achieve same

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

Interview Questionnaire 

1 Question

  • Q1. What types of transformation used in your project What is lookup and what are the types So many basic questions regarding organization
  • Ans. 

    Answering questions about transformation and lookup types used in a project

    • Transformation types used in the project may include data mapping, aggregation, filtering, and sorting

    • Lookup is a process of searching for a specific value in a table or database

    • Types of lookup include exact match, range match, and fuzzy match

    • Questions about organization may refer to project management, team collaboration, or software developmen

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Java collection

Interview Preparation Tips

Interview preparation tips for other job seekers - In hackathon , there is no interview round.

I applied via Company Website and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Web development questions
  • Ans. I have worked on tensor flow and django techs
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much but be confident to which you answer

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

Interview Questionnaire 

2 Questions

  • Q1. Any suggestions from me to improve myself.
  • Q2. What do you think I'm fit for this role

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever you know speak confidently

Accenture Interview FAQs

How many rounds are there in Accenture Associate Technical Engineer interview for experienced candidates?
Accenture interview process for experienced candidates usually has 2 rounds. The most common rounds in the Accenture interview process for experienced candidates are Resume Shortlist and Technical.
What are the top questions asked in Accenture Associate Technical Engineer interview for experienced candidates?

Some of the top questions asked at the Accenture Associate Technical Engineer interview for experienced candidates -

  1. what is the use of pointe...read more
  2. Why java is more in indus...read more
  3. what are diff types of...read more

Tell us how to improve this page.

Accenture Associate Technical Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
View all
Accenture Associate Technical Engineer Salary
based on 16 salaries
₹3 L/yr - ₹9 L/yr
5% less than the average Associate Technical Engineer Salary in India
View more details

Accenture Associate Technical Engineer Reviews and Ratings

based on 2 reviews

4.1/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.4

Job security

4.1

Company culture

2.6

Promotions

4.1

Work satisfaction

Explore 2 Reviews and Ratings
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹7 L/yr - ₹20.2 L/yr

Team Lead
24.9k salaries
unlock blur

₹7.2 L/yr - ₹26 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.9k 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