Upload Button Icon Add office photos

Filter interviews by

Shree Test Engineer Interview Questions and Answers

Updated 11 Nov 2021

Interview questions from similar companies

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

(2 Questions)

  • Q1. Test basic questions
  • Q2. Scrum questions in agile project

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice with good experience and Automation Testing for the same

I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Define repeatee
  • Q2. Define accumulator
  • Ans. 

    An accumulator is a register that stores intermediate results of arithmetic and logical operations.

    • Accumulators are commonly used in computer processors to perform arithmetic operations.

    • They are also used in digital signal processing to store and manipulate signal data.

    • Examples of accumulators include the ALU in a CPU and the integrator in a digital filter.

    • Accumulators can be used to implement counters, timers, and oth

  • Answered by AI
  • Q3.  define recursion
  • Ans. 

    Recursion is a process in which a function calls itself as a subroutine.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • It is commonly used in programming to solve problems that can be broken down into smaller, similar problems.

    • Examples of recursive algorithms include the Fibonacci sequence and binary search.

    • Recursion can be a powerful tool, but it can also lead to perfo

  • Answered by AI
  • Q4. Define array
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be of any data type, including integers, floats, and objects.

    • Arrays are accessed using an index, starting from 0.

    • Arrays can be multidimensional, such as a 2D array.

    • Example: string[] names = {"John", "Jane", "Bob"};

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interview was good and interviewer is really nice .he helped me a lot while struggling and i able to answer all questions and it's really nice

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What selenium and core java
  • Ans. 

    Selenium is a popular automation testing tool used for web applications, while Core Java is a programming language commonly used for writing test scripts.

    • Selenium is used for automating web browsers and testing web applications.

    • Core Java is used for writing test scripts in Selenium due to its object-oriented programming features.

    • Selenium WebDriver is a commonly used component for browser automation in Selenium.

    • Core Jav...

  • Answered by AI
  • Q2. What is maven and use of it
  • Ans. 

    Maven is a build automation tool used primarily for Java projects to manage dependencies, build processes, and project configurations.

    • Maven simplifies the build process by managing project dependencies and providing a consistent build system.

    • It uses a Project Object Model (POM) file to define project structure, dependencies, and build configurations.

    • Maven can automatically download required dependencies from repositori...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Sep 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. Explain about Maven
  • Q2. Explain about Polymorphism , TestNG concept, TestNG Framework
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types. TestNG is a testing framework for Java.

    • Polymorphism allows a method to behave differently based on the object it is called on.

    • TestNG is a testing framework that simplifies the testing process and allows for easy configuration of test cases.

    • TestNG Framework provides annotations like @Test, @BeforeMethod, @AfterMethod for test

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Test basic questions
  • Q2. Scrum questions in agile project

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice with good experience and Automation Testing for the same
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Manual testing required nowadays
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good all are ok fine done
Nice.Thats it.
Please go with it.

I applied via AmbitionBox and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

20 questions each mcq

Round 2 - Group Discussion 

Gave a specific topic and divided groups amoung us

Round 3 - HR 

(1 Question)

  • Q1. Discussion about the job and offer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient and luck favours . Font get frightened
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

Basic java

Round 3 - Technical 

(1 Question)

  • Q1. Write automation scripts
  • Ans. 

    Automation scripts are written using programming languages to automate repetitive tasks in software testing.

    • Choose a programming language and testing framework

    • Identify the test cases to be automated

    • Write code to execute the test cases

    • Integrate with continuous integration tools

    • Maintain and update the scripts as needed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation and basic general things

Interview Preparation Tips

Interview preparation tips for other job seekers - Stromg knowledge on selenium and jav oops

I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Define repeatee
  • Q2. Define accumulator
  • Ans. 

    An accumulator is a register that stores intermediate results of arithmetic and logical operations.

    • Accumulators are commonly used in computer processors to perform arithmetic operations.

    • They are also used in digital signal processing to store and manipulate signal data.

    • Examples of accumulators include the ALU in a CPU and the integrator in a digital filter.

    • Accumulators can be used to implement counters, timers, and oth

  • Answered by AI
  • Q3.  define recursion
  • Ans. 

    Recursion is a process in which a function calls itself as a subroutine.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • It is commonly used in programming to solve problems that can be broken down into smaller, similar problems.

    • Examples of recursive algorithms include the Fibonacci sequence and binary search.

    • Recursion can be a powerful tool, but it can also lead to perfo

  • Answered by AI
  • Q4. Define array
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be of any data type, including integers, floats, and objects.

    • Arrays are accessed using an index, starting from 0.

    • Arrays can be multidimensional, such as a 2D array.

    • Example: string[] names = {"John", "Jane", "Bob"};

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interview was good and interviewer is really nice .he helped me a lot while struggling and i able to answer all questions and it's really nice

Skills evaluated in this interview

Tell us how to improve this page.

People are getting interviews through

based on 1 Shree interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Retail Store Manager
4 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

Sales Executive
4 salaries
unlock blur

₹2.5 L/yr - ₹3.6 L/yr

Store Manager
4 salaries
unlock blur

₹2.8 L/yr - ₹3 L/yr

Manager
3 salaries
unlock blur

₹6 L/yr - ₹9.5 L/yr

Accountant
3 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Explore more salaries
Compare Shree with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

4.1
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