Sunday, September 22, 2024
Google search engine
HomeData Modelling & AISnapDeal Interview Experience | Set 17 (For SDET)

SnapDeal Interview Experience | Set 17 (For SDET)

Below was my experience with Snapdeal SDET Bangalore Location.

Round-1: Telephonic Interview -Skype
—————————————————-

Basic questions on Java (Since it was mentioned in my resume).
Like Arraylist vs LinkList
Exception Handling questions
MongoDB basic questions (How to create sequence, and Indexing)

Automation related questions as :
Selenium Grid. Basic syntax in automating search in google maps using selenium.
Given an array:
{ 2, 3, -7, 6, 8, 1, -10, 17 }
Find the smallest positive number missing.

After selection i was called to Snapdeal office for other rounds.

Round-2:
———–
Sort a Array using Comparator Interface.
How to write a User defined Exception
Basic questions on Selenium and about the project, how selenium is used in our project.

Coding question
All combination of a string ABCD
A B C D AB AC AD BC BD BCD (Only forward combinations)

Round 3: Hiring Manager round.
————
Was asked to Design and write test cases for Google Maps and google Translator.
It took 30 mins to complete it.

Given a question and to execute it on online editor which had all test cases.
Arr1 = {10,20,30,40,50}
Arr2 = {5,10,15,20}
Output Sum of (Max of arr1 divisible by 10 & Max of arr2 divisible by 5)
You can use only one for loop.

Round 4:
————-
Questions on Map Reduce in MongoDb(Since mongoDB was in my resume).
Questions related to selenium.

Given a string ABCDEF -> I need to tell , if this string has all characters from A-Z
Round 5
———–
HR Questions
Normal HR Stuffs.

If you like neveropen and would like to contribute, you can also write an article and mail your article to review-team@neveropen.co.uk. See your article appearing on the neveropen main page and help other Geeks.

Feeling lost in the world of random DSA topics, wasting time without progress? It’s time for a change! Join our DSA course, where we’ll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!

RELATED ARTICLES

Most Popular

Recent Comments