Upload Button Icon Add office photos

Filter interviews by

Self Practice Animation/Graphic Artist Interview Questions and Answers

Updated 10 Sep 2022

Self Practice Animation/Graphic Artist Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Aug 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 - HR 

(3 Questions)

  • Q1. What's your skills in this field?
  • Q2. What's your know softwares?
  • Ans. 

    I am proficient in various software used in animation and graphic design.

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

    • Autodesk Maya

    • Blender

    • Toon Boom Harmony

    • Cinema 4D

    • ZBrush

    • CorelDRAW

    • Inkscape

  • Answered by AI
  • Q3. From how many years or months you are using these softwares ?
  • Ans. 

    I have been using these softwares for X years/months.

    • I have been using Adobe Photoshop for X years/months.

    • I have been using Adobe Illustrator for X years/months.

    • I have been using Autodesk Maya for X years/months.

    • I have been using Blender for X years/months.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Self Practice Animation/Graphic Artist interview:
  • Computer Skills
Interview preparation tips for other job seekers - Basically I don't have any advices for Any job seeker but you should be confident about your skills

Interview questions from similar companies

I applied via Campus Placement

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 - Coding Test 

Single program.

Round 3 - Technical 

(1 Question)

  • Q1. Questions on Dara Structures and Algo.
Round 4 - Case Study 

Questions on OS, CN and DBMS

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core concepts of CSE we'll.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

THE TEST DURATION IS ABOUT 30 MIN 30 QUESTIONS.QUESTIONS WERE FROM C++,PROBABILITY ETC,,

Round 2 - Technical 

(2 Questions)

  • Q1. ASKED ABOUT DBMS AND OOPS CONCEPT
  • Q2. DIFFERENCE BETWEEN FOREIGN KEY AND PRIMARY KEY
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key establishes a relationship between two tables.

    • Primary key is unique and cannot have null values

    • Foreign key references the primary key of another table

    • Primary key can be only one per table, while foreign key can be multiple

    • Example: Primary key in 'Students' table could be 'student_id', while foreign key in 'Courses' table could be 'student_id' refere

  • Answered by AI

I applied via Other and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Arrange odd and even numbers in an array , so that all even are placed on RHS and odd on LHS
  • Ans. 

    Arrange odd and even numbers in an array, even on RHS and odd on LHS.

    • Create two pointers, one at the start and one at the end of the array.

    • Swap the elements at the pointers if they are in the wrong position.

    • Continue swapping until the pointers meet in the middle.

  • Answered by AI
  • Q2. Evaluate BODMAS expression
  • Ans. 

    BODMAS is a mathematical rule used to evaluate expressions with multiple operators.

    • BODMAS stands for Brackets, Orders, Division, Multiplication, Addition, and Subtraction.

    • It is used to determine the order in which operations are performed in an expression.

    • Brackets are evaluated first, followed by orders (exponents and roots), then division and multiplication, and finally addition and subtraction.

    • For example, in the exp...

  • Answered by AI
  • Q3. Infix and Post fix expression
  • Q4. Android questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DS Algo, and Android core fundamentals.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why do you want to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Round 1 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates from array
  • Ans. 

    Remove duplicates from array of strings

    • Create a new empty array

    • Loop through the original array

    • Check if the current element exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. Check if num is int or not
  • Ans. 

    Use isinstance() function to check if num is int or not.

    • Use isinstance(num, int) to check if num is an instance of int class.

    • This function returns True if num is an instance of int class, else False.

    • Example: isinstance(5, int) will return True.

    • Example: isinstance(5.0, int) will return False.

  • Answered by AI
  • Q3. JS questions and fundamentalss

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn JS concepts and DSA really well.

Skills evaluated in this interview

I applied via Naukri.com

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 

(1 Question)

  • Q1. About you and your previous company experience
  • Ans. Be cool and answer..its all about how you & the company can contribute mutually.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Take a deeep breathe and Be confident

I applied via Walk-in and was interviewed in Mar 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 - One-on-one 

(1 Question)

  • Q1. As per experience and position they will ask questions and give some casestudy

Interview Preparation Tips

Interview preparation tips for other job seekers - Its bit difficult need to clear casesruddy

Interview Questionnaire 

1 Question

  • Q1. Different types of joins in SQL, Delete drop truncate difference
  • Ans. 

    Different types of joins in SQL, Delete drop truncate difference

    • Types of joins: Inner join, Left join, Right join, Full outer join

    • Inner join returns only matching rows from both tables

    • Left join returns all rows from left table and matching rows from right table

    • Right join returns all rows from right table and matching rows from left table

    • Full outer join returns all rows from both tables

    • Delete is used to remove specific ...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Find the type of data structure based on the operation performed. Given the order of insertion and deletion. Find whether this operation corresponds to stack/queue /priority queue
  • Ans. 

    Identify data structure based on insertion and deletion order

    • If insertion and deletion follow LIFO order, it is a stack

    • If insertion follows FIFO order and deletion follows LIFO order, it is a queue

    • If insertion and deletion follow priority order, it is a priority queue

  • Answered by AI
  • Q2. Find maximum element in an array in less dhan O(N)
  • Ans. 

    Find maximum element in an array in less than O(N)

    • Use divide and conquer approach

    • Compare maximum of left and right subarrays

    • Recursively find maximum element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in data structures

Skills evaluated in this interview

Self Practice Interview FAQs

How many rounds are there in Self Practice Animation/Graphic Artist interview?
Self Practice interview process usually has 2 rounds. The most common rounds in the Self Practice interview process are Resume Shortlist and HR.
What are the top questions asked in Self Practice Animation/Graphic Artist interview?

Some of the top questions asked at the Self Practice Animation/Graphic Artist interview -

  1. From how many years or months you are using these software...read more
  2. What's your know softwar...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 740 Interviews
S&P Global Interview Questions
4.1
 • 276 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Access Healthcare Interview Questions
3.9
 • 208 Interviews
Crisil Interview Questions
3.6
 • 188 Interviews
Straive Interview Questions
3.4
 • 176 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
View all
Advocate
449 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advocate Lawyer
183 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lawyer
144 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
138 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Freelancer
138 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Self Practice with

Practo

3.2
Compare

Lybrate

3.5
Compare

Portea Medical

3.8
Compare

PharmEasy

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