Upload Button Icon Add office photos
Engaged Employer

i

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

Programmers.io Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 168 Reviews

Filter interviews by

Programmers.io Softwaretest Engineer Interview Questions and Answers

Updated 24 Aug 2023

Programmers.io Softwaretest Engineer Interview Experiences

2 interviews found

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

I applied via Referral and was interviewed before Apr 2022. 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. 1. All manual testing questions like regression, sanity, smoke, black box testing, equivalence partioning,STLC I will suggest for manual testing read istqb fundamentals Book.
  • Q2. For automation testing do prepare for all basic programming language questions and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and read JD thoroughly. I was hired for manual testing. Read and practice basic programming language questions like reverse string, sorting
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

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

Write a java script using any Automation framework

Round 3 - Technical 

(1 Question)

  • Q1. Give example of Boundary value analysis
  • Ans. 

    Boundary value analysis involves testing the boundaries of input ranges.

    • Identify the boundaries of valid and invalid input ranges

    • Test values at the lower and upper limits of the input range

    • Test values just below and just above the boundaries

    • Example: Testing a program that accepts numbers from 1 to 100 by testing inputs like 0, 1, 100, 101

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

(1 Question)

  • Q1. Why I should hire you

Skills evaluated in this interview

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basics Js and react
  • Q2. Memoization, useEffect vs useLayoutEffect
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Whats is Denpendency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by injecting mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. What is middleware
  • Ans. 

    Middleware is software that acts as a bridge between different applications, allowing them to communicate and share data.

    • Middleware facilitates communication between different software applications

    • It can handle tasks such as message queuing, data transformation, and security

    • Examples of middleware include message brokers like RabbitMQ, ESBs like MuleSoft, and API gateways like Kong

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

I cant share the details

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium and Jira

    • Strong problem-solving skills and attention to detail

    • Collaborative team player with excellent communication skills

  • Answered by AI
  • Q2. Explain frame work
  • Ans. 

    A framework is a set of guidelines, libraries, and tools that help in developing and testing software applications.

    • Provides structure and guidelines for developing software

    • Includes libraries and tools to simplify development tasks

    • Promotes code reusability and maintainability

    • Examples: Selenium WebDriver for web automation testing, TestNG for test execution and reporting

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(1 Question)

  • Q1. Sdlc explanation
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a framework that defines tasks performed at each phase of software development.

    • Common phases include planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has specific goals and deliverables to ensure the software meets requirements and qualit...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Easy to do all kind of topics 40 question 60 min timing

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

I applied via Naukri.com and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Choose the answer questions for your preferred language

Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round,Just check your previous experience and communication

Interview Preparation Tips

Interview preparation tips for other job seekers - If you a experience person(coding ) concern this, They again give you a training 4 to 6 months

I applied via Naukri.com and was interviewed in Feb 2022. 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 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes this job is my goal and aim
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy to crack it

Round 2 - Coding Test 

3 coding questions based on SQL

Round 3 - Technical 

(2 Questions)

  • Q1. What is database in python
  • Ans. 

    A database in Python is a structured collection of data that allows for efficient storage, retrieval, and manipulation of information.

    • Python provides various libraries for interacting with databases such as SQLite, MySQL, and PostgreSQL.

    • Databases in Python can be accessed using SQL queries or through object-relational mapping (ORM) libraries like SQLAlchemy.

    • Data in a Python database can be stored in tables, rows, and c...

  • Answered by AI
  • Q2. SQL query and database

Skills evaluated in this interview

Programmers.io Interview FAQs

How many rounds are there in Programmers.io Softwaretest Engineer interview?
Programmers.io interview process usually has 3 rounds. The most common rounds in the Programmers.io interview process are Resume Shortlist, One-on-one Round and Coding Test.
What are the top questions asked in Programmers.io Softwaretest Engineer interview?

Some of the top questions asked at the Programmers.io Softwaretest Engineer interview -

  1. Give example of Boundary value analy...read more
  2. 1. All manual testing questions like regression, sanity, smoke, black box testi...read more
  3. For automation testing do prepare for all basic programming language questions ...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Programmers.io interviews
Referral
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Programmers.io Softwaretest Engineer Salary
based on 12 salaries
₹3.5 L/yr - ₹10.2 L/yr
11% more than the average Softwaretest Engineer Salary in India
View more details
Senior Software Engineer
93 salaries
unlock blur

₹7.2 L/yr - ₹25 L/yr

Software Engineer
82 salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Software Developer
35 salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

Team Lead
24 salaries
unlock blur

₹10.9 L/yr - ₹31 L/yr

Senior Software Developer
15 salaries
unlock blur

₹9.5 L/yr - ₹21 L/yr

Explore more salaries
Compare Programmers.io with

Upwork

4.4
Compare

Codal

4.3
Compare

Ciklum

3.6
Compare

ValueCoders

3.3
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