i
GoComet
Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.
2hours, Data Structures and Algorithms, Graphs and Machine LEarning Questions
MinStack is a data structure that supports push, pop, top, and retrieving the minimum element in constant time.
Create a stack to store the elements and another stack to store the minimum values encountered so far.
When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.
When popping an element, check if it is the current minimum. If so, pop from the minimum stack as...
Top trending discussions
I applied via Campus Placement
All coding questions were ad hoc
I appeared for an interview in May 2025, where I was asked the following questions.
Methods to clean large datasets in SQL include handling nulls, removing duplicates, and transforming data types.
Use the COALESCE function to replace null values: SELECT COALESCE(column_name, 'default_value') FROM table_name;
Identify and remove duplicates using the DISTINCT keyword: SELECT DISTINCT * FROM table_name;
Use the ROW_NUMBER() function to identify duplicates: WITH CTE AS (SELECT *, ROW_NUMBER() OVER (PARTITION...
Analyze regional sales data to identify trends and derive actionable insights for improved performance.
Collect sales data from various regions and organize it in a centralized database.
Use data visualization tools like Tableau or Power BI to create dashboards that highlight sales trends over time.
Segment the data by region, product category, and time period to identify specific performance patterns.
Conduct comparative ...
posted on 25 Jun 2025
I appeared for an interview in May 2025, where I was asked the following questions.
LDR stands for Light Dependent Resistor, a sensor that changes resistance based on light intensity.
LDRs are used in automatic street lighting systems.
They are commonly found in light-sensitive devices like cameras.
LDRs can be used in alarm systems to detect changes in light.
They are often used in solar garden lights to turn on at dusk.
Arduino consists of hardware and software components for building interactive electronic projects.
Microcontroller: The brain of the Arduino, e.g., ATmega328 in Arduino Uno.
Digital I/O Pins: Used for connecting sensors and actuators, e.g., LEDs.
Analog Input Pins: Read analog signals, e.g., temperature sensors.
Power Supply: Provides power to the board, can be USB or battery.
USB Interface: For programming the board and se...
My tenure has been a journey of growth, learning new skills, and understanding the importance of teamwork and adaptability.
Developed strong communication skills by collaborating with diverse teams on projects.
Learned to adapt quickly to changing environments, especially during project pivots.
Gained technical skills in software tools that improved my efficiency, such as mastering Excel for data analysis.
Understood the i...
I appeared for an interview in Dec 2024, where I was asked the following questions.
I appeared for an interview in May 2025, where I was asked the following questions.
Implemented data cleaning, visualization, and predictive modeling to enhance decision-making and insights from the dataset.
Data Cleaning: Removed duplicates and handled missing values using techniques like mean imputation.
Data Visualization: Created dashboards using Tableau to present key metrics and trends.
Predictive Modeling: Developed a regression model to forecast sales based on historical data.
Collaboration: Worke...
Data analysts use various libraries for data manipulation, analysis, and visualization, enhancing their workflow and insights.
Pandas: Essential for data manipulation and analysis, providing data structures like DataFrames.
NumPy: Used for numerical computing, offering support for large, multi-dimensional arrays and matrices.
Matplotlib: A plotting library for creating static, animated, and interactive visualizations in P...
Output generation involves processing data through various stages to produce meaningful results.
Data Collection: Gathering raw data from various sources, e.g., surveys, databases.
Data Cleaning: Removing inaccuracies and inconsistencies, e.g., correcting typos in datasets.
Data Analysis: Applying statistical methods to interpret data, e.g., using regression analysis to find trends.
Data Visualization: Creating charts and ...
Explore alternative code solutions for data analysis tasks to enhance efficiency and readability.
Use vectorized operations in NumPy instead of loops for faster computations. Example: np.sum(array) vs. for loop.
Leverage pandas' built-in functions like groupby() for aggregating data instead of manual calculations.
Consider using list comprehensions for concise and readable code. Example: [x*2 for x in range(10)] instead o...
I appeared for an interview in Nov 2024, where I was asked the following questions.
I aim to develop my skills in my field, contribute to impactful projects, and eventually lead initiatives that drive innovation.
Pursue advanced education, such as a Master's degree in my field to deepen my expertise.
Gain practical experience through internships and projects, like working on a team to develop a new software application.
Seek leadership opportunities, such as leading a project team to enhance my managemen...
I have hands-on experience with AI tools, focusing on machine learning, natural language processing, and data analysis.
Developed a machine learning model to predict customer churn using Python and scikit-learn.
Utilized natural language processing to analyze customer feedback and extract insights.
Participated in a project that implemented AI chatbots for customer service automation.
Completed an online course on deep lea...
I appeared for an interview in May 2025, where I was asked the following questions.
I appeared for an interview in May 2025, where I was asked the following questions.
Stacks and queues are data structures that manage data in different orders: LIFO for stacks and FIFO for queues.
Stack: Last In, First Out (LIFO) - Think of a stack of plates; you add and remove plates from the top.
Queue: First In, First Out (FIFO) - Like a line at a coffee shop; the first person in line is the first to be served.
Real-life stack example: A stack of books where you can only take the top book.
Real-life qu...
A palindrome is a string that reads the same forwards and backwards. This function checks for that property.
A string is a palindrome if it is identical when reversed.
Example: 'radar' is a palindrome, while 'hello' is not.
To check, compare the string with its reverse using slicing: s == s[::-1].
Consider case sensitivity and spaces: 'A man a plan a canal Panama' is a palindrome if spaces and cases are ignored.
based on 1 interview experience
Difficulty level
Duration
Customer Success Manager
11
salaries
| ₹9.1 L/yr - ₹15.5 L/yr |
Sales Development Representative
8
salaries
| ₹6.5 L/yr - ₹8.2 L/yr |
Software Development Engineer II
8
salaries
| ₹14 L/yr - ₹17.6 L/yr |
Senior Customer Success Manager
7
salaries
| ₹8.5 L/yr - ₹14.4 L/yr |
Inside Sales Manager
7
salaries
| ₹8.5 L/yr - ₹11.2 L/yr |
Zidio Development
NexTurn
Springbord Systems
Kanerika Software