Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Vt Corp Team. If you also belong to the team, you can get access from here

Vt Corp Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vt Corp Senior Mechanical Design Engineer Interview Questions and Answers

Updated 12 May 2023

Vt Corp Senior Mechanical Design Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 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 - HR 

(3 Questions)

  • Q1. Tell me about your work experience, working software, work responsibility
  • Q2. Salary expectations
  • Q3. Long term plan about future
  • Ans. 

    My long term plan is to continuously learn and grow in my field while contributing to the success of the company.

    • Continuously improve my skills and knowledge through training and self-study

    • Take on challenging projects and responsibilities to expand my experience

    • Collaborate with colleagues and share knowledge to contribute to the success of the company

    • Explore opportunities for leadership and mentorship roles

    • Stay up-to-d

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Basic technical knowledge
  • Q2. Machine building experience related question
  • Q3. Future plan in terms of learning
  • Ans. 

    I plan to continue learning and staying up-to-date with the latest technologies and advancements in the field.

    • Attending industry conferences and seminars

    • Taking online courses and certifications

    • Reading industry publications and research papers

    • Collaborating with colleagues and experts in the field

  • Answered by AI

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked on Recursive programming
  • Q2. What is the output of this? static void Main(string[] args) { DivideNumber(233) } static void DivideNumber(int n) { if(n>=10) { DivideNumber(n/10); } Console.Write(n/10) }
  • Ans. 

    The output will be 23323

    • The DivideNumber method recursively divides the input number by 10 until it is less than 10

    • The Console.Write statement prints the result of n/10 each time the method is called

  • Answered by AI
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
  • Ans. 

    Convert numeric input to words in English

    • Break down the input number into hundreds, tens, and ones place

    • Use a dictionary or array to map numbers to their corresponding words

    • Handle special cases like teens and tens separately

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Technical assesment was there in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with national manager, CTO and fellow developer
Round 3 - HR 

(1 Question)

  • Q1. Meeting with regional head of IT department

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months

I applied via Naukri.com and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic C++, Multithreaded questions, architecture and design patterns question. MVC is must for UI related positions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest. Enjoy the conversation then everything will fall into place. When you are free from pressure of cracking the interview, there is a 95% probability that you will crack it.

Interview Questionnaire 

1 Question

  • Q1. Oops, solid design, Singleton

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on above said topics

Interview Questionnaire 

3 Questions

  • Q1. .net core basics.
  • Q2. Authentication in .net core
  • Ans. 

    Authentication in .NET Core

    • ASP.NET Core Identity provides authentication and authorization functionality

    • Authentication middleware can be added to the pipeline using AddAuthentication() method

    • Authentication schemes can be configured using AddScheme() method

    • Authentication can be done using various providers like JWT, OAuth, etc.

  • Answered by AI
  • Q3. Angular basic interview questions .

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Jan 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 - Technical 

(2 Questions)

  • Q1. Microservices vs monolithic
  • Ans. 

    Microservices are modular and scalable, while monolithic is simpler but less flexible.

    • Microservices allow for independent deployment and scaling of individual components

    • Monolithic architecture is easier to develop and test, but can become unwieldy as the application grows

    • Microservices can be more fault-tolerant and resilient to failures

    • Monolithic architecture can be more efficient for small applications with limited fu...

  • Answered by AI
  • Q2. Difference between microservices and monolithic
  • Ans. 

    Microservices are small, independent services that communicate with each other, while monolithic is a single, self-contained application.

    • Microservices are loosely coupled and can be developed and deployed independently.

    • Monolithic applications are tightly coupled and require a full deployment for any changes.

    • Microservices allow for better scalability and fault tolerance.

    • Monolithic applications can be simpler to develop ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Zero one knapsack problem
  • Ans. 

    Zero one knapsack problem is a classic optimization problem in computer science.

    • It involves selecting a subset of items with maximum value, subject to a weight constraint.

    • It is a NP-hard problem and can be solved using dynamic programming.

    • Examples include packing a backpack with limited weight capacity or selecting stocks for a portfolio with limited investment budget.

  • Answered by AI
  • Q2. 3 sum problem from leetcode
Round 4 - Technical 

(1 Question)

  • Q1. Indexing a dictionary for faster search
  • Ans. 

    Indexing a dictionary for faster search

    • Use hash tables for constant time lookup

    • Consider using a trie for prefix search

    • Sort the keys for binary search

    • Use a balanced tree for range queries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode medium and system design problems

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jan 2023. There were 5 interview rounds.

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 

(1 Question)

  • Q1. As python developer, basic questions asked and all concepts are to be explained to interviewwr with example
Round 3 - Technical 

(1 Question)

  • Q1. Sql and python interview questions to solve in code editor.
Round 4 - Technical 

(1 Question)

  • Q1. Related projects and my role into it
Round 5 - HR 

(1 Question)

  • Q1. HR explained about company policies and salary negotiation and notice period related things

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics of python and SQL and coding questions on python and SQL
Round 1 - Technical 

(2 Questions)

  • Q1. WPF related question, Oops basics and C#.
  • Q2. SQL Server and PL/SQL questions
Round 2 - Technical 

(1 Question)

  • Q1. Round interview promoted to 2 round but didn't get call

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interviewer promoted to 2nd round but didn't get call from HR for round 2

Vt Corp Interview FAQs

How many rounds are there in Vt Corp Senior Mechanical Design Engineer interview?
Vt Corp interview process usually has 3 rounds. The most common rounds in the Vt Corp interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in Vt Corp Senior Mechanical Design Engineer interview?

Some of the top questions asked at the Vt Corp Senior Mechanical Design Engineer interview -

  1. Future plan in terms of learn...read more
  2. Long term plan about fut...read more
  3. Machine building experience related quest...read more

Tell us how to improve this page.

Vt Corp Senior Mechanical Design Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
Thermax Limited Interview Questions
4.1
 • 251 Interviews
Metso Interview Questions
4.2
 • 65 Interviews
TKIL Interview Questions
4.2
 • 58 Interviews
FLSmidth Interview Questions
3.7
 • 35 Interviews
Alfa Laval Interview Questions
4.0
 • 30 Interviews
Buhler Interview Questions
3.9
 • 26 Interviews
Europa Locks Interview Questions
3.6
 • 19 Interviews
View all
Vt Corp Senior Mechanical Design Engineer Salary
based on 4 salaries
₹6.4 L/yr - ₹8.7 L/yr
25% less than the average Senior Mechanical Design Engineer Salary in India
View more details

Vt Corp Senior Mechanical Design Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

3.0

Salary

2.0

Job security

4.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Design Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engg. Design
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Digital Marketing Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vt Corp with

TKIL

4.2
Compare

FLSmidth

3.7
Compare

Metso

4.2
Compare

Thermax Limited

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