Filter interviews by
I applied via Walk-in and was interviewed in Aug 2023. There were 3 interview rounds.
I have good knowledge of Php and MySQL
The group discussion about the coding test
Top trending discussions
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
Program to return list of .tst files in given directory and subdirectories
Use recursion to traverse through all directories and subdirectories
Check if each file has .tst extension and add to list if true
Use built-in functions like os.listdir() and os.path.splitext() in Python
The '==' operator is used for comparing values of primitive data types, while the 'equals' method is used for comparing objects in Java.
Use '==' to compare primitive data types like int, char, boolean, etc.
Use 'equals' method to compare objects like Strings, Lists, etc.
Example: int a = 5; int b = 5; if(a == b) { // true }
Example: String str1 = 'hello'; String str2 = 'hello'; if(str1.equals(str2)) { // true }
Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract for classes to implement.
Abstract classes can contain both abstract and concrete methods, while interfaces can only have abstract methods.
Abstract classes can have constructors, while interfaces cannot.
Interfaces allow for multiple inheritance, while classes can only inherit from one abstract class.
Abstract class...
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Ensure a private static instance variable in the class.
Provide a public static method to access the instance, creating it if necessary.
Use synchronized keyword or double-checked locking to make it thread-safe.
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half, and then merges the sorted halves.
Divide the array into two halves
Recursively sort each half
Merge the sorted halves back together
posted on 27 Nov 2024
OnCampus Test including DSA Questions
Data structure and algorithms
I applied via Internshala and was interviewed in Sep 2023. There was 1 interview round.
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
Binary search program code in Python
Define a function that takes a sorted array and a target value as input
Initialize two pointers, low and high, to the start and end of the array
While low is less than or equal to high, calculate mid as (low + high) // 2 and compare array[mid] with target
If array[mid] is equal to target, return mid
If array[mid] is less than target, update low to mid + 1
If array[mid] is greater than tar...
posted on 12 Dec 2024
I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.
Java questions along with SQL
Java, SQL, Framework, Spring
I am seeking new challenges and opportunities for growth in a different environment.
Looking for new challenges to continue learning and growing
Interested in exploring different technologies and methodologies
Seeking a more collaborative team environment
Wanting to take on more leadership responsibilities
I left my last organization after 1.5 years due to limited growth opportunities and desire for new challenges.
Limited growth opportunities in current role
Desire for new challenges and learning experiences
Seeking a more dynamic work environment
I have over 10 years of experience in software development with expertise in Java, Spring framework, and cloud technologies.
Proficient in Java programming language
Strong knowledge of Spring framework for building enterprise applications
Experience with cloud technologies such as AWS and Azure
Familiarity with Agile methodologies and DevOps practices
I expect a challenging role where I can utilize my skills to contribute to the team's success and continue to grow professionally.
Opportunity to work on complex projects
Collaborative team environment
Professional growth and learning opportunities
Clear expectations and goals set by management
I applied via LinkedIn and was interviewed in Jan 2023. There were 4 interview rounds.
Online test for initial screening
based on 1 interview
Interview experience
based on 1 review
Rating in categories
PHP Developer
6
salaries
| ₹1 L/yr - ₹3 L/yr |
Software Engineer
4
salaries
| ₹2.1 L/yr - ₹4.1 L/yr |
Senior Functional Consultant
4
salaries
| ₹10 L/yr - ₹10 L/yr |
Project Manager
3
salaries
| ₹8.4 L/yr - ₹10.8 L/yr |
Senior Software Developer
3
salaries
| ₹4 L/yr - ₹15.6 L/yr |
TCS
Infosys
Wipro
HCLTech