i
Snapdeal
Filter interviews by
Reverse a stack without using extra space
Convert Roman numerals to integers using a mapping of values for each symbol.
Create a mapping of Roman numeral symbols to their corresponding integer values.
Iterate through the input Roman numeral string from right to left.
If the current symbol's value is less than the next symbol's value, subtract it from the total. Otherwise, add it to the total.
Top trending discussions
posted on 25 Mar 2024
I applied via Apna Jobs and was interviewed in Jun 2023. There were 2 interview rounds.
Asking about background work experience
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
There were fixed set of aptitude questions to be solved in within timeframe
There were 2 coding questions
Write a program to check give year is a Leap year or not
I applied via LinkedIn and was interviewed in Apr 2020. There were 4 interview rounds.
Reducing delivery time can be achieved by optimizing the supply chain, improving communication, and automating processes.
Analyze the supply chain and identify bottlenecks
Implement automation tools to streamline processes
Improve communication between departments and with customers
Use data analytics to forecast demand and plan accordingly
Consider outsourcing or partnering with third-party logistics providers
Invest in tec...
I applied via IIM Jobs and was interviewed in Nov 2020. There were 3 interview rounds.
I am a highly motivated and detail-oriented Business Analyst with a strong background in data analysis and problem-solving.
I have a Bachelor's degree in Business Administration with a focus on analytics.
I have experience working with cross-functional teams to gather and analyze business requirements.
I am proficient in using tools such as Excel, SQL, and Tableau for data analysis and visualization.
I have successfully im...
Seeking better growth opportunities and work-life balance.
Limited growth prospects in previous role
Lack of work-life balance
Desire for new challenges and learning opportunities
Company culture misalignment
Relocation or commute issues
Better compensation or benefits elsewhere
Meesho is a leading e-commerce platform that empowers individuals to start their own online businesses.
Meesho provides a user-friendly platform for individuals to sell products online without any investment.
It offers a wide range of products from various categories, allowing sellers to cater to different customer preferences.
Meesho provides extensive training and support to its sellers, helping them succeed in their on...
I applied via Referral and was interviewed in Jul 2021. There was 1 interview round.
To install a GPS on a car, you need to choose a GPS device, mount it on the dashboard, connect it to a power source, and activate it.
Choose a GPS device that suits your needs and budget
Mount the GPS device on the dashboard or windshield using a suction cup or adhesive
Connect the GPS device to a power source, such as the car's cigarette lighter or USB port
Activate the GPS device and follow the instructions to set it up ...
PreOrder traversal without recursion is done using a stack to simulate the function call stack.
Create an empty stack and push the root node onto it.
While the stack is not empty, pop a node from the stack and process it.
Push the right child of the popped node onto the stack if it exists.
Push the left child of the popped node onto the stack if it exists.
Yes
Create an empty binary search tree (BST)
Loop over the unsorted array
For each element, insert it into the BST using the appropriate insertion logic
Repeat until all elements are inserted
The resulting BST will be built from the unsorted array
The question asks to find two elements in an array whose sum is equal to a given number.
Iterate through the array and for each element, check if the difference between the given number and the current element exists in the array.
Use a hash set to store the elements as you iterate through the array for efficient lookup.
Return the pair of elements if found, otherwise return a message indicating no such pair exists.
There are two types of triggers: DML triggers and DDL triggers.
DML triggers are fired in response to DML (Data Manipulation Language) statements like INSERT, UPDATE, DELETE.
DDL triggers are fired in response to DDL (Data Definition Language) statements like CREATE, ALTER, DROP.
Examples: A DML trigger can be used to log changes made to a table, while a DDL trigger can be used to enforce certain rules when a table is alt
Yes, triggers can be used with select statements in SQL.
Triggers are database objects that are automatically executed in response to certain events, such as insert, update, or delete operations.
While triggers are commonly used with insert, update, and delete statements, they can also be used with select statements.
Using triggers with select statements allows you to perform additional actions or validations before or af...
Indexing in MySQL improves query performance. There are several types of indexing in MySQL.
Indexes are used to quickly locate data without scanning the entire table.
Types of indexing in MySQL include B-tree, hash, full-text, and spatial indexes.
B-tree indexes are the most common and suitable for most use cases.
Hash indexes are used for exact match lookups.
Full-text indexes are used for searching text-based data efficie...
Engines in MySQL are the underlying software components that handle storage, indexing, and querying of data.
MySQL supports multiple storage engines, each with its own strengths and features.
Some commonly used engines in MySQL are InnoDB, MyISAM, and Memory.
InnoDB is the default engine in MySQL and provides support for transactions and foreign keys.
MyISAM is known for its simplicity and speed but lacks transaction suppo...
Yes, a constructor can be private.
A private constructor can only be accessed within the class itself.
It is often used in singleton design pattern to restrict object creation.
Private constructors are also useful for utility classes that only contain static methods.
based on 1 interview
Interview experience
Assistant Manager
104
salaries
| ₹4 L/yr - ₹12 L/yr |
Category Manager
89
salaries
| ₹6.9 L/yr - ₹21 L/yr |
Senior Executive
88
salaries
| ₹2.8 L/yr - ₹6.6 L/yr |
Deputy Manager
66
salaries
| ₹5.5 L/yr - ₹12 L/yr |
Senior Software Engineer
49
salaries
| ₹12 L/yr - ₹28 L/yr |
Flipkart
Amazon
Meesho
eBay