Upload Button Icon Add office photos

Filter interviews by

Clear (1)

OpenBet Senior Software Engineer Interview Questions and Answers

Updated 4 Jun 2024

OpenBet Senior Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. SetTimeout javascript questions
  • Q2. Main window object structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good grip in JS

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to efficient and optimized programming from front end technologies as well as back end

Interview Preparation Tips

Interview preparation tips for other job seekers - One should keep their basics clear and be conceptually strong. Try to explore new grounds as much as possible to write efficent and optimized programs whether it's front end or back end
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Nth Greatest Element III (Leetcode)
  • Ans. 

    Find the Nth greatest element in an array without sorting

    • Use a priority queue to keep track of the N greatest elements

    • Iterate through the array and add elements to the priority queue

    • Return the top element from the priority queue as the Nth greatest element

  • Answered by AI
  • Q2. Heater Problem (Leetcode)
  • Ans. 

    Heater Problem - Find minimum radius to cover all houses with heaters

    • Sort the houses and heaters arrays

    • For each house, find the closest heater using binary search

    • Calculate the minimum radius needed to cover all houses

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Mar 2022. There were 5 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about Yourself?
  • Q2. Resume and current project related questions
Round 3 - Technical 

(1 Question)

  • Q1. C#, OOPS concepts, Asp.net, MVC, Rest APIs
Round 4 - One-on-one 

(1 Question)

  • Q1. This was Managerial round Asked few things about current project again and checked suitability for the role
Round 5 - HR 

(1 Question)

  • Q1. Location, shift timings, Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay relaxed and youw I'll get through the interview. It's usually not too difficult. Just keep good understanding of your current work project.

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL questions, Sql scenario based questions, & Python, pyspark, batabricks questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics well, based on your work experience and year of experience questions will be asked, be ready for scenario based questions as well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. All the questions were from SQL server.
  • Q2. How to get 3rd highest salary ?
  • Ans. 

    To get the 3rd highest salary, you can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.

    • Use a SQL query to select distinct salaries in descending order.

    • Use the 'LIMIT' keyword to limit the results to 3.

    • Use the 'OFFSET' keyword to skip the first 2 highest salaries.

    • Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;

  • Answered by AI
  • Q3. Inner join result of 2 table. Table one [1,1,1,1] table two [1,1,1,1,1,1]
  • Ans. 

    The inner join of two tables with duplicate values results in a combined set of common values.

    • Inner join combines rows from both tables where the key columns match

    • In this case, the result would be [1,1,1,1,1,1] as all values are common in both tables

  • Answered by AI
  • Q4. SSIS Package creation.
  • Q5. Latest project explanation
  • Ans. 

    Developed a web application for tracking and managing project tasks

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

    • Incorporated authentication and authorization features for user security

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

(6 Questions)

  • Q1. What is difference between SQL and NoSQL
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases are table-based, NoSQL databases are document, key-value, graph, or wide-column stores

    • SQL databases use structured query language for defining and manipulating data, NoSQL databases use different query languages

    • SQL databases are vertically scalable, NoSQL databases are horizontally scalable

    • SQL databa...

  • Answered by AI
  • Q2. Why is NoSQL better then SQL
  • Ans. 

    NoSQL is better for handling unstructured data, providing scalability and flexibility.

    • NoSQL databases are better suited for handling unstructured data like social media posts, user-generated content, and IoT data.

    • NoSQL databases provide better scalability as they can easily distribute data across multiple servers, allowing for horizontal scaling.

    • NoSQL databases offer more flexibility in terms of data model, allowing fo...

  • Answered by AI
  • Q3. Explain the data pipeline you have worked on.
  • Ans. 

    Designed and implemented a real-time data pipeline for processing and analyzing user behavior data.

    • Used Apache Kafka for real-time data streaming

    • Utilized Apache Spark for data processing and analysis

    • Implemented data transformations and aggregations using Scala

    • Stored processed data in a data warehouse like Amazon Redshift

    • Built monitoring and alerting systems to ensure data pipeline reliability

  • Answered by AI
  • Q4. Managing team
  • Q5. What will you do if you have conflict with your manager.
  • Ans. 

    I would address the conflict directly and professionally, seeking to understand the root cause and find a mutually beneficial solution.

    • Schedule a private meeting with the manager to discuss the conflict

    • Listen actively to the manager's perspective and express your own calmly

    • Seek to find common ground and propose potential solutions

    • If necessary, involve HR or a mediator to help resolve the conflict

  • Answered by AI
  • Q6. What do you love to do when you are free
  • Ans. 

    I love to spend my free time hiking, reading, and trying out new recipes in the kitchen.

    • Hiking in the mountains or local trails

    • Reading fiction and non-fiction books

    • Experimenting with new recipes and cooking techniques

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare best for SQL related questions.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude test for roughly around, 30-40 mins. Easy test.

Round 2 - Coding Test 

Coding test on mettle. Good Data structure questions.

Round 3 - Technical 

(5 Questions)

  • Q1. Basic Android questions like DI, MVVM, Clean architecture.
  • Q2. What is MVVM and design patterns
  • Ans. 

    MVVM is a design pattern that separates the UI from the business logic, promoting code reusability and maintainability.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View is the UI components that the user interacts with

    • ViewModel acts as a mediator between the Model and View, handling user inputs and updating the Model

    • Design patterns are reusable solutions to common problems in software...

  • Answered by AI
  • Q3. Explain Clean Architecture
  • Ans. 

    Clean Architecture is a software design approach that separates concerns and enforces a clear structure for code organization.

    • Clear separation of concerns between different layers (e.g. presentation, domain, data)

    • Dependency Rule: inner layers should not depend on outer layers

    • Use of interfaces to define boundaries between layers

    • Focus on testability and maintainability

    • Examples: Hexagonal Architecture, Onion Architecture

  • Answered by AI
  • Q4. Explain solid principles
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be re...

  • Answered by AI
  • Q5. Intents in android
  • Ans. 

    Intents in Android are messaging objects used to request an action from another app component.

    • Intents are used to start activities, services, and broadcast receivers in Android.

    • There are two types of intents: explicit intents and implicit intents.

    • Explicit intents specify the component to start by name, while implicit intents specify the action to perform.

    • Example: Intent intent = new Intent(this, SecondActivity.class);

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Length based question on train and pole, classic apti question from mettl were asked

Round 2 - Coding Test 

Find longest repeated char from a string with count eg aaabbaa

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

I was interviewed before Jan 2021.

Round 1 - Aptitude Test 

10 min aptitude test

Round 2 - Coding Test 

3 coding problem to solve on hackerrank

Round 3 - Coding Test 

Multiple choice test

Round 4 - Technical 

(1 Question)

  • Q1. Technical interview
Round 5 - HR 

(1 Question)

  • Q1. HR discussion and salary negotiations

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL questions, Sql scenario based questions, & Python, pyspark, batabricks questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics well, based on your work experience and year of experience questions will be asked, be ready for scenario based questions as well.
Contribute & help others!
anonymous
You can choose to be anonymous

OpenBet Interview FAQs

How many rounds are there in OpenBet Senior Software Engineer interview?
OpenBet interview process usually has 1 rounds. The most common rounds in the OpenBet interview process are Technical.
How to prepare for OpenBet Senior Software 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 OpenBet. The most common topics and skills that interviewers at OpenBet expect are Hibernate, Javascript, Linux, MySQL and PHP.
What are the top questions asked in OpenBet Senior Software Engineer interview?

Some of the top questions asked at the OpenBet Senior Software Engineer interview -

  1. SetTimeout javascript questi...read more
  2. Main window object struct...read more

Recently Viewed

INTERVIEWS

Sandvine

No Interviews

INTERVIEWS

Quest Global

No Interviews

INTERVIEWS

Boeing

No Interviews

INTERVIEWS

Sandvine

No Interviews

INTERVIEWS

Elsevier

No Interviews

INTERVIEWS

Boeing

No Interviews

INTERVIEWS

Boeing

No Interviews

INTERVIEWS

Boeing

No Interviews

DESIGNATION

DESIGNATION

Tell us how to improve this page.

OpenBet Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
OpenBet Senior Software Engineer Salary
based on 11 salaries
₹14.5 L/yr - ₹25 L/yr
38% more than the average Senior Software Engineer Salary in India
View more details

OpenBet Senior Software Engineer Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

2.5

Skill development

4.0

Work-life balance

3.0

Salary

1.0

Job security

3.5

Company culture

1.5

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Quality Assurance Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Quality Assurance Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare OpenBet with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Delta Corp

3.9
Compare

Sugal & Damani

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