Upload Button Icon Add office photos
Engaged Employer

i

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

Think Surf Media Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Think Surf Media Interview Questions and Answers

Updated 14 Sep 2022

Think Surf Media Interview Experiences

1 interview found

I applied via Indeed and was interviewed before Sep 2021. There were 4 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 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Technical 

(1 Question)

  • Q1. How would you target a luxury travel package customer?
  • Ans. 

    Target luxury travel package customers through personalized social media ads and collaborations with luxury travel influencers.

    • Create targeted social media ads based on demographics, interests, and behaviors of luxury travelers

    • Partner with luxury travel influencers to showcase the package and reach a wider audience

    • Offer exclusive perks and amenities to customers who book the package, such as private tours or spa treatm...

  • Answered by AI
Round 4 - Assignment 

Depends on the Team Lead

Interview Preparation Tips

Interview preparation tips for other job seekers - If you did not get selected, don't get disheartened. Sometimes they just stop hiring suddenly for the position

Social Media Executive Interview Questions asked at other Companies

Q1. Do you know how to use Canva for editing pics & videos?
View answer (1)

Jobs at Think Surf Media

View all

Interview questions from similar companies

I applied via Company Website and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  Explain different Testing scenarios
  • Ans. 

    Testing scenarios include functional, performance, security, usability, and compatibility testing.

    • Functional testing ensures that the software meets the requirements and specifications.

    • Performance testing checks the software's speed, scalability, and stability under various loads.

    • Security testing identifies vulnerabilities and ensures data protection.

    • Usability testing evaluates the software's user-friendliness and ease...

  • Answered by AI
  • Q2. Smoke testing & sanity testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and smart .Technical round will consist of basic question to measure knowledge and experience.

Skills evaluated in this interview

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

(1 Question)

  • Q1. What are closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the parent function has finished executing.

    • Closures allow functions to 'remember' the environment in which they were created

    • They can access variables from their outer function even after the function has returned

    • Closures are commonly used in event handlers and callbacks

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are high order functions in react js explain with an example
  • Ans. 

    High order functions in React JS are functions that take other functions as arguments or return functions as their output.

    • High order functions allow for code reusability and cleaner code structure.

    • An example of a high order function in React JS is the map function, which takes a function as an argument to transform elements in an array.

    • Another example is the filter function, which takes a function as an argument to fil

  • Answered by AI

Skills evaluated in this interview

Consultant Interview Questions & Answers

Pythian user image upendra rao moyyila

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Reason for changing job and why should we hire you
  • Ans. 

    Seeking new challenges and opportunities for growth. I bring a unique blend of skills and experience to add value to your team.

    • Looking for new challenges and opportunities for professional growth

    • Seeking a more dynamic work environment to utilize my skills effectively

    • Excited about the possibility of contributing to a new team and organization

    • Believe my diverse skill set and experience make me a valuable addition to your

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Real time DBA issues and scenarios
  • Q2. Questions on HA and Always on
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Related to Java

I appeared for an interview in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Basic questions and aptitute

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good, selection is one day process. salary is 3.6 lacks per annum it was very a good experience. interview was knowledgeable and experience. overall it was good but salary could have been better. work location given were too far away form my hometown

I applied via Internshala and was interviewed before Sep 2021. 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 - Assignment 

I was given a pdf file containing 3 Problem statements along with the output for which I had to write SQL queries.

Round 3 - Technical 

(3 Questions)

  • Q1. Theoretical Questions related to SQL were asked like types of join, the difference between union and join, related to my project, and some behavioral questions.
  • Q2. What are different types of Joins?
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Inner Join: returns only the matching rows from both tables

    • Left Join: returns all rows from the left table and matching rows from the right table

    • Right Join: returns all rows from the right table and matching rows from the left table

    • Full Outer Join: returns all rows from both tables

    • Cross Join: returns the Cartesian product of b

  • Answered by AI
  • Q3. What is the Difference between Union and Joins
  • Ans. 

    Joins combine rows from two or more tables based on a related column, while unions combine rows from two or more tables with the same structure.

    • Joins are used to combine data from different tables based on a related column

    • Unions are used to combine data from tables with the same structure

    • Joins can be inner, left, right, or full, while unions are always a combination of all rows

    • Joins can have multiple conditions, while ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Scenario-based questions on SQL
Round 5 - HR 

(1 Question)

  • Q1. Questions related to me like what my parents do etc. and their company profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - If applying as a fresher, prepare SQL well as most of the questions will be from SQL only.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Javascript based coding question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Describe oops concept.
  • Ans. 

    OOPs concept stands for Object-Oriented Programming, which is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • It emphasizes concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain comp...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

SQL AND POWERBI related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - These guys are just wasting time. They shortlisted my profile based on my resume, but after I performed well in the interview, they rejected me, saying they need more experience than what was originally mentioned. They're giving invalid feedback just for the sake of it. Please don’t waste your time on this kind of company.

Think Surf Media Interview FAQs

How many rounds are there in Think Surf Media interview?
Think Surf Media interview process usually has 4 rounds. The most common rounds in the Think Surf Media interview process are Resume Shortlist, HR and Technical.
How to prepare for Think Surf Media 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 Think Surf Media. The most common topics and skills that interviewers at Think Surf Media expect are Adobe After Effects, Adobe Premiere Pro, Ajax, CSS and Content Creation.

Tell us how to improve this page.

Interview Questions from Similar Companies

Pythian Interview Questions
4.1
 • 6 Interviews
Vowelweb Interview Questions
4.5
 • 5 Interviews
DigiMantra Interview Questions
3.7
 • 5 Interviews
Dexlock Interview Questions
2.7
 • 4 Interviews
View all

Think Surf Media Reviews and Ratings

based on 14 reviews

4.1/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.1

Salary

4.0

Job security

4.0

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 14 Reviews and Ratings
Shopify Developer

Kolkata

4-7 Yrs

₹ 3-4.5 LPA

Video Editor

Kolkata

3-5 Yrs

₹ 2.25-3.25 LPA

Tour Operator

Kolkata

3-5 Yrs

₹ 2.5-3 LPA

Explore more jobs
Web Consultant
6 salaries
unlock blur

₹1.2 L/yr - ₹1.8 L/yr

Client Relationship Manager
4 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Copywriter
4 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

SEO Executive
4 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Think Surf Media with

INDI IT SOLUTIONS

4.8
Compare

Fragma Data Systems

4.4
Compare

SE2 DIGITAL SERVICE LLP

3.3
Compare

Pragmasys Consulting LLP

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