Upload Button Icon Add office photos

Osttra

Compare button icon Compare button icon Compare

Filter interviews by

Osttra QA Engineer Interview Questions and Answers

Updated 4 Jul 2022

Osttra QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2022

I applied via Naukri.com and was interviewed in Jun 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 

(1 Question)

  • Q1. What is java and datatypes and methods and jdk jvm
  • Ans. 

    Java is a programming language used to create software applications. It has various datatypes and methods, and requires JDK and JVM.

    • Java is an object-oriented programming language

    • Datatypes include int, double, boolean, etc.

    • Methods are functions that perform specific tasks

    • JDK (Java Development Kit) is a software development environment

    • JVM (Java Virtual Machine) is a runtime environment

    • Example: int x = 5; System.out.prin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your concepts strong , else be calm and go with the flow.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Osttra?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions were regarding my engineering subjects
  • Q2.  Interviewer asked me a simple but complex programming question to solve
  • Q3. He asked me about my strength , other curriculum activities I participated in

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be calm and stick to question ,don't try to drag interviewer to any other topic
Try to be honest with interviewer

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more

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

Interview Questionnaire 

1 Question

  • Q1. Reverse string, find second highest number , string vs string buffer , hash map vs hash set, instance & local variable, primitive and non primitive data type, overloading vs overriding , explain framework
  • Ans. 

    Interview questions for QA Engineer

    • Reverse a string using StringBuilder or StringBuffer

    • Find second highest number by sorting the array and accessing the second last element

    • String is immutable while StringBuffer is mutable

    • HashMap stores key-value pairs while HashSet stores only keys

    • Instance variables are declared inside a class while local variables are declared inside a method

    • Primitive data types are int, float, double...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear basics to understand questin

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir...

  • Answered by AI
  • Q4. How to fetch data from xls

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?
  • Ans. 

    TCS offers a dynamic work environment, growth opportunities, and a commitment to innovation, making it an ideal choice for QA Engineers.

    • TCS is a global leader in IT services, providing exposure to diverse projects across various industries.

    • The company emphasizes continuous learning and development, offering training programs and certifications to enhance skills.

    • TCS has a strong focus on innovation, utilizing cutting-ed...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through

Interview Questionnaire 

1 Question

  • Q1. About STLC and SDLC

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all QA related questions from guru99.
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Mar 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 

(1 Question)

  • Q1. Write a program to count characters in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - clear basics of java oops, selenium commands

QA Engineer Interview Questions & Answers

Genpact user image Skumar test user4

posted on 5 Sep 2024

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

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table in the SELECT statement

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. HR Round for Company review & offer

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Framework used in selenium, core java basics

Osttra Interview FAQs

How many rounds are there in Osttra QA Engineer interview?
Osttra interview process usually has 2 rounds. The most common rounds in the Osttra interview process are Resume Shortlist and Technical.
How to prepare for Osttra QA Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Osttra. The most common topics and skills that interviewers at Osttra expect are Agile, Analytics, SQL, Test Cases and Analytical.

Tell us how to improve this page.

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.6
 • 47 Interviews
IBM QA Engineer Interview Questions
3.9
 • 12 Interviews
View all

Osttra QA Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Associate Director
38 salaries
unlock blur

₹33.5 L/yr - ₹59 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹22 L/yr - ₹37 L/yr

Software Engineer
21 salaries
unlock blur

₹16 L/yr - ₹29 L/yr

Associate Software Engineer
17 salaries
unlock blur

₹8.9 L/yr - ₹14 L/yr

SQA Engineer
17 salaries
unlock blur

₹14.7 L/yr - ₹25 L/yr

Explore more salaries
Compare Osttra with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview