Upload Button Icon Add office photos

Everi India

Compare button icon Compare button icon Compare

Filter interviews by

Everi India Interview Questions and Answers

Updated 18 Jun 2025
Popular Designations

Everi India Interview Experiences

8 interviews found

fresher Interview Questions & Answers

user image Anonymous

posted on 18 May 2024

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

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

Round 1 - Coding Test 

Basic coding question along with MCQ question

Round 2 - Technical 

(4 Questions)

  • Q1. Javascript, DSA, nodejs, sql
  • Q2. What is promise in javascript
  • Ans. 

    Promise in JavaScript is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • A promise can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() method to handle success and failure cases.

    • Example: const myPromise = new Promise((resolve, reject) => { ... });

  • Answered by AI
  • Q3. DSA - Retrieve duplicate character from given string
  • Ans. 

    Use a hashmap to keep track of characters and their counts, then retrieve characters with count > 1.

    • Create a hashmap to store characters and their counts

    • Iterate through the string and update the counts in the hashmap

    • Retrieve characters with count > 1 from the hashmap

  • Answered by AI
  • Q4. SQL- write a syntax to create table
  • Ans. 

    SQL syntax to create a table

    • Use CREATE TABLE statement

    • Specify table name and column names with data types

    • Add constraints like primary key, foreign key, etc. if needed

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary and location discussion with few aptitude questions

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Trusted work and women useful this work
  • Q2. This work work from home
  • Q3. I want this job to take good care of my family
  • Q4. This work confirm sir

Interview Preparation Tips

Interview preparation tips for other job seekers - This work iam interest work
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 - Coding Test 

Core java related questions

Round 3 - Technical 

(1 Question)

  • Q1. Agile process related stlc related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Angular architecture is what
  • Ans. 

    Angular architecture is a framework for building dynamic web applications using components, services, and modules.

    • Component-based architecture: Angular applications are built using components, which encapsulate the view and behavior.

    • Modules: Angular uses NgModules to organize an application into cohesive blocks of functionality, e.g., AppModule.

    • Services and Dependency Injection: Services provide reusable business logic...

  • Answered by AI
  • Q2. About jwt token asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. About authentication
  • Q2. Topic About their project related requirements

Trainee Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I appeared for an interview before Apr 2023.

Round 1 - Aptitude Test 

Aptitude & Coding related MCQs

Round 2 - Technical 

(2 Questions)

  • Q1. Problem solving Qs
  • Q2. Qs on topics mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Discussion related to location & compensation

I applied via Approached by Company and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. C# Fundamentals to Advanced
  • Q2. WPF & MVVM Fundamentals
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design Patterns & Solid Principles
  • Q2. Find an answer to a Puzzle.
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Everi India Associate Software Engineer interview:
  • C#.Net
  • solid principles
  • GOF
  • Design Patterns
Interview preparation tips for other job seekers - EVERI is a Vegas-based Product Company leading scorer in Casino Industry. Interviews are unique in their own way. They used to share their screen instead of us, display us few questions, we have to give answers and have to explain the answer. We should have a positive attitude towards the interview.

I decided to join here, just by their way of interviews though I have offers with Microsoft, Infosys, Accenture, and Siemens. Now I am enjoying working here with a great team in Chennai. Flexi hours, friendly environment, Good Rise - What else we need? You will see your career growth just within 2 months of joining.
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. 1.Whats the advantages of agile model 2. What's the disadvantages of waterfall model 3.Test cases on drop-down,date,text box fields etc 4.Some problematic based questions
  • Ans. 

    Answering questions related to agile and waterfall models, test cases and problematic scenarios for Test Engineer role.

    • Agile model offers flexibility, faster feedback, continuous improvement, and customer satisfaction.

    • Waterfall model lacks flexibility, has a high risk of project failure, and doesn't allow for changes once development starts.

    • Test cases for drop-down, date, and text box fields should cover functionality,...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Everi India?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

Everi India Interview FAQs

How many rounds are there in Everi India interview?
Everi India interview process usually has 2-3 rounds. The most common rounds in the Everi India interview process are Technical, HR and One-on-one Round.
How to prepare for Everi India 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 Everi India. The most common topics and skills that interviewers at Everi India expect are Angular, C#, Node.Js, SQL and SQL Server.
What are the top questions asked in Everi India interview?

Some of the top questions asked at the Everi India interview -

  1. 1.Whats the advantages of agile model 2. What's the disadvantages of waterfall...read more
  2. DSA - Retrieve duplicate character from given str...read more
  3. Find an answer to a Puzz...read more
What are the most common questions asked in Everi India HR round?

The most common HR questions asked in Everi India interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Share details of your previous j...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

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

Interview Questions from Similar Companies

VDart Interview Questions
4.0
 • 29 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
Billennium Interview Questions
4.1
 • 12 Interviews
Solera Interview Questions
3.1
 • 12 Interviews
Belcan Interview Questions
3.7
 • 9 Interviews
View all

Everi India Reviews and Ratings

based on 35 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

4.1

Salary

3.6

Job security

4.0

Company culture

4.0

Promotions

3.7

Work satisfaction

Explore 35 Reviews and Ratings
Senior Software Engineer
63 salaries
unlock blur

₹12.1 L/yr - ₹21 L/yr

Software Engineer
51 salaries
unlock blur

₹9.7 L/yr - ₹18 L/yr

Senior Software Engineer 2
17 salaries
unlock blur

₹18 L/yr - ₹32 L/yr

Senior Software Engineer 1
14 salaries
unlock blur

₹9 L/yr - ₹14.6 L/yr

Senior Test Engineer
14 salaries
unlock blur

₹10.6 L/yr - ₹15.5 L/yr

Explore more salaries
Compare Everi India with

Primus Global Technologies

3.9
Compare

Saama Technologies

3.7
Compare

DISYS

3.1
Compare

Pitney Bowes

3.8
Compare
write
Share an Interview