i
MapleLabs
Filter interviews by
To print a list without duplicates, use a set to remove duplicates and then convert it back to a list.
Create a set from the list to remove duplicates
Convert the set back to a list
Print the list
As a Software Engineer, my role involves designing, developing, and maintaining software applications.
Designing and implementing software solutions
Writing clean and efficient code
Collaborating with cross-functional teams
Testing and debugging software
Maintaining and upgrading existing systems
Participating in code reviews and providing feedback
Researching and staying up-to-date with new technologies
Troubleshooting and re...
As a Software Engineer, my roles and responsibilities include designing, developing, and maintaining software applications.
Designing and implementing software solutions based on user requirements
Writing clean and efficient code
Testing and debugging software applications
Collaborating with cross-functional teams to ensure successful project delivery
Participating in code reviews and providing constructive feedback
Keeping ...
I have a strong technical background and a passion for problem-solving, making me a valuable asset to your team.
I have a solid understanding of software engineering principles and best practices.
I am experienced in various programming languages and frameworks, allowing me to adapt to different projects and technologies.
I have a track record of successfully delivering high-quality software solutions on time and within b...
To find the loop in a circular linked list, we use Floyd's cycle-finding algorithm.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move slow pointer by one node and fast pointer by two nodes in each iteration.
If there is a loop, both pointers will eventually meet at some node.
To find the starting point of the loop, reset the slow pointer to the head and move both pointers by one nod
Singleton design pattern ensures only one instance of a class is created and provides global access to it.
Create a private constructor to prevent direct instantiation
Create a private static instance of the class
Provide a public static method to access the instance
Ensure thread safety by using synchronized keyword or static initializer
Examples: Logger, Configuration Manager, Database Connection
I developed a software tool that automated a manual process, saving the company 50% of their time and resources.
Developed a software tool that automated a manual process
Saved the company 50% of their time and resources
Received recognition from management for the achievement
I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.
Aptitude test and Coding Round
Coding, Network concepts, OS
MapleLabs interview questions for designations
Top trending discussions
2 Leetcode Medium questions on hackerrank
I was interviewed before Jan 2024.
I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.
60 Minutes coding test was there
Traverse the linked list and add the values of each node without using additional data structures.
Traverse the linked list while keeping track of the sum in a variable
Update the sum by adding the value of each node as you traverse the list
Handle carry over if the sum of two nodes is greater than 9
To find all subsets of a given set, use recursion to generate all possible combinations.
Use recursion to generate all possible combinations of including or excluding each element in the set.
Start with an empty subset and recursively add each element to create new subsets.
Each subset can be represented as an array of strings.
LRU Cache is a data structure that stores a fixed number of items and removes the least recently used item when the cache is full.
LRU Cache uses a combination of a doubly linked list and a hashmap to efficiently store and retrieve items.
When an item is accessed, it is moved to the front of the linked list to indicate it is the most recently used item.
If the cache is full, the least recently used item at the end of the ...
Manager and employee problem. Given a table with id, Employee, managerId. Print the hierarchy in a tree format.
Interview experience
based on 18 reviews
Rating in categories
Software Engineer
103
salaries
| ₹5.1 L/yr - ₹13 L/yr |
Senior Software Engineer
71
salaries
| ₹8 L/yr - ₹22 L/yr |
Associate Software Engineer
40
salaries
| ₹4.8 L/yr - ₹6.8 L/yr |
Technical Lead
22
salaries
| ₹18 L/yr - ₹28 L/yr |
Software Developer
7
salaries
| ₹7.8 L/yr - ₹12 L/yr |
Infosys
TCS
Wipro
HCLTech