Upload Button Icon Add office photos

Filter interviews by

Animaker Inc Interview Questions and Answers

Updated 8 May 2024

Animaker Inc Interview Experiences

Popular Designations

8 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 8 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic java and selenium concepts

Round 2 - One-on-one 

(2 Questions)

  • Q1. Testcase preparation
  • Q2. Techical question on java, selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the topics and basic concepts

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

This would be a hacker rank test

Round 3 - Technical 

(1 Question)

  • Q1. They would ask you about selenium, Java and Manual testing
Round 4 - Technical 

(1 Question)

  • Q1. Ask about past experience, situation based questions
Round 5 - HR 

(1 Question)

  • Q1. Ask about the company and few things about us

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join here and waste your life like i did. just apply for someother company

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Lead IOS Developer Interview Questions & Answers

user image balakumaran.r.r

posted on 27 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coding problems ability to solve using logical thinking

Round 3 - One-on-one 

(1 Question)

  • Q1. With the company CEO, few technical questions, previous employments, vision to the future

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2022. There were 6 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 - Coding Test 

One DSA round was there from HackerRank, you can do it in any language.

Round 3 - Technical 

(2 Questions)

  • Q1. What is the difference between frame and bounds?
  • Ans. 

    The frame represents the view's position and size in its superview's coordinate system, while the bounds represents the view's position and size in its own coordinate system.

    • Frame is relative to the superview, bounds is relative to the view itself

    • Frame includes any transformations applied to the view, bounds does not

    • Frame's origin is the top-left corner of the view, bounds' origin is always (0,0)

  • Answered by AI
  • Q2. What is ARC in Swift?
  • Ans. 

    ARC stands for Automatic Reference Counting. It is a memory management system used in Swift to automatically manage memory allocation and deallocation.

    • ARC automatically tracks and manages the memory used by objects in Swift.

    • It keeps track of how many references to an object exist and deallocates the object when there are no more references to it.

    • ARC eliminates the need for manual memory management, reducing the risk of...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Generic question, how can you fixed any issue when no one available? How you can manage your work independently? How we can improve our product based on user experience.
Round 5 - HR 

(1 Question)

  • Q1. This round is with team lead. Same hr type of question is there.
Round 6 - Final 

(1 Question)

  • Q1. Salary discussion was done in this round. Hr team told about the processes.

Interview Preparation Tips

Topics to prepare for Animaker Inc IOS Developer interview:
  • Swift
  • IOS
  • Apple
  • Software Development
  • Development
Interview preparation tips for other job seekers - Lengthy interview process but questions are good and easy, not very difficult.

Skills evaluated in this interview

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

Animaker Inc interview questions for popular designations

 QA Engineer

 (3)

 Developer

 (1)

 IOS Developer

 (1)

 Lead IOS Developer

 (1)

 Python and Django Developer

 (1)

 React Js Frontend Developer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Hackerrank coding in mysql and python

Round 3 - Technical 

(1 Question)

  • Q1. Python basic with some coding chanllange
Round 4 - HR 

(1 Question)

  • Q1. Why animaker and why can we hire you

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Three questions were asked:
1. Reverse a sentence without reversing words
2. Run length encoding and decoding
3. Sort a array (i used bubble sort)

Round 2 - One-on-one 

(1 Question)

  • Q1. Picked a question with the answer in first round. For me bubble sort, and asked me to explain the logic. Gave a few coding tasks and pattern printing programs.

Interview Preparation Tips

Interview preparation tips for other job seekers - This was for freshers. I applied through naukri.

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Monster and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Assignment 

HackerRank Assignment

Round 2 - Technical 

(1 Question)

  • Q1. Collect list of web elements from google search suggestion
  • Ans. 

    Collect web elements from Google search suggestion

    • Use Selenium WebDriver to automate the browser

    • Locate the search input element and enter a query

    • Wait for the search suggestions to appear

    • Collect the web elements representing the suggestions

    • Store the suggestions in an array of strings

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Developer Interview Questions & Answers

user image Anonymous

posted on 31 May 2021

I applied via LinkedIn and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great experience. first round was technical assesment and one technical interview.

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in May 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 

(2 Questions)

  • Q1. Tell me about your animation knowledge
  • Q2. Your desire CTC?
  • Ans. 

    My desired CTC is competitive with industry standards and reflective of my skills and experience.

    • Research industry standards for 3D animators in the region

    • Consider my level of experience and skills in determining the desired CTC

    • Negotiate based on the job responsibilities and benefits offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic. It just a interview to view your inside. Not a government job interview, if your Loos then your whole process just loss in one chance. It's not like that.........this is corporate, my man!! They always need human resource. So don't panic at the time.. cheers
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(2 Questions)

  • Q1. What are your Salary expectations
  • Q2. Where are you currentl based
  • Ans. 

    I am currently based in Los Angeles, California.

    • I live in a neighborhood called Silver Lake.

    • I am open to remote work opportunities.

    • I am familiar with the local animation industry.

    • I have access to a home studio setup for animation work.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Which software do you use
  • Ans. 

    I use Autodesk Maya and Blender for 3D animation.

    • Autodesk Maya is a powerful software with a lot of features and is widely used in the industry.

    • Blender is a free and open-source software with a growing user base and a lot of community support.

    • I am proficient in both software and can use them to create high-quality 3D animations.

    • I also have experience with other software like Cinema 4D and 3ds Max.

  • Answered by AI
  • Q2. Rate your technicla knowledge
  • Ans. 

    I rate my technical knowledge as advanced.

    • Proficient in 3D animation software such as Maya and Blender

    • Skilled in rigging and character animation

    • Knowledgeable in scripting languages like Python and MEL

    • Familiar with motion capture technology

    • Experienced in creating realistic textures and lighting

    • Constantly learning and staying up-to-date with industry advancements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ahead of time the usual asked questions in an interview

Animaker Inc Interview FAQs

How many rounds are there in Animaker Inc interview?
Animaker Inc interview process usually has 3-4 rounds. The most common rounds in the Animaker Inc interview process are Coding Test, Technical and HR.
How to prepare for Animaker Inc interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Animaker Inc. The most common topics and skills that interviewers at Animaker Inc expect are Javascript, Python, HTML, AWS and Django.
What are the top questions asked in Animaker Inc interview?

Some of the top questions asked at the Animaker Inc interview -

  1. What is the difference between frame and boun...read more
  2. What is ARC in Swi...read more
  3. Collect list of web elements from google search suggest...read more

Tell us how to improve this page.

People are getting interviews through

based on 4 Animaker Inc interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Technicolor Interview Questions
4.0
 • 21 Interviews
FUJIFILM Interview Questions
4.1
 • 12 Interviews
Adnet Global Interview Questions
3.1
 • 3 Interviews
Rotomaker Interview Questions
3.8
 • 3 Interviews
Prime Focus Interview Questions
3.8
 • 1 Interview
View all

Animaker Inc Reviews and Ratings

based on 34 reviews

3.5/5

Rating in categories

3.3

Skill development

3.4

Work-Life balance

3.0

Salary & Benefits

2.7

Job Security

3.2

Company culture

2.7

Promotions/Appraisal

3.1

Work Satisfaction

Explore 34 Reviews and Ratings
QA Engineer
16 salaries
unlock blur

₹4.6 L/yr - ₹12 L/yr

Product Marketer
11 salaries
unlock blur

₹8 L/yr - ₹12 L/yr

Front end Developer
8 salaries
unlock blur

₹5.5 L/yr - ₹8.1 L/yr

Python Developer
8 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Software Engineer
7 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Animaker Inc with

Technicolor

4.0
Compare

FUJIFILM

4.1
Compare

Prime Focus

3.7
Compare

DNEG CREATIVE SERVICES

3.6
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