Filter interviews by
I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.
Design a system to create and manage short URLs for long URLs.
Use a database to store mappings of short URLs to long URLs.
Generate a unique short URL for each long URL using a hashing algorithm.
Implement a redirect service to redirect users from short URLs to long URLs.
Consider adding expiration dates for short URLs to manage storage.
Implement analytics to track usage of short URLs.
Top trending discussions
posted on 28 Dec 2024
I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.
Java coding questions, basic Java questions.
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Program to check if a number is a palindrome or not.
Convert the number to a string to easily check for palindrome
Reverse the string and compare it with the original string
If they are the same, the number is a palindrome
Lambda expressions in Java are used to provide a concise way to represent anonymous functions.
Lambda expressions are used to define inline implementation of a functional interface.
They enable you to pass functionality as an argument to a method.
Lambda expressions are made up of parameters, an arrow, and a body.
Example: (a, b) -> a + b
To call a default method of an interface when a class implements multiple interfaces, use the interface name followed by the method name.
Use InterfaceName.super.methodName() to call the default method of a specific interface.
If a class implements multiple interfaces with default methods of the same name, you must specify the interface name to call the desired method.
Example: Interface1.super.defaultMethod() to call the
I applied via Company Website and was interviewed in Feb 2024. There were 5 interview rounds.
Coding assessment in Code signal which is vedio proctored
Design a loan application system
Collect applicant information such as personal details, employment history, and financial information
Include a credit check process to assess applicant's creditworthiness
Implement a system for loan approval/rejection based on set criteria
Provide options for different types of loans and repayment plans
Ensure security measures are in place to protect applicant's sensitive information
Bank account creation, deposit money, withdraw money
Suggest system cost optimization based on given data set
I have extensive experience with various design patterns such as Singleton, Factory, Observer, and MVC.
Implemented Singleton pattern to ensure only one instance of a class exists
Utilized Factory pattern to create objects without specifying the exact class
Implemented Observer pattern for event handling and notifications
Utilized MVC pattern for separating concerns in a software application
I applied via Monster and was interviewed in Feb 2024. There was 1 interview round.
ref is used for passing a variable by reference, out is used for returning a variable by reference
ref is used for passing a variable by reference, allowing the method to modify the variable
out is used for returning a variable by reference, typically used for returning multiple values from a method
Example: int x = 10; SomeMethod(ref x); // x can be modified inside SomeMethod
Example: int result; SomeMethod(out result); /
posted on 30 Aug 2024
1 hour coding round test on coderpad. 2 questions asked. Questions were of easy and medium level.
posted on 7 May 2024
posted on 13 Feb 2023
I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 2 interview rounds.
Micro-frontends are a technique for breaking down a large frontend application into smaller, more manageable parts.
Each micro-frontend is a self-contained module that can be developed and deployed independently.
They communicate with each other through APIs or events.
Micro-frontends can be written in different languages and frameworks.
They can be combined to form a cohesive user interface.
Examples of companies using mic
I applied via Referral
70 mins 4 topics, 1/2 easy, 3 would be easy+, need detail orientation, 4 would be medium,
Easy case study, code review and find the bug
Software Engineer
4
salaries
| ₹4.5 L/yr - ₹15 L/yr |
Fidelity Investments
Vanguard
Morgan Stanley
Goldman Sachs