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

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 applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Explain the mini projects and main project completed during Engineering.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • DBMS
  • Software Engineering
  • Basic coding
Interview preparation tips for other job seekers - Just make sure the resume should be precise and you have knowledge on the things mentioned in your resume.

Be confident and have a smiling face in the interview round.

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

- basic programming on C

Round 2 - HR 

(1 Question)

  • Q1. - question based on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Things are asked only from resume . Make sure you recite every word you mentioned in your resume .
whatever project you are including , you should know enough to explain everything.

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.

Software Engineer
139 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Trainee
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Estuate Software with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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