Upload Button Icon Add office photos

Filter interviews by

Hi-Tech Animation 3D Modeling and Texturing Artist Interview Questions and Answers

Updated 29 Sep 2023

Hi-Tech Animation 3D Modeling and Texturing Artist Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 about youself
  • Q2. Work experience
Round 3 - Technical 

(2 Questions)

  • Q1. Portfolio question
  • Q2. Process of modelling
  • Ans. 

    The process of modeling involves creating a 3D representation of an object or character using specialized software.

    • Start by gathering reference images or sketches of the object or character

    • Create a basic shape or mesh that represents the overall form

    • Refine the shape by adding details and adjusting proportions

    • Apply textures and materials to the model to make it look realistic

    • Optimize the model for efficient rendering an...

  • Answered by AI

Interview questions from similar companies

Interview Questionnaire 

9 Questions

  • Q1. What is event bubbling?
  • Ans. 

    Event bubbling is the propagation of an event from the innermost child element to the outermost parent element.

    • Events triggered on a child element will also trigger on its parent elements

    • The event travels up the DOM tree until it reaches the document object

    • Can be stopped using event.stopPropagation()

    • Can be useful for event delegation

  • Answered by AI
  • Q2. Difference between .on(‘click’,function() and .click(function())
  • Ans. 

    The .on('click',function() is a more flexible method than .click(function())

    • The .on() method can handle multiple events and selectors

    • The .click() method can only handle one event and one selector

    • The .on() method can also handle dynamically added elements

    • The .click() method cannot handle dynamically added elements

  • Answered by AI
  • Q3. Write a function to check if two strings are anagram or not
  • Ans. 

    Function to check if two strings are anagram or not

    • Create two character arrays from the strings

    • Sort the arrays

    • Compare the sorted arrays

  • Answered by AI
  • Q4. Given an array of integers which can be in one of four order – i.Increasing 2.Decreasing 3.decreasing then increasing 4.increasing then decreasing .Write a function to find the type of array
  • Ans. 

    Function to determine the order of integers in an array.

    • Check first and last element to determine if increasing or decreasing

    • Check for inflection point to determine if order changes

    • Return order type as string

  • Answered by AI
  • Q5. How can you improve the performance of a site.(Only frontend)
  • Ans. 

    Optimize images, minify code, reduce HTTP requests, use caching, and lazy loading.

    • Optimize images using compression and appropriate file formats

    • Minify code to reduce file size and improve load times

    • Reduce HTTP requests by combining files and using sprites

    • Use caching to store frequently accessed data locally

    • Implement lazy loading to defer loading of non-critical resources

  • Answered by AI
  • Q6. Design database schema for a movie site.Where user can watch the movie,genre of movie,give ratings and recommended movies to user.Also Write an algorithm to show recommended movies to user
  • Ans. 

    Design a database schema for a movie site with user ratings and recommendations.

    • Create tables for movies, users, ratings, and recommendations

    • Use foreign keys to link tables

    • Include columns for movie genre and user watch history

    • Algorithm for recommendations can use user watch history and ratings to suggest similar movies

  • Answered by AI
  • Q7. By tossing a coin we can get either head or tail, i have a function toss() which return head or tail with equal probability
  • Q8. You have to write a function for dice which will return number from 1-6 with equal probability. constraints : you can not use random function, you can use only toss function
  • Ans. 

    Function to simulate dice roll with equal probability without using random function

    • Use a toss function that returns either 0 or 1 with equal probability

    • Call the toss function 3 times and convert the result to a binary number

    • If the binary number is greater than 0 and less than or equal to 6, return it

    • If the binary number is greater than 6, repeat the process

  • Answered by AI
  • Q9. Write a query to fetch duplicate email from table?
  • Ans. 

    Query to fetch duplicate email from table

    • Use GROUP BY and HAVING clause to filter out duplicates

    • SELECT email, COUNT(*) FROM table_name GROUP BY email HAVING COUNT(*) > 1;

    • This will return all the duplicate emails in the table

  • Answered by AI

Interview Preparation Tips

Skills: data structure, Algorithm
College Name: na
Motivation: Practo is the market leader in digital healthcare management with millions of consumers using our products to find doctors, book appointments and manage their healthcare efficiently. Practo Ray is the platform of choice for the vast majority of doctors and clinics deploying cloud based clinic management solution.I recently got an offer from Practo, here is my interview experience:

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Practo user image BEKKAM VENKATA ADITYA

posted on 27 Sep 2015

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. General questions. Where are you from, tell about yourself etc..,
  • Q2. Asked me about the projects which i have mentioned in my resume
  • Q3. Some algorithmic questions including data structures. Time complexity, space complexity etc.,
  • Q4. How would you design a snake game present in basic nokia mobiles. Just the data structure part and some functions which are used as the game goes on

Interview Preparation Tips

Round: Test
Experience: A bit difficult but sensible way to get started with the selection procedure. Questions purely attack the algorithmic and stastitic aspects.
Tips: Get yourself ready with conceptual clartity regarding algorithms and stastics . Don't be ambitious to attempt all the questions, completely solving one problem would be more than enough for getting through this level.
Duration: 120 minutes
Total Questions: 3

Round: Technical Interview
Experience: Believe me. You never feel inferior, it's really interactive and very friendly. Interviewer gave me a few chances and hints whenever i've gone wrong. Overall interview experience was awesome.
Tips: If you're up to this round, they believe you have the potential. So don't panic if you are unable to answer their questions. Just tell them which aspects which you are comfortable with and they will proceed correspondingly, Just be honest whatsoever.

Skill Tips: Prefer having some revision about the above skills before undergoing the selection process.
Skills: Math Puzzles, Algorithmic Approach To Problem Solving, Data Structures
Duration: 2months
College Name: IIT Madras
Funny Moments: Receiving the offer letter from HR official who visited our campus :)

Data Analyst Interview Questions & Answers

Practo user image Pratik Chaudhari

posted on 17 Nov 2015

I applied via Referral

Interview Preparation Tips

Round: Resume Shortlist
Experience: Sent resume to an HR through Linkedin and got the call for interview

Round: Technical Interview
Experience: Had 3 rounds of technical interviews with Product Owner, Product Manager and VP Product. Most of the questions were related to maths, statistics and a few on machine learning. Even though I did not have much background on these, I was asked to give my inputs and try to find a solution. We discussed recommendation engines for Quora, Linkedin and e-commerce websites. Then they asked me how can we remove the bias that comes in the practo ratings of the doctors due to feedback from various channels. How can we identify if the customer is booking an appointment by looking at reviews or ratings? How can we identify spam reviews before publishing them? How can we build a product which can help users write a better quality review? Most of the questions were related to data science and how we can improve the products using data. The data analyst role for which I was being interviewed, was a first of its kind role in Practo. The JD was to basically work with the product team and help them in improving products, building new features etc. using data science/ data analytics.

Skills: Product Sense, Attitude, Data Science, Data Analysis, Basics Of Machine Learning
College Name: IIT Madras
Motivation: being the leader of the healthcare industry, high growth startup, opportunity to solve interesting problems using data

Interview Preparation Tips

Round: Test
Experience: There was Pool Campus Placement of  4 Colleges together(NIT Jalandhar,NIT Hamirpur ,Candigarh University and CGC Landran ) at Chandigarh University.Written test was taken on Hacker Rank. There were 5 Coding Questions of Linklist , Dynamic Programming,Priority Queues etc . 
You didn't have to do All the questions (3 can get you to the next round).

One thing that need to be beware of is that on Hacker Rank Your Draft is Saved every second(or so). So don't copy from the internet and just paste there(they will get to know).
Tips: Make sure you practice lot of Algorithms.
Duration: 120 minutes
Total Questions: 5

Round: Problem Statement
Experience: Only 8 Students were selected for this round
20 mins were given for it
and afterwards each student had personal discussion(10 mins) with them to explain their schema .
3-4 Questions were also asked related to your schema and how to perform a particular query
Tips: You should Be Through with DBMS
Make sure there is no redundant table and Primary keys are marked

Round: Technical Interview
Experience: 2 were selected for the Interview
Firstly they make you very Comfortable and ask how were the previous Rounds.
Then they asked about the two questions of First Round and my approach 
Then couple of questions on The design that was made Earlier.
Then there were questions on How Internet Works ,gcc,Linux,git,sql.

Then the Interviewer asked if I have any question
I asked about (as the work on doctor's app) how they know the credibility of a doctor which is enlisted in their app.
Interviewer was really Impressed by the question and told me all about it with all details.


Both were selected
Tips: Be cool in the Interview
Think Loudly and Interact with them well.
If they want you to ask any question ,it should not be related to technical stuff ,it should be related to the company

College Name: NIT JALANDHAR

I applied via Referral

Interview Questionnaire 

5 Questions

  • Q1. I was asked to optimize the last program mentioned above
  • Q2. I was asked in detail about my internship experience and projects
  • Q3. I was asked why I did not contribute to any open source projects
  • Q4. I was asked to explain the code of my android app from my dropbox account
  • Q5. The usual HR questions followed after that

Interview Preparation Tips

Skills:
College Name: NA

Interview Preparation Tips

Round: Resume Shortlist
Experience: CV should focus on the skill set previously mentioned. Concise and to the point sentences. Line out projects and internships well. Balance between academia and extra curriculars. Attend the CV making workshop of Opera and work on it accordingly.
Tips: Don’t put things totally irrelevant to the job profile. Don’t write long sentences. Know your CV well for further stages.Anything related to your CV should be at the tip of your tongue.

Round: Test
Experience: Don’t spend a lot of time on one question in quant section. There’s a cut-off in Quant and your focus should be on clearing it. If you clear the cut-off, the puzzle section will be evaluated, where solving at least 2 is generally good enough. Puzzles are hard, and need a lot of prior practice.

Round: HR Interview
Experience: Direct selections take place at the end of all interviews after a mutual discussion between all the panels. Know your CV thoroughly. Prepare for some HR questions as well. Puzzle solving and guesstimates are asked, so prepare them well. When you are asked a puzzle, do not sit quietly but think aloud. The interviewers help you structure your thoughts. Most of the times, just knowing your approach is enough for them
Tips: Evaluate the nature of your interviewer for the first 5 minutes and if possible treat the interview like a discussion. They just want to know more about you so tell it to them. Most of them are very friendly, and you will feel at ease. Be confident. Sound excited while talking about your projects/internships. It gives them confidence in you. Be very very thorough with your CV. Nothing gives a bad impression like not knowing about yourself. Ask questions if you have them at the end of the interview.

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skills: Mathematics, Computer Science
College Name: IIT KHARAGPUR
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I started preparing my resume somewhere around August end. I spoke to a few seniors about it and read quite a few resumes, especially of those seniors who either had a profile similar to mine or had secured jobs in fields of my interest, eg. Consulting, finance, etc. I also attended the Resume Writing Workshop conducted by McKinsey and Co. on campus and cleared a few doubts there.
Tips: I would advise you guys to start preparing your resumes well in advance, it is not something to be kept for the last minute. Being the first form of acquaintance between you and a firm, it is a highly important document and the way you highlight your strong points and attributes can go a long way in shortlisting you from amongst the hundreds of resumes that they have to scan. Also, it is important that you be able to speak on any point in your resume in detail, hence you must be sure of what you are writing in it.

Round: Case Study Interview
Experience: The procedure of selection for Opera Solutions was a set of 4 interviews, each having a case study and some HR questions. The initial shortlist had around 22 candidates, after the first 2 interviews around 10 candidates were selected for the final rounds. Finally 3 candidates were made offers.  There were no GDs, only case interviews. The first interview had a case involving a music company which scouts for amateur talent and launches them. They want to enter India and want you to analyse the market and suggest if its feasible or not. The interviewer gave a lot of data related to market share of pop music, bollywood, devotional music, etc and it suggested that the market share of the genre related to the company is very little. However I think what worked best was that I also pointed out certain solutions which could make it feasible, such as merging with another company in a genre where the given company has core competencies in. I think this was the high point of the interview which I atleast would like to believe compensated for a later interview that I did not do well in. Another interview had a case where a pharmaceutical company in the US wants to enter India. A set of constraints and data was given and I was asked to calculate if it should actually setup a manufacturing facility in India or manufacture in the US and transport to India. I did not do well in this one, I wasn’t being able to come up with a figure. Both the interviews had an HR component where I was asked about my strengths and weaknesses, about Mood Indigo and my academic record. I was asked to describe myself. I was also asked to talk about my co-intern’s project in ITC (she was also interviewing with Opera). In a subsequent interview after the shortlist, I was asked to estimate the market for Maruti cars, domestic air travel. They weren't expecting too much detail, the interviewer was more interested in the approach. point.
Tips: I attended most of the initial PPTs. One does get a good understanding of what a firm does and where exactly do you fit into it, you also understand what they are looking for and what is the extent of their operations. I must admit though that I found my interaction with seniors, especially those working in those firms was more informative and fruitful. They can give clarity in certain grey areas that companies might stay non-committal on.ending across links/documents would help us compile a single point resource) . I prepared for case studies from the material I took from seniors, most of which is available on the LAN. For case studies I prepared with a friend and sometimes in groups of 3. I think this method is better than individual preparation because the other person can point out where you are going wrong, you get a different perspective and at the same time you can prepare in a fashion where one interviews the other and vice versa, so you get slightly comfortable with how an actual interview might feel like. It is however important to ensure that the person you are preparing with is competent and complementary to your skill sets, so that you can improve upon aspects where you might be lacking in.

General Tips: Case studies and HR questions. One should be very comfortable with points mentioned in the resume and should be able to talk at length about any . I guess it'd just be shifting a little from being myself if you know what I mean. A lot of seniors would give you a lot of fundae, but at the end one must remember that unless one is comfortable with a certain way of speaking or certain method of solving cases, it wont look genuine. For example, one need not thrash out every single detail of a case before beginning to solve it, sometimes the interviewer might get impatient or might think you are trying to buy time to think by asking unnecessary details. So if you are the kind of a person who can intuitively draw good conclusions at the outset so as to decide which direction to proceed in and hence which questions to ask, you can surely go ahead and do that, you need not also ask questions that you know are not required. Case interviews are very feel-good interviews, even if you make a mistake you will be guided back on track by the interviewer, hence I personally would recommend that you stick more to your general approach to solving cases (if you know it is a good one and works of course) and not try to change too much just because a certain senior did it in a different way.
College Name: IIT BOMBAY

Analyst Interview Questions & Answers

ElectrifAi user image Himanshu Sharma

posted on 26 Mar 2015

Interview Preparation Tips

Round: Resume Shortlist
Tips: Resume building is the most important of all steps. Keep it concise and to the point.

Round: Test
Experience: Puzzles
Tips: Practice as many puzzles as possible

Round: Stress Interview
Tips: Keep your cool, divert interview towards your strong zones

Round: Technical Interview
Experience: Guesstimates (basic level) and puzzles. Also know your resume and courses well

General Tips: They want to check your thinking, try every problem given in interview. They would have simple solutions.
Skills: Critical Thinking
College Name: IIT DELHI
Motivation: Application of statistics

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume is the candidates face before the interview. All the things that he/she wants to communicate should be communicated well and in an organized manner. Giving excessive and irrelevant information doesn’t heed well with the company and the recruiting staff. For, non-core jobs a long resume is not necessarily a good resume. They generally prefer a short and concise resume giving only the details relevant to the job profile being offered. For example, for a post of Business Analyst giving a long list of technical and course projects will not help the candidates cause. I personally focussed a lot on Position of Responsibilities and extracurricular activities, especially those showcasing my leadership and oratory skills.

Round: HR Interview
Experience: The first interview began with some questions about me. The interviewer asked me to tell something about me and my hobbies. Then he moved on to my resume and asked questions related to my intern and the PORs I had held and asking me to give a brief description about the duties involved. These questions were basically to ease me into the interview. Then he asked the routine interview questions like why consulting, why not a core job, what makes you think you are suited for this job. He asked me to relate some incident that showcased my leadership and teamwork skills. After the HR part, he gave me a case study. I was asked to estimate the market size of the bulbs market in India. It was an easy enough case study and I asked a lot of questions like whether I have to estimate for commercial and domestic both, for bulbs and CFL both etc. The catch in the question was to consider the replacement ratio for the bulbs and CFL.

Round: HR Interview
Experience: The second interview also had a similar beginning with the routine questions. Then he moved on to case study which was a number crunching problem. He gave me almost no details and just narrated the situation. I had to as all the questions probing for the numbers and the data. The case went on as he kept elaborating the case with new additions.

Also, the interviewer was senior partner in the firm and I felt that I had made a genuine rapport with him. I felt free and asked him a lot of questions about his job, the job profile and how important an MBA degree is for the future. He explained me the details and I had a very healthy communication with him.

Round: HR Interview
Experience: This one was pretty short and quick. The interviewer decided to ask me questions about my hobbies. We discussed about Hollywood movies, actors, football and my other interests. We both shared an interest in Hollywood movies and we had a nice time discussing the merits of my favourite actor, MORGAN FREEMAN. Then he gave me a puzzle. There are 25 horses and only 5 can race in one race. I had to determine the fastest three horses in the minimum number of races (the answer is 7. Try it out. It’s not very tough). I was not able to solve the puzzle on my own but he guided me with various clues and finally I was able to complete the puzzle with his help.
Tips: Be prepared with the routine answers but don’t mug them up. Remember them in points and elaborate them as you go through the monologue. Answers to questions like why consulting and why should we hire you should be prepared very well. Prepare these answers yourself and don’t mug up some standard answers. The interviewer will know when you do that. Prepare some questions of your own about the job and the company and ask them to the interviewer when he gives you the chance. Don’t get nervous if you can’t get some question but instead try a new approach or ask for help.

General Tips: Focus a lot on extracurricular and PORs in the resume but at the same time keep it balanced. Prepare for case study interviews and puzzles. Be through with your resume and why you are there for the interview. Getting selected for the interview means you have an equally good opportunity as anyone else, so be confident.
College Name: IIT KANPUR
Motivation: The major information about the company was obtained from the pre-placement talk held by the company at the college campus. Also I talked to some of my seniors working there and in other consultancy firms as business analyst to get a feel about the profile and job description. Also enquiring about the attributes that the company majorly looks for from the seniors helped a lot.

Hi-Tech Animation Interview FAQs

How many rounds are there in Hi-Tech Animation 3D Modeling and Texturing Artist interview?
Hi-Tech Animation interview process usually has 3 rounds. The most common rounds in the Hi-Tech Animation interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Hi-Tech Animation 3D Modeling and Texturing Artist interview?

Some of the top questions asked at the Hi-Tech Animation 3D Modeling and Texturing Artist interview -

  1. process of modell...read more
  2. portfolio quest...read more

Tell us how to improve this page.

Hi-Tech Animation 3D Modeling and Texturing Artist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Practo Interview Questions
3.1
 • 74 Interviews
KLA Interview Questions
3.7
 • 44 Interviews
CGS Interview Questions
3.5
 • 25 Interviews
InsanelyGood Interview Questions
4.1
 • 19 Interviews
ElectrifAi Interview Questions
2.7
 • 17 Interviews
View all
3D Animator
18 salaries
unlock blur

₹0.9 L/yr - ₹4.8 L/yr

Storyboard Artist
9 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Tele Counsellor
8 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Motion Graphics Artist
7 salaries
unlock blur

₹1 L/yr - ₹3.1 L/yr

Center Manager
6 salaries
unlock blur

₹4 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Hi-Tech Animation with

Primus Global Technologies

3.9
Compare

Practo

3.1
Compare

Magneti Marelli Motherson Auto System

3.8
Compare

TriGeo Technologies

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