Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Software Engineer Trainee Interview Questions and Answers

Updated 6 Dec 2024

Accenture Software Engineer Trainee Interview Experiences

5 interviews found

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

I applied via Walk-in and was interviewed in Oct 2023. 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 - Assignment 

Marry plans or not for yourself

Round 3 - Technical 

(5 Questions)

  • Q1. Do you know any programming in java
  • Ans. 

    Yes, I have experience in programming in Java.

    • I have worked on projects using Java programming language

    • Familiar with object-oriented programming concepts in Java

    • Experience in developing applications using Java frameworks like Spring

  • Answered by AI
  • Q2. Explan constructor
  • Ans. 

    A constructor is a special method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • Constructors can be used to initialize object properties

    • Constructors can have parameters to customize object initialization

  • Answered by AI
  • Q3. What is software testing
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

    • Software testing involves executing the software with the intent of finding bugs or errors.

    • It helps in identifying defects or issues in the software before it is released to the end users.

    • Types of software testing include unit testing, integration testing, system testing, and acceptance...

  • Answered by AI
  • Q4. Joins ,DDl,DML,DTL,DCL,DQL
  • Q5. What are you specialin

Interview Preparation Tips

Topics to prepare for Accenture Software Engineer Trainee interview:
  • Java
  • SQL
  • Manual Testing
Interview preparation tips for other job seekers - HR, Technical

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy aptitude questions

Round 2 - Coding Test 

2 coding questions 1 moderate and 1 difficult

Software Engineer Trainee Interview Questions Asked at Other Companies

asked in HSBC Group
Q1. Palindromic Linked List Problem Statement Given a singly linked l ... read more
asked in HSBC Group
Q2. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where ... read more
asked in GlobalLogic
Q3. Slot Game Problem Statement You are given a slot machine with fou ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Maximum Level Sum in a Binary Tree Given a Binary Tree with integ ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Reverse String, HashMap

I applied via Company Website and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

1st round was aptitude questions

Round 2 - Coding Test 

2 coding questions will be asked

Round 3 - Communication 

(1 Question)

  • Q1. They will your communication skills
Round 4 - HR 

(1 Question)

  • Q1. Self introduction, about college, about final year project and some situation based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was quick and it is not that difficult to clear but don't know why , I got regret mail from Accenture.

Accenture interview questions for designations

 Software Trainee

 (3)

 Software Engineer Intern Trainee

 (1)

 Software Engineer

 (214)

 Software Trainee Intern

 (1)

 Engineer Trainee

 (5)

 Associate Software Engineer

 (629)

 Senior Software Engineer

 (78)

 Software Engineer Analyst

 (12)

Interview Preparation Tips

Round: Test
Experience: It was a written Test conducted by Merittrac. The Other option to conduct assessment test by Accenture is by AMCAT. But, this year Merittrac conducted the test in our college. The Verbal and Analytical sections were easy to answer but, the third section was a bit time consuming. You have to manage time well in this section. This section actually makes the difference.
900 Students applied for the job and 600 were shortlisted for the HR/Technical Round.
No Sectional cut-off and the time for each section is individually considered.

Tips: Attention to Detail Section makes the difference.
Verbal Concepts Tested : 8-9 Q on Reading Comprehension, 4 Q on Usage of articles, and Synonyms
Analytical : 4-5 Q on Venn Diagrams, 3 Q Seating Arrangements, 2-3 Q on Blood Relations
Attention to Detail : 4 Q on Odd pattern, Conditional Passages, etc

Duration: 60 min minutes
Total Questions: 55

Round: Behavioural Interview
Experience: This is a HR/Technical Interview round wherein 5 people at a time were tested by 2 Interviewers. We were tested on Skills from our Educational Background (Technical). and We are tested in many ways by the HR. He is a very observant and experienced guy. He tried to encourage us in some cases and also made fun of us. Overall performance of the person is considered and Only 276 out of 600 were finally shortlisted. I am fortunate to be one among the 276.
Tips: Accenture backs Girls by a great number. Almost 80% of the girls who have appeared are through.
Do not panic and brush on your Core Skills as well as basic Programming Skills
Prepare basic HR Questions and know what HR Observes in any Interview.

Skills: C Language, Core Courses Concepts
College Name: GITAM University, Visakhapatnam

Interview questions from similar companies

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

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

Easy to medium able to solve

Round 2 - Coding Test 

One easy ,one medium,one difficult

Round 3 - Technical 

(4 Questions)

  • Q1. Self introduction
  • Q2. About projects and certifications
  • Q3. Java OOPS concepts
  • Q4. Sql basic questions
Round 4 - HR 

(1 Question)

  • Q1. Are you able to rellocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for the right job opportunity

    • I have no ties that would prevent me from relocating

    • I am excited about the prospect of experiencing a new city or country

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All things are good and aptitude took virtually

Round 2 - Technical 

(2 Questions)

  • Q1. Print hello world in java
  • Ans. 

    Printing hello world in Java using System.out.println() method

    • Use System.out.println("Hello, World!"); to print hello world in Java

    • Make sure to include the semicolon at the end of the statement

  • Answered by AI
  • Q2. Explain public static void main
  • Ans. 

    The main method in Java is the entry point for any Java program. It is declared as public static void main(String[] args).

    • public: The main method is public so that it can be accessed by the JVM.

    • static: The main method is static so that it can be called without creating an instance of the class.

    • void: The main method does not return any value.

    • main: The name of the method that serves as the entry point for the program.

    • Str...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. No question asked in this round
  • Q2. Documents verification done

Skills evaluated in this interview

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

The aptitude was easy to moderate containing questions about speed time,work and time,age,profit loss, seating arrangements etc

Round 2 - Technical 

(1 Question)

  • Q1. The round consists of 2 coding questions related to arrays and strings.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and believe in yourself
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Very difficult and you help me confident levals improving
  • Q2. Group discussion python basics
  • Q3. Self introduction and than company information
  • Q4. Coding level and skills

Interview Preparation Tips

Topics to prepare for HCLTech Software Engineer Trainee interview:
  • Group discussion
  • Self introduction
Interview preparation tips for other job seekers - Company working Experience good communication skills coding language self introduction basis
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Learn aptitude thoroughly

Round 2 - Coding Test 

Focus on strings and arrays

Round 3 - HR 

(1 Question)

  • Q1. Learn basic hr questions

Accenture Interview FAQs

How many rounds are there in Accenture Software Engineer Trainee interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Aptitude Test, Coding Test and HR.
What are the top questions asked in Accenture Software Engineer Trainee interview?

Some of the top questions asked at the Accenture Software Engineer Trainee interview -

  1. Do you know any programming in j...read more
  2. What is software test...read more
  3. Explan construc...read more

Tell us how to improve this page.

Accenture Software Engineer Trainee Interview Process

based on 7 interviews

Interview experience

4
  
Good
View more
Accenture Software Engineer Trainee Salary
based on 15 salaries
₹2 L/yr - ₹5.5 L/yr
11% less than the average Software Engineer Trainee Salary in India
View more details

Accenture Software Engineer Trainee Reviews and Ratings

based on 4 reviews

3.9/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.9

Salary

3.9

Job security

3.9

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹17.5 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.6 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.4k salaries
unlock blur

₹3.6 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview