Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Estuate Software Team. If you also belong to the team, you can get access from here

Estuate Software Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 62 Reviews

Filter interviews by

Estuate Software Senior Test Engineer Interview Questions, Process, and Tips

Updated 3 Aug 2021

Estuate Software Senior Test Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

11 Questions

  • Q1. 1. Explain about your roles and responsibilities?
  • Q2.  2. Difference between sanity and smoke testing?
  • Ans. 

    Sanity testing is a narrow and deep testing approach while smoke testing is a wide and shallow testing approach.

    • Sanity testing is done to check if the critical functionalities of the application are working fine after a small change is made.

    • Smoke testing is done to check if the application is stable enough to proceed with further testing.

    • Sanity testing is a subset of regression testing while smoke testing is a subset o...

  • Answered by AI
  • Q3. 3. Explain about framework execution flow indepth?
  • Ans. 

    Framework execution flow involves the sequence of steps followed by the automation framework to execute a test case.

    • The framework reads the test case from the test data source.

    • It then identifies the test steps and their corresponding actions.

    • The framework then executes the test steps in the defined sequence.

    • During execution, the framework captures and reports the test results.

    • Finally, the framework generates a test rep

  • Answered by AI
  • Q4. 4. How do run failed testcases and what is the use of TestNg?
  • Ans. 

    TestNg is a testing framework used to run failed test cases and manage test suites.

    • TestNg allows rerunning of failed test cases using the 'rerun-failed.xml' file.

    • It provides annotations to manage test execution flow and grouping of test cases.

    • TestNg generates detailed test reports and supports parallel test execution.

    • It also provides data-driven testing and integration with other tools like Selenium and JUnit.

  • Answered by AI
  • Q5. 5.How do you schedule jobs in Jenkins and explain about complete flow?
  • Ans. 

    Jenkins jobs can be scheduled using the Build Triggers option. The flow includes SCM polling, build, and post-build actions.

    • Go to the job configuration page and select Build Triggers

    • Choose the appropriate trigger option such as Poll SCM or Build periodically

    • Configure the trigger settings such as the schedule or polling interval

    • Add build steps and post-build actions as required

    • Save the job configuration

    • Jenkins will auto...

  • Answered by AI
  • Q6. 6. Explain about different oops concepts in detail?
  • Ans. 

    Object-oriented programming concepts that help in building modular and reusable software.

    • Encapsulation - bundling data and methods that operate on that data within a single unit

    • Inheritance - creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism - ability of objects to take on many forms, allowing different objects to be treated as if they were the same type

    • Abstraction - hiding imp...

  • Answered by AI
  • Q7. 7. Write a program to find second highest number in an array?
  • Ans. 

    Program to find second highest number in an array of strings.

    • Convert strings to integers

    • Sort the array in descending order

    • Return the second element

  • Answered by AI
  • Q8. 8. Write a query to findout salary more than 10000 and dept belongs to finance?
  • Ans. 

    Query to find salary more than 10000 and dept belongs to finance

    • Use SELECT statement with WHERE clause

    • Specify salary greater than 10000 and department as finance

    • Use AND operator to combine conditions

  • Answered by AI
  • Q9. 9. Write a program to find Character occurance of given string?
  • Ans. 

    A program to find the occurrence of characters in a given string.

    • Create an empty dictionary to store the character count.

    • Loop through each character in the string.

    • If the character is already in the dictionary, increment its count.

    • If the character is not in the dictionary, add it with a count of 1.

    • Return the dictionary with character counts.

  • Answered by AI
  • Q10. 10. Explain about verification and validation process?
  • Ans. 

    Verification ensures that the software meets the specified requirements, while validation ensures that the software meets the customer's needs.

    • Verification checks if the software is built according to the design specifications.

    • Validation checks if the software meets the customer's requirements.

    • Verification is done before validation.

    • Verification includes reviews, walkthroughs, and inspections.

    • Validation includes testing

  • Answered by AI
  • Q11. 11. How do you ensure that you have 100% testcoverage?
  • Ans. 

    100% test coverage is not possible, but we can aim for maximum coverage by prioritizing tests and using automation.

    • Prioritize tests based on risk and criticality

    • Use automation to cover repetitive and time-consuming tests

    • Perform code reviews to ensure all code paths are covered

    • Continuously monitor and update test suite

    • Collaborate with developers to ensure all changes are tested

    • Use tools like code coverage analysis to id

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi I have been interviewed for 40 mins and Actually the position for Manaul Testing and Interviewer asked more about Automation Testing and after asking each and every question at the end of 40 mins he said he has done with interview.
And no response from them regarding the feedback and I called many times finally I got a message from them that you are not shortlisted
I was wondering why they rejected simply without any drawback from my side even they wast d my time for more than 2 hours just to schedule the interview even they didn't update me that interview will be scheduled within 30 mins or 40 mins like that.
Simply waited me for more than 2 hours waste company and worst interview process. Even hr people not allowed me to allow for the call initially and said that you have not logged in.
Worst company I have ever seen so far.

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed in May 2021.

Interview Questionnaire 

4 Questions

  • Q1. 1Questions related to API
  • Q2. Basic Manual Testing, Test Cases
  • Q3. SQL Basics Queries
  • Q4. Basic Selenium Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds were conducted and process was smooth.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Get and post methods
  • Ans. 

    GET method is used to request data from a specified resource, while POST method is used to submit data to a specified resource.

    • GET requests data from a specified resource, while POST submits data to a specified resource

    • GET requests are cached, can be bookmarked, and remain in the browser history, while POST requests are not cached and do not remain in the browser history

    • GET requests have length restrictions, while POST...

  • Answered by AI
  • Q2. Guess the important test scenarios , given scenarios
  • Q3. Feature definition and step definition
  • Q4. Explicit wait and Implicit wait
  • Q5. Different response codes in API
  • Ans. 

    Response codes in API indicate the status of a request

    • Response codes are standardized codes sent by a server in response to a client's request

    • Common response codes include 200 (OK), 404 (Not Found), and 500 (Internal Server Error)

    • Each response code has a specific meaning and helps in troubleshooting API requests

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

Basic linear searching algorithm

Round 2 - HR 

(1 Question)

  • Q1. Basic day to day work related
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction, what is sdlc, what is bug life cycle, white box testing, functional testing,smoke and sanity testing.
  • Ans. 

    SDLC is Software Development Life Cycle, Bug Life Cycle is the process of a bug from detection to resolution, White Box Testing is testing based on internal code structure, Functional Testing is testing the functionality of the software, Smoke and Sanity Testing are initial tests to check basic functionality.

    • SDLC is a process followed for software development, consisting of phases like planning, design, coding, testing...

  • Answered by AI
  • Q2. What stlc and what is regression
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process used to test software products. Regression testing is retesting of software after changes to ensure no new bugs are introduced.

    • STLC is a series of steps followed to ensure high-quality software testing, including planning, designing, executing, and reporting.

    • Regression testing is the process of retesting software to confirm that recent changes have not adv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is not that hard for me .They focus on communication skills in most of the interviews.

Skills evaluated in this interview

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Fully technical questions in automation
Round 2 - Coding Test 

Coding test in java programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack the interview and fast recruiter

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First get prepared well for the interview then appear orelse its a waste of time for all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Lots of technical questions over automation, javascript overview questions, coding questions over string and array. (Not hard one)
  • Q2. General manual testing like what is regression smoke sanity BVA.
  • Q3. API testing question like path variable , response code ,put vs patch
Round 2 - Technical 

(3 Questions)

  • Q1. Second round will be tough, if your interviewer is karan vaid then you have to deep into javascript.
  • Q2. He will ask deep questions on javascript on promise , async await , callbacks .
  • Q3. Cookies, event loops . Mainly go through namaste js series in youtube. You will be able to answer his questions 80 percent.

Interview Preparation Tips

Interview preparation tips for other job seekers - Remember one thing in round 2 whatever answer you will give if its correct then the interviewer will go deep until you are not able to give answer. Don't feel low be confident to give your next answer.

I applied via Referral and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Testing and API questions

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Accessibility testing, you will have to understanding about accessibility testing, WCAG 2.0 OR 2.1 , CCA tool, NVDA, JWAS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, prepare all concepts of testing, agile,

Estuate Software Interview FAQs

What are the top questions asked in Estuate Software Senior Test Engineer interview?

Some of the top questions asked at the Estuate Software Senior Test Engineer interview -

  1. 4. How do run failed testcases and what is the use of Test...read more
  2. 5.How do you schedule jobs in Jenkins and explain about complete fl...read more
  3. 8. Write a query to findout salary more than 10000 and dept belongs to finan...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Estuate Software interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
134 salaries
unlock blur

₹2.8 L/yr - ₹6.2 L/yr

Senior Software Engineer
63 salaries
unlock blur

₹4.5 L/yr - ₹13.9 L/yr

Technical Lead
32 salaries
unlock blur

₹7.8 L/yr - ₹30.8 L/yr

Data Analyst
21 salaries
unlock blur

₹2.9 L/yr - ₹5.5 L/yr

Software Developer
17 salaries
unlock blur

₹2.8 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Estuate Software with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

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