Upload Button Icon Add office photos

Filter interviews by

Excelon Solutions Interview Questions, Process, and Tips

Updated 19 Jun 2024

Excelon Solutions Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(8 Questions)

  • Q1. Difference between constructor and method
  • Ans. 

    Constructor is a special method used to initialize an object, while a method is a function associated with an object to perform a specific task.

    • Constructor is called automatically when an object is created, while a method is called explicitly by the programmer.

    • Constructors have the same name as the class, while methods have unique names.

    • Constructors do not have a return type, while methods can have a return type.

    • Exampl...

  • Answered by AI
  • Q2. Explain difference between final, finalize and finally
  • Ans. 

    final is a keyword used to declare constants, finalize is a method used for cleanup operations, and finally is a block used for exception handling.

    • final is used to declare constants in Java

    • finalize is a method in Java used for cleanup operations before an object is garbage collected

    • finally is a block used in exception handling to ensure a piece of code is always executed

  • Answered by AI
  • Q3. Different injections in Spring boot
  • Ans. 

    Different types of injections in Spring Boot include constructor injection, setter injection, and field injection.

    • Constructor injection: Dependencies are provided through a class constructor.

    • Setter injection: Dependencies are set through setter methods.

    • Field injection: Dependencies are injected directly into class fields.

  • Answered by AI
  • Q4. Difference between Spring and Spring boot frameworks
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is an extension that simplifies the setup and development process.

    • Spring is a comprehensive framework that provides support for various Java technologies like JDBC, JPA, and REST.

    • Spring Boot is an opinionated extension of Spring that aims to simplify the setup and development of Spring applications by providing defaults for configuration.

    • Spring Boo...

  • Answered by AI
  • Q5. How to connect db to Springboot app
  • Ans. 

    Use Spring Data JPA to connect a database to a Spring Boot application.

    • Add the necessary dependencies in the pom.xml file for Spring Data JPA and the database driver.

    • Configure the database connection properties in the application.properties file.

    • Create a repository interface that extends JpaRepository to interact with the database.

    • Use annotations such as @Entity, @Table, @Id, @Column, etc., to map Java objects to datab...

  • Answered by AI
  • Q6. Different access keywords for methods
  • Ans. 

    Access keywords control the visibility and accessibility of methods in a class.

    • public: accessible from any class

    • private: only accessible within the same class

    • protected: accessible within the same class and its subclasses

    • default (no keyword): accessible within the same package

  • Answered by AI
  • Q7. Difference between static and non static methods
  • Ans. 

    Static methods belong to the class itself, while non-static methods belong to instances of the class.

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

    • Non-static methods require an instance of the class to be created before they can be called.

    • Static methods cannot access instance variables, while non-static methods can.

    • Example: Math.sqrt() is a static method, while String.length() is a non-static m

  • Answered by AI
  • Q8. Why is there no multiple inheritance in Java?
  • Ans. 

    Java does not support multiple inheritance to avoid the diamond problem and maintain simplicity and clarity in the language.

    • Java supports single inheritance to prevent the diamond problem, where conflicts arise when a class inherits from two classes that have a common ancestor.

    • Multiple inheritance can lead to ambiguity and complexity in the code, making it harder to understand and maintain.

    • Java allows multiple interfac...

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

(2 Questions)

  • Q1. Write code to add employee table into the db using Spring boot app and retrieve data of employee with the second highest salary
  • Ans. 

    Code to add employee table in db using Spring Boot app and retrieve data of employee with second highest salary

    • Create Employee entity class with fields like id, name, salary

    • Create EmployeeRepository interface extending JpaRepository

    • Implement service class with methods to add employee to db and retrieve employee with second highest salary

    • Use @Query annotation in repository to write custom query to retrie

  • Answered by AI
  • Q2. Write code to get the Dept from Dept table where dept id in emp and Dept table point to the same employee
  • Ans. 

    Join Dept table with emp table on dept id to get department of employees

    • Use SQL JOIN to connect Dept and emp tables on dept id

    • Select the Dept column from Dept table to get the department of employees

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. When will you be able to start the job?
  • Q2. What's your salary and expectations?
  • Q3. Are you willing to relocate?

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to moderate level but ask in depth questions so learn properly

Skills evaluated in this interview

Top Excelon Solutions Software Developer Interview Questions and Answers

Q1. Write code to get the Dept from Dept table where dept id in emp and Dept table point to the same employee
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Description of project
  • Ans. 

    The project involved designing and implementing a new network infrastructure for a large corporation.

    • Conducted a thorough analysis of the existing network infrastructure

    • Designed a new network architecture that met the company's needs

    • Implemented the new network infrastructure with minimal disruption to business operations

    • Tested and optimized the new network to ensure optimal performance

    • Provided ongoing support and maint

  • Answered by AI
  • Q2. Your previous experince

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your resume

I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Its for FP&A process and the major questions were from the basics of FP&A. How it starts and how its ends and Previous job roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's quite a moderate interview but be prepare for more rounds of technical interviews.

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

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. My expected tenure, education, technical insights

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Concepts of Oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basic concepts of OOPS.Explain final year project.
Be confident.

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up your aptitude and you will surely make it.

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

Interview Questionnaire 

1 Question

  • Q1. About yr self, dream, why choose company, happy moment in your life, inspiration person, Apitutude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Really amazing experience, I working with Infosys last 18 month I learned different different training ,team work process knowledge and other skills I am proud be part of Infosys.

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

Round 1 - Aptitude Test 

No

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Check all the review and think accordingly.

Excelon Solutions Interview FAQs

How many rounds are there in Excelon Solutions interview?
Excelon Solutions interview process usually has 3 rounds. The most common rounds in the Excelon Solutions interview process are HR, Technical and One-on-one Round.
How to prepare for Excelon Solutions 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 Excelon Solutions. The most common topics and skills that interviewers at Excelon Solutions expect are Night Shift, US IT Recruitment, Bench Sales, US IT Staffing and US Shift.
What are the top questions asked in Excelon Solutions interview?

Some of the top questions asked at the Excelon Solutions interview -

  1. Write code to get the Dept from Dept table where dept id in emp and Dept table ...read more
  2. Write code to add employee table into the db using Spring boot app and retrieve...read more
  3. Why is there no multiple inheritance in Ja...read more

Tell us how to improve this page.

Excelon Solutions Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Excelon Solutions Reviews and Ratings

based on 15 reviews

3.1/5

Rating in categories

2.8

Skill development

3.2

Work-life balance

3.4

Salary

2.6

Job security

2.7

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 15 Reviews and Ratings
Bench Sales Recruiter
9 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Technical Recruiter
7 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Accounts Manager
5 salaries
unlock blur

₹10 L/yr - ₹13 L/yr

US IT Recruiter
5 salaries
unlock blur

₹3.1 L/yr - ₹4.8 L/yr

Senior Technical Recruiter
5 salaries
unlock blur

₹5 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Excelon Solutions with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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