i
i-exceed technology solutions
Filter interviews by
Session in Java is a way to maintain state between client and server over multiple requests.
Session is a server-side storage of information related to a specific user.
It allows data to be persisted across multiple requests from the same client.
Sessions are typically managed using cookies or URL rewriting.
Example: Storing user login information in a session to keep the user authenticated across multiple pages.
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.
1st round was aptitude and it was easy
Question to write a code for Amazon clone
I was interviewed in Sep 2022.
I am a Java Developer with 5 years of experience in developing web applications using Java, Spring, and Hibernate.
5 years of experience in Java development
Proficient in Spring and Hibernate frameworks
Strong knowledge of web application development
Experience in working with databases like MySQL and Oracle
Familiarity with Agile development methodologies
i-exceed technology solutions interview questions for designations
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
I am a passionate Java developer with 5 years of experience in building scalable and efficient applications.
5 years of experience in Java development
Strong knowledge of object-oriented programming
Experience in building scalable and efficient applications
Familiarity with various Java frameworks like Spring and Hibernate
Java is a high-level programming language known for its platform independence and object-oriented features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)
It is object-oriented, allowing for modular and reusable code
Java is known for its robust standard library, providing a wide range of pre-built functionality
It supports multithreading, allowing for concurrent execution ...
Object-oriented programming concepts that focus on classes and objects, encapsulation, inheritance, and polymorphism.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details an...
High-level design for a rental property website
Use case analysis to identify key functionalities such as property listing, search, booking, payment
Design a user-friendly interface with filters, maps, and photos for property listings
Implement a secure payment gateway for online transactions
Utilize a database to store property details, user information, and booking history
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
Lazy loading is a design pattern in Hibernate where data is loaded only when it is requested.
Lazy loading helps in improving performance by loading data only when needed.
It is achieved by setting the fetch type to lazy in the mapping of entities.
For example, in a one-to-many relationship, the child entities are loaded lazily to avoid unnecessary data retrieval.
I applied via campus placement at Dr DY Patil Institute of Technology (Womens Polytechnic), Pune and was interviewed before Apr 2023. There were 2 interview rounds.
Medium leve question and project discussion
posted on 20 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Create a private static instance of the class
Provide a public static method to access the instance
Ensure the constructor is private to prevent instantiation of multiple objects
2 sum problem in Java involves finding two numbers in an array that add up to a specific target value.
Use a HashMap to store the difference between the target value and each element in the array.
Iterate through the array and check if the current element's complement exists in the HashMap.
Return the indices of the two numbers that add up to the target value.
To make a class immutable, ensure that its state cannot be changed after instantiation.
Make all fields private and final
Do not provide setter methods
Ensure that any mutable objects within the class are also made immutable
Cyclomatic complexity is a software metric used to measure the complexity of a program.
It measures the number of linearly independent paths through a program's source code.
It helps in identifying complex code that may be difficult to maintain or test.
A higher cyclomatic complexity indicates a higher risk of errors and bugs in the code.
It is calculated using the formula: E - N + 2P, where E is the number of edges, N is ...
based on 4 interviews
Interview experience
Software Engineer
289
salaries
| ₹2.8 L/yr - ₹9.2 L/yr |
Senior Software Engineer
187
salaries
| ₹5 L/yr - ₹17.5 L/yr |
Team Lead
83
salaries
| ₹9.4 L/yr - ₹21.1 L/yr |
Software Developer
36
salaries
| ₹4.5 L/yr - ₹9.6 L/yr |
Project Lead
25
salaries
| ₹15 L/yr - ₹28.5 L/yr |
TCS
Infosys
Wipro
HCLTech