Filter interviews by
I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.
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...
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
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.
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...
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...
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
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
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...
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
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
I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.
Aptitude test on CS subjects like C programming, DBMS, CN, and OS.
There were 2 input-output based questions of easy to moderate level
Every candidate was given an individual topic and was asked to speak on it
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.
Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.
OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.
OOPs stands for Object-Oriented Programming System
Java is a class-based OOPs language
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs
Objects have state and behavior
Java supports interfaces, which allow for multiple inheritance
Example: A car can be represented as an object wit...
Java solves machine dependency by using bytecode and virtual machine.
Java code is compiled into bytecode which is platform-independent
The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific
JVM translates bytecode into machine code for the specific platform
This allows Java code to run on any platform with a JVM installed
Example: A Java program compiled on Windows can run on Linux or Mac as
I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.
Aptitude, reasoning, English, cloud sections
2 questions in which , one has to complete within an 50 minutes
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Numerical ability and logical reasoning followed by some coding mcqs
Printing 1 to 100 without for loop
Use recursion to print numbers from 1 to 99
Print 100 outside the recursion
Use a base case to stop recursion at 100
I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.
Simple aptitude test
I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.
I appeared for an interview before Sep 2020.
Round duration - 60 minutes
Round difficulty - Easy
Round duration - 50 minutes
Round difficulty - Easy
Round duration - 60 minutes
Round difficulty - Easy
At the beginning of this round, the interviewer asked me about the data structures I knew. Linked lists, trees, graphs, arrays etc. was my answer. He asked me how well I knew Dynamic Programming. I said I wasn’t strong in that and he said that he would ask me a question on dynamic programming for sure.
Round duration - 40 minutes
Round difficulty - Easy
The interviewer asked me if I was comfortable with the interview process so far and how the previous interviews were. I said it was good and he gave me the first problem to solve.
Round duration - 60 minutes
Round difficulty - Easy
The interviewer asked me some Computer Science fundamentals in this round as well as some behavioural questions.
Implement a Trie data structure with insert and search functions.
Create a TrieNode class with children and isEndOfWord attributes.
Implement insert function to add words by iterating through characters.
Implement search function to check if a word exists by traversing the Trie.
Example: Insert 'apple', 'banana', 'orange' and search for 'apple' and 'grape'.
Do lot of hard work and practice of Data Structures and Algorithms based questions. I personally recommend you Coding Ninjas and Geeks For Geeks for interview preparation.
Application resume tips for other job seekersMake your resume short and try to make it of one page only and do mention all your skills which you are confident of in your resume.
Final outcome of the interviewSelectedI applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.
It was a basic aptitude test.
Some of the top questions asked at the Excelon Solutions interview -
based on 1 interview
Interview experience
based on 15 reviews
Rating in categories
Bench Sales Recruiter
9
salaries
| ₹2.5 L/yr - ₹4.2 L/yr |
Technical Recruiter
7
salaries
| ₹4 L/yr - ₹6 L/yr |
Accounts Manager
5
salaries
| ₹10 L/yr - ₹13 L/yr |
US IT Recruiter
5
salaries
| ₹3.1 L/yr - ₹4.8 L/yr |
Senior Technical Recruiter
5
salaries
| ₹5 L/yr - ₹6.2 L/yr |
TCS
Infosys
Wipro
HCLTech