Upload Button Icon Add office photos
Engaged Employer

i

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

Evon Technologies Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 67 Reviews

Filter interviews by

Evon Technologies Java Developer Interview Questions and Answers

Updated 26 Apr 2024

Evon Technologies Java Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of java. Questions about SQL.

Interview Preparation Tips

Topics to prepare for Evon Technologies Java Developer interview:
  • Core Java
  • SQL
Interview preparation tips for other job seekers - Excellent company to work with.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SDLC process and how it is implemented in project
  • Q2. About projects, it's Objective, the role I have worked, output
  • Q3. Data structure, DBMS concepts
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 Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Have to solve 2 coding questions on coding platform

Round 2 - Technical 

(5 Questions)

  • Q1. Oops concept in java, its significance
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

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

    • Encapsulation hides the internal state of an object and restricts access to it.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction focuses on the essential characteristics

  • Answered by AI
  • Q2. Thread life cycle
  • Q3. How microservices communicates
  • Ans. 

    Microservices communicate through lightweight protocols like HTTP, messaging queues, and RPC.

    • HTTP: RESTful APIs are commonly used for communication between microservices.

    • Messaging queues: Services can communicate asynchronously through message brokers like RabbitMQ or Kafka.

    • RPC (Remote Procedure Call): Services can directly call each other's functions over the network.

  • Answered by AI
  • Q4. Questions about Collection, hashmap
  • Q5. Java 8 features, lambda, stream api coding question
Round 3 - Technical 

(6 Questions)

  • Q1. Project specific questions
  • Q2. @autowired, @qualifier, @primary, @transient, @volatile keyword
  • Q3. Use of static keyword
  • Ans. 

    The static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

  • Answered by AI
  • Q4. Dynamic method dispatch
  • Q5. DB connections flow in spring boot
  • Ans. 

    DB connections flow in Spring Boot involves configuring data source, creating connection pool, and managing transactions.

    • Configure data source in application.properties or application.yml

    • Use @EnableJpaRepositories to enable JPA repositories

    • Create connection pool using HikariCP or Tomcat JDBC

    • Manage transactions using @Transactional annotation

  • Answered by AI
  • Q6. Rest vs Soap web services
  • Ans. 

    REST is lightweight, uses standard HTTP methods, and is more flexible. SOAP is more rigid, uses XML, and has built-in security features.

    • REST uses standard HTTP methods like GET, POST, PUT, DELETE for communication.

    • SOAP uses XML for communication and has built-in security features like WS-Security.

    • REST is more lightweight and flexible, making it easier to work with in modern web development.

    • SOAP is more rigid and has a ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. What is OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows one class to inherit prop...

  • Answered by AI
  • Q2. What is Encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Getters and setters are commonly used to access and modify the encapsulated data.

    • Example: In a Car class, variables l...

  • Answered by AI
  • Q3. Define Four pillars
  • Ans. 

    The four pillars of object-oriented programming in Java are abstraction, encapsulation, inheritance, and polymorphism.

    • Abstraction: Hides complex implementation details and only shows the necessary features to the outside world.

    • Encapsulation: Bundles data and methods that operate on the data into a single unit, preventing direct access from outside the class.

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

  • Answered by AI

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 before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal Question Regarding Java oops and collections

Round 2 - Coding Test 

Question regarding arrays, Array list and oops

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

'write a code for reverse the array without using in build function

Interview Questionnaire 

5 Questions

  • Q1. When you meet any clients direct or over to phone what is your present ation ?
  • Q2. Depends on business strategy. Which type of business they're handle and business description, then terms and conditions then over all details
  • Q3. As a Software Testing Engineer What assurance you will give?
  • Ans. 

    I will assure that the software meets the requirements and is free from defects.

    • I will conduct thorough testing to ensure all functionalities work as expected.

    • I will use various testing techniques such as black box, white box, and regression testing.

    • I will document all test cases and results for future reference.

    • I will work closely with developers to ensure timely resolution of any defects found.

    • I will continuously mon...

  • Answered by AI
  • Q4. Typing and Software Engineer Development what is the relationship both of them?
  • Q5. Software Engineer and MBA both relation what advantage will give?

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. Multithreading, concurrency
  • Q3. Nth max salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for Java in detail

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 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. Ask basic questions related to mendix
  • Q2. Microflow, nanoflow, association visibility

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont stress just give your best.
Basics need to be perfect
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SDLC process and how it is implemented in project
  • Q2. About projects, it's Objective, the role I have worked, output
  • Q3. Data structure, DBMS concepts

Evon Technologies Interview FAQs

How many rounds are there in Evon Technologies Java Developer interview?
Evon Technologies interview process usually has 1 rounds. The most common rounds in the Evon Technologies interview process are Technical.
How to prepare for Evon Technologies Java Developer 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 Evon Technologies. The most common topics and skills that interviewers at Evon Technologies expect are Core Java, EJB, Hibernate, JSP and Project Management.

Tell us how to improve this page.

Evon Technologies Java Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Evon Technologies Java Developer Salary
based on 8 salaries
₹2 L/yr - ₹9.2 L/yr
27% less than the average Java Developer Salary in India
View more details

Evon Technologies Java Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
60 salaries
unlock blur

₹3.6 L/yr - ₹13.6 L/yr

Developer Associate
38 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Software Developer
21 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Software Engineer
19 salaries
unlock blur

₹2.5 L/yr - ₹9.2 L/yr

Programmer
19 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Evon Technologies with

Srijan Technologies

3.5
Compare

SPARX IT Solutions

3.6
Compare

Sigmoid

3.3
Compare

TO THE NEW

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