Upload Button Icon Add office photos

Filter interviews by

SM6Tech Unity 3D Developer Interview Questions and Answers

Updated 25 Jul 2022

SM6Tech Unity 3D Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Describe the unity workflow , script execution
  • Ans. 

    Unity workflow involves importing assets, creating scenes, scripting, and building the game.

    • Import assets such as 3D models, textures, and audio files

    • Create scenes by placing objects and setting up lighting

    • Scripting involves writing code in C# or UnityScript

    • Script execution happens in a specific order based on the script's execution order

    • Building the game involves compiling the code and creating a standalone executable

  • Answered by AI
  • Q2. Define post process and its components
  • Ans. 

    Post process is a technique used to enhance the visual quality of a rendered image or video.

    • Post process is applied after the rendering process.

    • Components of post process include color grading, depth of field, motion blur, and bloom.

    • Post process can be used to create a specific mood or atmosphere in a game or film.

    • Unity provides a range of post processing effects through the Post Processing Stack.

    • Post process can be re

  • Answered by AI
  • Q3. Personality and behaviour, ambition and path
Round 2 - HR 

(3 Questions)

  • Q1. Total number of years of experience
  • Q2. About previous employer and tasks related to it
  • Q3. Can you relocate without any benefits?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your subject and be confident, interview was easy with significantly less complex questions

Skills evaluated in this interview

Interview questions from similar companies

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I appeared for an interview before Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an array of integers from 0 to (N-2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency greater than 1 as the duplicate number.

    • Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.

  • Answered by AI
  • Q2. 

    Reverse String Operations Problem Statement

    You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A...

  • Ans. 

    Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.

    • Iterate through the array of indices and reverse the substrings accordingly

    • Ensure the range specified by each index is non-empty

    • Return the final string after all operations are completed

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.

Interview Preparation Tips

Eligibility criterianaAccenture interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes

Application resume tips for other job seekers

Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. 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 - Coding Test 

Easy DSA questions and some questions on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if you are a fresher and want to grow as a developer. I had resigned that time I am writing this review

I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you get the second to last element from a SQL table?
  • Ans. 

    To get the second to last element from a SQL table, use the OFFSET-FETCH clause.

    • Use the ORDER BY clause to sort the table in descending order.

    • Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.

    • Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice by building a simple full stack web application.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

Interview Questionnaire 

6 Questions

  • Q1. What is fan trap? How to solve it? Give one example.
  • Ans. 

    Fan trap is a situation in which a query involving multiple tables results in a Cartesian product.

    • Fan trap occurs when a table is connected to multiple tables in a one-to-many relationship.

    • It can be solved by creating a bridge table or by using aggregate functions.

    • For example, if a customer table is connected to an orders table and a products table, a fan trap can occur when trying to retrieve information about custome...

  • Answered by AI
  • Q2. Two tables are joined. But joined type are not mentioned, then how much records will retrieve using select statement.
  • Q3. How to use dynamic break in report?
  • Ans. 

    Dynamic break in report allows for automatic page breaks based on data.

    • Define a break field in the report design

    • Set the break field to trigger a page break when its value changes

    • Use dynamic break to automatically adjust page breaks based on data

    • Example: A report on sales by region can use dynamic break to create a new page for each region

  • Answered by AI
  • Q4. Use of foreach function in report.
  • Ans. 

    Foreach function is used to iterate through an array of strings in a report.

    • Foreach function is used to loop through each element in an array of strings.

    • It can be used to display each element in a report.

    • Example: foreach(string item in stringArray){ Console.WriteLine(item); }

  • Answered by AI
  • Q5. What is Aggregate awareness? When we use it? Syntax of it.
  • Ans. 

    Aggregate awareness is a feature in Business Objects that allows reports to be optimized for performance by using aggregate tables.

    • Aggregate awareness is used when creating reports in Business Objects

    • It allows the report to use aggregate tables instead of detailed tables for improved performance

    • Syntax: AGGR_AWARE(, ,

      )

    • Example: AGGR_AWARE(Product, Sum(Sales), Sales_Fact_Table)

    • Answered by AI
    • Q6. @prompt function syntax and it's use.
    • Ans. 

      The @prompt function syntax is used to display a prompt message to the user and receive input.

      • The syntax is @prompt('message', 'default value')

      • The message is the prompt message to be displayed to the user

      • The default value is optional and will be displayed in the input field

      • The function returns the value entered by the user

    • Answered by AI

      Interview Questionnaire 

      1 Question

      • Q1. About the SDLC

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Very nice

      SM6Tech Interview FAQs

      How many rounds are there in SM6Tech Unity 3D Developer interview?
      SM6Tech interview process usually has 2 rounds. The most common rounds in the SM6Tech interview process are Technical and HR.
      How to prepare for SM6Tech Unity 3D Developer 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 SM6Tech. The most common topics and skills that interviewers at SM6Tech expect are Autodesk 3Ds Max and Photoshop.
      What are the top questions asked in SM6Tech Unity 3D Developer interview?

      Some of the top questions asked at the SM6Tech Unity 3D Developer interview -

      1. Describe the unity workflow , script execut...read more
      2. Define post process and its compone...read more

      Tell us how to improve this page.

      Interview Questions from Similar Companies

      TCS Interview Questions
      3.7
       • 10.5k Interviews
      Accenture Interview Questions
      3.8
       • 8.2k Interviews
      Infosys Interview Questions
      3.6
       • 7.6k Interviews
      Wipro Interview Questions
      3.7
       • 5.6k Interviews
      Cognizant Interview Questions
      3.7
       • 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

      SM6Tech Unity 3D Developer Reviews and Ratings

      based on 1 review

      4.0/5

      Rating in categories

      4.0

      Skill development

      5.0

      Work-life balance

      3.0

      Salary

      3.0

      Job security

      5.0

      Company culture

      3.0

      Promotions

      4.0

      Work satisfaction

      Explore 1 Review and Rating
      Compare SM6Tech with

      TCS

      3.7
      Compare

      Accenture

      3.8
      Compare

      Wipro

      3.7
      Compare

      Cognizant

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