Upload Button Icon Add office photos

SELLinALL

Compare button icon Compare button icon Compare

Filter interviews by

SELLinALL Interview Questions and Answers

Updated 30 Jul 2022

SELLinALL Interview Experiences

2 interviews found

I applied via Company Website and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Personality.honesty.Mindset up.Learning.
Aspiration.Numerical.

Round 2 - Group Discussion 

Need to discuss Mission of job and responsibilities.Aim of Achievement.

Round 3 - Technical 

(6 Questions)

  • Q1. Related Qualification and experience.aim of Life.Aspiration.How to devote himself.Ability Of learning and Training program.Earning Motive.Motivation capacity.
  • Q2. How long time joined with the said job. Specified job satisfaction.
  • Q3. Eastimatted perks.Havits.social and family background.
  • Q4. Reality.Morality.Ambition.willingnes.
  • Q5. Admior to senior management.
  • Q6. Self confidence.obidient.

Interview Preparation Tips

Interview preparation tips for other job seekers - Adeguet knowledge.Basic needs.Selfconfidence.Error and trail theory.Follow up.

Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2021

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Logical and reasoning type.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident, don't try to oversmart or haughty.

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about SELLinALL?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. How you can design the google document
  • Ans. 

    Designing Google Docs involves real-time collaboration, document storage, and user-friendly interfaces.

    • Real-time collaboration: Multiple users can edit documents simultaneously, with changes reflected instantly.

    • Version control: Maintain a history of document changes, allowing users to revert to previous versions.

    • Rich text editing: Support for various formatting options like bold, italics, lists, and tables.

    • Commenting a...

  • Answered by AI
  • Q2. There was a app creation round where have to create a list with some api formation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

FInd 3 numbers in an array whose sum = k.

Round 2 - Technical 

(2 Questions)

  • Q1. Past projects I have worked on
  • Q2. Design a Elevator system
  • Ans. 

    Design an Elevator system for efficient vertical transportation

    • Consider the number of floors in the building

    • Implement a scheduling algorithm to optimize elevator movement

    • Include safety features such as emergency stop button

    • Allow for both manual and automatic operation

    • Consider peak hours and traffic flow in the building

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Starting from full form of SQL to RDBMS, CTE and some most common window functions, they asked everything. Questions were easy.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. It was mostly on scenario based questions and I was asked to code online.
Round 2 - Technical 

(1 Question)

  • Q1. Discussion were there past projects, how different objectives were done.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Round 1 was hackerrank test. MCQs and coding questions.
  • Q2. Kafka related questions.
  • Q3. Java 8 related questions. Java streams.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. System design for robust e-commarce site
  • Q2. How to reduce the failure rate for payment gateway which is communicating to multiple 3rd party wallets and credit card transactionm
  • Ans. 

    Implementing strategies to enhance reliability and reduce failure rates in payment gateway integrations.

    • Implement retries with exponential backoff for failed transactions to handle temporary issues.

    • Use circuit breakers to prevent overwhelming third-party services during outages.

    • Monitor and log transaction failures to identify patterns and root causes.

    • Implement fallback mechanisms to alternative payment methods when pri...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Multithreading and Java8 coding question
  • Q2. System design question on payments, design patterns and Java, Spring Questions

SELLinALL Interview FAQs

How many rounds are there in SELLinALL interview?
SELLinALL interview process usually has 3 rounds. The most common rounds in the SELLinALL interview process are Aptitude Test, Group Discussion and Technical.
How to prepare for SELLinALL 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 SELLinALL. The most common topics and skills that interviewers at SELLinALL expect are Java, Core Java, Web Services, Software Development and Web Technologies.
What are the top questions asked in SELLinALL interview?

Some of the top questions asked at the SELLinALL interview -

  1. Reality.Morality.Ambition.willingn...read more
  2. Logical and reasoning ty...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

CyberArk Interview Questions
3.5
 • 15 Interviews
Exotel Interview Questions
3.0
 • 14 Interviews
Narvar India Interview Questions
3.0
 • 12 Interviews
PlanSource Interview Questions
3.5
 • 11 Interviews
Vanenburg Interview Questions
3.7
 • 10 Interviews
Addepar Interview Questions
3.3
 • 8 Interviews
Ivalua Interview Questions
3.7
 • 8 Interviews
Unbxd Interview Questions
3.8
 • 7 Interviews
View all

SELLinALL Reviews and Ratings

based on 37 reviews

4.2/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

4.0

Salary

3.6

Job security

4.4

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 37 Reviews and Ratings
E Commerce Specialist
7 salaries
unlock blur

₹3.3 L/yr - ₹5 L/yr

Accounts Manager
6 salaries
unlock blur

₹3.5 L/yr - ₹4.4 L/yr

E-Commerce Executive
6 salaries
unlock blur

₹2.6 L/yr - ₹4.5 L/yr

Software Engineer
5 salaries
unlock blur

₹3.6 L/yr - ₹6.2 L/yr

Software Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Explore more salaries
Compare SELLinALL with

Exotel

3.0
Compare

Azuga Telematics

3.3
Compare

Shell Recharge Solutions

4.7
Compare

Flixstock

2.5
Compare
write
Share an Interview