Upload Button Icon Add office photos

Filter interviews by

Follow Your Sport Content Writer Interview Questions and Answers

Updated 8 Oct 2017

Follow Your Sport Content Writer Interview Experiences

1 interview found

I appeared for an interview in Jul 2017.

Interview Preparation Tips

Round: Test
Experience: I applied for internship at FYS through Internshala. A day or two later, i received a mail asking which sport(s) i would like to cover. Then the next mail was about submitting a sample article so that they can gauge my ability to write. After doing it, they approved of me and the very next day, they mailed me a contract which i had to print, sign, scan and mail it back to them.
Tips: You need to have good writing skills
Total Questions: 1

Skills: Writing Skills
College Name: SGTB Khalsa

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Follow Your Sport?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is Keyword?
  • Ans. 

    A keyword is a specific word or phrase that captures the essence of content, aiding in search engine optimization and user intent.

    • Keywords are crucial for SEO, helping search engines understand content relevance.

    • They can be categorized into short-tail (e.g., 'shoes') and long-tail keywords (e.g., 'best running shoes for flat feet').

    • Using keywords strategically in titles, headings, and throughout the content improves vi...

  • Answered by AI

Interview Questionnaire 

6 Questions

  • Q1.  The first one tell about your self
  • Q2. What is know about copywriting ?
  • Ans. 

    Copywriting is the art of crafting persuasive and compelling written content to promote products or services.

    • Copywriting involves creating engaging headlines, taglines, and body copy.

    • It aims to capture the attention of the target audience and persuade them to take a desired action.

    • Copywriters often conduct research to understand the target market and tailor their writing accordingly.

    • Effective copywriting utilizes persu...

  • Answered by AI
  • Q3. Which language do you like in copywriting ?
  • Ans. 

    I enjoy using language that is concise, persuasive, and engaging in copywriting.

    • I prefer using language that is clear and easy to understand.

    • I like to incorporate storytelling techniques to captivate the audience.

    • I enjoy experimenting with different tones and styles to match the brand's personality.

    • I find it effective to use power words and persuasive language to drive action.

    • I believe in the importance of using langua...

  • Answered by AI
  • Q4. English is the most valuable and international language do you know about english language ?
  • Ans. 

    English is a global lingua franca, rich in history, diverse in dialects, and essential for international communication.

    • Originated from Germanic tribes, evolving through influences from Latin, French, and other languages.

    • Over 1.5 billion speakers worldwide, making it the most widely spoken language.

    • Official language in 58 countries, including the USA, UK, Canada, and Australia.

    • Rich in dialects and accents, such as Ameri...

  • Answered by AI
  • Q5. Most of people do want to learn english we need english copywriter do learn english for my company ?
  • Q6. Everything I can do because I like to creative copy writer job

Interview Preparation Tips

Interview preparation tips for other job seekers - respected sir
first one listen is speech and his/her gestures where he look at you or other side? most important is he/she how can give the answer ? realize or they give direct answer
thanks sir
you take my advise

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.

  • Q1. How can you detect a loop in a linked list?
  • Ans. 

    A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This round was mostly focused on my resume and projects.

  • Q1. Tell me about your projects.
Round 3 - Face to Face 

Round duration - 30 minutes
Round difficulty - Easy

It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonAmerican Express interview preparation:Topics to prepare for the interview - Data structures and algorithms, Object-Oriented Programming System concepts, Database Management System, Operating System, Networking.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.

Application resume tips for other job seekers

Keep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2021. 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 

Moderate level aptitude with basics

Round 3 - Coding Test 

Moderate level data structure questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and what what u speak because that is most important

I applied via Referral and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Java logical question
  • Q2. Webdriver architecture
  • Q3. Framework, file and folder structure
  • Q4. Your approach to tackle dynamic objects
  • Ans. 

    I approach dynamic objects by analyzing their behavior and adapting my approach accordingly.

    • I start by understanding the nature of the dynamic object and its expected behavior

    • I then analyze its movement patterns and any potential obstacles or hazards

    • Based on this analysis, I adapt my approach to ensure safe and efficient interaction with the dynamic object

    • For example, when working with a moving conveyor belt, I would e...

  • Answered by AI
  • Q5. Implicit and explicit wait in selenium
  • Ans. 

    Implicit and explicit wait are two types of wait in Selenium used to synchronize the test execution with the application.

    • Implicit wait is used to set a default waiting time for the web elements to load before throwing an exception.

    • Explicit wait is used to wait for a specific condition to occur before proceeding with the test execution.

    • Implicit wait is set globally for the entire test script while explicit wait is set f...

  • Answered by AI
  • Q6. Java oops concepts
  • Q7. Sql queries related to joins
  • Q8. Basic Unix commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to connect yours answers with some example of your project.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. It was mostly about the instrument reference data and typical business analyst question about change management, BRD, Agile and technology we use.

I applied via Company Website and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hypothetical Questions - What if the company decides to demote all senior associate s to associate? What will be your reaction??

Interview Preparation Tips

Interview preparation tips for other job seekers - I went for Enterprise Testing Senior Associate. The person who interviewed me was very well known to me. He worked with me for more than a year at the same level. Asked illogical questions. All hypothetical questions he asked in which I was the one who was getting demoted or denied bonus or increment.
He should not have taken my interview as it was conflict of Interest. 99% of questions was asked by this guy and the other lady in VC only asked 1 general question.
I reported conflict of interest issue to the hiring HR but no action was taken not any reply toy email came.

I applied via Walk-in and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my experience and finance related

Interview Preparation Tips

Interview preparation tips for other job seekers - Best finance sector but working time is no fixed
morning 7 to night 11 every 2 hr 1croncol .. no holidays even Sunday and holi .
There have no personal life and family life only bajaj lifee ...

Interview Questionnaire 

2 Questions

  • Q1. General Questions
  • Q2. Be confident always for the interview and before answering the question always think that why interviewer ask this question, what he want to listen from you, then answer.

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 619 Interviews
Bajaj Finserv Interview Questions
4.0
 • 602 Interviews
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group Interview Questions
3.9
 • 511 Interviews
Xyz Company Interview Questions
3.8
 • 478 Interviews
Klm Axiva Finvest Interview Questions
4.4
 • 433 Interviews
American Express Interview Questions
4.1
 • 387 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
View all

Follow Your Sport Content Writer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Follow Your Sport with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare
write
Share an Interview