Upload Button Icon Add office photos

Filter interviews by

OpenBet Interview Questions and Answers

Updated 9 Jan 2025
Popular Designations

OpenBet Interview Experiences

3 interviews found

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

I applied via Campus Placement 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
  • Ans. 

    C++ is a statically typed language with manual memory management, while Java is a dynamically typed language with automatic memory management.

    • C++ is compiled directly to machine code, while Java is compiled to bytecode and runs on a virtual machine.

    • C++ supports multiple inheritance, while Java only supports single inheritance through interfaces.

    • C++ allows for pointer arithmetic and direct memory manipulation, while Jav...

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

(2 Questions)

  • Q1. SetTimeout javascript questions
  • Ans. 

    setTimeout is a JavaScript function that executes a function after a specified delay in milliseconds.

    • setTimeout(callback, delay) - Executes 'callback' after 'delay' milliseconds.

    • Example: setTimeout(() => console.log('Hello'), 1000); // Logs 'Hello' after 1 second.

    • Can be used for creating delays in animations or API calls.

    • Returns a timeout ID that can be used with clearTimeout to cancel the timeout.

    • Example: const tim...

  • Answered by AI
  • Q2. Main window object structure

Interview Preparation Tips

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

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Initial HR assessment, with one-on-one round with team member followed by Managerial round

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about OpenBet?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Shine and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and personal aspirations.

    • Desire for professional growth: I'm looking to expand my skill set and take on more leadership responsibilities.

    • Seeking a better cultural fit: My current company has a different work culture than what I thrive in; I value collaboration and innovation.

    • Interest in new technologies: I'm eager to work with cutti...

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?
  • Ans. 

    In five years, I envision myself as a lead engineer, driving innovative projects and mentoring the next generation of developers.

    • I aim to lead a team on impactful projects, such as developing scalable applications that enhance user experience.

    • I plan to deepen my expertise in emerging technologies like AI and machine learning, contributing to cutting-edge solutions.

    • I aspire to mentor junior engineers, sharing knowledge ...

  • Answered by AI
  • Q3. What are your strengths and weaknesses?
  • Ans. 

    I excel in problem-solving and collaboration, but I sometimes struggle with delegation and over-committing to projects.

    • Strength: Strong problem-solving skills, demonstrated by successfully debugging complex issues in a high-pressure environment.

    • Strength: Excellent collaboration, as seen in my role leading cross-functional teams to deliver projects on time.

    • Weakness: Difficulty in delegation, which I am addressing by men...

  • Answered by AI
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Oops conceps, most used design patterns,Solod principles and basic array programs

I applied via Naukri.com and was interviewed before Sep 2019. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. IQ Test
  • Q2. Machine Test
  • Q3. Face To Face

Interview Preparation Tips

Interview preparation tips for other job seekers - basically there are 3 rounds:-
1. IQ Test
2. Machine Test
3. Face to Face

IQ Test is not so tough but prepare well Machine Test
Machine Test Question are like :-
Q.1 - We declare a variable in C++ like "is_this_a_variable" and in Java like "IsThisAVariable". There is underscore in between every word and first alphabet of every word is in lowercase in C++ and in Java first alphabet is in capital without underscore. Create a program in which if user input a string in a C++ variable format it will convert the input in java variable format.

Q2. Count the frequency of a string.
user input string - pqhphi
output-
p - 2
q - 1
h - 2
i - 1

Be strong in algorithms and data structure.

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: Questions about DS , CN and basic resume

Round: Technical Interview
Experience: Questions about RT OS and memory mapping. And other operating system related questions.
Projects done so far.

I appeared for an interview in Aug 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of C
  • Q2. Puzzles on data structures
  • Q3. Asked on project
  • Q4. C basics
  • Q5. 3 basic and simple codes
  • Q6. Family background
  • Q7. How was technical interviews
  • Q8. Why should we not hire you
  • Ans. 

    I lack experience in a specific technology required for the role.

    • I may not have experience with a specific programming language or framework mentioned in the job description.

    • I may not have worked on projects similar to what your company is working on.

    • I may not have experience with certain tools or technologies that are crucial for the role.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was just mcq questions but had negative marking
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: It was cool and interactive round and was fun

Round: Technical Interview
Experience: It was interesting but I fumbled a little

Round: HR Interview
Experience: It was ok

College Name: Cummins College Of Engineering For Women (CCOEW)
Are these interview questions helpful?

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

14 Questions

  • Q1. Four people and torch problem?
  • Q2. What is the difference between AC and DC?
  • Ans. 

    AC and DC are two types of electrical current with different characteristics.

    • AC stands for Alternating Current, while DC stands for Direct Current.

    • AC periodically changes direction, while DC flows in one direction.

    • AC is commonly used in household electrical systems, while DC is used in batteries and electronic devices.

    • AC can be easily transformed to different voltage levels using transformers, while DC requires convert...

  • Answered by AI
  • Q3. Fill the cells in the pyramid?
  • Ans. 

    Fill the cells in the pyramid

    • The pyramid is a pattern of numbers or characters arranged in a triangular shape

    • Each row of the pyramid has one more cell than the previous row

    • Start filling the pyramid from the top and move downwards

    • The cells can be filled with any desired numbers or characters

  • Answered by AI
  • Q4. What is alternator and generator?
  • Ans. 

    An alternator and generator are devices that convert mechanical energy into electrical energy.

    • Both alternators and generators are used to generate electricity.

    • They work on the principle of electromagnetic induction.

    • Alternators are commonly used in modern vehicles to charge the battery and power the electrical systems.

    • Generators are often used as backup power sources during power outages.

    • Examples of alternators include ...

  • Answered by AI
  • Q5. What is the complexity of quick sort?
  • Ans. 

    Quick sort has an average and worst-case time complexity of O(n log n).

    • Quick sort is a divide-and-conquer algorithm.

    • It selects a pivot element and partitions the array around the pivot.

    • The average and worst-case time complexity is O(n log n).

    • However, in the worst-case scenario, it can have a time complexity of O(n^2).

  • Answered by AI
  • Q6. What are interesting u did?
  • Ans. 

    I developed a mobile app for tracking daily water intake and hydration levels.

    • Researched best practices for hydration tracking

    • Designed user-friendly interface for inputting water intake

    • Implemented data visualization for tracking hydration levels

    • Tested app with focus groups for feedback

    • Continuously updated app based on user suggestions

  • Answered by AI
  • Q7. Explain SHA Algorithm?
  • Ans. 

    SHA Algorithm is a cryptographic hash function that takes an input and produces a fixed-size output.

    • SHA stands for Secure Hash Algorithm.

    • It is widely used in various security applications and protocols.

    • SHA-1, SHA-256, SHA-384, and SHA-512 are common variants of SHA.

    • It generates a unique hash value for each unique input.

    • The output is a fixed length, regardless of the input size.

    • SHA is used for data integrity, password h...

  • Answered by AI
  • Q8. 5 heads and two tails, separate into two groups such that two groups should have equal number of tails?
  • Q9. Delete a node in linked list?
  • Ans. 

    To delete a node in a linked list, we need to adjust the pointers of the previous node and the next node.

    • Find the node to be deleted

    • Adjust the pointers of the previous node and the next node

    • Free the memory of the deleted node

  • Answered by AI
  • Q10. Tell me about yourself?
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodologies...

  • Answered by AI
  • Q11. What are the challenges you faced in the interns?
  • Ans. 

    As an intern supervisor, I faced challenges in terms of communication, technical skills, and time management.

    • Communication barriers due to language or cultural differences

    • Lack of technical skills or knowledge required for the job

    • Difficulty in managing time and meeting deadlines

    • Inability to work independently or as part of a team

    • Resistance to feedback or constructive criticism

    • Limited exposure to real-world scenarios and...

  • Answered by AI
  • Q12. Preference of job place?
  • Ans. 

    I prefer a job place that offers a collaborative and innovative work environment.

    • Prefer a workplace that encourages teamwork and communication

    • Value opportunities for learning and growth

    • Seek a company that fosters creativity and innovation

  • Answered by AI
  • Q13. How will you solve the disputes?
  • Ans. 

    I will solve disputes by promoting open communication, active listening, and finding mutually beneficial solutions.

    • Encourage open and honest communication between parties involved

    • Actively listen to each party's concerns and perspectives

    • Identify common goals and interests to find mutually beneficial solutions

    • Mediate discussions and facilitate negotiations if necessary

    • Document agreements and ensure follow-up to prevent f...

  • Answered by AI
  • Q14. What is your view about Qualcomm?
  • Ans. 

    Qualcomm is a leading semiconductor and telecommunications equipment company.

    • Qualcomm is known for its expertise in wireless technologies and mobile chipsets.

    • They have developed popular Snapdragon processors used in smartphones and tablets.

    • Qualcomm has made significant contributions to the advancement of 5G technology.

    • The company has a strong patent portfolio and is involved in licensing its technology to other manufac...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Simple aptitude questions and technical questions which includes OOPS, Computer networks
Duration: 1 hour 25 minutes
Total Questions: 50

College Name: IIT Madras

Skills evaluated in this interview

I appeared for an interview in Dec 2016.

Interview Questionnaire 

4 Questions

  • Q1. Simple algorithm coding questions, e.g.- fibonacci, prime number
  • Q2. Some hardware questions
  • Q3. Networking questions and some others
  • Q4. Intro, strength, weakness, why we hire you, etc. common HR questions

Interview Preparation Tips

College Name: IIT Kharagpur

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Write a code for scheduling in C
  • Ans. 

    Code for scheduling in C

    • Define a struct for the task with fields like start time, end time, priority, etc.

    • Create an array of tasks and sort them based on priority and start time

    • Implement a scheduling algorithm like Round Robin or Priority Scheduling

    • Use system calls like fork() and exec() to create and execute processes

    • Implement synchronization mechanisms like semaphores or mutexes to avoid race conditions

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 3 sections.Aptitude,C programming,Software / Communication / Hardware
Tips: U should be very fast while solving.Aptitude is normal.C programming qsns mainly consists of simple C like trees,arrays,sorting etc.I chose software for 3rd section as I wanted software profile .It has qsns based on OS(little bit linux),Data structures and Algorithms.
Duration: 2 hours
Total Questions: 60

Round: Technical Interview
Experience: Just asked me qsns related to Data structures
Tips: Solve sums in geeksforgeeks

Round: HR Interview
Experience: Its for fun.HR talks about unrelated things :P .If u got selected for HR,then u are selected for job.

College Name: IIT Kharagpur

Skills evaluated in this interview

OpenBet Interview FAQs

How many rounds are there in OpenBet interview?
OpenBet interview process usually has 1-2 rounds. The most common rounds in the OpenBet interview process are Technical, One-on-one Round and Coding Test.
How to prepare for OpenBet 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 Javascript, HTML, PHP, Linux Administration and XML.
What are the top questions asked in OpenBet interview?

Some of the top questions asked at the OpenBet interview -

  1. Explanation of Difference between C++ and J...read more
  2. SetTimeout javascript questi...read more
  3. Main window object struct...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.9k Interviews
Nagarro Interview Questions
4.0
 • 792 Interviews
FIS Interview Questions
3.9
 • 502 Interviews
Dell Interview Questions
3.9
 • 405 Interviews
Quest Global Interview Questions
3.6
 • 325 Interviews
NeoSOFT Interview Questions
3.6
 • 279 Interviews
Qualcomm Interview Questions
3.8
 • 270 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
FactSet Interview Questions
3.8
 • 216 Interviews
View all

OpenBet Reviews and Ratings

based on 28 reviews

2.9/5

Rating in categories

2.8

Skill development

3.7

Work-life balance

3.0

Salary

1.9

Job security

2.9

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 28 Reviews and Ratings
Senior Network Engineer

Bangalore / Bengaluru

25-30 Yrs

Not Disclosed

Explore more jobs
Software Quality Assurance Engineer
19 salaries
unlock blur

₹9.2 L/yr - ₹13 L/yr

Senior Software Quality Assurance Engineer
14 salaries
unlock blur

₹12.1 L/yr - ₹16.9 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹14.5 L/yr - ₹25 L/yr

Software Engineer
13 salaries
unlock blur

₹10.4 L/yr - ₹17 L/yr

L2 Network Engineer
6 salaries
unlock blur

₹20.1 L/yr - ₹33 L/yr

Explore more salaries
Compare OpenBet with

Teleperformance

3.9
Compare

Optum Global Solutions

4.0
Compare

FIS

3.9
Compare

Nagarro

4.0
Compare
write
Share an Interview