Upload Button Icon Add office photos
Engaged Employer

i

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

Vereigen Media Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vereigen Media Interview Questions and Answers

Updated 18 Jul 2025

Vereigen Media Interview Experiences

1 interview found

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

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Do you know about lookup?
  • Ans. 

    Lookup refers to retrieving data from a specific source based on a key or identifier.

    • Lookup can be performed in databases using SQL queries, e.g., SELECT * FROM users WHERE id = 1.

    • In programming, functions like VLOOKUP in Excel or lookup functions in Python (e.g., dictionaries) are common.

    • Lookup tables are often used in data analysis to map values, such as converting codes to descriptive names.

  • Answered by AI
  • Q2. Tell me about role of research analyst?
  • Ans. 

    A research analyst gathers, analyzes, and interprets data to provide insights that inform business decisions and strategies.

    • Conducts market research to identify trends and opportunities, such as analyzing consumer behavior in retail.

    • Utilizes statistical tools and software to analyze data sets, like using Excel or R for financial forecasting.

    • Prepares reports and presentations to communicate findings to stakeholders, ens...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Vereigen Media?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Nov 2018.

Interview Questionnaire 

5 Questions

  • Q1. Basic introduction
  • Ans. 

    Dynamic professional with a strong background in management and a passion for team development and operational excellence.

    • Over 5 years of experience in management roles, leading teams to achieve operational goals.

    • Skilled in project management, having successfully led multiple projects that improved efficiency by 20%.

    • Strong communication skills, demonstrated through effective collaboration with cross-functional teams.

    • Pr...

  • Answered by AI
  • Q2. Communication skills
  • Q3. Previous employment details
  • Ans. 

    I have 5 years of experience in retail management at XYZ Company.

    • Managed a team of 15 employees

    • Responsible for inventory management and ordering

    • Implemented new sales strategies to increase revenue

  • Answered by AI
  • Q4. Defect analysis
  • Q5. Decision making

Interview Preparation Tips

General Tips: Salary discussion
Duration: <1 week

I applied via Naukri.com and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Resume, achievements, market dynamics
  • Q2. Case studies on Market operations , targets achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Answer politely and clearly...Dont beat on the bush

I applied via Referral and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal quotations will be asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Refer to the above answer
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2023. 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 - Technical 

(2 Questions)

  • Q1. Asked SQL queries related questions
  • Q2. Asked about python libraries
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion will be asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn SQL queries and python libraries. Learn about your profile
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

Logical reasoning and basic quants.

Round 2 - Technical 

(4 Questions)

  • Q1. Give an Introduction about yourself.
  • Ans. 

    Data analyst with a passion for transforming data into actionable insights, skilled in SQL, Python, and data visualization.

    • Educational Background: Bachelor's degree in Statistics, where I developed a strong foundation in data analysis techniques.

    • Professional Experience: Worked at XYZ Corp as a data analyst, where I improved reporting efficiency by 30% using automated dashboards.

    • Technical Skills: Proficient in SQL for d...

  • Answered by AI
  • Q2. Questions on projects worked.
  • Q3. SQL Queries on their system (intermediate - advanced) and some concepts
  • Q4. Performing Excel practically
Round 3 - Technical 

(1 Question)

  • Q1. Advanced SQL queries
Round 4 - Technical 

(1 Question)

  • Q1. Technical round with consultant, questions related to your background, on resume and some on projects.
Round 5 - Behavioral 

(2 Questions)

  • Q1. Introduction, questions on projects, bit on cloud (since it was mentioned in my project)
  • Q2. How do you optimize a pipeline?
  • Ans. 

    Optimizing a pipeline involves improving efficiency, reducing latency, and ensuring data quality throughout the data processing stages.

    • 1. Identify bottlenecks: Use profiling tools to find slow stages in the pipeline, such as data loading or transformation.

    • 2. Parallel processing: Implement parallel processing for tasks that can run simultaneously, like data extraction from multiple sources.

    • 3. Data sampling: Use smaller ...

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. Introduction and HR Related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL, Excel, and Projects well.
All questions would revolve around SQL (advanced)
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ranking Alohrithums
  • Q2. SEO traffic projections & timelines
Are these interview questions helpful?

I applied via Job Portal and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. One leetcode question on stack 2nd question - Print all the paths in a maze if a rat can go up down left and right.
Round 2 - One-on-one 

(1 Question)

  • Q1. A scenario based question where a server interface was given which handed out jobs. We had to write a class in which we tell the current job we are waiting for acknowledgement. Also, on receiving acknowled...
  • Ans. 

    Design a class to manage job acknowledgements and determine the next job efficiently.

    • Use a queue to manage jobs in a FIFO manner, ensuring the next job is always ready.

    • Implement a hashmap to track job statuses and acknowledgements for O(1) access.

    • Example: When a job is completed, dequeue it and check the next job in the queue.

    • Consider edge cases like job failures or retries, and handle them gracefully.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Half an hour round with the manager. Questions on java, spring, hibernate, multithreading. Also question on the current project who are working on in any organisation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know DSA and when to use which data structure and are good in java and know basucs of Spring, hibernate aur multithreading.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript basic question asked like closure hoisting some output based question
Round 2 - Technical 

(1 Question)

  • Q1. React app optimization and advanced hooks
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Debounce Time implement
  • Ans. 

    Debounce time is a programming technique to limit the rate at which a function is executed.

    • Debouncing prevents a function from being called multiple times in quick succession.

    • Commonly used in event handling, like button clicks or window resizing.

    • Example: A search input that triggers an API call only after the user stops typing for a specified time.

    • Implementation can be done using setTimeout in JavaScript.

    • Debounce time ...

  • Answered by AI
  • Q2. Accordian Implement

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 4 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Birdeye Interview Questions
3.7
 • 27 Interviews
Adonmo Interview Questions
4.5
 • 26 Interviews
Cheil India Interview Questions
3.0
 • 17 Interviews
Techmagnate Interview Questions
4.1
 • 12 Interviews
Advids Interview Questions
3.6
 • 11 Interviews
Hansa Cequity Interview Questions
3.0
 • 9 Interviews
Hansa Direct Interview Questions
3.5
 • 8 Interviews
View all

Vereigen Media Reviews and Ratings

based on 29 reviews

3.4/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.0

Salary

3.0

Job security

3.4

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 29 Reviews and Ratings
Research Analyst
28 salaries
unlock blur

₹1.4 L/yr - ₹3.2 L/yr

Data Analyst
5 salaries
unlock blur

₹1.3 L/yr - ₹4.7 L/yr

Web Developer
4 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Senior Research Analyst
4 salaries
unlock blur

₹1.3 L/yr - ₹3.2 L/yr

Digital Marketing Manager
4 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Explore more salaries
Compare Vereigen Media with

Franchise India Brands

2.0
Compare

Echobooom Management & Entrepreneurial Solutions

3.6
Compare

Cheil India

2.9
Compare

Adonmo

4.5
Compare
write
Share an Interview