Upload Button Icon Add office photos
Engaged Employer

i

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

LeadSense Media India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LeadSense Media India Interview Questions and Answers

Updated 7 Oct 2024

LeadSense Media India Interview Experiences

Popular Designations

3 interviews found

Intern Interview Questions & Answers

user image RAJKUMAR T

posted on 7 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to Kickstarter your digital marketing career as a intern

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

BDM Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2023

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

I applied via Indeed and was interviewed in Sep 2022. 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 - Aptitude Test 

Testing your English and math's knowledge.

Round 3 - Assignment 

They will check your English and math's other general questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - if you are selected and they will tell you the what are the documents has to be submitted while joining.

BDM Interview Questions asked at other Companies

Q1. How will I sale a product which is higher in price than competition?
View answer (2)

I applied via Indeed and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It will not be corrected seriously as they will not consider it

Round 2 - One-on-one 

(1 Question)

  • Q1. They will not look at your communication skills. They will check if you are able to adjust.

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude test will be conducted and not sure whether it will be really corrected. Then the manager round will be conducted. He/she will not bother about your communication skills personality and all. They will check if you are just capable to adjust the management.

Many would have attracted by their incentives structure but it is very hard to get 100 rupees as incentive. Such a worst management.

Interview questions from similar companies

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - They took my interview in five rounds but in all the rounds they were asking only one question. TELL ME SOMETHING ABOUT YOURSELF ?
My Interview with their sales VP SANDEEP JUNEJA was good and relevant to the point.
Otherwise all the other rounds were almost same which was not needed it can be Completed in 1-2 round.

I applied via Job Portal and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structure
  • Q2. Java concepts
  • Q3. Handson coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Get handson in any language but be confident

I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Data Structures
  • Q2. Algorithms knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA and be thorough with projects.

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About yourself, your current project, Skillset you have, question related Excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is very unprofessional, she shortlisted people on their English speaking skills for a technical role she sent me wrong meeting invite twice and when I called her after week she told me I was not shortlisted.
Than why the short listed mail was sent ?
If you are applying make sure you have some internal links

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Android components, lifecycle, providers, receivers, fragments, view components, Ui design related questions.

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 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 - Case Study 

It was very learning interview, you can find your ability

Interview Preparation Tips

Interview preparation tips for other job seekers - All good just be confident and tell about what you are and what is your expertise

LeadSense Media India Interview FAQs

How many rounds are there in LeadSense Media India interview?
LeadSense Media India interview process usually has 2 rounds. The most common rounds in the LeadSense Media India interview process are Aptitude Test, One-on-one Round and Resume Shortlist.
How to prepare for LeadSense Media India 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 LeadSense Media India. The most common topics and skills that interviewers at LeadSense Media India expect are Sales, Customer Service, Social Media, domestic process and media sales.

Tell us how to improve this page.

LeadSense Media India Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

JustDial Interview Questions
3.5
 • 325 Interviews
Info Edge Interview Questions
3.9
 • 316 Interviews
Matrimony.com Interview Questions
4.3
 • 87 Interviews
Times Internet Interview Questions
3.6
 • 63 Interviews
Quikr Interview Questions
3.7
 • 31 Interviews
Network 18 Interview Questions
3.4
 • 26 Interviews
Komli Media Interview Questions
4.0
 • 1 Interview
View all

LeadSense Media India Reviews and Ratings

based on 34 reviews

4.4/5

Rating in categories

4.3

Skill development

4.4

Work-life balance

4.4

Salary

4.3

Job security

4.4

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 34 Reviews and Ratings
HR Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Academic Counsellor
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI/UX Designer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager Accounts
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare LeadSense Media India with

Times Internet

3.6
Compare

Komli Media

4.0
Compare

Vserv Digital Services

4.1
Compare

Quikr

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