Upload Button Icon Add office photos

Filter interviews by

Indo German Tool Room Manager Interview Questions and Answers

Updated 6 Sep 2023

Indo German Tool Room Manager Interview Experiences

1 interview found

Manager Interview Questions & Answers

user image Anonymous

posted on 6 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Technical and Target Achievement oriented.
  • Q2. Marketing Of Training coursed and tools molds press tools etc manufacturing.
Round 3 - Assignment 

CNC machine operation and programming

Round 4 - Coding Test 

CNC programming and designing on unigraphics chatia etc

Interview Preparation Tips

Interview preparation tips for other job seekers - At higher level salary and perks not satisfactory.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. With your experience in previous job, what can you bring onto the NITI?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

General Aptitude Test

Round 3 - Group Discussion 

Generalized topics to check your debate skills

Round 4 - One-on-one 

(2 Questions)

  • Q1. General questions about motive of FCI
  • Q2. About FCI and it's purpose

Interview Preparation Tips

Interview preparation tips for other job seekers - Think several times before joining this organisation...
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Jun 2022. There were 4 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 - HR 

(1 Question)

  • Q1. Simple question based on openings.
Round 3 - One-on-one 

(2 Questions)

  • Q1. About your experience & skills set and educational background.
  • Q2. What do you know about Quality Council of India.
  • Ans. 

    Quality Council of India is a government body established to promote and sustain quality in all spheres of economic and social life.

    • Established in 1997 by the Government of India

    • Operates under the Ministry of Commerce and Industry

    • Promotes quality standards and certifications across various sectors

    • Provides training and consultancy services to improve quality management practices

    • Works with organizations to enhance their

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. There would be technical round or Manager round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your CV. And practiced about it.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Ppt Wireframing workflow and decision making

Round 2 - One-on-one 

(1 Question)

  • Q1. Hr round with manager
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Introduce Yourself
  • Q2. What are types of cyber attacks
  • Ans. 

    Types of cyber attacks include malware, phishing, ransomware, DDoS attacks, and social engineering.

    • Malware: malicious software designed to damage or gain unauthorized access to a computer system.

    • Phishing: fraudulent attempts to obtain sensitive information by disguising as a trustworthy entity.

    • Ransomware: malware that encrypts a user's files and demands payment for their release.

    • DDoS attacks: flooding a network or serv...

  • Answered by AI
  • Q3. How to mitigate MITM attack
  • Ans. 

    To mitigate MITM attacks, use encryption, implement secure communication protocols, and verify server certificates.

    • Use encryption to protect data in transit

    • Implement secure communication protocols like HTTPS

    • Verify server certificates to ensure the authenticity of the server

    • Use VPNs for secure remote access

  • Answered by AI
  • Q4. Develop a RAT using MSF
  • Ans. 

    Develop a Remote Access Trojan (RAT) using Metasploit Framework (MSF)

    • Use Metasploit Framework to create a payload for the RAT

    • Set up a listener to receive connections from the compromised machines

    • Utilize post-exploitation modules in MSF for advanced functionality

    • Ensure proper evasion techniques to avoid detection by antivirus software

  • Answered by AI
  • Q5. Describe OSI model
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven different layers.

    • The OSI model stands for Open Systems Interconnection model.

    • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers.

    • Example: When you send an email, t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the current scenarios and knowledge in the market

Skills evaluated in this interview

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

Reverse the string, Reverse of an array, Data base related queries

Round 1 - One-on-one 

(1 Question)

  • Q1. One round interview in project

Interview Preparation Tips

Interview preparation tips for other job seekers - I have completed MCA. Total Work Experience is 4.5 Years.

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

Interview Questionnaire 

7 Questions

  • Q1. Sql Injection
  • Q2. Security provided for the website
  • Q3. Projects handled in previous companies
  • Q4. Validations used in your project
  • Ans. 

    Validations used in project

    • Input validation to ensure correct data type and format

    • Data validation to ensure data integrity and consistency

    • Business rule validation to ensure compliance with requirements

    • Authentication and authorization validation to ensure secure access

    • Error handling and exception validation to ensure proper handling of errors

  • Answered by AI
  • Q5. StoredProcedure in sql
  • Ans. 

    Stored procedures are precompiled SQL statements that can be saved and reused in a database.

    • Stored procedures can improve performance by reducing network traffic and improving security.

    • They can be used to encapsulate business logic and provide a consistent interface to the database.

    • Parameters can be passed to stored procedures, allowing for dynamic queries.

    • Examples of stored procedures include ones that retrieve data,

  • Answered by AI
  • Q6. Views in sql
  • Ans. 

    Views in SQL are virtual tables that are based on the result of an SQL statement.

    • Views are created using the CREATE VIEW statement.

    • They can be used to simplify complex queries.

    • They can also be used to restrict access to sensitive data.

    • Views are updated automatically when the underlying tables are updated.

    • They can be used to join multiple tables into a single view.

  • Answered by AI
  • Q7. Familiar databases

Interview Preparation Tips

Interview preparation tips for other job seekers - They want Fullstack developers so be prepare for it.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic details of required skillset
Round 2 - Assignment 

To create a web page

Indo German Tool Room Interview FAQs

How many rounds are there in Indo German Tool Room Manager interview?
Indo German Tool Room interview process usually has 4 rounds. The most common rounds in the Indo German Tool Room interview process are Resume Shortlist, Technical and Assignment.
What are the top questions asked in Indo German Tool Room Manager interview?

Some of the top questions asked at the Indo German Tool Room Manager interview -

  1. Marketing Of Training coursed and tools molds press tools etc manufacturi...read more
  2. Technical and Target Achievement orient...read more

Tell us how to improve this page.

Indo German Tool Room Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Manager Interview Questions from Similar Companies

TCS Manager Interview Questions
3.7
 • 8 Interviews
Wipro Manager Interview Questions
3.7
 • 7 Interviews
BHEL Manager Interview Questions
4.1
 • 2 Interviews
View all

Indo German Tool Room Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Engineer Trainee
96 salaries
unlock blur

₹1.4 L/yr - ₹3.2 L/yr

Design Engineer
30 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Engineer
24 salaries
unlock blur

₹1.5 L/yr - ₹7.2 L/yr

Consultant Engineer
19 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Graduate Engineer Trainee (Get)
17 salaries
unlock blur

₹1.5 L/yr - ₹3.1 L/yr

Explore more salaries
Compare Indo German Tool Room with

National Informatics Centre

3.9
Compare

Ministry of Defence

4.3
Compare

Central Public Works Department

4.2
Compare

Income Tax Department India

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