i
Whatfix
Filter interviews by
I applied via campus placement at Sri Jayachamarajendran College of Engineering (SJCE) and was interviewed before Feb 2023. There were 4 interview rounds.
Some basic programming question to test time efficiency
OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: Animal class can be inherited by Dog class.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Using private variables and public methods in a class.
Polymorphism: Ability for objects to be treated as instance...
Top trending discussions
posted on 27 Sep 2024
The hard stock sell problem involves determining the best time to sell stocks to maximize profit.
Consider using dynamic programming to solve this problem efficiently.
Keep track of the minimum stock price seen so far and calculate the maximum profit that can be made by selling at each day.
The final answer will be the maximum profit that can be made by selling at the last day.
Creating a server without using Express framework
Use Node.js built-in 'http' module to create a server
Listen for incoming requests on a specific port
Handle different routes and methods using 'http' module
Singleton class is a class that can only have one instance created throughout the application.
Singleton class restricts the instantiation of a class to one object.
It is often used for logging, caching, thread pools, database connections, etc.
Example: Java implementation of Singleton class -
public class Singleton { private static Singleton instance; private Singleton() {} public static Singleton getInstance() { if(insta...
I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.
Design cab booking system on hacker rank platform
posted on 27 Oct 2023
I was interviewed before Oct 2022.
posted on 23 May 2022
Duration: 1 hour
Platform: Hackerrank
Topics : Standard Interview Problems
I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.
The exam duration is one and a half hours.
The total exam time is one and a half hours.
It encompasses all topics related to full stack development.
In two years, I see myself as a senior software developer leading a team on innovative projects.
Advancing to a senior software developer role
Leading a team on new and innovative projects
Continuing to enhance my technical skills through ongoing learning and training
LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.
Implement using a doubly linked list and a hashmap for efficient operations
When an item is accessed, move it to the front of the list
When the cache is full, remove the least recently used item from the end of the list
I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.
Easy level to Medium level
2 Easy questions of DSA
I applied via Instahyre and was interviewed in Nov 2024. There were 2 interview rounds.
Easy to medium questions, Questions on DSA and Node.js.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Solution Engineer
46
salaries
| ₹5.3 L/yr - ₹19 L/yr |
Customer Success Manager
25
salaries
| ₹17 L/yr - ₹32 L/yr |
Business Development Representative
23
salaries
| ₹8 L/yr - ₹21 L/yr |
Project Manager
20
salaries
| ₹18 L/yr - ₹35 L/yr |
Software Development Engineer II
20
salaries
| ₹17 L/yr - ₹46.5 L/yr |
Freshworks
Zoho
Druva
Postman