AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

This company page is being actively managed by EVRY India Team. If you also belong to the team, you can get access from here

EVRY India Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 270 Reviews

Play video Play video Video summary
  • About
  • Reviews
    270
  • Salaries
    1.5k
  • Interviews
    18
  • Jobs
    24
  • Benefits
    27
  • Photos
    3

Filter interviews by

EVRY India Executive Accountant Interview Questions and Answers

Updated 9 Aug 2023

EVRY India Executive Accountant Interview Experiences

1 interview found

Executive Accountant Interview Questions & Answers

user image Lovely Thakur

posted on 4 Nov 2021

Interview Questionnaire 

3 Questions

  • Q1. Introduction, Job related
  • Add your answer
  • Q2. About Previous company
  • Add your answer
  • Q3. Good work, but sometimes political issue
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good company for engineering but a lot of politics
Anonymous

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 EVRY India?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Executive Accountant Interview Questions & Answers

Luxoft user image Ragavendra P

posted on 10 Nov 2021

Interview Questionnaire 

9 Questions

  • Q1. P2P cycle and Accounts payable related
  • Add your answer
  • Q2. Purchase requisition
  • Add your answer
  • Q3. Request for quotation
  • Add your answer
  • Q4. Quotation confirmation
  • Add your answer
  • Q5. Purchase order
  • Add your answer
  • Q6. Goods receipt
  • Add your answer
  • Q7. Invoice receipt
  • Add your answer
  • Q8. Invoice verification
  • Add your answer
  • Q9. Payment to Vendor
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very easy if you are good in basic Accounts and Accounts payable
Anonymous

Executive Accountant Interview Questions Asked at Other Companies

asked in AuthBridge Research Services
Q1. What is the file extension created by TDS Return software?
View answers (4)
asked in Samman Lal Sher Singh Papers
Q2. What is P2P cycle , 3 way match , and what will you do if Approva ... read more
View answers (4)
asked in The Institute Of Chartered Accountants
Q3. What is the HSN code if the annual turnover is more than 1.5 cror ... read more
View answers (5)
asked in Samman Lal Sher Singh Papers
Q4. What is the journal entry when you receive invoices?
View answers (6)
asked in The Institute Of Chartered Accountants
Q5. What is the shortcut key in Excel to repeat the last action?
View answers (4)
View All
company Logo

Software Developer Interview Questions & Answers

TEKsystems user image Shreeya

posted on 25 Aug 2015

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects involving web development and data analysis.

    • I am proficient in Java and Python programming languages.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
    Add your answer
  • Q2. Do you know anything about DBMS? Where is it used?
  • Ans. 

    DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.

    • DBMS is used in various industries such as healthcare, finance, education, and more.

    • It helps in creating, modifying, and deleting data in a database.

    • DBMS provides security features to protect data from unauthorized access.

    • Examples of DBMS include MySQL, Oracle, Microsoft SQL Server, and PostgreSQL.

  • Answered by AI
    Add your answer
  • Q3. Practical example of object
  • Ans. 

    An object is a self-contained entity that contains data and behavior.

    • Objects are instances of classes

    • They have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Example: A car object has attributes like color, make, and model, and methods like start and stop

  • Answered by AI
    Add your answer
  • Q4. Practical implementation of sorting
  • Ans. 

    Sorting is the process of arranging data in a particular order.

    • Sorting can be done in ascending or descending order.

    • Common sorting algorithms include bubble sort, insertion sort, and quicksort.

    • Sorting can be done on various data types, including strings, numbers, and objects.

    • Sorting can be done using built-in functions in programming languages such as sort() in JavaScript.

    • Sorting can be optimized for performance by cho...

  • Answered by AI
    Add your answer
  • Q5. Difference between C and C++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance than C.

    • C++ has a larger standard library than C.

    • C++ allows function overloading while C does not.

    • C++ supports exception handling while C does not.

  • Answered by AI
    Add your answer
  • Q6. Tell me about yourself
  • Ans. 

    I am a software developer with experience in Java and Python. I am passionate about coding and always eager to learn new technologies.

    • Experienced in Java and Python

    • Passionate about coding

    • Eager to learn new technologies

  • Answered by AI
    Add your answer
  • Q7. Will your family allow you to move to Hyderabad
  • Ans. 

    Yes, my family is supportive of my career and relocation decisions.

    • My family understands the importance of career growth and is supportive of my decisions.

    • We have discussed the possibility of relocation and they are willing to make the necessary adjustments.

    • They trust my judgment and believe that this move will be beneficial for my career.

    • We have also considered the quality of life in Hyderabad and believe that it will...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Round: Test
Experience: Level was pretty high in case of Quant. You not only need a lot of practice but also practice of some really good questions.
Other than quant all the other sections are easy and direct.
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: They give 10 mins to think about the topic and 20 mins for discussion. Main purpose is to check your communication skills so keep on discussing . Even if you can't think of any new point repeat your points
Duration: 20 minutes

Round: Technical Interview
Experience: There were many other questions other than this but what they were emphasizing was whether you have done any practical implementation of IT or the coding skills. Tell them about your projects and how you implemented the coding part.They are much interested in logic than syntax.
Since I'm from ECE these were the main things I talked about.

Round: HR Interview
Experience: It was much of an interactive session.They again asked about projects-nothing technical only some basic idea. Lasted hardly 10 mins.

Round: Other Interview
Experience: In this round they mainly explained the salary structure. This one too was of 10 mins.

General Tips: Even if you don't have excellent coding knowledge do appear for the company. They are not looking for same qualities in each candidate. You should be willing enough to learn.
Skills: Aptitude, Communication Skills, Basic Technical Knowledge-mainly emphasized on the implementation part.
College Name: NIT Bhopal
Motivation: The company dates back to 1983 with locations in almost every US state. It is the 43rd company in Fortune 100 US companies. You have options to switch within the departments. Other than this the compensation is 6lpa.

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

ITC Infotech user image Anonymous

posted on 14 May 2018

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Add your answer
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Add your answer
  • Q3. Problem based on oops and SQL queries outputs
  • Add your answer
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up
  • Add your answer

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Tietoevry user image Hardik Kheni

posted on 5 Nov 2019

I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was called for Oracle APEX developer role. So I am supposed to expose my Oracle APEX experience first of all.
  • Add your answer
  • Q2. All PL/SQL fundamentals and Written test on coding in PLSQL
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and stay confident.
Anonymous
company Logo

Software Developer Interview Questions & Answers

HTC Global Services user image Anonymous

posted on 7 Jan 2020

Interview Questionnaire 

1 Question

  • Q1. Exam was conducted on programmes. 10 questions were asked
  • Add your answer
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Globant user image Anonymous

posted on 13 Jun 2021

I applied via LinkedIn and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics Of JS
  • Add your answer
Anonymous
Are these interview questions helpful?
company Logo

Software Engineer Interview Questions & Answers

HTC Global Services user image ARUN PRASATH JAYABAL

posted on 15 Jul 2022

I applied via Approached by Company and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic programming questions

Round 2 - HR 

(1 Question)

  • Q1. Salary and self intro discussion
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic interview questions and self intro
Anonymous
company Logo

Software Developer Interview Questions & Answers

Collabera Technologies user image Anonymous

posted on 3 Feb 2021

Interview Questionnaire 

1 Question

  • Q1. Interview questions on .net technology
  • Add your answer
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Tietoevry user image Anonymous

posted on 4 Jan 2022

I applied via Walk-in and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Database concepts
  • Add your answer
  • Q2. Engineering achievements
  • Add your answer
  • Q3. Project for final year
  • Ans. 

    Developed a web-based project management system for a construction company.

    • Used PHP and MySQL for backend development.

    • Implemented a responsive UI using Bootstrap and jQuery.

    • Incorporated features such as task assignment, progress tracking, and document management.

    • Conducted user testing and made improvements based on feedback.

    • Completed the project within the given timeline and budget.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be good in communication skills ,need to be confident






















Anonymous
More about working at EVRY India
  • HQ - Bangalore/Bengaluru, Karnataka, India
  • IT Services & Consulting
  • 1k-5k Employees (India)
  • Software Product

Tell us how to improve this page.

EVRY India Interviews By Designations

  • EVRY India Test Lead Interview Questions
  • EVRY India Software Engineer Interview Questions
  • EVRY India Software Developer Interview Questions
  • EVRY India Software Engineer Trainee Interview Questions
  • EVRY India Computer Operator Interview Questions
  • EVRY India Senior Business Analyst Interview Questions
  • EVRY India System Engineer Interview Questions
  • EVRY India Intern Interview Questions
  • Show more
  • EVRY India Executive Accountant Interview Questions
  • EVRY India Area Sales Manager Interview Questions

Interview Questions from Similar Companies

ITC Infotech
ITC Infotech Interview Questions
3.7
 • 377 Interviews
Globant
Globant Interview Questions
3.7
 • 184 Interviews
ThoughtWorks
ThoughtWorks Interview Questions
3.9
 • 158 Interviews
HTC Global Services
HTC Global Services Interview Questions
3.5
 • 148 Interviews
Collabera Technologies
Collabera Technologies Interview Questions
3.4
 • 135 Interviews
Luxoft
Luxoft Interview Questions
3.6
 • 128 Interviews
TEKsystems
TEKsystems Interview Questions
3.3
 • 125 Interviews
HERE Technologies
HERE Technologies Interview Questions
3.8
 • 99 Interviews
T-Systems ICT India
T-Systems ICT India Interview Questions
3.8
 • 97 Interviews
Tietoevry
Tietoevry Interview Questions
4.2
 • 97 Interviews
View all
EVRY India Executive Accountant Salary
based on 4 salaries
₹3.6 L/yr - ₹7.8 L/yr
60% more than the average Executive Accountant Salary in India
View more details

EVRY India Executive Accountant Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
EVRY India Salaries in India
Senior Software Engineer
219 salaries
unlock blur

₹12.7 L/yr - ₹23 L/yr

Software Engineer
144 salaries
unlock blur

₹4.6 L/yr - ₹10 L/yr

Team Lead
100 salaries
unlock blur

₹18.7 L/yr - ₹33.2 L/yr

Senior Test Engineer
59 salaries
unlock blur

₹10.5 L/yr - ₹19.5 L/yr

Test Lead
42 salaries
unlock blur

₹14.1 L/yr - ₹25.6 L/yr

Explore more salaries
Compare EVRY India with
ITC Infotech

ITC Infotech

3.7
Compare
HTC Global Services

HTC Global Services

3.5
Compare
Exela Technologies

Exela Technologies

3.3
Compare
HERE Technologies

HERE Technologies

3.8
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • EVRY India Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter