Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Prodapt Team. If you also belong to the team, you can get access from here

Prodapt Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 911 Reviews

Filter interviews by

Prodapt Software Testing Engineer 1 Interview Questions and Answers

Updated 26 Jul 2024

Prodapt Software Testing Engineer 1 Interview Experiences

1 interview found

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

I applied via campus placement at Vel tech multitech dr.rangarajan dr.sakunthala engineering college, Chennai and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to average level of questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions from the resume
Round 3 - HR 

(1 Question)

  • Q1. General discussion

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Testng framework
  • Q2. Postman Rest assured
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Hacker rank test given

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 Sep 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 - One-on-one 

(2 Questions)

  • Q1. First technical round- python basics, oops concept, selenium scenario based question
  • Q2. Second round - Testing mythology, roles and resposibility

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more on scenario based question and past project experience

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.

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

(1 Question)

  • Q1. Program to find repeating characters in a string
  • Ans. 

    The program finds repeating characters in a given string.

    • Iterate through each character in the string

    • Store each character in a data structure

    • If a character is already present in the data structure, it is a repeating character

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Program to find whether a number is prime or not
  • Ans. 

    Program to check if a number is prime or not

    • A prime number is only divisible by 1 and itself

    • Loop through numbers from 2 to n-1 and check if n is divisible by any of them

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q2. Explain Automation framework that u suggest to automate amazon application
  • Ans. 

    I suggest using a hybrid automation framework for testing Amazon application.

    • Use Selenium WebDriver for web automation

    • Use Appium for mobile automation

    • Use TestNG for test management and reporting

    • Use Page Object Model for better code maintenance

    • Use data-driven approach for test data management

    • Use Jenkins for continuous integration and deployment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and do your job, do worry about rejections. Not all company thinks in same manner.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical stuff and real time expalmes
  • Q2. Difference between sanity and Smoke test
  • Ans. 

    Sanity test is a narrow regression test while Smoke test is a broader test to check if the application is stable enough for further testing.

    • Sanity test is a quick test to check if the critical functionalities are working after a small change in the code.

    • Smoke test is a broader test to check if the application is stable enough for further testing.

    • Sanity test is usually performed by developers while Smoke test is perform...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Concepts And Confidence
2. Communication
3. Flexible

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Regression and Smoke and Sanity difference, SQL queries for joins, waits in selenium, core java concepts, real time STLC questions, defect management etc
Round 2 - Behavioral 

(1 Question)

  • Q1. SQL query for joins with where clause, general management questions like why to change job, agile management, some real time scenarios questions which we face in project in terms of STLC etc.

Interview Preparation Tips

Topics to prepare for CitiusTech Senior Software Engineer Testing interview:
  • Core Java
  • C#
  • Manual Testing
  • SQL
  • Selenium
Interview preparation tips for other job seekers - Prepare manual and automation concepts in terms of real time scenarios, prepare more n more language concepts and sql queries.

I applied via Naukri.com and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is in Testing Life Cycle and Bug Life Cycle?
  • Ans. 

    Testing Life Cycle includes planning, designing, executing and reporting. Bug Life Cycle includes reporting, assigning, fixing and verifying.

    • Testing Life Cycle involves planning, designing, executing and reporting of tests.

    • Bug Life Cycle involves reporting, assigning, fixing and verifying bugs.

    • Testing Life Cycle starts with requirement analysis and ends with test closure.

    • Bug Life Cycle starts with bug reporting and end...

  • Answered by AI
  • Q2. What is the difference between severity and priority of a bug?
  • Ans. 

    Severity is the impact of a bug on the system while priority is the urgency of fixing it.

    • Severity is the measure of how much a bug affects the system's functionality or performance.

    • Priority is the measure of how urgently a bug needs to be fixed.

    • A high severity bug may not have a high priority if it does not affect critical functionality.

    • A low severity bug may have a high priority if it affects critical functionality.

    • Bo...

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

(2 Questions)

  • Q1. What are challenges that you faced during Testing phase?
  • Ans. 

    Challenges faced during testing phase

    • Lack of clear requirements

    • Limited access to test environment

    • Time constraints

    • Difficulty in reproducing bugs

    • Integration issues with third-party systems

    • Lack of proper documentation

    • Testing on multiple platforms and devices

    • Dealing with unexpected errors

  • Answered by AI
  • Q2. What are your biggest achievements and contributions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell your answers confidently and keeping it brief unless asked for explanation

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Testng framework
  • Q2. Postman Rest assured

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

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java and String related question ie. Test!@#is#$%sample remove symbols
  • Q2. Xpath , cucumber framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't apply for altimetrik , Its a waste of time .
In starting they are ready to pay x amount , later on in final round they reduced the amount.
Such a unprofessional behavior, didn't expect from such IT company .

Prodapt Interview FAQs

How many rounds are there in Prodapt Software Testing Engineer 1 interview?
Prodapt interview process usually has 3 rounds. The most common rounds in the Prodapt interview process are Aptitude Test, One-on-one Round and HR.
What are the top questions asked in Prodapt Software Testing Engineer 1 interview?

Some of the top questions asked at the Prodapt Software Testing Engineer 1 interview -

  1. Questions from the res...read more
  2. General discuss...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
CitiusTech Interview Questions
3.4
 • 264 Interviews
Movate Interview Questions
3.3
 • 243 Interviews
View all
Software Engineer
1.4k salaries
unlock blur

₹2.6 L/yr - ₹9.1 L/yr

Associate Software Engineer
837 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Senior Software Engineer
822 salaries
unlock blur

₹3.8 L/yr - ₹14.5 L/yr

Lead Engineer
464 salaries
unlock blur

₹6.9 L/yr - ₹22.6 L/yr

Senior Process Associate
256 salaries
unlock blur

₹1.4 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Prodapt with

Movate

3.3
Compare

Mphasis

3.4
Compare

Happiest Minds Technologies

3.7
Compare

L&T Technology Services

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