Upload Button Icon Add office photos

Filter interviews by

OpenBet Software Engineer Interview Questions and Answers

Updated 9 Jan 2025

OpenBet Software Engineer Interview Experiences

1 interview found

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

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two coding questions were asked of leetcode medium level array and string questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Matrix related basic coding question was asked
  • Q2. Explanation of Difference between C++ and Java

Interview questions from similar companies

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

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

Write code to return the maximum profit by buying and selling stocks using available money

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Event Loop In NodeJS?
  • Ans. 

    Event Loop in NodeJS is a mechanism that allows NodeJS to perform non-blocking I/O operations by offloading operations to the system kernel.

    • Event Loop is responsible for handling asynchronous operations in NodeJS.

    • It allows NodeJS to perform multiple operations concurrently without blocking the execution.

    • Event Loop continuously checks the event queue for any pending tasks and executes them in a non-blocking manner.

    • Examp...

  • Answered by AI
  • Q2. What is Cluster ?
  • Ans. 

    A cluster is a group of interconnected computers that work together to perform a task or provide a service.

    • Clusters are used to improve performance, scalability, and availability of applications.

    • They can be categorized into different types such as high availability clusters, load balancing clusters, and parallel processing clusters.

    • Examples of clusters include Hadoop clusters for big data processing and Kubernetes clus

  • Answered by AI
Round 2 - Coding Test 

Implement TODO List with ReactJS

Interview Preparation Tips

Topics to prepare for ValueLabs Software Engineer interview:
  • Node.Js
  • Reactjs
Interview preparation tips for other job seekers - Please prepare more on Nodejs if you are going for full stack engineer role and Brush up concepts on SOLID Priciples

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Concepts of node and Js
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Developed by Google

    • Used for building single-page web applications

    • Uses TypeScript for building applications

    • Supports two-way data binding

    • Has a component-based architecture

  • Answered by AI
  • Q2. What is Data binding
  • Ans. 

    Data binding is the process of connecting data sources to user interface elements in a software application.

    • Data binding allows for automatic synchronization of data between the source and the target UI element.

    • It eliminates the need for manual updating of UI elements when the data changes.

    • Examples include binding a database query result to a table in a web application or binding a model property to a text box in a des

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why u r choosing the company

Skills evaluated in this interview

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

There should be 2 coding questions we have to solve that

Round 2 - Technical 

(1 Question)

  • Q1. They ask dsa questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Group Discussion 

Group discussion what is the company role

Round 3 - HR 

(15 Questions)

  • Q1. What about the company
  • Q2. What is purpose of work
  • Ans. 

    The purpose of work is to achieve personal and professional goals while contributing to the success of the organization.

    • Work provides financial stability and security

    • Work helps individuals develop skills and gain experience

    • Work allows individuals to contribute to society and make a difference

    • Work provides a sense of purpose and fulfillment

    • Work helps individuals achieve personal and professional goals

    • Examples: earning a...

  • Answered by AI
  • Q3. And how to job choosing
  • Q4. How to company growth in u r hand
  • Q5. How much expections salary in company
  • Q6. What is ur skills vth project knowledge
  • Q7. What is job role in company
  • Q8. How to develop u r project
  • Ans. 

    Developing a project involves planning, designing, coding, testing, and deploying.

    • Start with defining the project requirements and goals.

    • Create a project plan and timeline.

    • Design the architecture and database schema.

    • Write clean and maintainable code.

    • Test the application thoroughly.

    • Deploy the application to production.

    • Continuously monitor and improve the application.

    • Use version control and collaborate with team members.

    • ...

  • Answered by AI
  • Q9. What is the company reputation
  • Q10. Who are suggest this company
  • Q11. How much u r work experience
  • Q12. What is ur strength and weekness
  • Q13. What's the going on company in u r mind
  • Q14. What is the wrk employees in this company
  • Q15. That's is enough sir

Interview Preparation Tips

Interview preparation tips for other job seekers - Good option in our work, 😊 good job , full confidence, don't panic. That's it sir.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is DSA used for?
  • Ans. 

    DSA is used for efficient data organization and manipulation in computer algorithms.

    • DSA stands for Data Structures and Algorithms

    • It is used to optimize the performance of computer algorithms

    • DSA helps in efficient data organization and manipulation

    • Examples of DSA include arrays, linked lists, trees, graphs, and sorting algorithms

  • Answered by AI
  • Q2. What is programming language used for?
  • Ans. 

    Programming languages are used to write instructions for computers to execute tasks and solve problems.

    • Programming languages are used to create software applications, websites, and games.

    • They are used to automate tasks and processes, such as data analysis and machine learning.

    • Programming languages are also used in scientific research, financial analysis, and engineering.

    • Examples of programming languages include Java, P

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

OpenBet Interview FAQs

How many rounds are there in OpenBet Software Engineer interview?
OpenBet interview process usually has 2 rounds. The most common rounds in the OpenBet interview process are Coding Test and Technical.
How to prepare for OpenBet 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 Maven, Agile, Distribution System, JIRA and Manual Testing.
What are the top questions asked in OpenBet Software Engineer interview?

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

  1. Explanation of Difference between C++ and J...read more
  2. Matrix related basic coding question was as...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 OpenBet interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Fast track your campus placements

View all
OpenBet Software Engineer Salary
based on 11 salaries
₹10.4 L/yr - ₹17 L/yr
68% more than the average Software Engineer Salary in India
View more details
Software Quality Assurance Engineer
21 salaries
unlock blur

₹9.2 L/yr - ₹12.5 L/yr

Senior Software Quality Assurance Engineer
12 salaries
unlock blur

₹12.1 L/yr - ₹17.6 L/yr

Software Engineer
11 salaries
unlock blur

₹10.4 L/yr - ₹17 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹14.5 L/yr - ₹25 L/yr

Associate Software Engineer
5 salaries
unlock blur

₹8.8 L/yr - ₹11.3 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

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