Upload Button Icon Add office photos
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

Filter interviews by

EVRY India Software Engineer Trainee Interview Questions and Answers

Updated 16 Dec 2022

EVRY India Software Engineer Trainee Interview Experiences

1 interview found

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 - Aptitude Test 

Test duration of this round was 90 minutes and general aptitude questions were asked.

Round 3 - Coding Test 

Test duration of this round was 90 minutes and general problem-solving questions were asked.

Round 4 - Group Discussion 

There was no such time for this round, but it went around 30 minutes, and some general topic was given to speak on.

Round 5 - Technical 

(1 Question)

  • Q1. Most of the Technical questions were based on java, database and cloud.
Round 6 - HR 

(1 Question)

  • Q1. HR round was the final round of this interview process where some general discussion happened.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Focus on Basics
2. Stick to It
3. Keep coding
4. Participate in Event
5. Market Yourself
6. Apply even you are not up to the mark.
7. Pump yourself and stay positive
8. Remember to laugh:)

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2022. There were 4 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 - Aptitude Test 

First Round includes Aptitude Test and basic Coding Test in any languages like C++, Java, Python.

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Tell me about yourself.
  • Q2. 2. Which programming language you are good in? 3. What are the pillars of OOP? Explain in deep. 4. SQL queries. 5. Easy level coding.
  • Ans. 

    Answering questions related to programming languages, OOP, SQL queries, and easy level coding.

    • I am proficient in Java and Python.

    • The four pillars of OOP are encapsulation, inheritance, abstraction, and polymorphism.

    • SQL queries involve selecting, inserting, updating, and deleting data from a database.

    • I am comfortable with easy level coding challenges such as implementing basic algorithms or solving simple problems.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. 1. Give brief introduction. 2. Explain Encapsulation and implementation. 3. How to achieve inheritance? Write basic code. 4. Explain collection frameworks in Java.
  • Ans. 

    Interview questions for Software Engineer Trainee position

    • Introduction should include name, education, and relevant experience

    • Encapsulation is a mechanism to hide data and methods from outside world

    • Inheritance is achieved by extending a class and using 'extends' keyword

    • Collection frameworks in Java provide classes and interfaces to store and manipulate groups of objects

    • Examples of collection frameworks include ArrayLis

  • Answered by AI
  • Q2. 5. Explain Exception Handling 6. Write code to remove duplicate elements from String.
  • Ans. 

    Exception handling is a mechanism to handle runtime errors and prevent program crashes.

    • Exceptions are thrown when an error occurs during program execution.

    • Try-catch blocks are used to handle exceptions and provide alternative code paths.

    • Finally blocks are used to execute code regardless of whether an exception was thrown or not.

    • Custom exceptions can be created to handle specific errors.

    • Examples of exceptions include Nu...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Allianz Technology Software Engineer Trainee interview:
  • OOPS
  • Java
  • MySQL
Interview preparation tips for other job seekers - Learn Basics of Programming language & OOP concepts.

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Oct 2022. There were 4 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 - Aptitude Test 

Logical reasoning, quantitative aptitude and verbal ability

Round 3 - Coding Test 

Coding test was conducted by mettl

Round 4 - Technical 

(1 Question)

  • Q1. Multi threading concepts, jvm , oops,

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I had 3 rounds in total. 1st round was online test consisting of both aptitude and technical questions.2nd round was Group discussion in which we were given a topic to discuss among 8 people. 3rd was techn...

Interview Preparation Tips

Interview preparation tips for other job seekers - Good basic knowledge of any programming language and also you must know about your projects very well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
  • Ans. 

    I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.

    • Collaborative team environment fosters creativity and productivity

    • Innovative projects challenge me to learn and grow

    • Excited about the opportunities for growth and learning at your organization

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Test will be in hacker rank there would be a difficulty level between easy to medium

Round 2 - Technical 

(1 Question)

  • Q1. Question will be from data structure and easy to medium level of the programming laanguage question
Round 3 - HR 

(1 Question)

  • Q1. This is just to check your english ability
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding and SQL quries

Round 2 - Technical 

(2 Questions)

  • Q1. Differenece between Stack and heap
  • Ans. 

    Stack is used for static memory allocation and stores local variables, while heap is used for dynamic memory allocation and stores objects.

    • Stack memory is allocated in a contiguous block and is faster to access.

    • Heap memory is allocated in a non-contiguous manner and is slower to access.

    • Stack memory is automatically managed by the system, while heap memory needs to be manually managed by the programmer.

    • Example: int x = ...

  • Answered by AI
  • Q2. Oops with real world example
  • Ans. 

    Oops is a programming paradigm that focuses on objects and classes. Real world example: Car

    • Oops focuses on objects and classes

    • Objects have attributes (variables) and behaviors (methods)

    • Example: Car - attributes like color, model, speed; behaviors like drive, stop

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. DSA CIRCULAR QUEUE
  • Q2. POLYMORPHISM and its types
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types.

    • Types of polymorphism: compile-time (method overloading) and runtime (method overriding)

    • Compile-time polymorphism: multiple methods with the same name but different parameters

    • Runtime polymorphism: a subclass provides a specific implementation of a method that is already provided by its parent class

    • Example of compile-time polym...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA AND OOPS very well

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. About Self introduction and Core Functions of experiences
  • Q2. Deep dive into Technologies what we have worked so far
  • Ans. 

    I have worked with a variety of technologies including Java, Python, SQL, AWS, Docker, and Kubernetes.

    • Java

    • Python

    • SQL

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Ability to handle the product
  • Ans. 

    I have extensive experience in handling complex software products and have successfully led teams to deliver high-quality solutions.

    • Led a team to successfully launch a new product feature within tight deadlines

    • Managed the development of a large-scale software product from conception to release

    • Collaborated with cross-functional teams to ensure product requirements were met

    • Implemented agile methodologies to improve produ

  • Answered by AI
  • Q2. Customer or client interaction and project evaluations
Round 3 - HR 

(2 Questions)

  • Q1. About Complete personal traits
  • Q2. Compensation and Willingness

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you have working experience of SwiftUI
  • Q2. Have you ever implemented or worked with server driven UIs
  • Ans. 

    Yes, I have experience implementing server driven UIs.

    • Implemented server driven UIs using JSON responses to dynamically update UI elements

    • Worked with frameworks like React and Angular to handle server driven UI updates

    • Used server driven UIs to efficiently manage and display large amounts of data

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is closure and types?
  • Ans. 

    Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.

    • Closure allows a function to access variables from its lexical scope even after the function has finished executing.

    • Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...

  • Answered by AI
  • Q2. What is Core data and all operations with example/scenarios
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data is used for storing, retrieving, and managing data in an iOS app.

    • It provides an object-oriented interface to work with data.

    • Operations include creating, reading, updating, and deleting data.

    • Example: Creating a new record in Core Data for a user profile.

    • Example: Fetching a list of items from Core Data to displ

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Senior Software Engineer interview:
  • Core Data
  • SwiftUI
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Good inteview

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Behavioral questions
  • Q2. Coding problem - reg frequency of numbers in an array
  • Ans. 

    Count the frequency of numbers in an array of strings.

    • Iterate through the array and use a hashmap to store the frequency of each number.

    • If the number is already in the hashmap, increment its count. Otherwise, add it to the hashmap with a count of 1.

    • Return the hashmap with the frequency of each number.

  • Answered by AI

Skills evaluated in this interview

EVRY India Interview FAQs

How many rounds are there in EVRY India Software Engineer Trainee interview?
EVRY India interview process usually has 6 rounds. The most common rounds in the EVRY India interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in EVRY India Software Engineer Trainee interview?

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

  1. HR round was the final round of this interview process where some general discu...read more
  2. Most of the Technical questions were based on java, database and clo...read more

Tell us how to improve this page.

EVRY India Software Engineer Trainee Salary
based on 7 salaries
₹2.7 L/yr - ₹3.5 L/yr
32% less than the average Software Engineer Trainee Salary in India
View more details

EVRY India Software Engineer Trainee Reviews and Ratings

based on 14 reviews

4.9/5

Rating in categories

4.8

Skill development

4.9

Work-life balance

4.7

Salary

4.9

Job security

4.9

Company culture

4.7

Promotions

4.8

Work satisfaction

Explore 14 Reviews and Ratings
Senior Software Engineer
245 salaries
unlock blur

₹6.2 L/yr - ₹25 L/yr

Software Engineer
184 salaries
unlock blur

₹3 L/yr - ₹12.5 L/yr

Team Lead
117 salaries
unlock blur

₹9.7 L/yr - ₹31.5 L/yr

Senior Test Engineer
78 salaries
unlock blur

₹5 L/yr - ₹19.9 L/yr

Test Lead
40 salaries
unlock blur

₹9.6 L/yr - ₹27 L/yr

Explore more salaries
Compare EVRY India with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview