Upload Button Icon Add office photos

Filter interviews by

Spring Computing Technologies Software Tester Interview Questions and Answers

Updated 12 Mar 2021

Spring Computing Technologies Software Tester Interview Experiences

1 interview found

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

Interview Questionnaire 

1 Question

  • Q1. Write functional test cases on fitness tracker application
  • Ans. 

    Functional test cases for fitness tracker app

    • Verify user can create an account and log in

    • Test tracking of steps, distance, and calories burned

    • Check if app can sync with wearable devices

    • Test setting and achieving fitness goals

    • Verify app can track different types of exercises

    • Test social sharing features

    • Check if app provides accurate data and notifications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Write only functional and main test cases refer 3 to 4 application

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was good. Interviewer are very supportive in nature.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is STLC? What is Bug life cycle?
  • Q2. Tell me about your project?
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion part
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 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. Manual testing,SQL,java
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I am sanobar I am from bijapur I am looking for both testing and development.

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is smoke,sanity testing?
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more in-depth test to check if the major functionalities are working as expected.

    • Smoke testing is done to ensure that the software is stable enough for further testing.

    • Sanity testing is done to ensure that the major functionalities of the software are working as expected.

    • Smoke testing is a su...

  • Answered by AI
  • Q2. What is SDLC ,STLC,BUG LIFE CYCLE?
  • Ans. 

    SDLC is Software Development Life Cycle, STLC is Software Testing Life Cycle, and Bug Life Cycle is the process of a bug from discovery to resolution.

    • SDLC is a process that outlines the development of software from conception to delivery.

    • STLC is a process that outlines the testing of software from planning to execution.

    • Bug Life Cycle is the process of a bug from discovery to resolution, including steps like reporting, ...

  • Answered by AI
  • Q3. How will you decide sevierity and priority of defect?
  • Ans. 

    Severity is based on impact on system functionality, priority is based on business needs.

    • Severity is determined by the impact of the defect on the system functionality

    • Priority is determined by the business needs and urgency of the defect

    • Defects with high severity and high priority should be fixed first

    • Severity levels can be categorized as critical, major, minor, and cosmetic

    • Priority levels can be categorized as high, m

  • Answered by AI
  • Q4. What is biggest challenge faced in your career?
  • Ans. 

    The biggest challenge in my career has been managing tight deadlines and delivering high-quality software.

    • Managing tight deadlines

    • Delivering high-quality software

    • Balancing speed and quality

    • Coordinating with cross-functional teams

    • Adapting to changing requirements

  • Answered by AI
  • Q5. What if developer is not agree with defect you raised?
  • Ans. 

    Discuss with developer and provide evidence to support the defect.

    • Schedule a meeting with the developer to discuss the defect.

    • Provide evidence such as screenshots, logs, or test results to support the defect.

    • Collaborate with the developer to understand their perspective and come to a resolution.

    • If necessary, escalate the issue to a higher authority for further review.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never stop keep trying until you get selected?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Easy level coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions
Interview experience
4
Good
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 - Aptitude Test 

Simple and easy to attend.
Can crack if technically sound

Round 3 - Technical 

(2 Questions)

  • Q1. It differs according to position
  • Q2. Tell about yourself. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge is mandatory and able to crack easily
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic english , Maths (distance, speed, ratio, probability)

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are different tests
  • Ans. 

    Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures that the software meets the user's expectations.

    • Other ty...

  • Answered by AI
  • Q2. Give examples on test cases
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application.

    • Testing login functionality with valid credentials

    • Testing login functionality with invalid credentials

    • Testing password reset functionality

    • Testing search functionality with different input values

  • Answered by AI
  • Q3. Basic testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic testing topics and be confident prepare well for aptitude interview is very easy but aptitude is a little difficult, good company for fresher but low salary

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is smoke and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application. Sanity testing is a subset of regression testing that focuses on testing the specific changes made to an application.

    • Smoke testing is performed to ensure that the most critical functionalities of an application are working as expected.

    • It is usually performed after a build is deployed to check if the a...

  • Answered by AI
  • Q2. What is regression testing, testing
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • Regression testing is performed after making changes to the software to ensure that the modifications have not introduced new bugs or issues.

    • It involves re-executing previously executed test cases to verify that the existing functionalities still work as expected.

    • Regression testing helps in iden...

  • Answered by AI
  • Q3. Black Box and what Box testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics technical questions for manual Testing, test cases writing , test scenarios

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is smoke,sanity testing?
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more in-depth test to check if the major functionalities are working as expected.

    • Smoke testing is done to ensure that the software is stable enough for further testing.

    • Sanity testing is done to ensure that the major functionalities of the software are working as expected.

    • Smoke testing is a su...

  • Answered by AI
  • Q2. What is SDLC ,STLC,BUG LIFE CYCLE?
  • Ans. 

    SDLC is Software Development Life Cycle, STLC is Software Testing Life Cycle, and Bug Life Cycle is the process of a bug from discovery to resolution.

    • SDLC is a process that outlines the development of software from conception to delivery.

    • STLC is a process that outlines the testing of software from planning to execution.

    • Bug Life Cycle is the process of a bug from discovery to resolution, including steps like reporting, ...

  • Answered by AI
  • Q3. How will you decide sevierity and priority of defect?
  • Ans. 

    Severity is based on impact on system functionality, priority is based on business needs.

    • Severity is determined by the impact of the defect on the system functionality

    • Priority is determined by the business needs and urgency of the defect

    • Defects with high severity and high priority should be fixed first

    • Severity levels can be categorized as critical, major, minor, and cosmetic

    • Priority levels can be categorized as high, m

  • Answered by AI
  • Q4. What is biggest challenge faced in your career?
  • Ans. 

    The biggest challenge in my career has been managing tight deadlines and delivering high-quality software.

    • Managing tight deadlines

    • Delivering high-quality software

    • Balancing speed and quality

    • Coordinating with cross-functional teams

    • Adapting to changing requirements

  • Answered by AI
  • Q5. What if developer is not agree with defect you raised?
  • Ans. 

    Discuss with developer and provide evidence to support the defect.

    • Schedule a meeting with the developer to discuss the defect.

    • Provide evidence such as screenshots, logs, or test results to support the defect.

    • Collaborate with the developer to understand their perspective and come to a resolution.

    • If necessary, escalate the issue to a higher authority for further review.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never stop keep trying until you get selected?

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 3 interview rounds.

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 

(1 Question)

  • Q1. Basic concepts of testing, sdlc, stlc, regression, sanity and smoke, api testing..
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions about sql, and projects i worked on and other hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR i contacted was unprofessional. If you are from bfsi domain then you have chances.

Tell us how to improve this page.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.2
 • 26 Interviews
ClaySys Interview Questions
3.0
 • 24 Interviews
Contus Interview Questions
4.3
 • 20 Interviews
Knoldus Inc Interview Questions
4.0
 • 20 Interviews
DynPro Interview Questions
3.8
 • 18 Interviews
View all

Fast track your campus placements

View all
Spring Computing Technologies Software Tester Salary
based on 4 salaries
₹3 L/yr - ₹4.6 L/yr
13% less than the average Software Tester Salary in India
View more details
Software Engineer
63 salaries
unlock blur

₹3 L/yr - ₹10.2 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹8.4 L/yr - ₹22 L/yr

Senior QA Engineer
41 salaries
unlock blur

₹5.2 L/yr - ₹15 L/yr

QA Engineer
25 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Software Developer
16 salaries
unlock blur

₹2.8 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Spring Computing Technologies with

Accel Frontline

3.9
Compare

VHS Consulting

3.7
Compare

IVTL Infoview Technologies

3.6
Compare

Apex CoVantage

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