Upload Button Icon Add office photos

Filter interviews by

PDI Software Software Tester Interview Questions and Answers

Updated 5 Sep 2023

PDI Software Software Tester Interview Experiences

1 interview found

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 Mar 2023. There were 2 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 

(3 Questions)

  • Q1. How to use iterator in list and Map in java
  • Ans. 

    Iterators are used to traverse through elements in a collection. In Java, you can use iterators with lists and maps.

    • For lists, you can use the iterator() method to get an iterator and then use hasNext() and next() methods to iterate through the elements.

    • For maps, you can use the entrySet() method to get a set of key-value pairs, then get an iterator from the set and use hasNext() and next() methods to iterate through t

  • Answered by AI
  • Q2. Detailed review of BDD framework used in project
  • Ans. 

    BDD framework is used for behavior-driven development to write test cases in plain language

    • BDD framework helps in collaboration between developers, testers, and business stakeholders

    • It focuses on the behavior of the system rather than implementation details

    • Common BDD frameworks include Cucumber, SpecFlow, and JBehave

    • Test scenarios are written in a human-readable format using Given-When-Then syntax

  • Answered by AI
  • Q3. Status code of all rest assured api responses
  • Ans. 

    Status codes of REST Assured API responses are used to indicate the outcome of the request.

    • Status code 200 - OK: Indicates that the request was successful.

    • Status code 201 - Created: Indicates that a new resource was successfully created.

    • Status code 400 - Bad Request: Indicates that the request was malformed or invalid.

    • Status code 401 - Unauthorized: Indicates that authentication is required.

    • Status code 404 - Not Found:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn more about Oops and collections in java

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Screening Round 

(1 Question)

  • Q1. 1) Brief me about Yourself. 2) Education Background they ask me because I am from Non-IT. 3) If you have a mobile application Suppose you will be doing a Smoke Test Tell me the scenario. 4) Tell me a OTP b...
Round 2 - Client Interview 

(1 Question)

  • Q1. I have not yet get a chance to going further on Client Round Interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for scenario-based question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Very easy to solve and should have basic knowledge

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Software testing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2022. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Expkain SDLC process . 2.What is Adhoch testing? 3.What is regression and retestting? 4.What is sanity and smoke testing. 5.Explain OOP's concept. 6.What is exploratory testing? 7.What user testing? 8.Wr...
  • Ans. 

    Answers to common questions asked in a Software Tester interview.

    • SDLC process involves planning, designing, coding, testing, and deployment of software.

    • Adhoc testing is informal testing without predefined test cases.

    • Regression testing involves retesting unchanged parts of the software after modifications.

    • Sanity testing checks if the software is stable enough for further testing.

    • OOP's concept includes classes, objects, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical ³5

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. SELENIUM QUESTIONS
  • Q2. BASIC PYTHON PROGRAMS

I applied via Naukri.com and was interviewed in May 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 - HR 

(1 Question)

  • Q1. Company policy required
Round 3 - Technical 

(1 Question)

  • Q1. Basic information sdlc,stlc
Round 4 - Group Discussion 

Group discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice techniques and children educational growth.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Testing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and do it well prepare well
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Bit easy to handle and if well prepared can sail through

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well Prepared
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed before Aug 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to leave you organisation
  • Q3. Testing principles andexplain them
  • Ans. 

    Testing principles are guidelines that help testers in their testing activities to ensure quality software.

    • Testing should be planned and systematic

    • Testing should start early in the software development lifecycle

    • Testing should be objective and independent

    • Testing should be thorough and cover all possible scenarios

    • Testing should be based on requirements and specifications

  • Answered by AI
  • Q4. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to ensure existing functionality still works

    • Helps catch bugs introduced by new code changes

    • Automated tools can be used to streamline the process

    • Examples: running test cases after a software update, checking if bug fixes have caused new issu

  • Answered by AI
  • Q5. Why do you want tojoin our company

Skills evaluated in this interview

PDI Software Interview FAQs

How many rounds are there in PDI Software Software Tester interview?
PDI Software interview process usually has 2 rounds. The most common rounds in the PDI Software interview process are Resume Shortlist and Technical.
What are the top questions asked in PDI Software Software Tester interview?

Some of the top questions asked at the PDI Software Software Tester interview -

  1. how to use iterator in list and Map in j...read more
  2. Detailed review of BDD framework used in proj...read more
  3. Status code of all rest assured api respon...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 PDI Software interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 890 Interviews
L&T Construction Interview Questions
4.0
 • 696 Interviews
Swiggy Interview Questions
3.8
 • 423 Interviews
Quess Interview Questions
3.9
 • 384 Interviews
TCS iON Interview Questions
3.9
 • 361 Interviews
Planet Spark Interview Questions
3.7
 • 356 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 326 Interviews
View all
Software Engineer
35 salaries
unlock blur

₹7.4 L/yr - ₹13.8 L/yr

Software Engineer III
12 salaries
unlock blur

₹15 L/yr - ₹30 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹12.7 L/yr - ₹25 L/yr

Automation Test Engineer
9 salaries
unlock blur

₹4.1 L/yr - ₹12.9 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Explore more salaries
Compare PDI Software with

Manhattan Associates

3.9
Compare

Blue Yonder

4.0
Compare

SAP

4.2
Compare

Oracle

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview