Upload Button Icon Add office photos

Filter interviews by

Skit.ai Solution Sales Specialist Interview Questions and Answers

Updated 27 Feb 2023

Skit.ai Solution Sales Specialist Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical round around your current experience
Round 3 - Case Study 

Techno commercial discussion around the case study you are asked to present.

Round 4 - Sales Leadership 

(1 Question)

  • Q1. Discussion with candidate.
Round 5 - HR 

(1 Question)

  • Q1. Negotiation round to close

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your own research before deciding to join in. Ask relevant questions regarding your position to interview stake holders , organisation road maps , check the financials of the organization & current market conditions just to avoid surprises post joining.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. It was mostly puzzles.
  • Q2. One algo question invoving recursive function .

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers - prepare puzzles and basic computer science fundamentals
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Carbon footprint and ways to achieve

Round 2 - Coding Test 

1. which data structure is used to create an editor?

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Given 5 coding questions to be solved in an hour

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions on coding, machine learning, deep learning, Natural language processing and LLMs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Questions regarding quants, logical reasoning, verbal assessment and also a coding part

Round 3 - Technical 

(1 Question)

  • Q1. Lot of technical questions were there related to sql, dbms and coding as well
Round 4 - HR 

(1 Question)

  • Q1. Lot of basic managerial questions were there

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for any of the technical questions and be confident in the interview process.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Basic aptitude questions were asked by interviewer, the way of communication of interviewer was pretty cool. overall good experience throughout the interview process.

Round 3 - Coding Test 

Oops concepts, basic dbms questions, cloud computing questions etc

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

First round was on Hackerearth ,it include basic programming questions.

Round 3 - Technical 

(1 Question)

  • Q1. I was asked around 10 - 15 technical questions, it is related with DBMS and OOPs concepts
Round 4 - Technical 

(1 Question)

  • Q1. Final Interview round was mostly based on discussion of projects which we have performed and they asked different questions on Java, SQL and cloud computing

I applied via Campus Placement and was interviewed in Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Basic aptitude questions. Just keep a track of time

Round 3 - Coding Test 

2nd round is coding round. You can expect Leetcode medium questions. The topics asked are Linked list, Trees and arrays.

Round 4 - Coding Test 

3rd round is again the Coding Test. Level of questions is Leetcode Medium to Leetcode Hard. Topics covered are Trees, Doubly Linked List, Dp etc.

Round 5 - Technical 

(2 Questions)

  • Q1. 4th round is an hour-long technical interview. The interviewer will start by asking about your introduction and you can expect some questions about your introduction or projects. The rest of the time is gi...
  • Q2. The questions were House Robber 3 from leetcode and some questions based on the binary array.

Interview Preparation Tips

Topics to prepare for Josh Technology Group Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Just focus on Data structure and Algorithms. During the coding rounds keep track of time.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

The test is around 1 hour. All the questions will test the aptitude and coding skills. The questions are challenging but few are easy to crack.

Round 3 - Technical 

(4 Questions)

  • Q1. Questions on the Java 8 features
  • Q2. Questions on the spring boot
  • Q3. Asked me to code on Java 8 features, Springboot
  • Q4. Questions on the restful APIs

Interview Preparation Tips

Interview preparation tips for other job seekers - The technical interview is very well conducted. They asked me on the previous work that I have done and mostly questions were asked on that. And as per coding, simple Java 8 features related question and Springboot related question were asked to me. Overall, if you have good grip on the previous work and on the technology you are applying for, you can easily crack the interview.

Skit.ai Interview FAQs

How many rounds are there in Skit.ai Solution Sales Specialist interview?
Skit.ai interview process usually has 5 rounds. The most common rounds in the Skit.ai interview process are Resume Shortlist, Technical and Case Study.
How to prepare for Skit.ai Solution Sales Specialist 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 Skit.ai. The most common topics and skills that interviewers at Skit.ai expect are Analytics, CRM, Consulting, Costing and IVR.
What are the top questions asked in Skit.ai Solution Sales Specialist interview?

Some of the top questions asked at the Skit.ai Solution Sales Specialist interview -

  1. Technical round around your current experie...read more
  2. Discussion with candida...read more
  3. Negotiation round to cl...read more

Tell us how to improve this page.

Skit.ai Solution Sales Specialist Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.2
 • 57 Interviews
Magic Edtech Interview Questions
3.1
 • 50 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all
Skit.ai Solution Sales Specialist Salary
based on 7 salaries
₹18 L/yr - ₹32 L/yr
19% more than the average Solution Sales Specialist Salary in India
View more details
Data Annotator
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager Enterprise Sales
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Sales Specialist
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Skit.ai with

Jio Haptik

3.4
Compare

yellow.ai

3.2
Compare

Engati

2.4
Compare

Gupshup

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