Upload Button Icon Add office photos

Filter interviews by

Operative Media Senior QA Engineer Interview Questions and Answers

Updated 23 Mar 2024

Operative Media Senior QA Engineer Interview Experiences

1 interview found

Senior QA Engineer Interview Questions & Answers

user image Sunny Thakre

posted on 23 Mar 2024

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Java and Selenium Coding Round

Round 2 - Technical 

(1 Question)

  • Q1. 1)Frame Work 2)Java Oops Concept 3)API Testing 4)Some DB Questions
Round 3 - HR 

(1 Question)

  • Q1. 1)Salary Discussion 2)Company Overview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is the difference between final, finalize and finally?
  • Ans. 

    final is a keyword used to declare constants, finalize is a method used for cleanup operations, and finally is a block used for exception handling.

    • final is a keyword in Java used to declare constants that cannot be changed, like final int x = 10;

    • finalize is a method in Java used for cleanup operations before an object is garbage collected, like protected void finalize() {...}

    • finally is a block in Java used for exceptio...

  • Answered by AI
  • Q2. What is the difference between POST and PUT HTTP method?
  • Ans. 

    POST is used to create a new resource, while PUT is used to update an existing resource.

    • POST is non-idempotent, meaning multiple identical requests will create multiple resources.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • POST is often used for creating new records in a database.

    • PUT is often used for updating existing records in a database.

  • Answered by AI
  • Q3. What does System.exit() do?
  • Ans. 

    System.exit() is a method in Java that terminates the currently running Java Virtual Machine.

    • System.exit() terminates the JVM and shuts down the program immediately.

    • It takes an integer argument as an exit status code.

    • Calling System.exit(0) indicates successful termination.

    • System.exit(1) or any non-zero value indicates abnormal termination.

  • Answered by AI
  • Q4. Coding question on switch statement
  • Q5. Algorithm to find the element in an array such that sum of elements on either side of the element are equal
  • Ans. 

    Algorithm to find element in array with equal sum on both sides

    • Iterate through array and calculate sum of elements on left and right side of each element

    • Compare sums on both sides for each element to find the desired element

    • Return the element if found, otherwise return -1

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Birdeye Senior Test Engineer interview:
  • Core Java
  • Exception handling
  • Collections

Skills evaluated in this interview

Operative Media Interview FAQs

How many rounds are there in Operative Media Senior QA Engineer interview?
Operative Media interview process usually has 3 rounds. The most common rounds in the Operative Media interview process are Coding Test, Technical and HR.

Tell us how to improve this page.

Operative Media Senior QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Publicis Interview Questions
3.7
 • 54 Interviews
Groupm Media Interview Questions
4.0
 • 35 Interviews
Birdeye Interview Questions
3.2
 • 23 Interviews
Cheil India Interview Questions
3.0
 • 16 Interviews
View all
Operative Media Senior QA Engineer Salary
based on 18 salaries
₹11.7 L/yr - ₹26.5 L/yr
93% more than the average Senior QA Engineer Salary in India
View more details
Senior Software Engineer
96 salaries
unlock blur

₹10.1 L/yr - ₹31.1 L/yr

Software Engineer
92 salaries
unlock blur

₹5.5 L/yr - ₹18.6 L/yr

Principal Software Engineer
51 salaries
unlock blur

₹27.5 L/yr - ₹45 L/yr

QA Engineer
31 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Junior Software Engineer
19 salaries
unlock blur

₹6.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Operative Media with

Deloitte Digital

3.8
Compare

Affinity Global Advertising

3.0
Compare

Amagi Media Labs

3.3
Compare

Dentsu Aegis Network

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