Upload Button Icon Add office photos

Filter interviews by

Surinder Films VFX Artist Interview Questions and Answers

Updated 15 Jun 2024

Surinder Films VFX Artist Interview Experiences

1 interview found

VFX Artist Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Expected salary

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via AmbitionBox and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. I am video editor
  • Q2. This is not for a good salary
  • Q3. I am personal editor
  • Q4. Important For job my life
  • Q5. Happy job anniversary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Gave a chair model to finish.

Round 2 - HR 

(2 Questions)

  • Q1. What's your favourite colour
  • Ans. 

    My favorite color is ocean blue because it reminds me of calm waters and clear skies.

    • Ocean blue is a calming and soothing color

    • It reminds me of clear skies and calm waters

    • It is often associated with tranquility and peace

  • Answered by AI
  • Q2. Describe something about your favourite colour in three lines.
  • Ans. 

    My favorite color is a deep, rich emerald green that reminds me of lush forests and tranquility.

    • Emerald green symbolizes growth, renewal, and harmony.

    • It is often associated with nature and the environment.

    • Examples: emerald green leaves, emerald green gemstones.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They gave questions related to aptitude

Round 2 - Group Discussion 

General topics to measure your speaking skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

I applied via Referral and was interviewed in Jul 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 - Assignment 

You have to make e learning video given by HR

Interview Preparation Tips

Topics to prepare for BYJU'S Motion Graphics Artist interview:
  • Aftereffects
Interview preparation tips for other job seekers - Check Byjus video before go fo test, show your creativity where mentioned

I applied via Naukri.com and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. Tell Me About Yourself.
  • Q2. Your Hobby and working Experience.
  • Q3. How you deal with the clients.
  • Q4. Which software do you use?
  • Ans. 

    I use a variety of software depending on the project requirements, but my go-to tools are Adobe After Effects and Cinema 4D.

    • Adobe After Effects

    • Cinema 4D

    • Maya

    • Blender

    • Photoshop

    • Illustrator

  • Answered by AI
  • Q5. What are your recent Projects?
  • Q6. What the problem you face in your recent projects and how you resolve it.
  • Q7. What way you choose to complete the process (step by step)
  • Q8. Apart from the key skill which other software you know
  • Ans. 

    I am proficient in Adobe After Effects, Premiere Pro, Photoshop, and Illustrator.

    • Proficient in Adobe Creative Suite

    • Skilled in After Effects, Premiere Pro, Photoshop, and Illustrator

    • Experience with 3D software such as Cinema 4D or Maya

    • Familiarity with video editing software like Final Cut Pro or Avid Media Composer

  • Answered by AI
  • Q9. Rate your Software skill
  • Ans. 

    I rate my software skills as advanced.

    • Proficient in Adobe Creative Suite (Photoshop, Illustrator, After Effects, Premiere Pro)

    • Expert in 3D modeling and animation software (Maya, Cinema 4D)

    • Skilled in compositing and visual effects software (Nuke, Fusion)

    • Familiar with programming languages for motion graphics (Python, JavaScript)

    • Constantly learning and staying up-to-date with new software and techniques

  • Answered by AI
  • Q10. What the other thing you know about motion graphics.
  • Ans. 

    Motion graphics involves creating animated visuals for various mediums such as film, television, and digital platforms.

    • Motion graphics can be used for title sequences, explainer videos, and advertisements.

    • It often involves combining graphic design, animation, and sound design.

    • Software commonly used includes Adobe After Effects, Cinema 4D, and Maya.

    • Motion graphics can also involve creating 3D models and environments.

    • It ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Communication skill, Fluent English

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Case Study 

I am b.tech pursuing electronics and communication engineering, from technocrats institute of technology bhopal,

Round 3 - HR 

(5 Questions)

  • Q1. What is loops in c, ?
  • Ans. 

    Loops in C are used to repeat a block of code multiple times based on a condition or a fixed number of iterations.

    • C provides three types of loops: for, while, and do-while.

    • The for loop is used when the number of iterations is known.

    • The while loop is used when the number of iterations is not known in advance.

    • The do-while loop is similar to the while loop but guarantees at least one execution of the loop body.

    • Loops can b...

  • Answered by AI
  • Q2. What is type of data in c++
  • Ans. 

    In C++, the types of data include fundamental types (int, float, etc.), derived types (arrays, pointers, etc.), and user-defined types.

    • Fundamental types include int, float, double, char, etc.

    • Derived types include arrays, pointers, references, etc.

    • User-defined types are created by the programmer using classes or structures.

  • Answered by AI
  • Q3. What is operator in python
  • Ans. 

    In Python, an operator is a symbol that performs an operation on one or more operands.

    • Operators are used to perform arithmetic, comparison, logical, and bitwise operations

    • Examples of operators include +, -, *, /, ==, !=, >, <, and &

    • Operators can be overloaded to work with custom objects

  • Answered by AI
  • Q4. What is #include stdio.h
  • Ans. 

    The #include stdio.h is a preprocessor directive in C programming language that includes the standard input/output library.

    • It is used to include the standard input/output functions in a C program.

    • It allows the program to use functions like printf() and scanf().

    • It is necessary for programs that require input/output operations.

  • Answered by AI
  • Q5. Whai is DSA why we use?
  • Ans. 

    DSA stands for Data Structures and Algorithms. It is used to efficiently store and manipulate data in computer programs.

    • DSA helps in organizing and managing data effectively.

    • It provides efficient algorithms for searching, sorting, and manipulating data.

    • DSA is essential for solving complex problems and optimizing program performance.

    • Examples of DSA include arrays, linked lists, stacks, queues, trees, and graphs.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amazon Video Editor interview:
  • Case Studies
  • Microsoft excel
  • Microsoft Word
  • Data Entry
  • Database
  • Marketing
  • Google Analytics
  • C++
  • C
  • DAS
  • Python
Interview preparation tips for other job seekers - My good knowledge in video editing, Microsoft excel, Microsoft Word, digital marketing social media creator

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. What are a editing tool
  • Ans. 

    Editing tools are software programs used to manipulate and enhance video and audio content.

    • Video editing software like Adobe Premiere Pro, Final Cut Pro, and DaVinci Resolve

    • Audio editing software like Audacity and Pro Tools

    • Color grading tools like Lumetri Color and Color Finale

    • Visual effects software like After Effects and Nuke

    • Plugins and add-ons for additional functionality

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

(1 Question)

  • Q1. What is your project
Round 4 - One-on-one 

(1 Question)

  • Q1. What is your favourite colour

Interview Preparation Tips

Interview preparation tips for other job seekers - Make Amanda in San Juan or Malcolm bought imanda recycle Ringer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Jul 2022. 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 - Assignment 

There was an assignment of 3d model and texture.

Round 3 - Technical 

(2 Questions)

  • Q1. This was a tech round based on your technical skill on the software.
  • Q2. Like questions about substance painter and maya
Round 4 - HR 

(1 Question)

  • Q1. Discussion with the manager like an introduction and normal conversation about the past experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - just clear the assignment and with proper workflow and polycount with textures.

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is the most funniest thing in 3d artist role?
  • Q2. How to changed personal life in cg field?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just check employees professional life and personal life. How their balanced with their mind set?

Surinder Films Interview FAQs

How many rounds are there in Surinder Films VFX Artist interview?
Surinder Films interview process usually has 1 rounds. The most common rounds in the Surinder Films interview process are Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Surinder Films interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Executive Producer
5 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Production Manager
3 salaries
unlock blur

₹0.7 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Surinder Films with

Eros International

2.7
Compare

Balaji Telefilms

3.0
Compare

Zee Entertainment Enterprises

3.5
Compare

Dharma Productions

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview