Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Unschool Learning Team. If you also belong to the team, you can get access from here

Unschool Learning Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 149 Reviews

Filter interviews by

Unschool Learning Sales Intern Interview Questions and Answers

Updated 30 Jul 2021

Unschool Learning Sales Intern Interview Experiences

1 interview found

Sales Intern Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2021

I applied via Referral and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Tell me about yourself, 2. Do you know about unschool, 3.what is social media marketing, digital marketing, 4. Why you choose this field. 5. Why I select you. And some situation based questions like how...

Interview Preparation Tips

Interview preparation tips for other job seekers - On the behalf of my interview experiences. Its was easy for me and they take my interview for about 1 hour. And the interviewer wanted to test my communication skills and potential. And most of the questions asked form related to sales & marketing. Because I am a commerce students that's why they asked many questions related to my bcom curriculum I.e. marketing related topics. And luckily I was able to answer most of the questions correctly. I tried to answer each question and also used some example related to in real world marketing (on ground level). And it was my first off campus internships in sales & marketing. I thik I did pretty well for a fresher. You need to stay calm and should apply presence of mind and please go through the job description first thoroughly word by word and recheck your resume to ensure that you are a best candidate to fit for the position.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(5 Questions)

  • Q1. I got refral from a friend so i was directly interviewed
  • Q2. What have you done in react js ?
  • Ans. 

    I have developed multiple single-page applications using React JS.

    • Created reusable components to improve code reusability

    • Implemented state management using Redux for better data flow

    • Utilized React Router for navigation between different pages

    • Integrated APIs to fetch and display data dynamically

  • Answered by AI
  • Q3. What is javascript
  • Ans. 

    JavaScript is a programming language commonly used for creating interactive effects within web browsers.

    • JavaScript is a high-level, interpreted programming language.

    • It is used to make web pages interactive and dynamic.

    • JavaScript can be used for client-side and server-side development.

    • Commonly used frameworks/libraries include React, Angular, and Node.js.

  • Answered by AI
  • Q4. Showyour projects
  • Q5. What loibraries you used
  • Ans. 

    I have used a variety of libraries in my projects, including React, Redux, Axios, and Material-UI.

    • React

    • Redux

    • Axios

    • Material-UI

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on key concepts , focus on dsa concepts and prepare for web development if you are working for developer intern

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is good nice and not so tough

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself inro ?
  • Ans. 

    I am a data-driven individual with a strong analytical mindset and a passion for problem-solving.

    • Graduate student majoring in Data Science at XYZ University

    • Proficient in programming languages such as Python, R, and SQL

    • Experience with data visualization tools like Tableau and Power BI

    • Completed projects involving data cleaning, analysis, and interpretation

    • Strong communication skills and ability to work in a team environm

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 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 - Coding Test 

Medium level coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Intreview round asked about project mentioned in CV
  • Q2. Basic of reacts, opps question,sql queries

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

Timing was 9:15AM. Platform was not very good. Questions were not well explained.

  • Q1. Merge overlapping intervals

    Given 'N' number of intervals, where each interval contains two integers denoting the boundaries of the interval. The task is to merge all the overlapping intervals and ...

  • Ans. Brute Force
    1. We are given the function MERGEINTERVALS(), which takes a 2D vector representing the vector of intervals and returns another 2D vector which is the vector of merged intervals.
    2. We create another function ISOVERLAP() to check if the current interval overlaps with the other interval.
    3. Now we create an empty 2D vector “RES” to store finally merged intervals and another boolean vector “VIS” to mark if the current in...
  • Answered by CodingNinjas
  • Q2. Rat in a Maze

    You are given a starting position for a rat which is stuck in a maze at an initial point (0, 0) (the maze can be thought of as a 2-dimensional plane). The maze would be given in the form of a...

  • Ans. Bactracking

    Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.

     

    Algorithm is as follows:

     

    1. Take the starting position of th...
  • Answered by CodingNinjas
  • Q3. Permutations of a String

    You are given a string 'STR' consisting of lowercase English letters. Your task is to return all permutations of the given string in lexicographically increasing order.

    S...

  • Ans. Backtracking

    The idea is to fix a character at a position and then find the permutations for rest of the characters.

    Make a list ‘ans’ which will contain the permutations of the given string.

     

    Algorithm:

    Let’s define a function generatePermutaionsHelper(Str, l, r). This function generates the permutations of the substring which starts from index  ‘l’ and ends at index  ‘r’.

    • Call the function: generatePermutai...
  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteria8 CGPALido Learning interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, PointersTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare maximum algorithms.
Tip 2 : Deep knowledge of data structure. 
Tip 3 : OOPS is must.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Mention only your own projects.

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

Timing was 9:15AM. Platform was not very good. Questions were not well explained.

  • Q1. Merge overlapping intervals

    Given 'N' number of intervals, where each interval contains two integers denoting the boundaries of the interval. The task is to merge all the overlapping intervals and ...

  • Ans. Brute Force
    1. We are given the function MERGEINTERVALS(), which takes a 2D vector representing the vector of intervals and returns another 2D vector which is the vector of merged intervals.
    2. We create another function ISOVERLAP() to check if the current interval overlaps with the other interval.
    3. Now we create an empty 2D vector “RES” to store finally merged intervals and another boolean vector “VIS” to mark if the current in...
  • Answered by CodingNinjas
  • Q2. Rat in a Maze

    You are given a starting position for a rat which is stuck in a maze at an initial point (0, 0) (the maze can be thought of as a 2-dimensional plane). The maze would be given in the form of a...

  • Ans. Bactracking

    Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.

     

    Algorithm is as follows:

     

    1. Take the starting position of th...
  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteria8 CGPALido Learning interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, PointersTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare maximum algorithms.
Tip 2 : Deep knowledge of data structure.
Tip 3 : OOPS is must.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Mention only your own projects.

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed in Dec 2020.

Round 1 - Assignment 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

  • Q1. Two Sum

    You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.

    Note:

    We cannot use th...
  • Ans. Hashing Solution
    • We can store the frequency of every element in the array in a hashmap.
    • We will loop over every index i, and check the frequency of (Target - ARR[i]) is the hashmap:
      • If (Target - ARR[i]) is equal to ARR[i], we will check if frequency of ARR[i] . If it is greater than 1 then we will decrease the frequency of ARR[i] by 2 and add a pair (ARR[i] , ARR[i]) to our answer.
      • Else, if the frequency of ARR[i] and Targ...
  • Answered by CodingNinjas
  • Q2. Operating Systems

    What is a semaphore?

    What is deadlock?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Birla Institute of Technology, Mesra. Eligibility criterianoLido Learning interview preparation:Topics to prepare for the interview - Data structures, Big O Notation, Trees Sorting and search algorithms, HeapsTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Have projects on your resume.
Tip 2 : Good to have internships
Tip 3 : Practice a lot

Application resume tips for other job seekers

Tip 1 : Have good projects
Tip 2 : Have knowledge of everything you wrote

Final outcome of the interviewSelected

Skills evaluated in this interview

Intern Interview Questions & Answers

Coding Ninjas user image Shubham Ashish Trivedi

posted on 14 Sep 2021

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you promote coding ninjas courses in your college or anywhere?
  • Ans. 

    I can promote Coding Ninjas courses by organizing coding events, sharing course details on social media, and collaborating with college clubs.

    • Organize coding events in college and invite Coding Ninjas as a sponsor or guest speaker

    • Share course details on social media platforms like Facebook, LinkedIn, and Twitter

    • Collaborate with college clubs like coding clubs, tech clubs, and entrepreneurship clubs to promote the cours...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, Don't hesitate, give your 100%.
Focus on your speaking skills

Tell us how to improve this page.

People are getting interviews through

based on 1 Unschool Learning interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
upGrad Interview Questions
3.8
 • 198 Interviews
Simplilearn Interview Questions
3.2
 • 98 Interviews
NIIT Interview Questions
3.6
 • 80 Interviews
Toppr Interview Questions
3.4
 • 74 Interviews
Adda 247 Interview Questions
3.3
 • 28 Interviews
Airblack Interview Questions
4.1
 • 14 Interviews
Prepca Eduserv Interview Questions
4.2
 • 10 Interviews
View all

Unschool Learning Sales Intern Reviews and Ratings

based on 3 reviews

2.5/5

Rating in categories

2.4

Skill development

3.2

Work-Life balance

1.6

Salary & Benefits

2.4

Job Security

2.4

Company culture

2.6

Promotions/Appraisal

2.4

Work Satisfaction

Explore 3 Reviews and Ratings
Operations Executive
46 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Business Development Associate
7 salaries
unlock blur

₹3.6 L/yr - ₹6.5 L/yr

Business Operations Executive
6 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Operations Manager
4 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Marketing Manager
4 salaries
unlock blur

₹5.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Unschool Learning with

BYJU'S

3.1
Compare

upGrad

3.8
Compare

Simplilearn

3.2
Compare

Edukart

5.0
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