Upload Button Icon Add office photos
Engaged Employer

i

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

Floyd Inc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Floyd Inc Sales Associate Interview Questions and Answers

Updated 12 Oct 2023

Floyd Inc Sales Associate Interview Experiences

1 interview found

Sales Associate Interview Questions & Answers

user image high tunes

posted on 12 Oct 2023

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

I applied via Walk-in and was interviewed in Sep 2023. There were 4 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 - Aptitude Test 

Simple question related to us will be asked

Round 3 - One-on-one 

(1 Question)

  • Q1. In this we need to explain about ourself completely
Round 4 - Assignment 

Seniors will do an evaluation test for you they will check you on multiple parameters such as communication, how we present ourselves , are you eager to learn or not

Interview questions from similar companies

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

I applied via LinkedIn 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 - One-on-one 

(1 Question)

  • Q1. About paid media as per my exp. Google adwords and facebook
Round 3 - HR 

(1 Question)

  • Q1. Salary related Document submission n all How soon you can join?

Interview Preparation Tips

Interview preparation tips for other job seekers - I will not suggest anyone to join media buying process of this company. As everything is worst in all respect. Like useless copy paste work, unnecessary pressure. No work culture even director trying to save his job.

I applied via Campus Placement and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from SQL, Python, Excel, Tableau and from my Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your projects properly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Reasons for the drop in CPM
  • Ans. 

    Possible reasons for drop in CPM include seasonality, changes in ad inventory, shifts in audience demographics, and increased competition.

    • Seasonal fluctuations in advertising demand

    • Changes in available ad inventory

    • Shifts in audience demographics affecting targeting effectiveness

    • Increased competition leading to lower bids

  • Answered by AI
  • Q2. Types of floor in GAM
  • Ans. 

    Types of floors in GAM include carpet, hardwood, tile, and laminate.

    • Carpet

    • Hardwood

    • Tile

    • Laminate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and confident
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
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 - One-on-one 

(1 Question)

  • Q1. Laravel framework question.
Round 3 - One-on-one 

(1 Question)

  • Q1. Laravel framework question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

HackerRank Test, basic questions related to the profile.

Round 2 - Technical 

(1 Question)

  • Q1. Coding Interview with the team manager
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are synthetic Events?
  • Ans. 

    Synthetic Events are events that are created by the browser to mimic real user events.

    • Synthetic Events are used in React to handle events in a consistent manner across different browsers.

    • They are created by React to wrap native browser events and provide additional functionality.

    • Examples include onClick, onChange, and onSubmit events in React.

  • Answered by AI
  • Q2. What is event bubbling?
  • Ans. 

    Event bubbling is the process where an event triggered on a child element is propagated up through its parent elements.

    • Event bubbling allows a single event handler to be attached to a parent element, which will be triggered for all its children.

    • When an event occurs on a child element, it first runs the event handlers on the child, then on its parent, and so on up the DOM tree.

    • Event bubbling can be stopped using event.s

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jun 2022. 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 - Coding Test 

HTML, HTML5 ,CSS , Bootstrap, javaScript

Interview Preparation Tips

Topics to prepare for Coalition Technologies Software Developer interview:
  • HTML
  • CSS
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - Pump yourself up and stay positive.
Know yourself and what you want.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Aug 2023.

Round 1 - Aptitude Test 

First there was aptitude round

Round 2 - Coding Test 

The coding question was average level

Round 3 - Technical 

(3 Questions)

  • Q1. Resumes and project related questions were asked
  • Q2. Explain you project
  • Q3. How to create external tab link
  • Ans. 

    To create an external tab link, use HTML anchor tag with target attribute set to _blank.

    • Use <a> tag in HTML with href attribute pointing to the external link

    • Set the target attribute of the <a> tag to _blank to open the link in a new tab

    • Example: <a href='https://www.example.com' target='_blank'>External Link</a>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your resume well and focus on basics

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Software testing and coding related questions

Round 2 - Coding Test 

Programming test coding

Round 3 - Technical 

(7 Questions)

  • Q1. Myself intro HR subject question with answer
  • Q2. Subject related questions
  • Q3. What is types software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing how different modules work together.

    • System testing checks the entire system as a whole.

    • Acceptance testing ensures that the software meets the requirements of the end users.

  • Answered by AI
  • Q4. What is unit testing
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing helps in identifying bugs early in the development process.

    • It ensures that each unit of code is working as expected.

    • Unit tests are automated and can be run frequently to catch regressions.

    • Mocking and stubbing are often used in unit testing to isolate the unit being tested.

    • Example: Testing a ...

  • Answered by AI
  • Q5. What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components/modules of a software system.

    • Tests how well different parts of the system work together

    • Ensures that data flows correctly between components

    • Identifies any issues with communication or data transfer

    • Examples: testing API integrations, testing database connections

  • Answered by AI
  • Q6. What is types of software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing the interactions between different components/modules.

    • System testing tests the entire system as a whole.

    • Acceptance testing is performed to validate if the software meets the requirements of the st

  • Answered by AI
  • Q7.  What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components or systems to ensure they work together correctly.

    • Integration testing verifies that different modules or components of a software work together as expected.

    • It focuses on testing the interfaces and interactions between components.

    • Examples include testing the integration between a front-end user interface and a back-end database, or between diff

  • Answered by AI

Skills evaluated in this interview

Floyd Inc Interview FAQs

How many rounds are there in Floyd Inc Sales Associate interview?
Floyd Inc interview process usually has 4 rounds. The most common rounds in the Floyd Inc interview process are Resume Shortlist, Aptitude Test and One-on-one Round.
How to prepare for Floyd Inc Sales Associate 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 Floyd Inc. The most common topics and skills that interviewers at Floyd Inc expect are Advertising, Cold Calling, Communication, Communication Skills and Inside Sales.

Tell us how to improve this page.

Floyd Inc Sales Associate Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Interview Questions
3.9
 • 548 Interviews
Nestle Interview Questions
3.9
 • 234 Interviews
PepsiCo Interview Questions
4.0
 • 198 Interviews
Britannia Interview Questions
4.0
 • 165 Interviews
Procter & Gamble Interview Questions
4.2
 • 115 Interviews
Marico Interview Questions
4.0
 • 88 Interviews
3 Minds Digital Interview Questions
4.4
 • 69 Interviews
View all
HR Recruiter
7 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Corporate Trainer
5 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Business Analyst
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Business Development Associate
4 salaries
unlock blur

₹4 L/yr - ₹4.8 L/yr

HR Executive
4 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Floyd Inc with

Johnson & Johnson

4.0
Compare

Procter & Gamble

4.2
Compare

Hindustan Unilever

4.2
Compare

Nestle

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