Filter interviews by
I applied via Job Portal
Coding questions on String and HashMap
I applied via Indeed and was interviewed in Nov 2021. There were 3 interview rounds.
Top trending discussions
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.
Core Java my SQL spring boot
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.
Was easy to crack infact was simple
Involve group of 8 and related to come and pros
Software testing techniques are methods used to ensure that software applications are functioning correctly and meeting requirements.
Black box testing: Testing the functionality of a software application without knowing its internal code.
White box testing: Testing the internal code and structure of a software application.
Unit testing: Testing individual units or components of a software application.
Integration testing:...
I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.
2 DSA questions and some MCQ on Java and Spring
A palindromic substring is a string that reads the same forwards and backwards.
Use dynamic programming to find the longest palindromic substring.
Start by considering each character as the center of a potential palindrome.
Expand outwards from each center to check for palindromes of odd and even lengths.
Remove duplicates from a 1D array of strings in place
Iterate through the array and use a HashSet to keep track of unique elements
Replace duplicates with null or an empty string to remove them in place
Search for the minimum element in a rotated sorted array with duplicate elements.
Use binary search to find the minimum element in the rotated sorted array.
Handle the case where duplicate elements are present by adjusting the search conditions.
Consider cases where the array is not rotated or contains only one element.
A singleton class is a class that can only have one instance created throughout the application.
Declare a private static instance variable of the class
Create a private constructor to prevent external instantiation
Provide a public static method to access the instance
I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.
Core Java my SQL spring boot
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
String arrays are immutable because they cannot be changed once created.
Strings in an array cannot be modified individually
Any changes to a string array result in a new array being created
Immutable arrays ensure data integrity and prevent unintended side effects
To create a custom immutable class, use final keyword for class, private final fields, and no setter methods.
Use the final keyword for the class to prevent inheritance
Declare all fields as private and final to prevent modification
Do not provide setter methods for the fields to maintain immutability
Provide getter methods to access the fields
based on 1 interview
Interview experience
Software Engineer III
1.8k
salaries
| ₹14.5 L/yr - ₹47 L/yr |
Senior Software Engineer
1.3k
salaries
| ₹23 L/yr - ₹80 L/yr |
Software Engineer
765
salaries
| ₹12 L/yr - ₹40 L/yr |
Software Development Engineer 3
254
salaries
| ₹15.6 L/yr - ₹46 L/yr |
Assistant Team Leader
236
salaries
| ₹1.3 L/yr - ₹5 L/yr |
Amazon
Flipkart
Microsoft Corporation