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 appeared for an interview 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

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about FanClash?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you?
  • Ans. 

    I bring a unique blend of creativity, technical skills, and a passion for 3D art that aligns perfectly with your team's vision.

    • Extensive experience in software like Blender and Maya, demonstrated by my portfolio showcasing realistic character models.

    • Strong understanding of lighting and texturing, as evidenced by my recent project where I created a visually stunning environment for a game.

    • Proven ability to collaborate e...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. Share your strengths.

3D Generalist Interview Questions Asked at Other Companies

Q1. How to use software like Maya , 3DS Max, Photoshop etc ?
asked in FanClash
Q2. What are the Update and FixedUpdate functions in Unity?
Q3. 3 demension model and speed up tool uses
Q4. What software are you familiar with?

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?

I applied via AmbitionBox and was interviewed in Jul 2022. 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 

(3 Questions)

  • Q1. EDUCATIONAL &pernlity
  • Q2. Ourself and achivment
  • Q3. Langeue and culcher dresting culcher
Round 3 - Assignment 

Project assignment and warking skills

Interview Preparation Tips

Interview preparation tips for other job seekers - No sir/mam evrything is ncert and cool and camfart zone

I applied via Company Website and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - HR 

(7 Questions)

  • Q1. Amazon What: Where did you get to know about this, what do you want to do and want to work well in this company?
  • Q2. And what do you know about it:
  • Q3. Amazon I want to bleed what did you know
  • Q4. How is this company: what do you know about it
  • Ans. Ye company I came to know from a website and I liked
  • Answered Anonymously
  • Q5. How do you like this company
  • Ans. Ye I liked this company very much and its many benefits
  • Answered Anonymously
  • Q6. Amazon What: What's in it
  • Ans. Amazon One e commerce company h
  • Answered Anonymously
  • Q7. How does this company work in front of it?
  • Ans. Amazon A good freelancing company: Its products are very good
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Amazon Freelancer interview:
  • Freelancing content marketing
  • Copy Writing
Interview preparation tips for other job seekers - Amazon A very good company: It should be famous all over the world, it has many benefits, it also has many benefits on everything and offices also keep coming in it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Group Discussion 

About ai data , cloud development

Round 2 - Web 

(1 Question)

  • Q1. Web development experience
  • Ans. 

    I have 5 years of experience in web development, specializing in front-end technologies like HTML, CSS, and JavaScript.

    • 5 years of web development experience

    • Specialize in front-end technologies like HTML, CSS, and JavaScript

    • Familiar with responsive design and cross-browser compatibility

    • Experience with frameworks like Bootstrap and jQuery

    • Knowledge of version control systems like Git

  • Answered by AI
Round 3 - Case Study 

Germany cyber security

Interview Preparation Tips

Interview preparation tips for other job seekers - They are doing R&D in settling there new cyber security office in Germany.

Skills evaluated in this interview

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

Are these interview questions helpful?

I applied via Company Website and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Self introduction

Round 2 - Coding Test 

Coding information

Round 3 - Group Discussion 

Group members searching

Interview Preparation Tips

Topics to prepare for Wipro Freelancer interview:
  • Share point
  • Power app,
  • Share point
Interview preparation tips for other job seekers - That's my knowledge in our mind.
Positive mind.
Only staight forward in our mind.

That way of thinking in our mind.
Thank you .
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

(4 Questions)

  • Q1. That How You can Handle the situation.how much patience is needed
  • Q2. In situation If A customer is angry how will you manage it?
  • Ans. 

    I would listen to the customer's concerns, empathize with their situation, and work towards finding a solution that satisfies them.

    • Listen actively to the customer's complaints without interrupting

    • Empathize with the customer's emotions and show understanding

    • Apologize for any inconvenience caused and assure them that their concerns will be addressed

    • Offer a solution or compromise to resolve the issue

    • Follow up with the cus...

  • Answered by AI
  • Q3. If You are Offline what will u do
  • Q4. IF customer Is Fraud what will u do
  • Ans. 

    I would report the fraud to the appropriate authorities and take necessary steps to protect myself and other customers.

    • Report the fraud to the relevant authorities

    • Take necessary steps to protect yourself and other customers

    • Cooperate with any investigations or legal proceedings

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amazon Freelancer interview:
  • About Patience And Body Language
Interview preparation tips for other job seekers - Amazon and Flipkart are Best platform For Job which includes Work from home and Etc.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. 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 - 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.

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.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all
Product Manager
7 salaries
unlock blur

₹14 L/yr - ₹38 L/yr

Business Analyst
4 salaries
unlock blur

₹20 L/yr - ₹25 L/yr

Senior Business Analyst
4 salaries
unlock blur

₹25 L/yr - ₹40 L/yr

Software Development Engineer II
4 salaries
unlock blur

₹25 L/yr - ₹38 L/yr

Senior UI UX Designer
4 salaries
unlock blur

₹17 L/yr - ₹24 L/yr

Explore more salaries
Compare FanClash with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview