i
Endava
Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
57 bits of Aptitude, Reasoning, Verbal Ability,Java, Python, DBMS, C, C++ and 3 coding questions
1) Arrays&Math, 2) Strings 3) Sql Query based on Joins and Sub-Query.
Totally 60 bits with a time 1&1/2 hr.
I am an avid hiker and have climbed several mountains in the past year.
I enjoy spending time outdoors and challenging myself physically
I have completed multiple hiking trails, including the Appalachian Trail and Mount Kilimanjaro
I find solace and inspiration in nature, which helps me stay focused and motivated in my work
DBMS stands for Database Management System. R-DBMS is a relational database management system which stores data in tables with relationships.
DBMS is a software system that allows users to define, create, maintain and control access to the database.
R-DBMS is a type of DBMS that stores data in tables with relationships between the tables.
R-DBMS uses Structured Query Language (SQL) for accessing and managing the data.
Exam...
Disadvantages of DBMS include high cost, complexity, potential for data loss, and security vulnerabilities.
High cost of implementation and maintenance
Complexity in managing and scaling the database
Potential for data loss due to system failures or human errors
Security vulnerabilities that can lead to data breaches
Dependency on a single vendor for support and updates
Java is a versatile programming language known for its platform independence, object-oriented features, and robust standard library.
Platform independence - Java programs can run on any platform that has a Java Virtual Machine (JVM)
Object-oriented - Java supports the principles of encapsulation, inheritance, and polymorphism
Robust standard library - Java provides a rich set of APIs for tasks like networking, I/O, and da
Polymorphism in Java refers to the ability of a single method to perform different actions based on the object it is acting upon.
Types of polymorphism: compile-time polymorphism (method overloading) and runtime polymorphism (method overriding)
Method overloading: multiple methods in the same class with the same name but different parameters
Example of method overloading: public void display(int a) and public void display...
No, my training has primarily focused on Java development.
My training has primarily focused on Java development, with a strong foundation in core Java concepts and frameworks.
While I have a basic understanding of AI and ML concepts, I do not have formal training or experience in these technologies.
I am open to learning and expanding my skills in AI and ML in the future.
No-SQL is a type of database that does not use the traditional tabular structure of relational databases.
No-SQL databases are used when dealing with large amounts of unstructured or semi-structured data.
They are suitable for real-time applications, big data, and cloud-based systems.
Examples of No-SQL databases include MongoDB, Cassandra, and Redis.
I aspire to continuously learn and grow, make a positive impact on others, and achieve personal fulfillment.
Continuous learning and growth in my career and personal life
Making a positive impact on others through my work and actions
Achieving personal fulfillment and happiness in all aspects of life
I am an avid hiker and have climbed several mountains in the past year.
I enjoy spending time outdoors and challenging myself physically
I have completed multiple hiking trails, including the Appalachian Trail and Mount Kilimanjaro
I find peace and inspiration in nature, which helps me stay focused and motivated in my work
JSP pages were used in the project for dynamic content generation and seamless integration with Java code.
JSP allows for easy integration of Java code for dynamic content generation.
JSP pages can be easily maintained and updated without changing the Java code.
JSP pages provide a way to separate presentation logic from business logic.
JSP pages can be used to create reusable components for the project.
JSP pages offer a f
OOPS concepts are fundamental principles in object-oriented programming.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class Car with properties like make, model, and methods like start(), stop().
Inheritance: Allows a class to inherit properties and behavior from another class. Example: Class Truck inheriting from class Vehicle.
Polymorphism: Ability to present the same in...
I am familiar with Java 8 and Java 11.
Familiar with features like lambda expressions, streams, and default methods in Java 8.
Experience with features like local-variable type inference, HTTP/2 client, and new string methods in Java 11.
HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.
HashMap implements the Map interface and uses hashing to store elements.
It allows one null key and multiple null values.
Example: HashMap
I applied via Naukri.com
Replication of databases involves copying and maintaining multiple copies of the same database for redundancy and fault tolerance.
Replication helps in ensuring high availability and fault tolerance by having multiple copies of the same data.
There are different types of replication such as master-slave replication, master-master replication, and multi-master replication.
Replication can be synchronous or asynchronous, wi...
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Find the length of the longest subsequence of contiguous integers in an array.
Sort the array
Iterate through the array and check for consecutive integers
Keep track of the longest subsequence found
Use flatMap and map to extract list of pincodes from Employee objects
Use flatMap to flatten the list of Addresses in each Employee object
Use map to iterate over the flattened list and extract the pincodes
Example: employeeList.stream().flatMap(emp -> emp.getAddresses().stream()).map(address -> address.getPincode()).collect(Collectors.toList())
Database pooling is a technique used to manage a pool of database connections for efficient resource utilization. HikariCP is a popular database connection pooling library in Java.
HikariCP is a high-performance database connection pooling library for Java applications.
It is known for its low latency and high throughput.
Configurations for HikariCP include settings such as maximum pool size, connection timeout, and idle ...
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Functional programming in Java focuses on using functions to perform tasks, while OOPs concepts revolve around classes and objects.
Functional programming in Java involves using higher-order functions, lambda expressions, and streams to process data.
OOPs concepts in Java include inheritance, encapsulation, polymorphism, and abstraction.
Functional programming promotes immutability and avoids side effects, while OOPs allo...
Functional programming in Java focuses on using functions to perform operations on data, emphasizing immutability and avoiding side effects.
Uses higher-order functions like map, filter, and reduce to manipulate data
Emphasizes immutability to avoid side effects
Encourages declarative programming style
Leverages lambda expressions and streams for concise code
Example: Using map to transform a list of integers
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
It was medium level java coding questions along with springboot, mcqs
ArrayList is better for random access and LinkedList is better for frequent insertions and deletions.
ArrayList uses dynamic array to store elements, allowing fast random access but slower insertions and deletions.
LinkedList uses doubly linked list to store elements, allowing fast insertions and deletions but slower random access.
Example: Use ArrayList when you need to frequently access elements by index. Use LinkedList...
HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.
HashMap is part of the Java Collections framework.
It allows null keys and values.
HashMap does not maintain insertion order.
Example: HashMap
posted on 4 Sep 2024
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
I contributed by developing new features and fixing bugs. Faced challenges with integrating third-party APIs.
Developed new features such as user authentication and data visualization
Fixed bugs related to database queries and UI responsiveness
Challenges faced with integrating third-party APIs like payment gateways and social media platforms
I was interviewed before Jan 2024.
Design and code a REST API for a software developer interview.
Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)
Implement authentication and authorization mechanisms (e.g. JWT tokens)
Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)
Include error handling and validation for input data
Document the API using tools like Swagger or OpenAPI
Calculate word frequency using Stream API and lambda expressions
Use Stream API to convert array of strings to stream
Use Collectors.groupingBy to group words by their frequency
Use Collectors.counting to count the occurrences of each word
Annotations in Java provide metadata about a program that can be used by the compiler or at runtime.
Annotations start with the @ symbol.
Annotations can be used to provide information to the compiler or to runtime environments.
Annotations can be used to define custom metadata for classes, methods, fields, etc.
Annotations can also be used for code generation, documentation, and validation.
Examples of annotations in Java ...
ConcurrentSkipListMap is a concurrent, sorted map implementation in Java.
ConcurrentSkipListMap is a concurrent version of SkipListMap, which is a sorted map implementation based on skip list data structure.
It allows multiple threads to access and modify the map concurrently.
It provides logarithmic time complexity for most operations, making it efficient for concurrent access.
Example: ConcurrentSkipListMap
Interview experience
Senior Developer
129
salaries
| ₹7.6 L/yr - ₹26 L/yr |
Technical Lead
127
salaries
| ₹10 L/yr - ₹31.1 L/yr |
Service Delivery Analyst
122
salaries
| ₹3.8 L/yr - ₹8.5 L/yr |
Associate Technical Leader
79
salaries
| ₹11.9 L/yr - ₹31.1 L/yr |
Developer
69
salaries
| ₹4.6 L/yr - ₹15.6 L/yr |
TCS
Infosys
Wipro
HCLTech