Upload Button Icon Add office photos

Filter interviews by

OPERA Interview Questions, Process, and Tips

Updated 29 May 2022

Top OPERA Interview Questions and Answers

  • Q1. Product Array Puzzle You are given an array of ‘N’ integers. You need to return another array ‘product’ such that ‘product[i]’ contains the product of all the arrays exce ...read more
    asked in Software Engineer interview
  • Q2. Pair Sum You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements such that each sum of elements of e ...read more
    asked in Software Engineer interview
  • Q3. Game of 3 The Ultimate Ninja Ankush was bored, so his friend Ninja Nikhil decided to give him a puzzle to keep him entertained. Nikil gave Ankush ‘N’ integers and asked h ...read more
    asked in Software Engineer interview
View all 6 questions

OPERA Interview Experiences

4 interviews found

Software Engineer Interview Questions & Answers

user image CodingNinjas

posted on 29 May 2022

I was interviewed in Apr 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Interviewer started with asking me about myself and my family background then he asked me about my preffered location for job , i told him Delhi NCR so he then asked me why Delhi NCR ? He had my written test answer sheet with him , i had left few Dbms question due to limited time in written test , he told me to solve them. Then he asked me about my area of interests ( Data Structures , OOPS , Operating System ) and he asked me , ” What do you mean by loosely coupled?” i explained it well , he was satisfied.
Then he asked me , ” Do you have any question for me ?”. I asked him about work culture in opera solutions , what are the career opportunities and what technologies opera use.
I was selected for next round.

  • Q1. Pair Sum

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements such that each sum of elements of each pair eq...

  • Ans. Brute Force
    • Initialize a list to store our results.
    • For each element in the array 'ARR[i]', check if ('ARR[i]' + ‘ARR[j]’), equals to given sum or not, where ‘i’ < ‘j’ < ‘N’.
    • If the condition matches, add the pair('ARR[i]', ‘ARR[j]’) to the list. Sort the list of pairs as per the given output format and return this list.
    Space Complexity: O(1)Explanation:

    O(1).

     

    Constant extra space is required.

    Time Complexity: O...
  • Answered by CodingNinjas
Round 2 - Video Call 

(3 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

gave me 2 coding question and 1 system designing question to solve.

  • Q1. Product Array Puzzle

    You are given an array of ‘N’ integers. You need to return another array ‘product’ such that ‘product[i]’ contains the product of all the arrays except the element at the ith position ...

  • Ans. Brute Force
    1. For each element, we need to find the product of all elements except the current element in the given array. We will create a ‘product’ array for storing the answer for each element.
    2. For each element, we run a loop and store the product of all elements in the array but as soon as we reach the index of the current element we should not include this in our product.
    3. After the loop is over we set the value of prod...
  • Answered by CodingNinjas
  • Q2. Game of 3

    The Ultimate Ninja Ankush was bored, so his friend Ninja Nikhil decided to give him a puzzle to keep him entertained. Nikil gave Ankush ‘N’ integers and asked how many groups of sizes 2 and 3 can...

  • Ans. Storing the remainders.

    The idea is to see the remainder of every element when divided by 3. A set of elements can form a group only if the sun of their remainder is multiple of 3. Therefore we can see that for making a group of 2, we will combine the number with remainder only 0 or combine numbers with remainder 1 & 2. For making a group of 3, we can take the remainder 1 & 2 & 0 or all 0 or all 2 or all 1.&...

  • Answered by CodingNinjas
  • Q3. System Design Question

    He gave me a scenario and asked me to design a system for it , it was about 40 mins discussion.
    He said , ” There are some islands initially they are not connected with each other. Now...

Interview Preparation Tips

Eligibility criterianaOpera interview preparation:Topics to prepare for the interview - OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare well for subjects
Tip 2 : Prepare for system design
Tip 3 : Practice coding

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2015

Interview Preparation Tips

Round: Technical Interview
Experience: First round was some questions on my resume and Econometrics in particular and a short case

Round: Puzzle Interview
Experience: Round 2 had a puzzle in which I didn’t do very good and so was not called for further rounds.

College Name: IIT Kanpur

Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2015

Interview Questionnaire 

2 Questions

  • Q1. Number of smart phones sold in a year?
  • Ans. 

    The number of smartphones sold in a year varies depending on the market demand and competition.

    • Global smartphone sales reached 1.54 billion units in 2020.

    • Samsung and Apple are the top two smartphone vendors in the world.

    • The COVID-19 pandemic has affected smartphone sales in some regions.

    • Emerging markets like India and China have a huge potential for smartphone sales.

    • The introduction of 5G technology has boosted smartph

  • Answered by AI
  • Q2. Number of bouquets sold in a year?
  • Ans. 

    The number of bouquets sold in a year varies depending on the business and location.

    • The number of bouquets sold can be affected by factors such as seasonality, holidays, and events.

    • A florist in a busy city may sell more bouquets than a florist in a small town.

    • The use of online platforms for ordering and delivery can also impact the number of bouquets sold.

    • Data on the number of bouquets sold can be tracked and analyzed

  • Answered by AI

Interview Preparation Tips

Round: Case Study Interview
Experience: They generally ask 'number cases'. If you are selected in opera only then concentrate more on number cases. You can use B-club casebook given on SPO site. Here also, interaction with my buddy was good. The panel member was also from MME and had done some work on continuous casting so there was a healthy discussion on the project topic. Though I solved the case well, I was not qualified for third round.

College Name: IIT KANPUR

Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2015

Interview Preparation Tips

Round: Case Study Interview
Experience: I was not placed in this company but I would Like to share my experience with you..
Started with the regular question like tell me something about yourself. Mention something you have not written in your resume. What are your favorite pastimes besides the extra-curricular you have mentioned.
CASE STUDY: Estimate the total no. of people in air at a particular moment of time in say for example India. I started by mentioning my approach to which he approved but the real problem came when I was supposed to make calculations. I asked for some nos. to which he asked me to make reasonable assumptions. I took a back seat now and became nervous thinking what if my assumptions are too skewed. Then I made a couple of errors and became less confident. I was not firm on my answer and changed it whenever he said “are you sure?”

College Name: IIT KANPUR

OPERA interview questions for popular designations

 Software Engineer

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Q5. What are scripts in package.json file

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General basic assessment.

Round 2 - MCQ 

(1 Question)

  • Q1. They will give you few PDFs to read and then MCQ from that.

Interview Preparation Tips

Interview preparation tips for other job seekers - So the job application process will start from emailing them to the MCQ. Then if selected you'll receive email with next steps which involves Skype chat(no involvement of voice call or video, only chat). Then after the technical setup you need to email them again that you're done with that, after that you'll get another mail with a link to choose a starting date.
On the starting date you'll again message one person(Yashima Kamra) on Skype, they'll give you 'Zulip'(it's an open source chat system, interface is kind of like Discord but too basic) access. Now you need to message in an assigned group in Zulip. The Zulip part is 'Training' in real but good luck getting any support from the other person. He/she will just give you commands, and if you ask any questions or ask for assistance to understand the new process they'll simply ignore that.
Then if you're lucky like me one day they'll report that you're ate fault, you haven't reported so they've revoked your Zulip access.

I have joined there or you can say hoped to work atleast(as it was 4 hours/day job) but that's not possible it seems.

If you're looking for jobs here I'd suggest to give it a try ofcourse so that people can actually know about this company's rubbish people.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary
  • Q3. How to work in e-commerce
Round 2 - Technical 

(2 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - E-COMMERCE jobs work in Amazon
Interview experience
3
Average
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. I have around 9 rounds interview in span of 2 months
Round 2 - One-on-one 

(1 Question)

  • Q1. Everyday one round interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 5 - One-on-one 

(1 Question)

  • Q1. Same only .it is too much
Round 6 - Case Study 

4 member team interview

Round 7 - One on one interview 

(1 Question)

  • Q1. One on one interview
Round 8 - One on one interview 

(1 Question)

  • Q1. Reference . through referral I sent my resume
Round 9 - HR 

(1 Question)

  • Q1. Salary discussion
Round 10 - No 

(1 Question)

  • Q1. It is too much
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Graph theory questions related
  • Q2. Programming,data structure and algo
Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro about your self
  • Q2. Mostly focused on CSE fundamentals
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SQL question ( window functions) dense_rank
  • Q2. SQL question(window function) aggregation, there were 5 tables and you had to do some joins
  • Q3. Some question on spark optimisations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for sql(advanced), and spark and some coding

OPERA Interview FAQs

What are the top questions asked in OPERA interview?

Some of the top questions asked at the OPERA interview -

  1. Number of smart phones sold in a ye...read more
  2. Number of bouquets sold in a ye...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Exl India Interview Questions
3.5
 • 99 Interviews
Deltax Interview Questions
2.8
 • 85 Interviews
Wayfair Interview Questions
3.7
 • 53 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
GAMMON INDIA Interview Questions
3.9
 • 29 Interviews
CGS Interview Questions
3.5
 • 26 Interviews
View all

OPERA Reviews and Ratings

based on 3 reviews

1.8/5

Rating in categories

1.6

Skill development

1.8

Work-Life balance

1.8

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 3 Reviews and Ratings
Team Player
3 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Associate Content Editor
3 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

News Operations Associate
3 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare OPERA with

Exl India

3.5
Compare

Amazon Sellers Services

4.1
Compare

Primus Global Technologies

4.0
Compare

GAMMON INDIA

3.9
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