Upload Button Icon Add office photos

Operative Media

Compare button icon Compare button icon Compare

Filter interviews by

Operative Media Junior Software Developer Interview Questions and Answers

Updated 23 Jun 2024

Operative Media Junior Software Developer Interview Experiences

1 interview found

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude test with basic maths and aptitude questions with a focus on time limit

Round 2 - Group Discussion 

Group Discussion on general topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent work culture and learning curve for freshers

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Operative Media?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is the difference between the '==' operator and the 'equals()' method in Java?
  • Ans. 

    The '==' operator checks reference equality, while 'equals()' checks value equality in Java.

    • '==' compares memory addresses of objects.

    • 'equals()' compares the actual content of objects.

    • Example: String s1 = new String('test'); String s2 = new String('test'); s1 == s2 // false, s1.equals(s2) // true

    • For primitive types, '==' compares values directly.

    • For objects, '==' checks if both references point to the same object.

  • Answered by AI
  • Q2. Question related to java and dsa.

Junior Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given n coins for two players playing a game. Each player picks c ... read more
Q2. Which of the following is not a storage class in C? a) auto b) ex ... read more
asked in Pisolv Tech
Q3. Did You Know what is golang and where did You uses that? Why You ... read more
Q4. What does 'int x:4;' mean? a) x is a four-digit number. b) x is a ... read more
Q5. What is a lint? a) Analyzing tool. b) Compiler. c) Debugger. d) I ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. React Hooks , Virtual Dom , and other some basic ReactJS questions .
  • Q2. JavaScript ES6 questions and some basic logical Coding questions .
Round 2 - Technical 

(4 Questions)

  • Q1. JavaScript advance questions such as - Promise , Async awit
  • Q2. Logical Coding question and Events.
  • Q3. OOPs Concepts and Functions.
  • Ans. 

    OOPs Concepts focus on encapsulation, inheritance, polymorphism, and abstraction. Functions are reusable blocks of code.

    • OOPs Concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism enables objects to be treated as in...

  • Answered by AI
  • Q4. High order Component , Call back functions

Interview Preparation Tips

Topics to prepare for Birdeye Software Engineer interview:
  • Events
  • Es6
  • classes and objects
Interview preparation tips for other job seekers - Be conscise and keep your answer clear and to the point.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Was asked a React coding question to fetch data using an API and show it on UI, for a frontend developer role.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked basic theoretical questions on React.
  • Q2. Was asked output problems in JavaScript.
  • Ans. 

    JavaScript output problems often arise from type coercion, scoping issues, and asynchronous behavior.

    • Type Coercion: '5' + 5 results in '55' due to string concatenation.

    • Variable Hoisting: console.log(x); var x = 10; outputs 'undefined'.

    • Asynchronous Behavior: setTimeout(() => console.log('Hello'), 0); outputs 'Hello' after the current execution context.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions were asked on design patterns.
  • Q2. Questions were asked to test basic understanding of how backend works.

Interview Preparation Tips

Topics to prepare for Birdeye Software Developer interview:
  • React
  • Javascript Frameworks
Interview preparation tips for other job seekers - Moderate difficulty level.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked Spring Boot and java
  • Q2. Database question in deth

I applied via Job Portal and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. One leetcode question on stack 2nd question - Print all the paths in a maze if a rat can go up down left and right.
Round 2 - One-on-one 

(1 Question)

  • Q1. A scenario based question where a server interface was given which handed out jobs. We had to write a class in which we tell the current job we are waiting for acknowledgement. Also, on receiving acknowled...
  • Ans. 

    Design a class to manage job acknowledgements and determine the next job efficiently.

    • Use a queue to manage jobs in a FIFO manner, ensuring the next job is always ready.

    • Implement a hashmap to track job statuses and acknowledgements for O(1) access.

    • Example: When a job is completed, dequeue it and check the next job in the queue.

    • Consider edge cases like job failures or retries, and handle them gracefully.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Half an hour round with the manager. Questions on java, spring, hibernate, multithreading. Also question on the current project who are working on in any organisation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know DSA and when to use which data structure and are good in java and know basucs of Spring, hibernate aur multithreading.
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Resume, coding questions
  • Q2. Ds algo css questions based on time and space complexity
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself, js input output questions
  • Q2. System design, load balancer working
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript basic question asked like closure hoisting some output based question
Round 2 - Technical 

(1 Question)

  • Q1. React app optimization and advanced hooks
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Debounce Time implement
  • Ans. 

    Debounce time is a programming technique to limit the rate at which a function is executed.

    • Debouncing prevents a function from being called multiple times in quick succession.

    • Commonly used in event handling, like button clicks or window resizing.

    • Example: A search input that triggers an API call only after the user stops typing for a specified time.

    • Implementation can be done using setTimeout in JavaScript.

    • Debounce time ...

  • Answered by AI
  • Q2. Accordian Implement
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Reverse the linked list
  • Q2. How to sort an list of an object
  • Ans. 

    Sorting a list of objects involves defining a key and using sorting algorithms to arrange them based on that key.

    • Use built-in sorting functions like `sort()` in Python or `Arrays.sort()` in Java.

    • Define a key function to specify the attribute to sort by, e.g., `list.sort(key=lambda x: x.name)`.

    • For descending order, use `reverse=True` in Python or `Collections.reverseOrder()` in Java.

    • Example in Java: `Arrays.sort(objects...

  • Answered by AI
  • Q3. How would you write code that will go on production?
  • Ans. 

    Writing production code involves best practices, testing, and deployment strategies to ensure reliability and maintainability.

    • Follow coding standards and guidelines to maintain consistency.

    • Implement thorough unit tests to validate functionality (e.g., using JUnit for Java).

    • Conduct code reviews with peers to catch potential issues early.

    • Use version control systems like Git for tracking changes and collaboration.

    • Automate...

  • Answered by AI

Operative Media Interview FAQs

How many rounds are there in Operative Media Junior Software Developer interview?
Operative Media interview process usually has 2 rounds. The most common rounds in the Operative Media interview process are Aptitude Test and Group Discussion.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

2-4 weeks 100%
View more
Senior Software Engineer
92 salaries
unlock blur

₹17.2 L/yr - ₹31.1 L/yr

Software Engineer
87 salaries
unlock blur

₹6.7 L/yr - ₹17.1 L/yr

Principal Software Engineer
54 salaries
unlock blur

₹28 L/yr - ₹45 L/yr

QA Engineer
34 salaries
unlock blur

₹6.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

Franchise India Brands

2.0
Compare

Echobooom Management & Entrepreneurial Solutions

3.7
Compare

Cheil India

3.0
Compare

Adonmo

4.5
Compare
write
Share an Interview