Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Internship Trainee Interview Questions and Answers for Freshers

Updated 6 Sep 2024

Accenture Internship Trainee Interview Experiences for Freshers

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy and done on hirepro

Round 2 - HR 

(2 Questions)

  • Q1. What is your least favorite subject?
  • Ans. 

    My least favorite subject is mathematics.

    • I struggle with complex equations and formulas.

    • I find it challenging to understand abstract concepts like calculus.

    • I prefer subjects that are more hands-on and practical, like biology or psychology.

  • Answered by AI
  • Q2. How many members in family
  • Ans. 

    I have 4 members in my family including my parents, my younger sister, and myself.

    • My family consists of 4 members

    • Includes my parents, my younger sister, and myself

    • We live in a small house together

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do know fundamentals of cse
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

It was very good and process went smooth.

Interview Preparation Tips

Topics to prepare for Accenture Internship Trainee interview:
  • Captive Power Plant
Interview preparation tips for other job seekers - Keep practicing

Internship Trainee Interview Questions Asked at Other Companies for Fresher

Q1. what you know abiu the technology that you are apply
Q2. What are the difgerent wavelengths at which optical fibre communi ... read more
Q3. What are timers im Microprocessor amd how can you trigger them?
Q4. How many coding questions you have done, which platform, which la ... read more
Q5. Can you specify what data breach occured in zomato!?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What is your internship experience
  • Q2. Selfie introduction

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to work as an Intern here?
  • Ans. 

    I want to work as an Intern here because of the valuable learning opportunities and the positive work environment.

    • I am impressed by the company's reputation and the quality of work they do.

    • I believe this internship will provide me with hands-on experience and exposure to real-world scenarios.

    • I am excited about the chance to work with a team of professionals who are experts in their field.

    • I am confident that this intern...

  • Answered by AI
  • Q2. What can we expect from you in return?
  • Ans. 

    You can expect dedication, enthusiasm, and a strong work ethic from me.

    • I will bring a positive attitude and eagerness to learn.

    • I am committed to completing tasks efficiently and effectively.

    • I will actively seek feedback and strive to improve my skills.

    • I am a team player and will contribute to the overall success of the organization.

    • I will adhere to company policies and maintain professionalism at all times.

  • Answered by AI
  • Q3. State the golden principles
  • Ans. 

    The golden principles are fundamental rules or guidelines that are universally applicable and essential for success.

    • Honesty and integrity

    • Hard work and perseverance

    • Respect for others

    • Continuous learning and improvement

    • Teamwork and collaboration

    • Positive attitude and mindset

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident while answering

Accenture interview questions for designations

 Trainee

 (9)

 Graduate Trainee

 (3)

 Management Trainee

 (2)

 Associate Trainee

 (1)

 Project Trainee

 (1)

 IT Trainee

 (1)

 ASE Trainee

 (48)

 Engineer Trainee

 (5)

Interview questions from similar companies

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on eloqua, email marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfident while answering

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

I applied via Campus Placement and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics about .Net and SQl server
  • Q2. What are triggers
  • Ans. 

    Triggers are database objects that automatically execute in response to certain events or changes in data.

    • Triggers are used to enforce business rules or data integrity.

    • They can be used to audit changes to data.

    • Triggers can be set to execute before or after an event, such as an insert, update, or delete operation.

    • They can be defined on tables, views, or schemas.

    • Examples of triggers include sending an email notification ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest. They prefer learnability over current knowledge

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Online questions were based on scenarios to write SQL queries. Also got few questions on Python as well for which I had only limited knowledge.

Round 2 - Technical 

(8 Questions)

  • Q1. I'm listing some of the questions here which the interviewers (2 panel resources) asked me regarding Informatica ETL, Oracle DB and I might have missed some of them. What types of indexes are used on Orac...
  • Q2. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Ans. 

    The source row will be treated as an update, but the target object will be deleted.

    • The session level property 'Treat source row as Update' will be applied to the source row.

    • The target object will be deleted regardless of the update status of the source row.

    • This can result in data loss if the source row contains important information.

  • Answered by AI
  • Q3. What are the different types of dimension tables?
  • Ans. 

    Dimension tables are used in data warehousing to provide descriptive information about the data in fact tables.

    • Slowly changing dimensions

    • Junk dimensions

    • Degenerate dimensions

    • Role-playing dimensions

    • Bridge dimensions

  • Answered by AI
  • Q4. What schema type was used in your previous project? And explain why it was used?
  • Ans. 

    We used a relational schema in our previous project as it was suitable for the data structure and allowed for efficient querying.

    • Relational schema was used as it allowed for efficient querying of data

    • The data structure was suitable for a relational schema

    • We were able to easily join tables to retrieve necessary data

    • Examples include using SQL to query a database with multiple tables

    • Normalization was used to reduce data r

  • Answered by AI
  • Q5. Difference between Joiner and Lookup transformations?
  • Ans. 

    Joiner combines data from multiple sources based on a common key, while Lookup retrieves data from a reference table based on a matching key.

    • Joiner is used to combine data from two or more sources based on a common key column.

    • Lookup is used to retrieve data from a reference table based on a matching key column.

    • Joiner can perform inner, outer, left, and right joins, while Lookup can only perform an inner join.

    • Joiner can...

  • Answered by AI
  • Q6. Scenario: I have records in a flat file ending with ; character at the end of each them. How to load these records into DB based on this character? What property will be used in Informatica?
  • Q7. How version control happened in your previous project?
  • Ans. 

    We used Git for version control in our previous project.

    • We created a Git repository for the project.

    • All team members were added as collaborators to the repository.

    • We followed the Git flow branching model.

    • We used pull requests for code review and merging.

    • We used tags to mark important releases.

    • We regularly pushed our changes to the remote repository.

    • We used Git commands like commit, push, pull, merge, and rebase.

    • We used...

  • Answered by AI
  • Q8. Which SCD type you worked on before and explain on that?
  • Ans. 

    I have worked on SCD Type 2 before.

    • SCD Type 2 is used to track historical changes in data.

    • It creates a new record for each change and maintains a history of changes.

    • It includes start and end dates for each record.

    • Example: Tracking changes in employee salary over time.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was taken by the project manager on a phone call. He asked me few basic fundamental questions related to my skills and the things which I worked on in my previous project. He also told me about ...
Round 4 - HR 

(1 Question)

  • Q1. Just F2F discussion with HR finalising on the compensation structure, learning opportunities and the organisational benefits as an employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're an experienced person, be confident about the things which you handled in previous project and be precise on to the point. Don't elaborate too much as the interviewers might build up questions based on that. Be strong in your technical areas of expertise. Expect scenario based questions related to your skills.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me something about your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have complete knowledge of your domain and you skill.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on Microsoft .net/core Azure.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical 1 and it's all about 30 minutes around, during interview interviewer ask sometimes baseless questions but interviewee should catch the trap and respond trick to the answer. Sometimes interviewer argued during his or her point how they are correct on their ask but advice to the interviewee not to get into the dispute/argument rest all is depend on the person who is taking an interview technically.
Some formality question may ask like tell me about yourself? what were you are doing so far?are you comfortable for something like in night shifts? etc to check your communication. I advise be honest with yourself on this questions so that you may avoid searching next job after immediately joining the next organisation. I also request don't say yes for sake of yes for the offer and based on that you search the next organisation during your notice period and finally you may drop all the less offered salaries organisations, believe me the offer which you have rejected that may help to the needy person and also maintain the trust in the IT industry if you are honest with yourself.

thanks and best of luck.

Accenture Interview FAQs

How many rounds are there in Accenture Internship Trainee interview for freshers?
Accenture interview process for freshers usually has 1-2 rounds. The most common rounds in the Accenture interview process for freshers are HR and Aptitude Test.
What are the top questions asked in Accenture Internship Trainee interview for freshers?

Some of the top questions asked at the Accenture Internship Trainee interview for freshers -

  1. state the golden princip...read more
  2. excel and python rele...read more
  3. Project related questi...read more

Tell us how to improve this page.

Accenture Internship Trainee Interview Process for Freshers

based on 3 interviews

Interview experience

4.3
  
Good
View more

Accenture Internship Trainee Reviews and Ratings

based on 9 reviews

4.2/5

Rating in categories

4.2

Skill development

4.0

Work-life balance

3.7

Salary

3.9

Job security

4.1

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 9 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