Upload Button Icon Add office photos
Engaged Employer

i

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

Liqvd Asia Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Liqvd Asia Senior Video Editor Interview Questions and Answers

Updated 26 Jun 2024

Liqvd Asia Senior Video Editor Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Where did you work before
  • Q2. Tell us about yourself

Interview questions from similar companies

I applied via Referral and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Assignment 

Some files has given to perform new task

Round 2 - HR 

(1 Question)

  • Q1. Whats is ur expectations
  • Ans. 

    I expect to work in a creative and collaborative environment where I can learn and grow as a designer.

    • I hope to work with a team that values creativity and innovation.

    • I want to be given opportunities to learn new skills and techniques.

    • I expect to receive constructive feedback on my work to help me improve.

    • I hope to be able to contribute my own ideas and perspectives to projects.

    • I expect to be challenged and pushed out ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very polite and good company they provide some gifts and lunch also..
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Design related question
  • Q2. Design Background
  • Q3. Advertising experience
  • Ans. 

    I have experience creating advertising materials for various clients and industries.

    • Designed print and digital ads for social media platforms

    • Created promotional materials such as flyers, banners, and posters

    • Worked on ad campaigns for product launches and events

  • Answered by AI
  • Q4. Social media and design experience
  • Ans. 

    I have experience creating social media graphics for various platforms and campaigns.

    • Proficient in Adobe Creative Suite for designing social media graphics

    • Knowledge of best practices for social media design, including image dimensions and text placement

    • Experience creating engaging content for different social media platforms such as Instagram, Facebook, and Twitter

  • Answered by AI
Round 2 - Assignment 

Social media post and reel static

Interview Preparation Tips

Topics to prepare for 3 Minds Digital Junior Graphic Designer interview:
  • Graphic Designing
  • Advertising
  • Social Media Marketing
  • branding
Interview preparation tips for other job seekers - really good agency Overall culture are very great
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About Introduction
  • Q2. About experience
Round 2 - Assignment 

Two assigngments were given
1. To create Layout and typograhy base Carousel
2. To create Festive Reel considering Brand Product or Service

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Assignment 

Got an assignment to perform in excel about data analysis for churn prediction. Performed in excel. 70% focus was on skills and 30% on analysis.

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic knowledge of Digital Marketing
  • Q2. Formulae in digital Marketing
  • Ans. 

    Formulae in digital marketing refer to mathematical equations used to analyze and optimize marketing strategies.

    • Formulae help calculate key performance indicators (KPIs) such as ROI, CTR, and conversion rates.

    • Examples of formulae include ROI = (Revenue - Cost) / Cost, CTR = (Clicks / Impressions) * 100%, and Conversion Rate = (Conversions / Clicks) * 100%.

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

(2 Questions)

  • Q1. Self introduction
  • Q2. When will you join
  • Ans. 

    I will be able to join within two weeks of receiving an offer.

    • I need to give my current employer two weeks notice before leaving.

    • I may need to finalize any pending projects before starting a new role.

    • I am excited about the opportunity and look forward to joining the team.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Question Related to Applied job position
Round 2 - One-on-one 

(1 Question)

  • Q1. Question Related to End to End Campaign Management
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your projects
  • Q2. Tell me yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are SQL Joins?
  • Ans. 

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

    • SQL Joins are used to retrieve data from multiple tables based on a related column between them.

    • Common types of SQL Joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q2. Different functions in Python numpy
  • Ans. 

    Python numpy provides various functions for numerical operations on arrays.

    • numpy.sum() - calculates the sum of array elements

    • numpy.mean() - calculates the mean of array elements

    • numpy.max() - returns the maximum value in an array

    • numpy.min() - returns the minimum value in an array

    • numpy.std() - calculates the standard deviation of array elements

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are joins and how do you use it?
  • Ans. 

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

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Processing speed of different scriting languages?
  • Ans. 

    Processing speed of scripting languages varies based on factors like code complexity and optimization.

    • Processing speed can vary based on the specific task being performed.

    • Compiled languages like C++ tend to be faster than interpreted languages like Python.

    • Optimizing code can improve processing speed.

    • JavaScript can be faster than Python for certain tasks.

    • Consider using libraries or frameworks optimized for performance.

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Liqvd Asia Interview FAQs

How many rounds are there in Liqvd Asia Senior Video Editor interview?
Liqvd Asia interview process usually has 1 rounds. The most common rounds in the Liqvd Asia interview process are HR.

Recently Viewed

INTERVIEWS

Xapads Media

No Interviews

INTERVIEWS

Liqvd Asia

No Interviews

DESIGNATION

JOBS

Alstom Transportation

No Jobs

INTERVIEWS

Xapads Media

No Interviews

INTERVIEWS

Jivox

No Interviews

SALARIES

Larsen & Toubro Limited

SALARIES

Wood Group

SALARIES

Uno Minda Kyoraku

INTERVIEWS

Z1 Tech

No Interviews

Tell us how to improve this page.

Liqvd Asia Senior Video Editor Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 65 Interviews
Moris Media Interview Questions
4.5
 • 24 Interviews
IPG Mediabrands Interview Questions
3.5
 • 15 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Xapads Media Interview Questions
4.7
 • 10 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Jivox Interview Questions
3.8
 • 9 Interviews
View all
Liqvd Asia Senior Video Editor Salary
based on 4 salaries
₹6.2 L/yr - ₹10 L/yr
25% more than the average Senior Video Editor Salary in India
View more details
Front end Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Brand Strategist
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Group Head
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Liqvd Asia with

WATConsult

3.3
Compare

Dentsu Webchutney

3.8
Compare

Interactive Avenues

3.7
Compare

Isobar

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