Upload Button Icon Add office photos

Filter interviews by

Accenture Associate Software Test Engineer Interview Questions and Answers

Updated 4 Jul 2024

Accenture Associate Software Test Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What's Artificial intelligence
  • Ans. 

    Artificial intelligence is the simulation of human intelligence processes by machines, especially computer systems.

    • AI involves machines learning from data, recognizing patterns, and making decisions.

    • Examples of AI include virtual assistants like Siri, self-driving cars, and recommendation systems like Netflix.

    • AI can be categorized into narrow AI (focused on a narrow task) and general AI (possessing human-like intellige

  • Answered by AI
  • Q2. Fundamental of AI and MI
  • Ans. 

    AI stands for Artificial Intelligence, which is the simulation of human intelligence processes by machines. MI stands for Machine Learning, a subset of AI that allows machines to learn from data.

    • AI involves creating intelligent machines that can mimic human behavior and perform tasks such as speech recognition, decision-making, and visual perception.

    • Machine Learning is a subset of AI that focuses on developing algorith...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Basic maths questions

Round 2 - Coding Test 

Basic coding questions

Round 3 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. Why Should I Hire you
  • Q3. Difference between c and java
  • Ans. 

    C is a procedural programming language, while Java is an object-oriented programming language.

    • C is a low-level language, while Java is a high-level language.

    • C requires manual memory management, while Java has automatic garbage collection.

    • C is platform-dependent, while Java is platform-independent.

    • C uses pointers, while Java does not.

    • C has a simpler syntax compared to Java.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be patience

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

3 section was there, English, Quant, Reasoning

Round 2 - Coding Test 

Basic coding in Java in MCQ and written format

Round 3 - HR 

(3 Questions)

  • Q1. Tell Me about yourself
  • Q2. What is your skill
  • Ans. 

    My skills include manual and automated testing, bug tracking, test case design, and regression testing.

    • Proficient in manual testing techniques such as boundary value analysis and equivalence partitioning

    • Experience with automated testing tools like Selenium and JUnit

    • Strong understanding of bug tracking systems like Jira and TestRail

    • Ability to design comprehensive test cases to ensure thorough test coverage

    • Skilled in per...

  • Answered by AI
  • Q3. What do you want to see in yourself after 5years
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Achievement in ur life
  • Ans. 

    Graduating with honors and receiving a scholarship for academic excellence

    • Maintained a high GPA throughout college

    • Participated in extracurricular activities and leadership roles

    • Received recognition for academic achievements

    • Awarded a scholarship for academic excellence

  • Answered by AI
  • Q2. Strongest point in life
  • Ans. 

    My strongest point in life is my resilience and ability to adapt to challenges.

    • Ability to stay calm under pressure

    • Quick problem-solving skills

    • Positive attitude towards setbacks

    • Continuous learning and growth mindset

  • Answered by AI

I applied via campus placement at Sri Venkateswara Institute of Science and Technology, Kadapa and was interviewed in Aug 2022. 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 - Aptitude Test 

General aptitude test

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction, strengths
  • Q2. What are the qualification

Interview Preparation Tips

Topics to prepare for IBM Associate Software Test Engineer interview:
  • C,java
Interview preparation tips for other job seekers - Thank you for great opportunity. Very useful in many people.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. What are the different types of waits in Selenium?
  • Q2. What is a Java program for identifying vowels?
  • Q3. What is the difference between smoke testing and sanity testing?
  • Q4. What is the purpose of a sprint retrospective meeting?
  • Q5. What are the uses of Selenium 4?
  • Q6. How do you manage dropdown menus?
  • Q7. What is the difference between a scenario and a scenario outline?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about framework
  • Q2. Basic Selenium and Java questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about all topics on CV
  • Q2. Managerial Questions
Round 3 - HR 

(2 Questions)

  • Q1. Why am I choosing Cognizant
  • Q2. Salary discussion and policies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Digital testing concepts
  • Q2. What is RS232 & 422
  • Q3. What RPS in power testing
  • Q4. Digital communication
  • Q5. Semiconductor basic information

Interview Preparation Tips

Interview preparation tips for other job seekers - Noting
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain your framework, API fundamentals
  • Q2. Exception handling in selenium, error codes in api testing etc
  • Q3. Synchronization handling in code
  • Q4. Oops concepts used in project
  • Q5. Agile process and terminologies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fibonacci seriers
  • Q2. Oops concepts java
Round 2 - Technical 

(2 Questions)

  • Q1. Find min and max number in an array
  • Ans. 

    Find min and max number in an array of strings

    • Convert array elements to integers for comparison

    • Use built-in functions like Math.min() and Math.max()

    • Handle edge cases like empty array or non-numeric elements

  • Answered by AI
  • Q2. Test scenario for elevator
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Associate Software Test Engineer 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 Associate Software Test Engineer interview?

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

  1. What's Artificial intellige...read more
  2. Fundamental of AI and...read more

Tell us how to improve this page.

Accenture Associate Software Test Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Associate Software Test Engineer Salary
based on 148 salaries
₹2 L/yr - ₹6 L/yr
10% less than the average Associate Software Test Engineer Salary in India
View more details

Accenture Associate Software Test Engineer Reviews and Ratings

based on 22 reviews

3.4/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.4

Salary

3.5

Job security

3.8

Company culture

3.0

Promotions

4.2

Work satisfaction

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

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.2k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7.1 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.4 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹13.3 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