Upload Button Icon Add office photos
Engaged Employer

i

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

OodlesTechnologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

OodlesTechnologies Test Engineer Interview Questions and Answers

Updated 12 Jan 2022

OodlesTechnologies Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2022

Interview Questionnaire 

1 Question

  • Q1. Questions related to your work ex- roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare in advance

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain different type of selenium waits
  • Ans. 

    Selenium waits are used to make the test scripts wait for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.

    • Explicit Wait: Waits for a certain condition to be met before proceeding further in the code.

    • Fluent Wait: Waits for a certain condition with a defined maximum amount of time to wait for.

    • Thread.sleep(): Pauses

  • Answered by AI
  • Q2. Explain polymorphism and where does it apply in selenium.
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism in Selenium allows for the same test script to be used for different web elements.

    • It can be achieved through method overloading or method overriding in Selenium.

    • For example, using the same click() method to click on a button, link, or dropdown in Selenium tests.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join TestingXperts.

You will regret

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic manual testing
  • Q2. Introduction and
Round 2 - Technical 

(2 Questions)

  • Q1. Test case writing
  • Q2. Testing techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - Test case writing should be good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About framework
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts ,programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer told candidate selected but Hr sends mail that best luck for next time.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. How confident are you
  • Ans. 

    I am very confident in my abilities as a Test Engineer.

    • I have extensive experience in testing various software applications.

    • I am skilled in creating test plans, executing test cases, and reporting bugs.

    • I am confident in my problem-solving skills and ability to work under pressure.

    • I have received positive feedback from previous employers and colleagues on my testing abilities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - not attended
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Apr 2022. There were 2 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 

(12 Questions)

  • Q1. Explain Unix Command like mkdir, echo, gzip, kill, whoami
  • Ans. 

    Explanation of Unix commands like mkdir, echo, gzip, kill, whoami

    • mkdir - creates a new directory

    • echo - prints a message to the console

    • gzip - compresses a file

    • kill - terminates a process

    • whoami - displays the current user

  • Answered by AI
  • Q2. What is Agile methodology
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility, collaboration, and customer satisfaction.

    • Agile focuses on delivering working software in short iterations

    • It values individuals and interactions over processes and tools

    • It emphasizes responding to change over following a plan

    • Examples include Scrum, Kanban, and Extreme Programming (XP)

  • Answered by AI
  • Q3. What is IP address and MAC Address
  • Ans. 

    IP address is a unique identifier assigned to devices on a network. MAC address is a unique identifier assigned to network interface controllers.

    • IP address stands for Internet Protocol address and is used to identify devices on a network

    • MAC address stands for Media Access Control address and is used to identify network interface controllers

    • IP address is a 32-bit or 128-bit number, while MAC address is a 48-bit number

    • IP...

  • Answered by AI
  • Q4. Difference between Smoke and Sanity Testing
  • Ans. 

    Smoke testing is a shallow and wide approach to check if the application is stable enough for further testing. Sanity testing is a narrow and deep approach to check if the specific functionality is working as expected.

    • Smoke testing is done to check the basic functionality of the application.

    • Sanity testing is done to check the specific functionality of the application.

    • Smoke testing is done after the build is received fr...

  • Answered by AI
  • Q5. WHat is the testing done before Release
  • Ans. 

    Pre-release testing includes functional, regression, integration, and acceptance testing.

    • Functional testing ensures that the software meets the specified requirements.

    • Regression testing ensures that changes made to the software do not affect existing functionality.

    • Integration testing verifies that different modules of the software work together seamlessly.

    • Acceptance testing is done by the end-users to ensure that the s

  • Answered by AI
  • Q6. What types of testing you do in your project
  • Ans. 

    We perform functional, regression, integration, and acceptance testing in our project.

    • Functional testing to ensure the software meets the requirements

    • Regression testing to ensure new changes do not break existing functionality

    • Integration testing to ensure different modules work together

    • Acceptance testing to ensure the software meets the customer's expectations

  • Answered by AI
  • Q7. What is Backlog in Agile
  • Ans. 

    Backlog in Agile is a prioritized list of features or tasks to be completed in a project.

    • Backlog is a living document that is constantly updated throughout the project.

    • It contains user stories, bugs, technical tasks, and other work items.

    • The items in the backlog are prioritized based on their business value and urgency.

    • The backlog is used to plan and track progress in Agile development.

    • Examples of Agile tools for manag

  • Answered by AI
  • Q8. Test Management Tools
  • Q9. What is Retrospective
  • Q10. What all documents created in testing
  • Ans. 

    Various documents are created during testing to ensure proper planning, execution, and reporting of the testing process.

    • Test plan document

    • Test case document

    • Test execution report

    • Defect report

    • Traceability matrix

    • Test summary report

  • Answered by AI
  • Q11. What is amazon cloud AWS
  • Ans. 

    Amazon Web Services (AWS) is a cloud computing platform that provides a wide range of services for businesses and individuals.

    • AWS offers services such as computing, storage, databases, analytics, machine learning, and more.

    • It allows users to access these services on a pay-as-you-go basis, meaning they only pay for what they use.

    • AWS is used by businesses of all sizes, from startups to large enterprises, and is known for...

  • Answered by AI
  • Q12. Explain Bug life cycle and its phases
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.

    • Bug is identified by testers during testing

    • Bug is reported to the development team

    • Development team fixes the bug

    • Fixed bug is verified by testers

    • Bug is closed if it is fixed or rejected if it is not a bug

  • Answered by AI

Skills evaluated in this interview

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

Very tough asked hacker rank

Round 2 - Technical 

(1 Question)

  • Q1. Asked about automatin testgin questinos
Round 3 - HR 

(1 Question)

  • Q1. Salary discussino

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience salary good. Went very well

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to Manual testing , Api testing and status code and SQL queries as well some good knowledge of automation tools it will help you to crack down.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make saure what ever project you worked on you can explain it properly.

Tell us how to improve this page.

Front end Developer
74 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Associate Consultant
62 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Associate Development Consultant
59 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Associate Consultant
47 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Associate Consultant Developer
42 salaries
unlock blur

₹1.2 L/yr - ₹7.1 L/yr

Explore more salaries
Compare OodlesTechnologies 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