Upload Button Icon Add office photos

Filter interviews by

Samartha InfoSolutions QA Test Engineer Interview Questions and Answers

Updated 28 Mar 2023

Samartha InfoSolutions QA Test Engineer Interview Experiences

1 interview 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 Mar 2022. There were 4 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 

Regarding QA and Java questions

Round 3 - Technical 

(1 Question)

  • Q1. Technical round taken by a senior person, to test ur skills on java, Manual & Automation Testing.
Round 4 - HR 

(1 Question)

  • Q1. HR Discussion regarding where i worked and where i leave and some questions regarding my family

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a great company to start ur career, good people and also supportive team & HR.

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Test scenarios, regression sanity and integration testing

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

Round 1 - Coding Test 

Basic Python problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. About Selenium (locators)
  • Q2. What are the types of Wait
  • Ans. 

    Types of wait include implicit, explicit, fluent, and thread.sleep

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException

    • Explicit wait: Waits for a certain condition to occur before proceeding further

    • Fluent wait: Waits for a condition to occur with a defined polling interval

    • Thread.sleep: Pauses the execution for a specified amount of time

  • Answered by AI

Interview Preparation Tips

Topics to prepare for American Megatrends Automation Test Engineer interview:
  • Python Collections
  • Selenium
  • Manual Testing
Interview preparation tips for other job seekers - Basic Selenium and Python coding questions
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of Testing 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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 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 

(2 Questions)

  • Q1. About frame works in previous projects
  • Q2. About post man tool and about java
Round 3 - HR 

(3 Questions)

  • Q1. About Location change
  • Q2. About CTC and about previous company
  • Q3. About my information

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive when facing an interview either Hr or technical rounds

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

Samartha InfoSolutions Interview FAQs

How many rounds are there in Samartha InfoSolutions QA Test Engineer interview?
Samartha InfoSolutions interview process usually has 4 rounds. The most common rounds in the Samartha InfoSolutions interview process are Technical, HR and Resume Shortlist.

Tell us how to improve this page.

People are getting interviews through

based on 1 Samartha InfoSolutions interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k 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
 • 784 Interviews
View all
Samartha InfoSolutions QA Test Engineer Salary
based on 4 salaries
₹2 L/yr - ₹3 L/yr
47% less than the average QA Test Engineer Salary in India
View more details
Technical Consultant
35 salaries
unlock blur

₹1.9 L/yr - ₹8.4 L/yr

Software Engineer
15 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

System Engineer
9 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Senior Systems Engineer
6 salaries
unlock blur

₹5 L/yr - ₹8.7 L/yr

Desktop Support Engineer
6 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Explore more salaries
Compare Samartha InfoSolutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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