Upload Button Icon Add office photos

Filter interviews by

Truform Techno Products Interview Questions and Answers

Updated 12 Apr 2024

Truform Techno Products Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is GDNT Different between 1st angle & 3rd angle
  • Ans. 

    GD&T stands for Geometric Dimensioning and Tolerancing. The difference between 1st angle and 3rd angle projection is the placement of the object in relation to the views.

    • GD&T is a system for defining and communicating engineering tolerances

    • 1st angle projection places the object in the first quadrant, while 3rd angle projection places the object in the third quadrant

    • In 1st angle projection, the top view is below the fro...

  • Answered by AI
  • Q2. How many year use creo
  • Ans. 

    I have been using Creo for 5 years.

    • I have 5 years of experience using Creo software

    • I have worked on various projects using Creo

    • I am proficient in creating 3D models and simulations using Creo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Full knowledge about design

Skills evaluated in this interview

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Mar 2023.

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 - One-on-one 

(2 Questions)

  • Q1. Working proccess and inventory Handling Payment process.
  • Ans. 

    The working process involves managing inventory, handling payments, and ensuring efficient operations in purchase and stores.

    • Developing and implementing inventory management systems to track and control stock levels

    • Coordinating with suppliers to ensure timely delivery of goods

    • Processing purchase orders and invoices accurately and efficiently

    • Negotiating prices and terms with vendors to secure cost-effective deals

    • Maintai...

  • Answered by AI
  • Q2. ABC category wise Handling for Materials
  • Ans. 

    ABC categorization is a method of classifying inventory items based on their importance and value.

    • ABC categorization involves classifying items into three categories: A, B, and C.

    • Category A items are the most important and valuable, requiring tight control and frequent monitoring.

    • Category B items are of moderate importance and value, requiring less strict control than Category A.

    • Category C items are the least important...

  • Answered by AI
Round 3 - Aptitude Test 

Sop for everything working

Interview Preparation Tips

Interview preparation tips for other job seekers - This Company not working for very very Bad Management Employees not good attitude and my bike damage first day broken down parking area to calurt area founded.cluter company very badly treated Director reporting time and meeting and monthly basis report and every material without payment Procurement not paid payment.

Manager Purchase & Stores Interview Questions asked at other Companies

Q1. When negotiation with a suppliers,what is your process for determining if the price is fair?
View answer (2)

I applied via Walk-in and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction and skills
  • Q2. Fluency in local language
  • Ans. 

    Fluency in local language is essential for effective communication and building relationships with team members and customers.

    • Fluency in local language helps in understanding the local culture and customs.

    • It enables effective communication with team members and customers.

    • It helps in building trust and rapport with locals.

    • It can also help in resolving conflicts and misunderstandings.

    • For example, if working in a Spanish-...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Truform Techno Products Assistant Supervisor interview:
  • Spoken English
Interview preparation tips for other job seekers - Whenever you going to any interview first lession what they ask and very slowly and fluently reply there answer .

Assistant Supervisor Interview Questions asked at other Companies

Q1. methodology used to organize a workplace for efficiency and effectiveness. Sort: Remove unnecessary items from the workplace. Set in order: Organize remaining items in a logical manner. Shine: Clean and inspect the workplace regularly. Stan... read more
View answer (1)

I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Technical parts @ spare material dicription

Interview Preparation Tips

Interview preparation tips for other job seekers - this interview was atechnical . luckily i was able to answer most of the question correctly

Store Incharge Interview Questions asked at other Companies

Q1. if material purchase in party but some material in liquid and some has been expiared how would have in this case?
View answer (4)

Truform Techno Products interview questions for popular designations

 Manager Purchase & Stores

 (1)

 Design Engineer

 (1)

 Assistant Supervisor

 (1)

 Store Incharge

 (1)

Interview questions from similar companies

I appeared for an interview in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: It was a simple aptitude test in which around 150 students cleared the test.
Duration: 1 hour
Total Questions: 40

Round: Test
Experience: Three programs were given and we had to write the code in either java ,c or c++ and get the required output.Around 90 students cleared this round.
Duration: 1 hour 30 minutes
Total Questions: 3

College Name: VIT Vellore

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The test was conducted through Cocubes. It was moderately difficult. Some of the questions are time taking. We need to be decisive in attempting such questions.
Tips: Need to manage time properly. Should assess and choose which questions to attempt and which ones to leave.
Duration: 1 hour
Total Questions: 30

Round: Test
Experience: The three questions are of three different levels.

1. You will be given two numbers. The first one is the starting point and the second one is the ending point of a range of integers. You have to count the number of integers in that range which are divisible by the first number.

Ex : INPUT : 3 18
OUTPUT : 6

2. You will be given a number. You have to find the sum of the digits. If the sum exceeds 9, you have to add the digits of the sum recursively until you a get a single digit sum.

EX : INPUT : 9999
OUTPUT : 9

Explanation: 9999 => 9 +9+9+9=36 => 3+6 =9

3. You will be given an array of characters which include ( L, R , or a number in the range '0' to '9'). A ball is kept on a line of integers initially kept at zero. The ball has to execute the instructions sequentially as follows:
(i) If an 'L' character is encountered, the ;position of the ball has to be decremented.
(ii) If an 'R' character is encountered, the position of the ball has to be incremented.
(iii) If an integer (in the range '0' to '9) is encountered , we have to go to that index in the array and execute the instruction present in that index.

Finally, after all the instructions are executed, you have to print the final position of the ball.

EX : INPUT :
Number of instruction : 5
Instructions: LR1R2

OUTPUT : 3

Explanation :
(i) Initially, the ball is at 0. Since the 0th index in the array is 'L' , the ball moves to 0-1= -1 position.
(ii) The 1st index is 'R' hence, the position of the ball is -1 +1 = 0 position.
(iii) The 2nd index is '1', hence we have to go to index 1 in the array which is 'R', hence the new position is 0+1 =1.
(iv) The 3rd index is 'R', hence the new position is 1 +1 =2.
(v) The 4th index is '2' , hence we have to go to 2nd index is '1' , hence we have to go again to 1st index , which is 'R' hence the final position is 2+1 =3.

Tips: We need to solve all the three the problems to have better chances of clearing this round.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: The interview was focussed majorly on coding. It went for about 45min with around 10 coding problems given to solve. Some basics of Computer networking are also tested in this round.
Tips: Be prepared with some basics of networking. As the company's main focus is on Telecom, good knowledge in telecom and networking would be a big advantage.

Round: Technical Interview
Experience: This round was focused on the aptitude and reasoning skills. Some puzzles were given in this round. These puzzles are of moderately complex and are more common ones in interviews. Like the (find the heavier ball among three balls using a balance in min no. of attempts).
Tips: Sometimes the interviewer tries to confuse. You need to be confident with your answers and explaination.

Round: HR Interview
Experience: The interview was more of a traditional HR round. Majorly concentrated on the final year project, personal strengths and weaknesses.

Skills: Coding Skills, Computer Networking, C Language Basics
College Name: G Pulla Reddy College of Engineering & Technology

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes, which is 2 fishes.

    • To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).

    • To find the number of fishes to be removed, divide the difference by 1% (2 fishes).

    • Therefore, 50 fishes have to be removed to make the red fishes 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skills, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobbies
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find the number of red fishes.

    • Subtract the number of red fishes from 200 to find the number of non-red fishes.

    • Calculate 2% of the total number of fishes to find the desired number of red fishes.

    • Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Weaknesses
  • Q3. Strength
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find out how many fishes represent 1%.

    • Multiply the result by 2 to find out how many fishes represent 2%.

    • Subtract the result from 200 to find out how many fishes represent 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I appeared for an interview in Jul 2017.

Interview Questionnaire 

3 Questions

  • Q1. Are You a Fresher? If not tell about your past working experience?
  • Ans. 

    Yes, I am a fresher with no past working experience.

    • I am a recent graduate looking to gain experience in the field.

    • I have completed internships or projects during my studies.

    • I am eager to learn and grow in a professional environment.

  • Answered by AI
  • Q2. What was your work profile in your past internship?
  • Ans. 

    I was responsible for conducting market research, creating social media content, and assisting with event planning.

    • Conducted market research to identify trends and opportunities

    • Created engaging social media content to increase brand awareness

    • Assisted in planning and executing events to promote company products/services

  • Answered by AI
  • Q3. Introduce yourself ?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Hi, i applied from naukri.com for internship in AmbitionBox.com..They checked my entire CV and checked about my eligibility criteria and then I got a mail stating .My resume has been shortlisted and i would get a call from Hr for the further steps.
Tips: Make your CV properly .

Round: HR Interview
Experience: In this round HR asked me about my working profile in my past internship..and about my likes ,dislikes and my skills and preffered working area.
Tips: Be cool ,be confident and be clear and interactive.

Round: Test
Experience: I was asked to read out my article...about the topic i chose to write..it can be any topic technical or political or anything ..i chose Movie reviews
Tips: write about the topic you know in details about. Be quick ,be clear
Duration: 10 minutes
Total Questions: -3

Round: Group Activity
Experience: In this round ,i was asked to prepare a presentation..about any topic you know in details about and share some news ideas
Tips: Be expressive and loud

Skills: Inter Person Communication Skills, Writing Skills, General Awareness, Self-Awareness
College Name: Babu Banarasi Das National Institute Of Technology And Management (BBDNITM)

Truform Techno Products Interview FAQs

How many rounds are there in Truform Techno Products interview?
Truform Techno Products interview process usually has 2 rounds. The most common rounds in the Truform Techno Products interview process are Resume Shortlist, HR and One-on-one Round.
What are the top questions asked in Truform Techno Products interview?

Some of the top questions asked at the Truform Techno Products interview -

  1. What is GDNT Different between 1st angle & 3rd an...read more
  2. Working proccess and inventory Handling Payment proce...read more
  3. ABC category wise Handling for Materi...read more

Tell us how to improve this page.

Truform Techno Products Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 152 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all

Truform Techno Products Reviews and Ratings

based on 29 reviews

3.4/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

3.3

Salary

3.4

Job security

3.3

Company culture

3.5

Promotions

3.3

Work satisfaction

Explore 29 Reviews and Ratings
Quality Engineer
9 salaries
unlock blur

₹1.2 L/yr - ₹11 L/yr

Production Engineer
7 salaries
unlock blur

₹1.9 L/yr - ₹2.4 L/yr

HR Executive
6 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

QA Engineer
5 salaries
unlock blur

₹1.2 L/yr - ₹2.8 L/yr

Store Incharge
5 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Truform Techno Products with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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