Upload Button Icon Add office photos

Filter interviews by

Lifelong Online Retail Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: Interviews were driven to know the candidate better and their capabilities. They also didn’t waste much time asking students who they were sure not to recruit and conducting reasonably long interviews.

General Tips: Do’s :
1. Start preparing with the start of the summers.
2. Concentrate on your own preparation and not on what others are doing.
3. Keep the preparation time of HR to maximum 20 hours because HR accounts for just 20% weightage in your selection procedure.
4. Have patience.
5. Prepare every point written in the resume such that you are able to speak for at least 3 min on the subject. You might gain bonus points if you are aware of some latest developments or strategic changes in the field.

Don’ts :
1. Never bog down when you are either not shortlisted in the company who have been aiming for or when even after practice you are not getting the correct way.
2. Do not form very large groups for the preparation. Try making the preparation time that you spend with the group as efficient as possible with the least of bulla sessions.

College Name: IIT Kanpur

Interview Preparation Tips

Round: Group Discussion
Experience: GD was conducted for shortlisted candidates and candidates were divided into groups of 6 people.There were 3 topics and each topic was discussed for 2 minutes.No specific rules,like each person needs to speak,are to be followed during the GD.Anyone can initiate,intervene,etc. Finally we were asked to link all three topics and this discussion went on for another 2 minutes.

Round: HR Interview
Experience: Only a single round lasting about 40-45 minutes.There were only 4 people in the panel and technical as well as HR questions were asked. First I was asked to go through my own resume, “Introduce/Tell us about yourself?".  E.g.:“Where have you shown leadership qualities?Have you led a
team?Size of team? What new initiatives did you take?”.Core questions starting form basics like “How does an airplane fly?” to specific questions about the different types of engines used in airplanes,their specifications, etc. were asked. HR questions were put up like"What was the most difficult decision in your life?" and grilled on my internship for 15-20 minutes which I did in Transocean. (Another oil field services company).

General Tips: You need to be very good in the basics of your
core courses and if you have done an internship in the oil industry,
you will definitely be grilled on that.Questions will be asked in quick succession.
Skill Tips: Highlight any intern in Oil industry or anything related to that in your resume.Any POR or any sport activity which shows your leadership qualities should me mentioned in your resume.
Skills: Leadership qualities, Athletic, Quick thinking, presence of mind
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: 10 candidates shortlisted through aptitude test (50 ques in 12 min, cut off was 50).
Duration: 12 minutes minutes
Total Questions: 50

Round: Technical Interview
Experience: 1st interview was technical with some general HR questions. I related the work done in internships to the work being done in the snapdeal company. I was asked if I had any other interview to which I replied flipkart. He then asked me why snapdeal and not flipkart. I had studied everything about the 2 companies and was thus able to defend my choice. Next he gave me some puzzles, I did all with little inputs from him. I was asked to wait for 2nd interview and not go to Flipkart GD but I went anyway.

Round: Technical Interview
Experience: This interview round was again technical. This time there were 2 panellists and they again gave me 4-5 puzzles, which I did successfully. I was asked to wait for a HR interview.

Round: HR Interview
Experience: The HR interview was just a formality, he explained me my responsibilities in the organization and made me a spot offer.

General Tips: 1. Pre placement preparation is very important. Begin early and try to distribute time to all the areas especially your shortcomings.
2. Try to remain calm and confident in the interview.
3. Do not cram up the answers to hr questions or puzzles.
4. There are plenty of companies with handsome compensation. Just give your best in preparations and interviews.

College Name: IIT Kanpur

Software Developer Interview Questions & Answers

Snapdeal user image Adithya H K Upadhya

posted on 3 Dec 2015

Interview Preparation Tips

Round: Test
Experience: An aptitude test which was followed by three rounds of technical interviews and finally the HR interview.

Round: HR Interview
Experience: Snapdeal offered placements for 5 students (3 from CS and 2 from IT).

General Tips: Be extremely well prepared for any company. Research about the company's profile extensively before the company's interview. HR panel always looks for candidates who are well aware of the company in order to measure the candidate's interest. Data structures are absolutely necessary for any company. Improve coding skills through frequent participation in competitive programming arena such as codeForces, codeChef, HackerEarth etc. "Software development job profile was offered to me.
Unnecessary and irrelevant questions are to be avoided. We should raise questions only if we have some genuine questions. However any question related to job profile or location preference could be raised. "
"It was very grueling and tiring at first but the sweet taste of placement makes it all worth it.
Placements are a turning point in everybody's career."
Skill Tips: Snapdeal is more focussed on Data structures and object oriented technology.
For data structures, online materials such as GeeksforGeeks are excellent and in case of OOPS concepts, stronghold in either C++ or java programming language is necessary.
Skills:
College Name: NIT Surathkal

Interview Preparation Tips

Round: Test
Experience: Algorithmic coding test was conducted on hackerank platform. Around 60 students gave online test. There were 4-5 algo questions to be done in 90 mins duration.

Tips: Try to do at least 2 questions.

Round: Technical Interview
Experience: First Interviewer asked me to introduce myself. Then he asked me questions on data structures & Algo. He asked me about tree data structures, why it is used, time complexities of various operations on tree, balancing of tree, AVL Tree. He asked me write AVL Tree insertion, deletion, update code. Then he jumps to BTree, B+Tree and asks me write code on paper for various operations. Questions were asked on indexing, various types of indexing, how it is used in databases, etc. Then he briefly asked about the project I done in my internship.


Round: Technical Interview
Experience: Interviewer asked me how was my 1st round, I said it was great. He first asked me introduce myself. Then he asked about my projects mentioned in my resume. I done a project in machine learning on spam webpage detection. He was interested in that. He asked me what language, libraries I used to implement that project. Then he gave me real time scenario to predict whether an item is explosive or not. Then I approached this problem and asked information related to problem. He was impressed by the approach I target the problem. He asked me what machine learning model will be best and what are their pros and cons. Then he asked me question that given 100 sorted linked lists, you have to merge them and return single sorted linked list. I gave 3-4 solutions with their time & space complexities.


Round: HR Interview
Experience: Interviewer asked me common HR questions like tell me about yourself, my family background, why do you want to join the company, what impact you can make in Snapdeal, why should we hire you. After that he congratulated me for the role of SDE at Snapdeal. I was very happy at that moment.

All the 5 students cleared this round.

Skills: SQL, ML, Algorithms And Data Structures, Python, Basic C/C++
College Name: IIT Guwahati

I was interviewed before Apr 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

There were 22 MCQ questions of aptitude and technical based while 3 questions were of coding type.
Tips: MCQ questions were not time consuming , so try to do that questions in less time , so you will get enough time for coding questions.

  • Q1. 

    Balanced Parentheses Check

    Given a string STR consisting solely of the characters '{', '}', '(', ')', '[', and ']', determine whether the parentheses are balanced.

    Input:

    The first line contains an inte...
  • Ans. 

    Implement a function to check if parentheses in a string are balanced.

    • Use a stack to keep track of opening parentheses and pop when a closing parenthesis is encountered.

    • If the stack is empty when a closing parenthesis is encountered or if there are unmatched parentheses at the end, return 'NO'.

    • Ensure that all opening parentheses have a corresponding closing parenthesis in the correct order.

    • Return 'YES' if all parenthes...

  • Answered by AI
  • Q2. 

    Find the Next Greater Number with the Same Set of Digits

    Given a string S that represents a number, determine the smallest number that is strictly greater than the original number and has the same set of ...

  • Ans. 

    The task is to find the smallest number greater than the given number with the same set of digits.

    • Sort the digits of the number in descending order.

    • Find the first digit from the right that is smaller than the digit to its right.

    • Swap this digit with the smallest digit to its right that is greater than it.

    • Sort all the digits to the right of the swapped digit in ascending order to get the smallest number greater than the

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

My experience was very awesome , I answered all the questions , although in starting I was very nervous , so at starting interviewer help me get my confidence, interviewer was very helpful.

  • Q1. 

    Maximum Level Sum in Binary Tree Problem Statement

    Given an arbitrary binary tree consisting of N nodes, where each node is associated with a certain value, your task is to find the maximum sum for any le...

  • Ans. 

    Find the maximum sum for any level in a binary tree.

    • Traverse the binary tree level by level and calculate the sum for each level.

    • Keep track of the maximum sum encountered so far.

    • Return the maximum sum found.

    • Example: For the input tree, the maximum level sum is 13 (5+6+2).

  • Answered by AI
  • Q2. 

    Find Top K Frequent Numbers in a Stream

    Given an integer array ARR and an integer K, your task is to find the K most frequent elements in ARR. Return the elements sorted in ascending order.

    Example:

    Inp...
  • Ans. 

    Find the K most frequent elements in an integer array and return them sorted in ascending order.

    • Use a hashmap to store the frequency of each element in the array.

    • Use a min heap to keep track of the K most frequent elements.

    • Return the elements from the min heap in ascending order.

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This round was based on DSA and questions on core subjects that I had studied throughout college.

  • Q1. 

    Vertical Sum in a Binary Tree

    Given a binary tree where each node has a positive integer value, compute the vertical sum of the nodes. The vertical sum is defined as the sum of all nodes aligned along the...

  • Ans. 

    Compute the vertical sum of nodes in a binary tree aligned along the same vertical line.

    • Traverse the binary tree in a level order manner to calculate the vertical sum.

    • Use a hashmap to store the vertical sum at each vertical level.

    • Recursively traverse the tree and update the vertical sum in the hashmap.

    • Output the vertical sums in the required format for each test case.

  • Answered by AI
  • Q2. What is TCP/IP?
  • Ans. 

    TCP/IP is a set of protocols that governs the way data is transmitted over the internet.

    • TCP/IP stands for Transmission Control Protocol/Internet Protocol.

    • It is a suite of communication protocols used to connect devices on the internet.

    • TCP ensures that data is reliably transmitted between devices.

    • IP is responsible for addressing and routing data packets across networks.

    • Examples of TCP/IP protocols include HTTP, FTP, and

  • Answered by AI
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Experience : Keep confidence and show them good communication skills. Previous round's performance also matters in this rounds

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASnapdeal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Apr 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

In the interview I was asked few puzzles and few coding problems.
In the coding questions the interviewers did not ask me to write down the complete codes of the problems, they only asked me to suggest some suitable algorithms.

  • Q1. 

    Count Set Bits Problem Statement

    Given a positive integer N, find the total number of '1's in the binary representation of all the numbers from 1 to N.

    You should return the result modulo 109+7 as the co...

  • Ans. 

    Count the total number of set bits in the binary representation of numbers from 1 to N, modulo 10^9+7.

    • Iterate through numbers from 1 to N and count the set bits in their binary representation

    • Use bitwise operations to count set bits efficiently

    • Return the total count modulo 10^9+7 as the result

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

In second round of interview I was asked some hardcore programming questions on data structures since I wrote it as my area of interest. 
I was asked some puzzles as well.

  • Q1. 

    Merge Two Sorted Arrays Problem Statement

    Given two sorted integer arrays ARR1 and ARR2 of size M and N, respectively, merge them into ARR1 as one sorted array. Assume that ARR1 has a size of M + N to hol...

  • Ans. 

    Merge two sorted arrays into one sorted array in place.

    • Iterate from the end of both arrays and compare elements to merge in place

    • Use two pointers to keep track of the current position in both arrays

    • Handle cases where one array is fully merged before the other

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASnapdeal interview preparation:Topics to prepare for the interview - SQL, Database, Aptitude, Data Structures, Algorithms, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions based on tree

Interview Preparation Tips

Round: Test
Experience: Keep your Calm
Tips: Practice matters
Duration: 90 minutes
Total Questions: 30

Round: Interview
Tips: They are not going to eat you.. they will help you out only...
So just go inside the interview room as some of your friends called you to ask some question..relax

Skills: Thinking Process
College Name: IIT GUWHATI

Interview Questionnaire 

7 Questions

  • Q1. Discussion on internship at IBM' Cloud Unit
  • Q2. Find LCM of all numbers from 1 to n. Give an algorithm, then correctly estimate the time complexity
  • Ans. 

    Algorithm to find LCM of all numbers from 1 to n and its time complexity

    • Find prime factors of all numbers from 1 to n

    • For each prime factor, find the highest power it appears in any number from 1 to n

    • Multiply all prime factors raised to their highest power to get LCM

    • Time complexity: O(n*log(log(n)))

  • Answered by AI
  • Q3. SQL vs NoSQL. Why NoSQL
  • Ans. 

    NoSQL databases are flexible, scalable, and can handle large amounts of unstructured data.

    • NoSQL databases are schema-less, allowing for easy and flexible data modeling.

    • They can handle large amounts of unstructured data, making them suitable for big data applications.

    • NoSQL databases are highly scalable and can easily handle high traffic and large user bases.

    • They provide horizontal scalability by distributing data across...

  • Answered by AI
  • Q4. Some DBMS designing question relating to Snapdeal website
  • Q5. JAVA-Spring and Hibernate
  • Q6. Variation of -----/ Given a dictionary of words and a number n. Find count of all words in dictionary that can be formed by given number n
  • Ans. 

    The question asks to find the count of words in a dictionary that can be formed by a given number.

    • Iterate through each word in the dictionary

    • Check if the characters in the word can be formed using the given number

    • Increment the count if the word can be formed

  • Answered by AI
  • Q7. Given an array of elements. We can perform following operation only- Increase an array element. Cost of operation is the amount of increment made per array element. Now for a given H, we need to make any H...

Interview Preparation Tips

Round: Test
Experience: I did both coding question ( 1 full and 2nd partial ) and 5 MCQ only and was shortlisted
Tips: Refer to interview sets on Geeksforgeeks.
Do solve both the coding questions first. Not necessary to pass all test cases for both.
Then go for C based o/p questions. At last aptitude.
Duration: 60 minutes
Total Questions: 23

Round: Technical Interview
Experience: I did not know JAVA and DBMS so could not answer any of the last 2 questions. I told him directly thati had no experience in JAVA / DBMS and justified. I had proficiency in Data Structure and Algorithms and I beleive the interviewer liked my internship work on Cloud / Virtualization
Tips: Focus on Data Strucure-Algorithms, JAVA, DBMS, Puzzles

Round: Test
Experience: All repeated questions from previous interviews.
Tips: Refer interview set from geeksforgeeks.org
Duration: 60 minutes
Total Questions: 3

Round: Technical Interview
Experience: For the first question, I started by exponential solution and reduced it to polynomial. We
discussed various approaches and tried a variety of methods and after
1-1.5 hrs of discussion finally ended up with an O(1) solution with some
pre-processing overhead. After achiveing O(1) time complexity, he asked
to further optimize the space complexity.

Usage of Trie / TST. Internal Implementation of Hashing structure and replacing the hashing mechanism using Trie / TST.
Tips: Focus on Tree, Stacks, Queue, Linked List, Hash Maps, Trie, Hashing, String Algorithms, Ternary Search Tree

Round: HR Interview
Experience: Typical HR

General Tips: Practice programming
Skill Tips: Focus on Data Structure-Algorithms and programming in either C++ / JAVA
Skills: Data Structure, Algorithms, Programing, JAVA, DBMS
College Name: Indian Institute of Information Technology, Design and Manufacturing, Jabalpur
Motivation: -
Funny Moments: -

Skills evaluated in this interview

Analyst Interview Questions & Answers

Snapdeal user image Kaustubh Gupta

posted on 11 Mar 2015

Interview Questionnaire 

5 Questions

  • Q1. Estimate the revenue of a Dominos outlet
  • Ans. 

    Estimating the revenue of a Dominos outlet

    • Consider the average number of orders per day

    • Calculate the average order value

    • Multiply the average number of orders by the average order value

    • Take into account any seasonal variations or promotions

    • Consider the location and population density of the outlet

    • Analyze the competition in the area

    • Factor in the operating expenses and profit margin

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am an experienced analyst with a strong background in data analysis and problem-solving.

    • Experienced analyst with a track record of successfully analyzing complex data sets

    • Proficient in using statistical software and data visualization tools

    • Strong problem-solving skills and ability to identify trends and patterns

    • Excellent communication and presentation skills

    • Ability to work independently and collaborate with cross-fun

  • Answered by AI
  • Q3. Why E-commerce (or whatever field you're applying to)?
  • Q4. Why Snapdeal (or whatever company it is)?
  • Ans. 

    Snapdeal is a leading e-commerce company in India with a strong customer base and a wide range of products.

    • Snapdeal has a large customer base in India, which provides a great opportunity for growth and impact.

    • The company offers a wide range of products across various categories, catering to diverse customer needs.

    • Snapdeal has a strong presence in the e-commerce market, competing with other major players.

    • The company has...

  • Answered by AI
  • Q5. Estimate the costs of an Auto-Rickshaw driver. (No time frame)
  • Ans. 

    Estimating the costs of an Auto-Rickshaw driver.

    • Consider fuel expenses for the auto-rickshaw.

    • Include maintenance and repair costs.

    • Factor in license and permit fees.

    • Account for insurance premiums.

    • Include daily wages for any helpers or assistants.

    • Consider miscellaneous expenses like parking fees and tolls.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was a bit disappointing to not get shortlisted in a couple of companies I was looking forward to, but I really didn't expect much with my CPI (6 pointer during placements). But my internship helped me loads and gave my resume one 'spike' which became crucial.
Tips: Maintain a good CPI, as you've heard from every senior, but is necessary. Also keep a couple of profiles in your mind, which you want to work in, and then create a resume as such, and take up internships and POR's, all good spikes for which a recruiter, mostly including an IIT alumnus look for.

Round: Test
Experience: A make or break situation for me due to my poor CPI. Fortunately I got shortlisted in almost all companies for which I gave the test, for GD and so on, so it's a very very crucial part of the placement process.
Tips: Be smart during giving your tests. The recruiter judges your decision making skills and speed skills through this. Specially with students with an average CPI, this is the most important step as companies that come for mass recruitment make their decision on this basis.
Duration: 12 minutes
Total Questions: 50

Round: Group Discussion
Experience: For SnapDeal, they had what they called a Group Activity but it was per se a GD. They gave us a problem, a general aptitude question and they gave us hints in order to solve it. I tried to take charge and maintain decorum among 20 people there and it helped.
I was way more silent during my GD for Flipkart and that is the worst thing I could have done.
Tips: Always speak up. Content matters less, being smart and practical matters more. You can twist the points of another person, but keep your stand, whatever side you take. Just keep calm and speak your heart out. Also, give everyone a chance. If someone in the room hasn't spoken a word for some while, take the initiative to stop the discussion then and there and ask that person his/her views. A moderator is not always looking at a person who starts or ends well, he might be looking for a person who is a team player.
Duration: 20 minutes

Round: Problem Statement
Experience: Unfortunately never had the chance to tackle this part of the process.
Tips: Do what you feel is right, even if it's going wrong. An attempt matters, don't leave the space blank.

Round: Case Study Interview
Experience: There were different approaches to tackle this problem, and I mostly took the most complicated and inaccurate one. But I was confident in what I was doing. I estimated the amount of pizzas delivered and purchased on the spot, estimated the number of people served by the outlet area-wise, where I could have used an age distribution method. I guesstimated the cost of one pizza, also dividing into sizes and also included other side orders. The interviewer was happy and got selected in to the next round. This is for a company by Indus Insights, a consulting firm.
Tips: Practice makes perfect. Cover all case interviews and practice hard, specially for a consulting firm obviously. Be confident with the method you use, and constantly interact with the interviewer. Do not underestimate the importance of keeping the interviewer in the loop. Tell him/her what you are thinking, even though it's rubbish, and ask them for clarifications wherever you're stuck. It's not just your problem solving skills, it's a test to how you present the solution to a potential client.

Round: HR Interview
Experience: I started off with my basic introduction i.e. Name, Branch, hometown etc. Then I shifted to my intern as it had been the most recent activity I had done. So on, I continued covering all my internships and POR and then told some of my hobbies. Regarding the why e-commerce question, I mentioned the fact that it's the fastest growing market in the world, and the company is among the top firms in this market.
Tips: Its important to prepare these questions before hand. These are make or break questions as these relate to whether you'll fit the dynamics of the firm. Its important to be energetic and lively. What you show in the interview is exactly what they perceive to be your general status and personality. Always saw the firm excites you and you should be aware of the functioning of the market and the firm. Studying up earlier is a must, regarding recent developments in general as well.
Don't be afraid to cross question regarding the company and other affairs related to the company.
I wasn't asked a behavioural question as such, but try not to get cocky. Keep it simple, and don't get frustrated.

Round: Guesstimate Interview
Experience: I started off by asking the time frame. Nothing was cleared by the interviewer so I started asking the basic questions, regarding city, etc. I broke down the costs i.e. Personal and related to maintenance. Asked a ton of questions in order to keep the interviewer involved.
Tips: A guesstimate is quite similar to a case interview, but this tests more general knowledge wherein a case questions your intellect on the case itself. Similar tips as to tackling a case, but you make loads of assumptions yourself. Read some population and area data of major Indian cities before hand, and keep asking whether the assumptions you're making sound reasonable or not. Don't worry if the answer is too random, it's more about the process rather than the figure.
Also, if you have read up before on how to solve guesstimates, you'll face something called as Sanity check. In the interview, you aren't asked to do one, try and avoid unless you are really confident.

General Tips: Don't lose hope. Placements are a tiring process. People with brilliant resumes don't get placed and haven't gotten placed yet. So keep on fighting, you will get placed in a good company with a good package soon. Also don't reject a company if the package is okay, it's your first job. You are being awarded money based on one interview, they don't know your work yet. So choose a job where you like the profile instead of the money.
Skill Tips: Speed is crucial in the tests. Half of the people usually complain on missing out on questions.
Skills: Speed, Aptitude
College Name: IIT BOMBAY
Motivation: It is a fast growing company in the fastest growing market. A company where growth is fast and leaning experience is endless. They have also taken up social projects towards which I have some inclinations so that helped.
Funny Moments: One of my friend got placed a day before me in Olacabs, and had a higher CPI than me. The day I got placed he was with me, and I could not help laughing the fact that I had a higher package.

Lifelong Online Retail Interview FAQs

How to prepare for Lifelong Online Retail interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Lifelong Online Retail. The most common topics and skills that interviewers at Lifelong Online Retail expect are Category Management, E-commerce, Marketing, Procurement and Creative.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Myntra Interview Questions
4.0
 • 214 Interviews
Nykaa Interview Questions
3.5
 • 114 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Pepperfry Interview Questions
3.2
 • 31 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
View all

Lifelong Online Retail Reviews and Ratings

based on 22 reviews

4.5/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.0

Salary

3.9

Job security

4.3

Company culture

3.6

Promotions

4.3

Work satisfaction

Explore 22 Reviews and Ratings
Category Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Online Marketing Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Import Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lifelong Online Retail with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare

Paytm Mall

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview