i
Lee & Nee Softwares Exports
Filter interviews by
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
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
I applied via Internshala and was interviewed in Sep 2023. There was 1 interview round.
posted on 13 Nov 2024
Easy - Medium Leetcode
I was interviewed before Feb 2024.
I applied via LinkedIn and was interviewed in Jan 2023. There were 4 interview rounds.
Online test for initial screening
Calculator code of addition substraction and multiplication
CODING TEST OF how to add 2 numbers
Coding test of how to use loops
I applied via Naukri.com and was interviewed before Dec 2022. There were 3 interview rounds.
OOPS(Any one language). MySql.
posted on 27 Jan 2018
I applied via Approached by Company and was interviewed before Jan 2017. There were 5 interview rounds.
Digital Marketing Executive
19
salaries
| ₹1.8 L/yr - ₹3.2 L/yr |
Software Developer
15
salaries
| ₹2.4 L/yr - ₹4.8 L/yr |
Web Designer
12
salaries
| ₹2.4 L/yr - ₹4.2 L/yr |
Business Development Manager
10
salaries
| ₹3.6 L/yr - ₹4.8 L/yr |
Digital Marketing Manager
8
salaries
| ₹2.6 L/yr - ₹7 L/yr |
TCS
Infosys
Wipro
HCLTech