Upload Button Icon Add office photos

Filter interviews by

De Soto Technologies Sr.QA Interview Questions and Answers

Updated 13 Dec 2024

De Soto Technologies Sr.QA Interview Experiences

1 interview found

Sr.QA Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2024

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

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Testing related questions
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions

Interview questions from similar companies

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

(4 Questions)

  • Q1. Java Oops - Polymorphism and abstract
  • Q2. Program - Array Sort and String reverse
  • Q3. BDD Framework behaviou Ques
  • Q4. Run time driver Calling function
  • Ans. 

    Run time driver calling function is a mechanism where a function is called during the execution of a program.

    • Run time driver calls a specific function based on certain conditions or events during program execution.

    • This mechanism is commonly used in software testing to simulate real-world scenarios.

    • Example: A test script that triggers a function to validate user input during runtime.

  • Answered by AI
Round 2 - Coding Test 

Selenium Programs based on framewaork + beheviour sceanrio based ques

Interview Preparation Tips

Interview preparation tips for other job seekers - must know logic and concept

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How do you migrate the existing automation framework to cucumber
  • Ans. 

    Migrating an existing automation framework to Cucumber involves integrating Cucumber features, step definitions, and hooks into the existing framework.

    • Identify the existing test cases and convert them into Cucumber feature files

    • Create step definitions for each step in the feature files

    • Integrate Cucumber hooks for setup and teardown actions

    • Update the automation framework to execute Cucumber tests

    • Run and validate the con

  • Answered by AI
  • Q2. How do you handle SQL Exceptions.
  • Ans. 

    I handle SQL Exceptions by catching them in try-catch blocks and logging the error details.

    • Catch SQL Exceptions in try-catch blocks

    • Log the error details for troubleshooting

    • Handle exceptions gracefully to prevent application crashes

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Do you remember me ?
Round 2 - HR 

(1 Question)

  • Q1. What is your Expected CTC ?
  • Ans. 

    My expected CTC is based on my experience, skills, and the market rate for Senior QA roles.

    • My expected CTC is in line with industry standards for Senior QA positions.

    • I have taken into consideration my years of experience and expertise in QA.

    • I am open to negotiation based on the overall compensation package offered by the company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One on one round was like a causal talk about olden method of technical trouble shootings.
HR round was very good as they offered as per standard without much bargain.

Sr.QA Interview Questions & Answers

Amazon user image Anonymous

posted on 8 Mar 2024

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

I applied via Job Portal and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is regression? Test cases for Microwave oven
  • Ans. 

    Regression is the process of retesting previously tested functionalities to ensure that new changes have not affected the existing features.

    • Re-running test cases that were previously executed to verify that new code changes have not introduced any defects

    • Ensuring that the microwave oven still functions correctly after any updates or modifications

    • Testing all the basic functionalities like heating, defrosting, timer, etc

  • Answered by AI

Skills evaluated in this interview

Sr.QA Interview Questions & Answers

TCS user image Anonymous

posted on 18 Jun 2022

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 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for interview before attending any interview

Sr.QA Interview Questions & Answers

Accenture user image sandhya rathod

posted on 7 Apr 2022

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 
Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Topics to prepare for Accenture Sr.QA interview:
  • Selenium
  • Java
  • API
Interview preparation tips for other job seekers - -Prepare for Selenium framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its easy to complete, we can complete it with some preparation on Aptitude

Round 2 - Group Discussion 

Questions are easy and Crisp, you need to answer promptly

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Machine Learning and Statistics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 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 - Assignment 

Assignment is very easy to understand the person

Round 3 - Technical 

(4 Questions)

  • Q1. What is sanity testing
  • Ans. 

    Sanity testing is a quick and shallow testing to ensure that the application is stable enough for further testing.

    • It is a subset of regression testing

    • It is performed after a new build or changes to the code

    • It checks for major functionalities and critical features

    • It is not exhaustive and does not cover all possible test cases

    • It helps to save time and effort by identifying major issues early on

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing technique to check if the critical functionalities of the software are working fine.

    • It is a quick and shallow testing technique

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after every build

    • It helps in identifying critical defects early in the testing cycle

    • Example: Testing the login functionality of a website after a new build

  • Answered by AI
  • Q3. What are the functions of testing
  • Ans. 

    The functions of testing are to identify defects, improve quality, and ensure the software meets requirements.

    • Identify defects and errors in the software

    • Improve the quality of the software

    • Ensure the software meets the specified requirements

    • Validate and verify the software functionality

    • Reduce the risk of software failure

    • Provide feedback to developers for improvement

    • Ensure compliance with industry standards and regulatio

  • Answered by AI
  • Q4. What is difference between somke and 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 thorough test to check if the major functionalities of the software are working after a change.

    • Smoke testing is done to check if the software is stable enough for further testing

    • Sanity testing is done to check if the changes made to the software have not affected the major functionalitie...

  • Answered by AI
Round 4 - Aptitude Test 

Apitude testing is the person is fitted or not the job

Interview Preparation Tips

Interview preparation tips for other job seekers - asak a essay questions for freshers
Higher more freshers

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. Tell me introduce yourself
  • Ans. Hi, My name is Deep Naskar, I belong to Howrah, West Bengal. I am a quality assurance professional with 2years Experience  in BPO industry, I completed my Secondary Examination in 2015 then completed higher secondary examination in 2018 post that I took admission in ITI and completed in 2018. Coming to my skills, I am well versed with MS excel, MS WORD and Google sheets, MS PowerPoint and outlook functions. My strength...
  • Answered Anonymously
  • Q2. What is the job rool of a QA
  • Ans. The job rool of a qa is to evaluate the process transactions which is being done by the advisors. sharing feedback with the advisors best on the evaluation of those transactions if there is any error. Sharing process lavel insights for improvement of the process and rich client experience These are basic QA job roles.
  • Answered Anonymously
  • Q3. What are the steps you took to improve the CSAT of your previous process?
  • Ans. 

    I implemented several steps to improve the CSAT of my previous process.

    • Conducted thorough analysis of customer feedback

    • Identified common pain points and areas of improvement

    • Collaborated with cross-functional teams to implement necessary changes

    • Implemented regular training sessions for support agents

    • Introduced automated testing to ensure product quality

    • Established a proactive approach to customer support

  • Answered by AI
  • Q4. How are you used to DAST analysis?
  • Ans. 

    DAST analysis involves using dynamic testing techniques to identify vulnerabilities in a software application.

    • DAST stands for Dynamic Application Security Testing.

    • It involves analyzing an application while it is running to identify security vulnerabilities.

    • DAST tools simulate attacks on the application to identify weaknesses.

    • Common DAST techniques include fuzz testing, penetration testing, and vulnerability scanning.

    • DA...

  • Answered by AI
  • Q5. How do you provide your feedback?
  • Ans. I used to share the feedback by following the sandwich method. ‌Firstly I told them what good things they have done in the call, then I share them the observation of what they have done wrong in the call and how that can be rectified.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I will suggest my friends and relatives for doing this job

De Soto Technologies Interview FAQs

How many rounds are there in De Soto Technologies Sr.QA interview?
De Soto Technologies interview process usually has 2 rounds. The most common rounds in the De Soto Technologies interview process are Technical.
What are the top questions asked in De Soto Technologies Sr.QA interview?

Some of the top questions asked at the De Soto Technologies Sr.QA interview -

  1. Testing related questi...read more
  2. Scenario based questi...read more

Tell us how to improve this page.

De Soto Technologies Sr.QA Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Sr.QA Interview Questions from Similar Companies

TCS Sr.QA Interview Questions
3.7
 • 1 Interview
Amazon Sr.QA Interview Questions
4.1
 • 1 Interview
View all
Customer Service Representative
7 salaries
unlock blur

₹3.5 L/yr - ₹4.1 L/yr

Fraud Analyst
6 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Data Analyst
5 salaries
unlock blur

₹4 L/yr - ₹5.5 L/yr

Salesforce Developer
5 salaries
unlock blur

₹3.8 L/yr - ₹19.8 L/yr

Customer Service Executive
5 salaries
unlock blur

₹3.7 L/yr - ₹4.4 L/yr

Explore more salaries
Compare De Soto Technologies 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