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 25 Jul 2023
Write some simple program in any language
DB design for realtime push notification
I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.
2 Leetcode medium to hard level questions were given. Time: 1hr
2 Leetcode medium to hard level questions were given. Time: 1hr
posted on 16 May 2023
I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur and was interviewed before May 2022. There were 3 interview rounds.
Basic maths, logical resoning, puzzles
Competitive Programming on Dynamic Programming, Java code debug, SQL qurries
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
posted on 23 Feb 2022
I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.
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