i
Snapdeal
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.
The order of execution refers to the sequence in which instructions or operations are executed in a program.
The order of execution is determined by the programming language and the specific code being executed.
Generally, code is executed line by line from top to bottom.
However, there are exceptions such as loops, conditionals, and function calls that can alter the order of execution.
In some programming languages, there...
I applied via Recruitment Consultant and was interviewed before Aug 2020. There was 1 interview round.
There are 6 colors, so 6^3 = 216 different cubes can be obtained.
The cube has 6 faces, each of which can be one of 6 colors.
Therefore, there are 6 options for the first face, 6 for the second, and 6 for the third.
To find the total number of possible cubes, we multiply these options together: 6 x 6 x 6 = 216.
Median is best because it is not affected by outliers and gives a better representation of central tendency.
Median is the middle value in a dataset, which makes it less affected by extreme values or outliers.
It gives a better representation of central tendency as compared to mean, which can be skewed by outliers.
Mode is not always useful as it may not exist or may not be unique in a dataset.
For example, in a dataset of...
No, 899 is not a prime number.
A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.
899 can be divided by 29 and 31, so it is not a prime number.
The amount of water used in the college depends on various factors such as the number of students, staff, and facilities.
The amount of water used in the college varies depending on the size of the college.
The number of students, staff, and facilities also play a significant role in determining the amount of water used.
The college may have water-saving measures in place to reduce water usage.
The amount of water used may...
BookMyShow should charge different prices based on factors like movie of superstar, festival occasion, etc.
Consider the popularity of the movie star
Take into account the demand for tickets during festival occasions
Analyze the competition and market trends
Offer discounts for bulk bookings or loyalty programs
Consider the cost of production and distribution
Adjust prices based on the time of day or week
Use dynamic pricing ...
Snapdeal interview questions for popular designations
Find the row with maximum number of 1's in a matrix of 0's and 1's.
Start from the top right corner of the matrix
If the current element is 1, move left in the same row
If the current element is 0, move down to the next row
Repeat until you reach the bottom left corner of the matrix
A program to check if a number is a palindrome or not.
Convert the number to a string
Reverse the string
Compare the reversed string with the original string
If they are the same, the number is a palindrome
Tree traversals are methods used to visit each node in a tree data structure.
Inorder traversal: Visit left subtree, then root, then right subtree. Example: 1. Left -> Root -> Right
Preorder traversal: Visit root, then left subtree, then right subtree. Example: 1. Root -> Left -> Right
Postorder traversal: Visit left subtree, then right subtree, then root. Example: 1. Left -> Right -> Root
Codes for Post-Order, In-Order, and Level-Order Traversal of a binary tree.
Post-Order Traversal: Left subtree, Right subtree, Root
In-Order Traversal: Left subtree, Root, Right subtree
Level-Order Traversal: Visit nodes level by level, from left to right
Intersection of 2 linked lists
Traverse both lists and compare each node to find the intersection
Use a hash set to store visited nodes and check for intersection
Calculate the length of both lists and adjust the starting point for comparison
To check if a linked list has a loop, we can use the Floyd's cycle-finding algorithm.
Use two pointers, one moving at twice the speed of the other
If there is a loop, the fast pointer will eventually catch up with the slow pointer
If the fast pointer reaches the end of the list, there is no loop
Left view of a tree shows the nodes visible when viewed from the left side.
Left view of a tree is the nodes that are visible when looking at the tree from the left side.
It includes the leftmost node at each level of the tree.
Example: For a tree with root node A and left child B, the left view would be [A, B].
To find the Kth element from the end of a linked list, we can use the two-pointer approach.
Initialize two pointers, 'fast' and 'slow', pointing to the head of the linked list.
Move the 'fast' pointer K steps ahead.
Move both 'fast' and 'slow' pointers one step at a time until 'fast' reaches the end of the linked list.
The 'slow' pointer will be pointing to the Kth element from the end.
The answer describes how to check if a linked list is a palindrome or not.
Traverse the linked list and store the values in an array
Compare the elements of the array from both ends to check for palindrome
Alternatively, use two pointers to traverse the linked list, one slow and one fast, and reverse the first half of the list while traversing
The boundary of a tree refers to the outermost edges of the tree canopy or the perimeter of the tree's root system.
The boundary of a tree is defined by the outermost branches and leaves of the tree canopy.
The root system of a tree also contributes to its boundary, with roots extending outward from the trunk.
The boundary of a tree can be influenced by factors such as soil type, available nutrients, and competition from ...
The Lowest Common Ancestor (LCA) of a binary tree can be found in place using a recursive approach.
Start from the root node and recursively check if both nodes are present in the left and right subtrees.
If one node is found in the left subtree and the other in the right subtree, then the current node is the LCA.
If both nodes are found in the left subtree, recursively search for the LCA in the left subtree.
If both nodes...
Knapsack and coin change problems are classic dynamic programming problems.
Knapsack problem involves maximizing the value of items in a knapsack without exceeding its capacity.
Coin change problem involves finding the minimum number of coins needed to make a certain amount of change.
Both problems can be solved using dynamic programming techniques.
Examples: 0/1 Knapsack, Fractional Knapsack, Coin Change with limited coin
Find the maximum product of three numbers in an array.
Sort the array in ascending order.
Multiply the last three numbers in the sorted array to get the maximum product.
If there are negative numbers in the array, consider multiplying the two smallest negative numbers with the largest positive number.
I am a highly motivated and experienced professional with a strong background in project management and team leadership.
Over 10 years of experience in managing complex projects and leading cross-functional teams
Proven track record of delivering projects on time and within budget
Strong communication and interpersonal skills, able to effectively collaborate with stakeholders at all levels
Expertise in implementing project...
I would address the situation by communicating with my manager and finding a solution together.
Initiate a conversation with the manager to understand their expectations and concerns
Express your own concerns and feelings respectfully
Propose alternative approaches or suggestions
Seek a compromise or find common ground
Maintain open and honest communication throughout the process
Balancing academics, extracurricular activities, and part-time job
Juggling multiple responsibilities
Time management challenges
Prioritizing tasks effectively
Top trending discussions
Some of the top questions asked at the Snapdeal interview for freshers -
The duration of Snapdeal interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 1 interview
Interview experience
based on 648 reviews
Rating in categories
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