Upload Button Icon Add office photos

Filter interviews by

Tanishq Engineering Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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 Jan 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 - Case Study 

Costing of a machined part with details

Round 3 - HR 

(2 Questions)

  • Q1. What is current and expected salary is it negotiable?
  • Q2. What is current and expected salary?

Interview Preparation Tips

Topics to prepare for Titan Engineering & Automation Senior Engineer interview:
  • CNC Machines
  • Costing
  • Machining
  • Heat Treatment
  • Surface Treatment
Interview preparation tips for other job seekers - Prepare yourself technically and study your resume.
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 

(2 Questions)

  • Q1. How many Degree of freedom controlled in fixture?
  • Ans. 

    The number of degrees of freedom controlled in a fixture depends on the type and complexity of the fixture.

    • A simple fixture may control only one degree of freedom, such as rotation around a single axis.

    • A more complex fixture may control multiple degrees of freedom, such as rotation around multiple axes and translation in multiple directions.

    • The number of degrees of freedom controlled in a fixture can also depend on the...

  • Answered by AI
  • Q2. 12 Degree Of Freedom.
  • Ans. 

    12 Degree of Freedom refers to the number of independent movements a rigid body can make in 3D space.

    • A rigid body with 12 degrees of freedom can move in any direction and rotate around any axis.

    • The 12 degrees of freedom are divided into 6 translational and 6 rotational degrees of freedom.

    • Examples of systems with 12 degrees of freedom include a spacecraft in orbit or a robot arm with 6 joints.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To sound in manufacturing process and GD &T ( Machining, Sheetmetal, Fabrication.)

I applied via Job Portal and was interviewed in Oct 2021. 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 - Coding Test 

Fundamental to high level

Round 3 - Case Study 

High level of technical

Round 4 - HR 

(2 Questions)

  • Q1. Basic questions and other discussion
  • Q2. Basic questions

I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Project Explanation , Workflow
  • Q2. Take Xpath using parent traverse
  • Ans. 

    Using parent traverse to create Xpath

    • Parent traverse is used to select the parent element of the current element

    • The syntax for parent traverse is '..'

    • Example: To select the parent of a div element with class 'example', the Xpath would be '//div[@class='example']/..'

  • Answered by AI
  • Q3. Use JAVA loop iteration for splitting alphabet, number and Symbols in @4Bft#67yjk#
  • Ans. 

    Using JAVA loop iteration to split alphabet, number and symbols in a given string.

    • Create three empty string arrays for alphabet, number and symbol

    • Loop through each character in the given string

    • Check if the character is an alphabet, number or symbol using ASCII values

    • Add the character to the respective array

    • Return the array of strings containing alphabet, number and symbol

  • Answered by AI
  • Q4. Some Manual Questions
Round 2 - Technical 

(4 Questions)

  • Q1. Project Explanation and Day to day Activities
  • Ans. 

    As a Senior Engineer, I lead projects and oversee day-to-day activities, ensuring timely delivery and quality output.

    • Lead project planning and execution

    • Collaborate with cross-functional teams

    • Monitor project progress and adjust timelines as needed

    • Ensure adherence to project scope, budget, and quality standards

    • Provide technical guidance and mentorship to team members

    • Identify and mitigate project risks

    • Communicate project

  • Answered by AI
  • Q2. How to solve conflict during Git push?
  • Ans. 

    Resolve conflicts by merging changes and resolving conflicts manually.

    • Pull the latest changes from the remote branch

    • Merge the changes with your local branch

    • Resolve conflicts manually by editing the conflicting files

    • Add and commit the changes

    • Push the changes to the remote branch

  • Answered by AI
  • Q3. Where will you execute test cases
  • Ans. 

    Test cases will be executed in a dedicated testing environment.

    • Test cases will be executed in a separate environment to avoid interference with the production environment.

    • The testing environment will be set up to mimic the production environment as closely as possible.

    • Test cases will be executed on multiple platforms and browsers to ensure compatibility.

    • Automated testing tools will be used to execute test cases efficie...

  • Answered by AI
  • Q4. What kind of project and it's requirement and your goals
  • Ans. 

    The project is to develop a software application for managing inventory in a manufacturing company.

    • The project requires understanding the manufacturing process and inventory management principles.

    • The software should be able to track inventory levels, generate purchase orders, and provide real-time reports.

    • Goals include improving efficiency, reducing stockouts, and optimizing inventory levels.

    • The application should have...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Project Explanation and personal details
  • Q2. Very good background scrutiny
  • Q3. Our expectations and expected CTC
  • Ans. 

    The company expects high performance and offers competitive compensation.

    • The company expects the candidate to have a strong technical background and experience in senior engineering roles.

    • They are looking for someone who can deliver high-quality work and meet project deadlines.

    • The candidate should have excellent problem-solving and communication skills.

    • They expect the candidate to be a team player and collaborate effec...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Agiliad Technologies Senior Engineer interview:
  • Manual Testing
  • Github
  • Split
  • Core Java
Interview preparation tips for other job seekers - Don't worry much just trust yourself and be bold about expressing yourself.

Skills evaluated in this interview

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

I applied via Walk-in 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 - Aptitude Test 

Mostly Arithmetic questions, few logical reasoning questions

Round 3 - Coding Test 

Simple coding questions like Fibonacci series, string coding questions etc

Round 4 - Technical 

(3 Questions)

  • Q1. Asked to write on paper some coding questions logic
  • Q2. Reverse the elements in the array coding question
  • Ans. 

    Reverse the elements in the array of strings

    • Iterate through the array and swap the elements from start to end

    • Use two pointers, one at the start and one at the end, and swap the elements until they meet

    • Use a temporary variable to store the element being swapped

  • Answered by AI
  • Q3. Reverse words in a string coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Learn basic programming questions.
2. There can be multiple rounds of interviews including technical and HR

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Aug 2023.

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 - Technical 

(3 Questions)

  • Q1. Everything regarding the project we worked on
  • Q2. Python oops concepts
  • Q3. Project related questions
Round 3 - Coding Test 

Asked to write intermediate level program on python

Round 4 - HR 

(1 Question)

  • Q1. Salary expectation, location preference

Interview Preparation Tips

Interview preparation tips for other job seekers - very worst way of dealing with job seekers
Took all the required documents after HR round stating that I am selected and doesn't replied back , called back and not even responded to my calls and mails.
After one month, mailed back stating that my resume is on hold due to experienced years I hold.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Test involved some MCQ and a question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly Software Related question on DSA
  • Q2. Arrays and strings
Round 3 - Coding Test 

DSA questions were there and behavioural

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic concepts were asked from C and C++, Embedded Linux, smalls c programs and output of there. I2C, SPI, UART related questions.
Round 2 - Technical 

(1 Question)

  • Q1. It was technical come managerial round, everything about project and some real time scenario's and opinions.
Round 3 - HR 

(1 Question)

  • Q1. General HR round salary expectation and all. HR questions.
Round 4 - Client Interview 

(1 Question)

  • Q1. Client round was taken after HR. Whatever is written in the resume everything was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep you are basics strong rest you will clear the interview.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Given programming questions
String programs

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic to intermediate level questions Datatypes OOP concepts Code snippets

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics clearly with understanding.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Sorting algorithm question

Tell us how to improve this page.

Tanishq Engineering Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

2.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Compare Tanishq Engineering with

Siemens

4.1
Compare

Schneider Electric

4.1
Compare

Johnson Controls

3.6
Compare

Honeywell Automation

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