Upload Button Icon Add office photos

Filter interviews by

OnlineSales.ai Interview Questions and Answers

Updated 14 Dec 2024

OnlineSales.ai Interview Experiences

Popular Designations

6 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find a number in array which is greater than left and right element
  • Ans. 

    Iterate through array and check if element is greater than its adjacent elements

    • Iterate through array and check if current element is greater than element at index-1 and index+1

    • Return the first element found that satisfies the condition

    • Handle edge cases where element is at the beginning or end of array

  • Answered by AI
  • Q2. Find the number in the string and return the sum of numbers
  • Ans. 

    Find and sum numbers in a string

    • Iterate through each character in the string

    • Check if the character is a digit

    • If digit, convert to integer and add to sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I solved all the DSA question with more optimised way , but interviewer was so immature to understand he joined two month back and only 2 yoe , he was not so skill full , I am pass out from tier-1 colg of India . Such a bad experiance . I was so confident that They are not going to hire me because my current CTC was too high , still they scheduled my interview. They pay very less , and I checked everyone going through interview process facing same what I faced . I will advice not go through the interview process . I have funny story , recruiter called me after seeing my resume , and he thought my name is BITS pilani . Which is my colg.

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Apptitude questions asked in mcq format

Round 2 - Coding Test 

DSA , DP , Bit Manuplation, System Design

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Speed Round 

(1 Question)

  • Q1. Basic questions related to resume , SQL and java

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Coding Questions Kadane's Algorithm Dutch National Flag Algorithm
Round 2 - One-on-one 

(1 Question)

  • Q1. LRU Cache Based Question
Round 3 - One-on-one 

(1 Question)

  • Q1. SQL question and Basic Coding Questions along with pseudocode
Round 4 - One-on-one 

(1 Question)

  • Q1. Previous Projects and DB and API Design

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

OnlineSales.ai interview questions for popular designations

 Software Development Engineer

 (2)

 Digital Marketing Analyst

 (1)

 Office Worker

 (1)

 Software Developer

 (1)

 Softwaretest Engineer

 (1)

Office Worker Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2021

Interview Questionnaire 

1 Question

  • Q1. What did you think about bihar

Interview Preparation Tips

Interview preparation tips for other job seekers - Take online interview

Office Worker Interview Questions asked at other Companies

Q1. What is the first prime minister in India
View answer (2)

I applied via LinkedIn and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Number of basketball old in chandigarh in one year
  • Ans. 

    I'm sorry, but this question cannot be answered as it lacks necessary information.

    • The question is incomplete and lacks necessary information.

    • It does not specify the type of basketball being referred to.

    • It does not mention any source or method for obtaining the required data.

  • Answered by AI
  • Q2. Problems you faced with the las client how could you have handled it differently

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and answer the questions once you have thought them through

Digital Marketing Analyst Interview Questions asked at other Companies

Q1. What are the different platforms used for Digital Marketing
View answer (4)

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Analytical and Problem-Solving Skills:

I was asked to analyze hypothetical business scenarios and propose solutions, demonstrating my ability to identify key issues, prioritize tasks, and recommend strategic actions.


Data Interpretation and Reporting:

Questions focused on my experience with data interpretation, report generation, and using analytical tools like SQL or Excel to derive insights from complex datasets.


Stakeholder Management and Communication:

There were discussions about my previous experiences in stakeholder management and how I effectively communicated with diverse teams to gather requirements and deliver solutions.


Process Improvement and Innovation:

Interviewers were interested in my approach to process improvement and innovation within a business context, including examples of projects where I had successfully implemented changes to optimize workflows or enhance efficiency.

Interview Preparation Tips

Interview preparation tips for other job seekers - I'd suggest you to prepare the case study on which you have worked. Make the section of who the client was, what was their requirements, their challenges, and how you overcame it, and what was the outcome, try to quantify your achievements. Also if you have screenshots of the those analytics, keep those handy to later share it for more credibility. Good luck!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

Told me to design a path planner for a 2D Grid

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is Scan Matching in ICP algorithm?
  • Ans. 

    Scan matching in ICP algorithm involves aligning two sets of scan data to find the transformation that minimizes the difference between them.

    • Scan matching is a key step in Iterative Closest Point (ICP) algorithm used for registering point clouds.

    • It involves finding the transformation (translation and rotation) that aligns two sets of scan data.

    • The goal is to minimize the difference between the two sets of points by ite...

  • Answered by AI
  • Q2. Explain the navigation stack.
  • Ans. 

    The navigation stack is a collection of software components that work together to enable a robot to navigate autonomously in its environment.

    • The navigation stack typically includes components such as localization, mapping, path planning, and obstacle avoidance.

    • Localization is the process of determining the robot's position and orientation in the environment.

    • Mapping involves creating a map of the environment using senso...

  • Answered by AI
  • Q3. Explain VSLAM stack
  • Ans. 

    VSLAM stack stands for Visual Simultaneous Localization and Mapping stack, used in robotics for navigation and mapping.

    • VSLAM stack combines visual data from cameras with sensor data for localization and mapping in real-time

    • It typically includes components like feature extraction, feature matching, camera calibration, and pose estimation

    • Popular VSLAM algorithms include ORB-SLAM, LSD-SLAM, and PTAM

  • Answered by AI
  • Q4. What is loop closer in VSLAM and Scan matching
  • Ans. 

    Loop closer in VSLAM and Scan matching is a technique used to optimize the trajectory of a robot by closing loops in the map.

    • Loop closer is responsible for correcting accumulated errors in the estimated trajectory of a robot in VSLAM.

    • It helps in aligning the current scan data with the previously mapped environment to improve localization accuracy.

    • Loop closer can be implemented using techniques like loop closure detecti...

  • Answered by AI
  • Q5. Why you want to join the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe in yourself and be confident

Skills evaluated in this interview

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

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

Round 1 - Assignment 

Weather dashboard app

Round 2 - Coding Test 

Js coding test on array and loops

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your assignment by yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to start a outbound process
  • Ans. 

    To start an outbound process, first define target audience, create a script, train team, set up CRM system, and start making calls.

    • Define your target audience based on your product or service

    • Create a script for your team to follow during calls

    • Train your team on the script, product knowledge, and objection handling

    • Set up a CRM system to track leads, follow-ups, and conversions

    • Start making outbound calls to potential lea

  • Answered by AI
  • Q2. Strategy to bring in more deals
  • Ans. 

    To bring in more deals, focus on building strong relationships with potential clients, identifying their needs, offering tailored solutions, and following up consistently.

    • Build strong relationships with potential clients through networking events, personalized emails, and follow-up calls.

    • Identify the specific needs and pain points of each potential client to offer tailored solutions that address their unique challenges...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Stategy assignment
Round 3 - HR 

(1 Question)

  • Q1. Whereabouts about the candidate

OnlineSales.ai Interview FAQs

How many rounds are there in OnlineSales.ai interview?
OnlineSales.ai interview process usually has 2 rounds. The most common rounds in the OnlineSales.ai interview process are One-on-one Round, Aptitude Test and Coding Test.
How to prepare for OnlineSales.ai 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 OnlineSales.ai. The most common topics and skills that interviewers at OnlineSales.ai expect are Javascript, Python, Java, Node.Js and Distribution System.
What are the top questions asked in OnlineSales.ai interview?

Some of the top questions asked at the OnlineSales.ai interview -

  1. Find a number in array which is greater than left and right elem...read more
  2. Find the number in the string and return the sum of numb...read more
  3. number of basketball old in chandigarh in one y...read more

Tell us how to improve this page.

OnlineSales.ai Interview Process

based on 4 interviews in last 1 year

Interview experience

3
  
Average

People are getting interviews through

based on 4 OnlineSales.ai interviews
Job Portal
Campus Placement
Referral
25%
25%
25%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 501 Interviews
Freshworks Interview Questions
3.5
 • 153 Interviews
InMobi Interview Questions
3.6
 • 35 Interviews
Druva Interview Questions
3.6
 • 25 Interviews
XenonStack Interview Questions
3.3
 • 25 Interviews
MoEngage Interview Questions
4.0
 • 23 Interviews
CleverTap Interview Questions
3.7
 • 15 Interviews
Unbxd Interview Questions
3.9
 • 6 Interviews
View all

OnlineSales.ai Reviews and Ratings

based on 25 reviews

2.8/5

Rating in categories

3.1

Skill development

2.4

Work-Life balance

3.1

Salary & Benefits

2.9

Job Security

3.0

Company culture

2.8

Promotions/Appraisal

2.9

Work Satisfaction

Explore 25 Reviews and Ratings
Software Design Engineer
16 salaries
unlock blur

₹6 L/yr - ₹16.5 L/yr

Software Developer
8 salaries
unlock blur

₹5.2 L/yr - ₹13 L/yr

Customer Success Manager
7 salaries
unlock blur

₹5.7 L/yr - ₹13.5 L/yr

Product Marketing Manager
7 salaries
unlock blur

₹19 L/yr - ₹28 L/yr

Customer Success Analyst
5 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Explore more salaries
Compare OnlineSales.ai with

Capillary Technologies

3.5
Compare

MoEngage

4.0
Compare

Vizury

5.0
Compare

CleverTap

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview