Upload Button Icon Add office photos

Filter interviews by

Software Technology Parks of India Software Tester Interview Questions and Answers

Updated 23 Feb 2022

Software Technology Parks of India Software Tester Interview Experiences

1 interview found

Round 1 - Aptitude Test 

To check knowledge in software

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related software testing
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher's in software testing
Manual Testing

Interview questions from similar companies

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

(2 Questions)

  • Q1. Asked about my Major project
  • Q2. Write sql join and other queries
  • Ans. 

    SQL join and other queries are used to retrieve data from multiple tables based on specified conditions.

    • Use INNER JOIN to retrieve rows from both tables that have matching values

    • Use LEFT JOIN to retrieve all rows from the left table and the matched rows from the right table

    • Use WHERE clause to specify conditions for the join

    • Use GROUP BY to group rows that have the same values

    • Use ORDER BY to sort the result set

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Method overloading
  • Q2. Constructor uses and types
  • Ans. 

    Constructors are special methods used to initialize objects in a class. They can be parameterized or default.

    • Constructors have the same name as the class they belong to

    • They are called automatically when an object is created

    • Parameterized constructors accept arguments to initialize object properties

    • Default constructors have no parameters and provide default values

    • Constructors can be overloaded by having multiple construc

  • Answered by AI
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. How is your experinece

Interview Preparation Tips

Interview preparation tips for other job seekers - it very good nice to hear such good things

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Experience in testing tool?
  • Ans. 

    I have experience in using various testing tools such as Selenium, JMeter, and Postman.

    • Proficient in using Selenium for web application testing

    • Experience in load testing using JMeter

    • Familiarity with API testing using Postman

    • Knowledge of test management tools like TestRail

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic testing questions.

Skills evaluated in this interview

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 Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consisted of 60 questions in 60 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. Interview duration was 1 hour 10 minutes
  • Q2. General testing process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 topics, technical in nature

Round 3 - Technical 

(1 Question)

  • Q1. Automation Tools, Selenium
Round 4 - HR 

(1 Question)

  • Q1. Why are you changing job now, some case examples

Interview Preparation Tips

Interview preparation tips for other job seekers - It is simple interview. Technical can be detailed.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Codility questions with some basic logic

Round 2 - Technical 

(1 Question)

  • Q1. What are the testing techniques
  • Ans. 

    Testing techniques are methods used to verify the functionality and quality of software.

    • Black box testing

    • White box testing

    • Gray box testing

    • Unit testing

    • Integration testing

    • System testing

    • Acceptance testing

    • Regression testing

    • Performance testing

    • Security testing

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Nothing much .Salary discussion

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(4 Questions)

  • Q1. Which is a best technique to generate automated test report ?
  • Ans. 

    The best technique to generate automated test report is to use a reporting tool that integrates with the automation framework.

    • Choose a reporting tool that supports the programming language and automation framework being used

    • Configure the reporting tool to generate reports in the desired format

    • Include relevant information in the report such as test case name, status, and duration

    • Add screenshots or videos to the report t...

  • Answered by AI
  • Q2. How you can compare expected and actual result in selenium?
  • Ans. 

    Use Assertion methods to compare expected and actual results in Selenium.

    • Use Assertion methods like assertEquals(), assertNotEquals(), assertTrue(), assertFalse(), etc.

    • Pass the expected and actual results as parameters to the Assertion methods.

    • If the expected and actual results match, the test case will pass, else it will fail.

    • Example: assertEquals(expectedResult, actualResult);

  • Answered by AI
  • Q3. Describe best technologies to build a good software testing framework?
  • Ans. 

    The best technologies for building a good software testing framework are Selenium, Appium, JUnit, TestNG, and Cucumber.

    • Selenium for web application testing

    • Appium for mobile application testing

    • JUnit and TestNG for unit testing

    • Cucumber for behavior-driven testing

    • Continuous Integration tools like Jenkins for automated testing

  • Answered by AI
  • Q4. What is difference between smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick and shallow test to check if the application is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed and new changes have not affected the existing functionality.

    • Smoke testing is done to check if the critical functionalities of the application are working fine.

    • Sanity testing is done to check if the bugs have been fixed and new ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To achive goals in testing uh have to learn updated and latest technology was used by world

Skills evaluated in this interview

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 May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql coding questions were given to write answers

Round 2 - Technical 

(1 Question)

  • Q1. Explain what is Test bed
  • Ans. 

    A test bed is a setup or environment where testing is conducted to evaluate the functionality of a system or software.

    • Test bed is a controlled environment used for testing software or systems.

    • It includes hardware, software, network configurations, and other necessary components.

    • Test bed should replicate the production environment as closely as possible.

    • It helps in identifying bugs, performance issues, and compatibility...

  • Answered by AI

Skills evaluated in this interview

Software Technology Parks of India Interview FAQs

How many rounds are there in Software Technology Parks of India Software Tester interview?
Software Technology Parks of India interview process usually has 3 rounds. The most common rounds in the Software Technology Parks of India interview process are Aptitude Test, Technical and HR.

Tell us how to improve this page.

Project Associate
32 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Network Engineer
17 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Technical Support Engineer
13 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Software Developer
11 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Oracle Database Administrator
10 salaries
unlock blur

₹2 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Software Technology Parks of India with

NASSCOM

4.0
Compare

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

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