Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Technical Analyst Interview Questions and Answers

Updated 31 Jan 2024

Accenture Technical Analyst Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain treeset working
  • Ans. 

    TreeSet is a class in Java that implements the Set interface using a tree for storage.

    • TreeSet stores elements in sorted order based on their natural ordering or a custom Comparator.

    • It does not allow duplicate elements.

    • Operations like add, remove, and search have O(log n) time complexity.

    • Example: TreeSet<String> treeSet = new TreeSet<>();

  • Answered by AI
  • Q2. Explain hashmap working
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap uses a hash function to map keys to indices in an array called buckets.

    • Collisions can occur when multiple keys hash to the same index, which is resolved using techniques like chaining or open addressing.

    • HashMap provides constant-time complexity O(1) for basic operations like get, put, and remove.

    • Example...

  • Answered by AI
  • Q3. How to work with 2 different db in sspring boot
  • Ans. 

    Use Spring Boot's multiple datasource configuration to work with 2 different databases

    • Define multiple datasource configurations in application.properties or application.yml

    • Create separate DataSource and JdbcTemplate beans for each database

    • Use @Primary annotation to specify the primary datasource

    • Use @Qualifier annotation to specify the secondary datasource

    • Inject the appropriate datasource in your repository classes

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1st round: Technical interview, basic questions were ask on PowerShell. Need to explain about current project and work. 2nd round: Managerial round, questions were asked only regarding project in current c...
  • Q2. Basic concepts of PowerShell

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest in your answers, explain in brief. Maintein positive approach.

Technical Analyst Interview Questions Asked at Other Companies

asked in Coforge
Q1. Write a program to get a employee list whose salary is greater th ... read more
Q2. Optimize the code for job scheduling written in the first round
asked in Coforge
Q3. Explain Security authentication implementation and what are the d ... read more
asked in Coforge
Q4. How did you implemented the microservices in your project, What a ... read more
asked in Coforge
Q5. How did you configure Api gateway to manage your microservices?

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

Interview Questionnaire 

7 Questions

  • Q1. Solid principles
  • Q2. Extension methods
  • Q3. Static class and static constructor
  • Ans. 

    Static class and static constructor in C#

    • Static class can only contain static members and cannot be instantiated

    • Static constructor is called only once when the class is first accessed

    • Static constructor is used to initialize static members of the class

    • Example: Math class in C# is a static class

    • Example: static constructor can be used to initialize a static variable with a value

  • Answered by AI
  • Q4. Polymorphism
  • Q5. Dependency injection
  • Q6. Angular life cycle hook
  • Q7. Performance improvement in Angular app
  • Ans. 

    Performance improvement in Angular app

    • Use lazy loading to load modules on demand

    • Optimize change detection strategy

    • Use trackBy function in ngFor loops

    • Minimize DOM manipulation

    • Use AOT compilation

    • Implement server-side rendering

    • Use web workers for heavy computations

    • Use caching for frequently accessed data

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. From start to end how you perform web application penetration testing on a website with firewall is enabled on it?
  • Ans. 

    Performing web application penetration testing on a website with firewall enabled.

    • Identify the type of firewall and its configuration

    • Perform reconnaissance to gather information about the target

    • Identify vulnerabilities and exploit them

    • Use tools like Burp Suite, Nmap, and Metasploit

    • Test for common web application vulnerabilities like SQL injection and cross-site scripting

    • Document findings and provide recommendations for

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduction
  • Q2. Qualification, basic questions about customer service, empathy apology,how to handle angry customer..thats it

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be fluent in English and Hindi ..
Give some good and creative answers that's all..😊.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2021. 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 - Group Discussion 

The planning if the project and how to take over the project

Round 3 - Aptitude Test 

We should maintain the aptitude to with our project and with with

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to wrok in the this company and to entire world

Interview Questionnaire 

2 Questions

  • Q1. No question asked
  • Q2. They call and said we will give 10k only

Interview Preparation Tips

Interview preparation tips for other job seekers - In pandamic i gave my interview so this would be reason that they didnt ask much question
Because of lockdown

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

Interview Questionnaire 

1 Question

  • Q1. Mostly the technical question from my skill background. As the interview was in video conference mode so mostly conceptual and very few coding and query related problem solving question has been asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be aware of your resume very well
2. Don't falsify your skill set.
3. Make sure you have good concept and problem solving ability on your skill
set.
4. Be confident and clear about your answer. It is always a good practice if you
are trying to explain something give an example with it.
5. Best of Luck !!!!

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Azure migration steps from onprem to cloud, Hyper V migration, VMWARE tool we used for migration
  • Ans. 

    Steps for Azure migration from onprem to cloud and Hyper V migration using VMWARE tool.

    • Assess on-premises environment

    • Choose appropriate migration method

    • Prepare Azure environment

    • Migrate data and applications

    • Optimize and secure migrated resources

    • VMware tool used for migration: VMware vCenter Converter

    • Hyper-V migration can be done using Azure Site Recovery

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just understand the process, recent issues we handled and fixed with what role we involved to fix the issue,

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Technical Analyst interview?
Accenture interview process usually has 1 rounds. The most common rounds in the Accenture interview process are Technical.
What are the top questions asked in Accenture Technical Analyst interview?

Some of the top questions asked at the Accenture Technical Analyst interview -

  1. How to work with 2 different db in sspring b...read more
  2. Explain treeset work...read more
  3. Explain hashmap work...read more

Tell us how to improve this page.

Accenture Technical Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Accenture Technical Analyst Salary
based on 148 salaries
₹2.5 L/yr - ₹10 L/yr
42% less than the average Technical Analyst Salary in India
View more details

Accenture Technical Analyst Reviews and Ratings

based on 11 reviews

4.6/5

Rating in categories

4.4

Skill development

3.9

Work-life balance

4.0

Salary

3.9

Job security

4.0

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 11 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.8k 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.8k salaries
unlock blur

₹5.5 L/yr - ₹21 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