• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

  • Home
  • Interview Questions
  • Java
  • Java Programs
  • Selenium
  • Selenium Programs
  • Manual Testing
  • Test Cases
  • Difference
  • Tools
  • SQL
  • Contact Us
  • Search
SoftwareTestingo Ā» Interview Questions Ā» Snapdeal Interview Questions

Snapdeal Interview Questions

Last Updated on: February 25, 2022 By Softwaretestingo Editorial Board

Snapdeal Overview

  • www.snapdeal.com
  • New Delhi
  • 501 to 1000 employees
  • 2010
  • Private
  • Internet
  • ₹50 to ₹100 billion (INR)/YR
  • Flipkart, Myntra

What We Are Learn On This Post

  • SnapDeal Software Development Engineer In Test Interview
  • Snapdeal Interview Process
  • Snapdeal Interview Questions

SnapDeal interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance, and feel confident in your responses when the pressure is on.

Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions, We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of previously asked SnapDeal interview questions and answers.

Post On:Snapdeal Interview Questions
Post Type:Interview Questions
Published On:www.softwaretestingo.com
Applicable For:Freshers & Experience
Get Updates:Software Testingo Telegram Group

We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the SnapDeal interview.

Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.

More Interview Questions

SoftwareTestingo Interview Questions
  • Sigma System Interview Questions
  • Signzy Technologies Interview Questions
  • SmartBear Technologies Interview Questions
  • Sonata Interview Questions
  • Sopra Steria Interview Questions
  • Soft Suave Technologies Interview Questions

SnapDeal Software Development Engineer In Test Interview

I applied through a recruiter. The process took 1 day. I interviewed at Snapdeal (Gurgaon, Haryana). 2 Round was on developing the automation framework approaches and general java-based algorithm to some complex variations to puzzle you.

  • Find the first non-repetitive element in an array.
  • Implement a test Automation framework for the Gmail login page.
  • How do you test the search functionality of Snapdeal? Include category-based searches as well. What tests you will automate and what tests you will not automate.
  • Youtube video(audio is audible and rest all r working fine) doesn’t show up only in Firefox browser.how would you debug this issue.

HR Interview:

  • Tell me about yourself?
  • Why do you want to join snapdeal?

Snapdeal Interview Process

Company: Snapdeal
Position: Software Developer

Round 1:

  • The first round was online written round. It consists of 25 Questions.
  • 22 MCQ’s and 3 Coding questions. Written Test was conducted by hackerrank.
  • Check for balanced parentheses in an expression.
  • Given an array where each element is the money a person has, and there is only Rs. 3 note. We need to check whether it is possible to divide the money equally among all the persons or not. If it is possible, then find the Minimum number of transactions needed.
  • Find the next greater number with the same set of digits.

Round 2:

F2F Technical Interview

  • The diameter of a binary tree.
  • C++ concept like polymorphism,inheritance,function overloading,virtual function,virtual destructor etc.
  • Next greater Element (full code)
  • A sorted Array has been rotated r times to the left. Find the minimum in the least possible time(O(logn) expected).

Round 3:

Write a program to print ā€œHelloā€ and ā€œWorldā€ infinitely using two threads, such that one thread prints the String ā€œHelloā€ and the other prints ā€œWorldā€!

  • Why sleep() cannot be used?
  • Why have you used the synchronized keyword?
  • How will a deadlock occur in this program?
  • What will be the solution for breaking the deadlock?
  • Write a program in Java to find whether a given tree is a subtree of another one or not?

Round 4: HR Round

  • Tell me something about yourself?
  • How were the interviews?
  • How were the interview questions?

Snapdeal Campus interview Process

Recently Snapdeal came to our campus.

Online Test:

  • 22 (MCQ) +2 (Coding) in 1 hr. Test conducted on hackerrank
  • 22 MCQ had almost 10 aptitude and 12 C output based questions.

Coding Question:

  • Given a string of parenthesis only, check if it’s valid or not.
  • Given points of two lines segments A(x1,y1 x2,y2) & B(x3,y3 x4,y4) find whether the 2 segments intersect or not.

Round 1:

  • A little discussion on Final Year Project and the summer training.
  • Basics of DBMS, the difference between RDBMS and DBMS, Keys and its types, indices, joins and its types with an example, normalization, and denormalization.
  • A simple program to check whether a number is a palindrome or not.

Round 2:

  • How would you design DBMS for Snapdeal’s website’s shoe section? Now if you want to break it into Sports and Casual Shoe further would you break the DB into two or add another entity?
  • DNS – Domain name servers: what are they, how do they operate?

Round 3:

  • There are two sorted arrays. First one is of size m+n containing only ā€˜first’ m elements. Another one is of size n and contains n elements. Merge these two arrays into the first array of size m+n such that the output is sorted.
  • Find the square root of a number
    I gave an iterative O(n) solution, and He told me to optimize: I did it in O(logn) with binary search.

Further, optimize to O(1): I got stuck, after a lot of discussion on different techniques he gave me a hint that he would be using my function a lot of times than I immediately told him to use hash maps and save the previous results.

HR Round:

If you have made till here, that means you are selected. The HR guy in snapdeal is the coolest HR I have met. He asked me the name of the companies that have hired me till now, and I gave him their names.

Snapdeal Interview Questions

I have appeared for snapdeal some time back. I am sharing my interview experience with Software Testingo.

First Round:

  • Lowest Common Ancestor of two nodes in a binary tree. I wrote the code for this. Then interviewer drew a tree and asked to print stack trace on it.
  • You are given two ropes. Each rope takes exactly 1 hour to burn. How will you measure the period of 45 minutes?
  • Singleton Design pattern.
  • Two linked list are merging at a point. Find the merging point.

Second Round:

  • The reverse linked list without recursion.
  • The number of rectangles in the MxN matrix.
  • All anagrams of a string. He called it an anagram, but I think he wanted to ask all possible substrings of a string.
  • Which Design patterns you have used. I said Decorator, Factory, Singleton. Then he asked about the Decorator design pattern.

Third Round:

  • Tell me about yourself. Then by looking at my resume, he said you don’t have hands-on experience in Java as I was working in php. I said though I don’t have a hands-on experience, I am good in programming and oops concepts.
  • There is a four-digit number in aabb form, and it is a perfect square. Find out the number.
  • You have a deck of 10 cards. You took one card out and put it on the table and put the next card at the end of the deck. You repeat this sequence until all the cards are on the table. Sequence formed on the table is 1,2,3,4,5…10. What was the original sequence of the card?
    Ans: After doing some exercise i answered 1,6,2,10,3,7,4,9,5,8.
  • Then he asked me to write a function for this which takes a number and return the array.

Fourth Round:

  • Same tell me about yourself.
  • There is a file which contains IP addresses and corresponding URL.
    Example: 192.168.1.15 abc.com
    10.255.255.40 http://www.snapdeal.com
    You have to return the subnet mask of the IP and the URL after www.Output:
    192.168.1 abc.com
    10.19.76 snapdeal.com
    Write a Java function for that.
  • 3 mislabeled jar puzzle. Since I had heard this puzzle many times, I answered it in 2-3 minutes. He said I could make out that you have heard this puzzle already šŸ˜‰
  • What are the inner join and outer join in SQL?
  • A linked list contains a loop. Find the length of the nonlooped linked list.

Thanks, Rohit Gupta for contributing this article. If you would like to contribute, mail us your interview experience at softwaretestingo.com@gmail.com. We will like to publish it on Software Testingo and help other job seekers.

About Snapdeal

India’s Ultimate Online Shopping Site It vision is to create India’s most reliable and frictionless commerce ecosystem that creates life-changing experiences for buyers and sellers. In February 2010, Kunal Bahl along with Rohit Bansal started Snapdeal.com – India’s largest online shopping marketplace, with the most extensive assortment of 35 million plus products across 800 plus diverse categories from over 125,000 regional, national, and international brands and retailers.

Check Also:Ā Sonata Interview Questions

With millions of users and more than 300,000 sellers, It is the online shopping site for Internet users across the country, delivering to 6000+ cities and towns in India. In its journey till now, Snapdeal has partnered with several global marquee investors and individuals such as SoftBank, BlackRock, Temasek, Foxconn, Alibaba, eBay Inc., Premji Invest, Intel Capital, Bessemer Venture Partners, Mr Ratan Tata, among others. Online Shopping – A Boon, The trend of online shopping, is becoming a household name, and so is Snapdeal.

Snapdeal is the preferred choice of hundreds of thousands of online shoppers given its mammoth assortment of 15 million+ products, quick delivery even to the remotest corners of the country, and daily deals, discounts & offers to make products available at slashed down prices to our valuable customers.

Get Started! Shop Online Today. If you have been missing out on all the fun of online shopping thinking it requires one to be a technology aficionado, then we have good news for you.

Shopping online, particularly at Snapdeal, is a child’s play; all you need is a mobile phone or laptop or tablet with an Internet connection to get started. Log into Snapdeal.com and browse through the wide assortment of products across categories.

Once you have zeroed in on your favourite products, place the order by filling in the details; the products will be delivered right at your doorstep. Fulfil Your Entrepreneurial Dreams! Sell Today at Thanks to easy-to-understand, flexible policies and SD Advisors to help sellers at each step, anyone from a manufacturer to wholesaler to the retailer can sell. Begin your entrepreneurial journey with Snapdeal as a seller by filling a simple registration form here.

Once the registration process is done, you can start selling your products to the entire country by sitting at your home or office. Doesn’t it sound thrilling? Of course, it is, and the excitement will build up with every order you receive! Start selling at Snapdeal today and see your business reach staggering heights. Shop on the Go – Install Snapdeal App Today! You can shop for your favourite products at Snapdeal, even on the go using the Snapdeal App.

Available for both Android and Apple users, the app can be downloaded from Google Play Store and Apple App Store, respectively. The app is quick, user-friendly, and enables shoppers to buy products with a breeze. What’s more, get timely notifications on your phone or tablet so that you don’t miss amazing deals and offers. Download the app right now and experience how fun it is to shop on your mobile!

    Filed Under: Interview Questions

    Reader Interactions

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Primary Sidebar

    Join SoftwareTestingo Telegram Group

    Categories

    Copyright © 2022 SoftwareTestingo.com ~ Contact Us ~ Sitemap ~ Privacy Policy ~ Testing Careers