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
    29
  • Benefits
    27
  • Photos
    3

Filter interviews by

EVRY India Software Developer Interview Questions and Answers

Updated 24 Jun 2024

EVRY India Software Developer Interview Experiences

2 interviews found

Software Developer Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2024

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

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Describe Oops concepts
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail...

  • Answered by AI
    Add your answer
  • Q2. Coding questions on loops and conditions
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2022

I appeared for an interview in Apr 2022.

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 - Technical 

(5 Questions)

  • Q1. Questions based on OOPS concepts
  • Add your answer
  • Q2. Should know SOLID Principles
  • Add your answer
  • Q3. Basic SQL queries. SQL functions, clauses etc.
  • Add your answer
  • Q4. Software design patterns in .Net core
  • Ans. 

    Software design patterns are reusable solutions to common software problems in .Net Core.

    • Design patterns help in creating maintainable, scalable and testable code.

    • Some popular design patterns in .Net Core are Singleton, Factory, Repository, and Dependency Injection.

    • Singleton pattern ensures only one instance of a class is created.

    • Factory pattern creates objects without exposing the instantiation logic to the client.

    • Rep...

  • Answered by AI
    Add your answer
  • Q5. Questions asked based on resume whatever we mentioned
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have knowledge of software design techniques, design patterns, OOPS concepts.
Database basic queries and functions.

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
View answers (43)
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
View answers (7)
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
View answers (4)
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
View answers (5)
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
View answers (2)
View All

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about EVRY India?
Ask anonymously on communities.

Interview questions from similar companies

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 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 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 Developer Interview Questions & Answers

ThoughtWorks user image Anonymous

posted on 2 Mar 2022

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

Round 1 - Assignment 
Round 2 - Coding Test 

DSA

Round 3 - Group Discussion 

About Social changes

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Add your answer
  • Q2. Very basic questions
  • Add your answer

Interview Preparation Tips

Topics to prepare for ThoughtWorks Software Developer interview:
  • DSA
Interview preparation tips for other job seekers - Prepare DSA well and be well with Hands-on in coding
Anonymous
company Logo

Software Developer Interview Questions & Answers

ThoughtWorks user image Anonymous

posted on 16 Sep 2021

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

We were supposed to give test in any time between 3 PM to 9 PM.

  • Q1. 

    Total Unique Paths Problem Statement

    You are located at point ‘A’, the top-left corner of an M x N matrix, and your target is point ‘B’, the bottom-right corner of the same matrix. Your task is to calcula...

  • Ans. 

    The problem involves finding the total number of unique paths from the top-left to bottom-right cell of a matrix by moving only right or down.

    • Use dynamic programming to solve the problem efficiently.

    • Create a 2D array to store the number of unique paths at each cell.

    • Initialize the first row and first column with 1 as there is only one way to reach them.

    • For each cell (i, j), the number of unique paths is the sum of paths...

  • Answered by AI
    Add your answer
  • Q2. 

    Subtree Node Count Problem

    We are provided with a tree containing 'N' nodes, numbered from 0 to N-1. The objective is to determine the total number of nodes within each subtree of the provided tree. Speci...

  • Ans. 

    Given a tree with N nodes, find the number of elements in each subtree rooted at every node.

    • Traverse the tree using Depth First Search (DFS) to calculate subtree sizes for each node.

    • Use an array to store subtree sizes for each node, starting with leaf nodes having size 1.

    • The subtree size of a node is the sum of subtree sizes of its children plus 1 for the node itself.

  • Answered by AI
    Add your answer
Round 2 - Face to Face 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

Pair Programming Interview( this round is similar to machine coding round) it started around 11 AM

Focus Areas: Problem solving and implementation of extensions.

The pair coding round is focused on OOPS concepts. You are paired with a TWer for this round. They let you code first for an hour and in the next hour they review your code and suggest changes which would improve the code structure, readability and make it modular and reusable and functional.
 

  • Q1. 

    River Crossing: Help Ninja Cross Over

    Ninja stands at the start of a wooden bridge over a river. Some segments of the bridge are damaged. The undamaged segments, marked as 'safe', are listed in an array S...

  • Ans. 

    Check if Ninja can cross the river by jumping from one safe segment to another based on given constraints.

    • Iterate through the 'SAFE' array and check if Ninja can make the required jumps to reach the last safe segment.

    • Ensure that the next jump is either 'X' - 1, 'X', or 'X' + 1 units from the previous jump.

    • Return 'true' if Ninja can successfully cross the river, otherwise return 'false'.

  • Answered by AI
    Add your answer
Round 3 - Face to Face 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

Students who were shortlisted from Pair Programming round was selected for this round around 3 PM. In this round there were two interviewer.

  • Q1. 

    Middle of a Linked List

    You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.

    If there is an odd number of elements, return the ...

  • Ans. 

    Return the middle element of a singly linked list, or the one farther from the head if there are even elements.

    • Traverse the linked list with two pointers, one moving twice as fast as the other

    • When the fast pointer reaches the end, the slow pointer will be at the middle

    • Return the element pointed to by the slow pointer

  • Answered by AI
    Add your answer

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaIt was for 2020 undergraduateThought Works interview preparation:Topics to prepare for the interview - Object Oriented Programming, System Design, Operating System, DBMS, Data Structures and Algorithms (Dynamic Programming, Trees, LinkedList)Time required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Have good grasp on OOPS since they have a round named Pair Programming round which is focused upon this. 
Tip 2 : Write clean, modular and functional code.
Tip 3 : Practice Data Structures and Algorithms
Tip 4 : You should know breadth and depth of whatever is mentioned in your resume.
Tip 5 : Be loud and clear.

Application resume tips for other job seekers

Tip 1 : Make single page resume.
Tip 2 : Mention relevant things on resume.
Tip 3 : Do not put any false things on resume. Projects, internships you are mentioning be ready to answer questions related to it regarding what you solved, idea, databases, design.
Tip 4 : Contribute in open source, participate in hackathons.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous
Are these interview questions helpful?
company Logo

Software Developer Interview Questions & Answers

T-Systems ICT India user image Anonymous

posted on 24 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What are the different types of views?
  • Ans. 

    Views in software development represent different ways to present data to users, enhancing user experience and interaction.

    • 1. Model View Controller (MVC): Separates application logic, user interface, and data. Example: Ruby on Rails.

    • 2. Model View ViewModel (MVVM): Facilitates two-way data binding. Example: WPF applications.

    • 3. Single Page Application (SPA): Loads a single HTML page and dynamically updates content. Examp...

  • Answered by AI
    Add your answer
  • Q2. How do you optimize your Spark code?
  • Ans. 

    Optimizing Spark code involves improving performance through efficient resource usage and minimizing data shuffling.

    • Use DataFrames and Datasets instead of RDDs for better optimization and performance.

    • Leverage built-in functions for transformations instead of using UDFs, as they are optimized by Catalyst.

    • Persist intermediate DataFrames when reused multiple times to avoid recomputation.

    • Optimize data partitioning by using...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - good luck
Anonymous
company Logo

Software Developer Interview Questions & Answers

Tietoevry user image Anonymous

posted on 19 Mar 2023

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

I applied via Company Website and was interviewed in Feb 2023. There were 3 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is mulesoft any point platform
  • Ans. 

    MuleSoft Anypoint Platform is a unified, flexible integration platform that solves the most challenging connectivity problems.

    • Anypoint Platform enables organizations to easily build, test, and deploy APIs, integrations, and applications.

    • It provides a range of tools and services for designing, building, and managing APIs and integrations.

    • Anypoint Platform includes features such as API management, data integration, and a...

  • Answered by AI
    Add your answer
  • Q2. What is cloudhub and maven
  • Ans. 

    CloudHub is a cloud-based integration platform, while Maven is a build automation tool for Java projects.

    • CloudHub is used for integrating applications and services in the cloud.

    • It provides a platform for deploying, managing, and scaling integrations.

    • Maven is used for building and managing Java projects.

    • It automates the process of building and packaging Java applications.

    • Maven uses a project object model (POM) to manage...

  • Answered by AI
    Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. What is any point design center
  • Ans. 

    Any point design center is a software design tool used for creating and editing graphical user interfaces.

    • APDC is used for designing GUIs for desktop and mobile applications

    • It allows for easy drag-and-drop of UI elements

    • APDC supports multiple platforms and programming languages

    • It offers a variety of templates and themes to choose from

  • Answered by AI
    Add your answer
  • Q2. What is anypoint runtime fabric
  • Ans. 

    Anypoint Runtime Fabric is a container service that automates the deployment and scaling of Mule runtimes.

    • It provides a platform for deploying and managing Mule applications across on-premises, cloud, and hybrid environments.

    • It enables high availability, fault tolerance, and disaster recovery for Mule runtimes.

    • It supports Kubernetes as the underlying container orchestration platform.

    • It allows for centralized management...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly all the questions related to mulesoft

Skills evaluated in this interview

Anonymous
company Logo

Software Developer Interview Questions & Answers

Tietoevry user image Anonymous

posted on 18 Mar 2025

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

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

  • Q1. What is java
  • Ans. 

    Java is a high-level, object-oriented programming language designed for portability and performance across platforms.

    • Developed by Sun Microsystems in 1995, now owned by Oracle.

    • Java is platform-independent due to the Java Virtual Machine (JVM).

    • It follows the principle of 'Write Once, Run Anywhere' (WORA).

    • Commonly used for web applications, mobile apps (Android), and enterprise software.

    • Example: Java code can be compiled...

  • Answered by AI
    Add your answer
  • Q2. What is react
  • Ans. 

    React is a popular JavaScript library for building user interfaces, particularly single-page applications, using a component-based architecture.

    • Component-Based: React allows developers to create reusable UI components, making code more modular and maintainable.

    • Virtual DOM: React uses a virtual representation of the DOM to optimize rendering and improve performance.

    • Unidirectional Data Flow: Data in React flows in one di...

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

EVRY India Interview FAQs

How many rounds are there in EVRY India Software Developer interview?
EVRY India interview process usually has 1-2 rounds. The most common rounds in the EVRY India interview process are Technical and Resume Shortlist.
What are the top questions asked in EVRY India Software Developer interview?

Some of the top questions asked at the EVRY India Software Developer interview -

  1. Software design patterns in .Net c...read more
  2. Describe Oops conce...read more
  3. Basic SQL queries. SQL functions, clauses e...read more

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 for Popular Designations

  • Senior Software Developer Interview Questions
  • Lead Software Engineer Interview Questions
  • Software Development Engineer II Interview Questions
  • Associate Software Developer Interview Questions
  • Software Development Engineer 1 Interview Questions
  • Software Engineer Level 1 Interview Questions
  • Software Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • Java Software Developer Interview Questions
  • Senior Software Development Engineer Interview Questions

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Software Developer Interview Questions from Similar Companies

ITC Infotech
ITC Infotech Software Developer Interview Questions
3.7
 • 11 Interviews
Collabera Technologies
Collabera Technologies Software Developer Interview Questions
3.5
 • 11 Interviews
ThoughtWorks
ThoughtWorks Software Developer Interview Questions
3.9
 • 8 Interviews
TEKsystems
TEKsystems Software Developer Interview Questions
3.3
 • 6 Interviews
Tietoevry
Tietoevry Software Developer Interview Questions
4.2
 • 6 Interviews
NetApp
NetApp Software Developer Interview Questions
3.8
 • 6 Interviews
Globant
Globant Software Developer Interview Questions
3.7
 • 3 Interviews
Luxoft
Luxoft Software Developer Interview Questions
3.7
 • 3 Interviews
HTC Global Services
HTC Global Services Software Developer Interview Questions
3.5
 • 2 Interviews
T-Systems ICT India
T-Systems ICT India Software Developer Interview Questions
3.8
 • 2 Interviews
View all
EVRY India Software Developer Salary
based on 31 salaries
₹4.2 L/yr - ₹17 L/yr
8% more than the average Software Developer Salary in India
View more details

EVRY India Software Developer Reviews and Ratings

based on 6 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 6 Reviews and Ratings
EVRY India Salaries in India
Senior Software Engineer
212 salaries
unlock blur

₹6.9 L/yr - ₹25 L/yr

Software Engineer
153 salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Team Lead
97 salaries
unlock blur

₹9.5 L/yr - ₹30 L/yr

Senior Test Engineer
77 salaries
unlock blur

₹5 L/yr - ₹21.6 L/yr

Test Lead
42 salaries
unlock blur

₹9 L/yr - ₹27 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 >
  • EVRY India Software Developer 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