Upload Button Icon Add office photos

Filter interviews by

Solveda Software Test Engineer Interview Questions and Answers

Updated 14 Mar 2022

Solveda Software Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2022

Round 1 - Technical 

(1 Question)

  • Q1. Basic testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well basic testing questions

Interview questions from similar companies

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
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

General queries from lead code

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 

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

Software Tester Interview Questions & Answers

HyScaler user image Nabasmita Mohapatra

posted on 7 Feb 2024

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is STLC? What is defect life cycle?
  • Ans. 

    STLC stands for Software Testing Life Cycle. Defect life cycle is the process of identifying, reporting, and resolving defects in software.

    • STLC is a series of activities performed during the testing process.

    • It includes test planning, test design, test execution, and test closure.

    • Defect life cycle consists of various stages like identification, logging, triaging, fixing, retesting, and closure.

    • Defects are reported, trac...

  • Answered by AI
  • Q2. What are assess modifiers in java?
  • Ans. 

    Access modifiers in Java control the visibility and accessibility of classes, methods, and variables.

    • There are four access modifiers in Java: public, private, protected, and default.

    • Public access modifier allows unrestricted access from any class.

    • Private access modifier restricts access to only within the same class.

    • Protected access modifier allows access within the same package or subclasses.

    • Default access modifier (n...

  • Answered by AI
  • Q3. What is garbage value?
  • Ans. 

    Garbage value is an unpredictable or random value that is stored in a variable when it is not assigned a specific value.

    • Garbage values occur when a variable is declared but not initialized.

    • They can be caused by uninitialized variables, memory leaks, or accessing uninitialized memory.

    • Garbage values can lead to unexpected behavior and bugs in software.

    • Example: int x; // x may contain a garbage value until assigned a spec

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between regression and retesting?
  • Ans. 

    Regression testing is testing the entire application after a change, while retesting is testing a specific bug fix.

    • Regression testing involves testing the entire application to ensure that new code changes have not adversely affected existing functionality.

    • Retesting is testing a specific bug fix to ensure that the issue has been resolved.

    • Regression testing is typically done after every code change, while retesting is d...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2023. There were 2 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 

(2 Questions)

  • Q1. Manual Testing questions
  • Q2. Test cases and software testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for manual testing first who want to join in it as testing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Senior Test Engineer with 8 years of experience in software testing and quality assurance.

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

    • Proficient in automated testing tools such as Selenium and JUnit

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Explain about STLC?
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a series of steps followed to ensure the quality of a software product.

    • STLC consists of phases like Requirement Analysis, Test Planning, Test Design, Test Execution, and Test Closure.

    • Each phase has specific activities and deliverables to ensure thorough testing of the software product.

    • STLC helps in identifying defects early in the software development life cycle, re...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why your prefer this job
  • Ans. 

    I prefer this job because of my passion for testing and desire to contribute to the success of the team.

    • Passion for testing - enjoy finding bugs and ensuring quality

    • Desire to contribute to team success - thrive in collaborative environments

    • Opportunity for growth and learning - excited about new challenges and technologies

  • Answered by AI
  • Q2. Asking about the salary structure and expected

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

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

Solveda Software Interview FAQs

How many rounds are there in Solveda Software Test Engineer interview?
Solveda Software interview process usually has 1 rounds. The most common rounds in the Solveda Software interview process are Technical.

Tell us how to improve this page.

Software Developer
45 salaries
unlock blur

₹3.2 L/yr - ₹12.5 L/yr

Senior Software Developer
15 salaries
unlock blur

₹9 L/yr - ₹21 L/yr

UI Developer
11 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

QA Engineer
9 salaries
unlock blur

₹3.3 L/yr - ₹14 L/yr

Scrum Master
6 salaries
unlock blur

₹7.5 L/yr - ₹16 L/yr

Explore more salaries
Compare Solveda Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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