Upload Button Icon Add office photos

Filter interviews by

FanClash 3D Generalist Interview Questions and Answers

Updated 14 Jul 2023

FanClash 3D Generalist Interview Experiences

1 interview found

3D Generalist Interview Questions & Answers

user image Khushal Grover

posted on 14 Jul 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I was interviewed before Jul 2022.

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 - One-on-one 

(3 Questions)

  • Q1. Introduction your self.
  • Q2. Why should we hire you?
  • Q3. Why are you interested in this position?
Round 3 - Technical 

(3 Questions)

  • Q1. What is Update and Fixed Update Function in Unity
  • Ans. 

    Update and FixedUpdate functions are two different methods in Unity used for updating game objects, with FixedUpdate being called at fixed intervals.

    • Update function is called once per frame and is used for regular updates like input handling and animations.

    • FixedUpdate function is called at fixed intervals (usually every physics step) and is used for physics calculations and rigidbody updates.

    • It is recommended to use Fi...

  • Answered by AI
  • Q2. Did you play our games? If yes then tell what you like and dislike.
  • Q3. How much you have experience with unity including personal experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Play games by Fanclash11, and note down some feedbacks. For interview be confident, don't lie any skill, projects, etc...

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Look at this "pick random object". Artist made this flaw while creating it in 3D. How will you convey that to artist?

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand that not knowing everything is fine. Give in depth answer without deviating from core problem.
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

HR Generalist Interview Questions & Answers

TCS user image Baddula Prashanthi

posted on 22 Jan 2025

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

(1 Question)

  • Q1. Self introduction
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(3 Questions)

  • Q1. What is your current location
  • Q2. What is your experience
  • Q3. Tell me self introduction

Interview Preparation Tips

Topics to prepare for Capgemini HR Executive Generalist interview:
  • HR Generalist Activities
  • HR Operations
  • HR Policies
Interview preparation tips for other job seekers - www.nokri.com
Round 1 - Aptitude Test 

Apittitude text 30 questions and answers

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself? Thakey for this opportunity to me My name is Sukanya I am belonging to Udupi I am staying in bangolre Whitefield I am b.com completed in Mangalore University in pass out year 2020 ...
  • Q2. Why should hire you? I have a just started my career ,i don't have partical achivement but I am confident I am achieving the life ,the skills learn everything easy and to my best if you my hire I will do b...
  • Q3. Can you work under pressure? Work under pressure nothing but I am challenge my view,learn the new things easy to work under pressure,i am always set new things to my life and accept work with love.
  • Q4. Difference between confidence and over confidence? I am saying I can do that work I am confident It is one of part of work in over confidence

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi my name is Sukanya thankey so much for this opportunity to me.
I am ready to work in your company

I applied via Referral and was interviewed in Jul 2022. There were 2 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 - 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

HR Generalist Interview Questions & Answers

Cognizant user image varun technicals

posted on 29 Jan 2022

Round 1 - HR 

(4 Questions)

  • Q1. Share details of your previous job.
  • Q2. Tell me about yourself.
  • Q3. Tell me about decision making process in leadership positions
  • Q4. Tell me about your leadership skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Prepare questions
Practice, review
Learn from mistakes

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 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 - 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

FanClash Interview FAQs

How many rounds are there in FanClash 3D Generalist interview?
FanClash interview process usually has 3 rounds. The most common rounds in the FanClash interview process are Resume Shortlist, One-on-one Round and Technical.

Tell us how to improve this page.

FanClash 3D Generalist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Product Manager
7 salaries
unlock blur

₹14 L/yr - ₹38 L/yr

Lead Engineer
4 salaries
unlock blur

₹42 L/yr - ₹45 L/yr

Senior Business Analyst
4 salaries
unlock blur

₹25 L/yr - ₹40 L/yr

Production Analyst
4 salaries
unlock blur

₹18 L/yr - ₹18 L/yr

Software Development Engineer II
4 salaries
unlock blur

₹25 L/yr - ₹38 L/yr

Explore more salaries
Compare FanClash with

Dream11

3.8
Compare

MyTeam11

4.7
Compare

Fantasy Akhada

2.0
Compare

My11Circle

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