Upload Button Icon Add office photos

Coupa Software Inc

Compare button icon Compare button icon Compare

Filter interviews by

Coupa Software Inc Software Testing Engineer Interview Questions and Answers

Updated 27 Apr 2024

Coupa Software Inc Software Testing Engineer Interview Experiences

1 interview found

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

I appeared for an interview in Oct 2023.

Round 1 - Coding Test 

(1 Question)

  • Q1. 3 leetcode/hackerrank medium questions and few aptitude questions
Round 2 - Technical 

(2 Questions)

  • Q1. Coding question(HashMap). Core programming language questions, OOPs, Situational questions, Behavioral questions, DSA(Hashmaps, Sets).
  • Q2. Automation related questions. POM, WebDriver, Framework.
Round 3 - Technical 

(2 Questions)

  • Q1. Behavioral, Situational questions.
  • Q2. UI, API, Performance, Architecture related questions.
Round 4 - Technical 

(3 Questions)

  • Q1. Domain questions, Coding questions(Array)
  • Q2. How to automate dynamic pages, find XPaths.
  • Ans. 

    Automating dynamic pages and finding XPaths involves using tools like Selenium and identifying unique attributes.

    • Use Selenium WebDriver to interact with dynamic elements on the page.

    • Identify unique attributes like IDs, classes, or other attributes to create stable XPaths.

    • Use relative XPaths to locate elements based on their relationship to other elements.

    • Regularly update and maintain XPaths to ensure they remain accura

  • Answered by AI
  • Q3. Automation framework and execution.
Round 5 - Technical 

(2 Questions)

  • Q1. Coding questions(Sliding window)
  • Q2. Situational, Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong knowledge of your previous technologies/frameworks. Practice leetcode/hackerrank.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Jan 2022. There were 4 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 - Coding Test 

It was coding test by client .mostly basic Java related questions and few code snippet they asked me to do.

Round 3 - Technical 

(1 Question)

  • Q1. Selenium and Java related questions.Basic to advance level questions were asked.
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations Preferred Locations Technical skills in detail
  • Ans. 

    I am open to discussing salary expectations and preferred locations. I have strong technical skills in software testing.

    • Open to discussing salary expectations

    • Flexible with preferred locations

    • Strong technical skills in software testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare Java basics and brush up coding skills as they ask about output as well .

Interview Questionnaire 

1 Question

  • Q1. It was a normal phone call with basic selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Never attend this interview.

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

Interview Questionnaire 

1 Question

  • Q1. 1) explain roles and responsibility of previous projects you have worked on 2) testing levels 3) sanity and smoke testing 4)severity and priority with example 5)verification and validation 6)agile project ...
  • Ans. 

    Interview questions for Software Testing Engineer

    • Roles and responsibilities include test planning, test case creation, execution, and reporting

    • Testing levels include unit, integration, system, and acceptance testing

    • Sanity testing is a quick check to ensure the basic functionality is working, smoke testing is a broader check to ensure major features are working

    • Severity is the impact of a defect on the system, priority i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please try to explain your answer. Do not give one word answer. Best wishes.

Skills evaluated in this interview

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 Feb 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 - Technical 

(1 Question)

  • Q1. Mostly Java and coding questions? Selenium theory?
Round 3 - Technical 

(1 Question)

  • Q1. Coding? Scenario based automation question Selenium java Coding Jenkins Jira Manual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do focus more on Java coding questions
Give equal importance to selenium java codes?
Web Driver methods
Web element method
Architecture of selenium
Java collection questions
All core java concepts
Oops concepts

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Joins in SQL
  • Ans. 

    Joins are used in SQL to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns ...

  • Answered by AI
  • Q2. Web applications, mobile applications, Hybrid applications

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics of Java and Mysql

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servlet life cycle, bubble sort, quick sort, binary search, how can a software ensure GDPR rules being followed, SQL queries (second highest salary)

Interview Preparation Tips

Interview preparation tips for other job seekers - you will need to give a psychometric test, some beginner sometimes mediocre level programming test and final technical interview which may last till an hour. Do read about 1 or 2 Newgen products before going for the interview. They will definitely ask. Just be confident.Offer letter generally comes within 2 weeks. All the best !!

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.

Coupa Software Inc Interview FAQs

How many rounds are there in Coupa Software Inc Software Testing Engineer interview?
Coupa Software Inc interview process usually has 5 rounds. The most common rounds in the Coupa Software Inc interview process are Technical and Coding Test.
How to prepare for Coupa Software Inc Software Testing Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Coupa Software Inc. The most common topics and skills that interviewers at Coupa Software Inc expect are Recruitment, Spend Management, Ruby, Testing and Automation.
What are the top questions asked in Coupa Software Inc Software Testing Engineer interview?

Some of the top questions asked at the Coupa Software Inc Software Testing Engineer interview -

  1. How to automate dynamic pages, find XPat...read more
  2. Coding question(HashMap). Core programming language questions, OOPs, Situationa...read more
  3. Automation related questions. POM, WebDriver, Framewo...read more

Tell us how to improve this page.

Coupa Software Inc Software Testing Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 131 Interviews
NSE.IT Interview Questions
3.6
 • 127 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
Sonata Software Interview Questions
3.4
 • 117 Interviews
Tietoevry Interview Questions
4.3
 • 91 Interviews
View all
Coupa Software Inc Software Testing Engineer Salary
based on 13 salaries
₹6 L/yr - ₹22.5 L/yr
103% more than the average Software Testing Engineer Salary in India
View more details

Coupa Software Inc Software Testing Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
51 salaries
unlock blur

₹10.6 L/yr - ₹41 L/yr

Software Engineer
48 salaries
unlock blur

₹10 L/yr - ₹26.4 L/yr

Technical Support Specialist
40 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Technical Support Engineer
32 salaries
unlock blur

₹5.1 L/yr - ₹12.1 L/yr

Senior Software Engineer Testing
25 salaries
unlock blur

₹7.8 L/yr - ₹33 L/yr

Explore more salaries
Compare Coupa Software Inc with

3i Infotech

3.5
Compare

Microland

3.4
Compare

Newgen Software Technologies

3.7
Compare

NSE.IT

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