Filter interviews by
Practical Question based on case study
Top trending discussions
I appeared for an interview before Sep 2020.
Round duration - 30 minutes
Round difficulty - Easy
It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.
A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.
Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.
If there is a loop, the two pointers will eventually meet at some point within the loop.
To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.
Round duration - 30 minutes
Round difficulty - Easy
This round was mostly focused on my resume and projects.
Round duration - 30 minutes
Round difficulty - Easy
It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience.
Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.
Application resume tips for other job seekersKeep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.
Final outcome of the interviewSelectedI applied via Referral and was interviewed in May 2021. There were 4 interview rounds.
Angular is a popular JavaScript framework. Each version brings new features and improvements.
AngularJS (1.x) is the first version, now deprecated
Angular 2+ is a complete rewrite, with better performance and modularity
Angular 4+ introduced smaller bundle sizes and improved animations
Angular 5+ added support for progressive web apps and improved compiler
Angular 6+ introduced Angular Elements and improved the CLI
Angular 7...
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
posted on 16 Dec 2021
I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.
posted on 7 Jun 2021
I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 4 interview rounds.
Springboot features
how to use property values
dependency injection
java core concepts
data structure questions
Arrange 1 's and 0's in a given array
Microservice pattern is an architectural style where an application is composed of small, independent services that communicate with each other.
Each service is responsible for a specific task or functionality
Services communicate with each other through APIs
Each service can be developed, deployed, and scaled independently
Allows for greater flexibility, agility, and resilience
Examples include Netflix, Amazon, and Uber
Logging in microservices follows 12 factor principles.
Each microservice should log to stdout or stderr
Logs should be treated as event streams and sent to a centralized log aggregator
Logs should be structured data in a common format like JSON or syslog
Logs should include contextual information like request ID, user ID, etc.
Logs should be stored and rotated automatically
Logs should be monitored for errors and anomalies
posted on 20 May 2017
I appeared for an interview in May 2017.
Yes, the string class can be extended in most programming languages.
Inheritance can be used to extend the functionality of the string class.
By creating a new class that inherits from the string class, additional methods and properties can be added.
Extending the string class allows for customization and adding specific functionality to strings.
Example: In Python, the string class can be extended by creating a new class ...
Implicit objects in JSP are predefined objects that are available for use without any declaration or initialization.
Implicit objects in JSP include request, response, session, application, out, config, pageContext, page, exception, and others.
These objects provide access to various aspects of the JSP environment and can be used to perform common tasks.
For example, the request object allows access to HTTP request parame...
A hash map is a data structure that uses a hash function to map keys to values.
Hash map stores key-value pairs
It uses a hash function to compute an index for each key
Collisions can occur when two keys hash to the same index
Hash maps provide fast access to values based on their keys
StringBuffer and StringBuilder are both used to manipulate strings, but StringBuffer is thread-safe while StringBuilder is not.
StringBuffer is synchronized, making it safe for use in multi-threaded environments.
StringBuilder is not synchronized, making it faster but not thread-safe.
StringBuffer is preferred when multiple threads are involved, while StringBuilder is preferred for single-threaded scenarios.
Both classes p...
MVC is a software architectural pattern that separates an application into three main components: Model, View, and Controller.
Model represents the data and business logic of the application.
View is responsible for displaying the user interface.
Controller handles user input, updates the model, and interacts with the view.
MVC promotes separation of concerns and modularity in software development.
Example: In a web applica...
Annotations used in RESTful web services
1. @Path - Specifies the URI path for the resource
2. @GET - Specifies that the method handles HTTP GET requests
3. @POST - Specifies that the method handles HTTP POST requests
4. @PUT - Specifies that the method handles HTTP PUT requests
5. @DELETE - Specifies that the method handles HTTP DELETE requests
6. @PathParam - Binds the value of a URI template parameter to a method paramete...
based on 1 interview experience
Senior Executive
81
salaries
| ₹3.5 L/yr - ₹9 L/yr |
Executive Accountant
76
salaries
| ₹3.2 L/yr - ₹6.7 L/yr |
Junior Executive
56
salaries
| ₹2.8 L/yr - ₹4.3 L/yr |
Assistant Manager
55
salaries
| ₹9.6 L/yr - ₹16 L/yr |
Team Lead
55
salaries
| ₹6.9 L/yr - ₹14 L/yr |
Wells Fargo
JPMorgan Chase & Co.
HSBC Group
Citicorp