Upload Button Icon Add office photos

Filter interviews by

Gulmohar Fil-tech Mechanical Designer Interview Questions, Process, and Tips

Updated 31 Jan 2024

Gulmohar Fil-tech Mechanical Designer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(9 Questions)

  • Q1. How can we design a duct design.?
  • Ans. 

    Duct design involves considering airflow requirements, material selection, sizing, and layout.

    • Determine the airflow requirements for the space or system.

    • Select appropriate materials based on factors like temperature, pressure, and corrosion resistance.

    • Calculate the duct size based on airflow velocity and pressure drop.

    • Design the layout considering space constraints, accessibility, and efficiency.

    • Consider factors like n...

  • Answered by AI
  • Q2. Different type of pipe size used in air header.?
  • Ans. 

    Different types of pipe sizes used in air header include 1/2 inch, 3/4 inch, 1 inch, and 2 inch.

    • Common pipe sizes used in air headers are 1/2 inch, 3/4 inch, 1 inch, and 2 inch.

    • Pipe size selection depends on the required air flow rate and pressure drop.

    • Larger pipe sizes are used for higher flow rates and to minimize pressure drop.

    • Smaller pipe sizes are used for lower flow rates and when space is limited.

    • Pipe sizes can ...

  • Answered by AI
  • Q3. Different type of pulsing valve used in pulsing..?
  • Ans. 

    Different types of pulsing valves used in pulsing

    • Diaphragm valves

    • Solenoid valves

    • Piston valves

    • Rotary valves

    • Poppet valves

  • Answered by AI
  • Q4. Inlet outlet area calculation.
  • Ans. 

    Inlet outlet area calculation is a process of determining the area of the inlet and outlet openings of a system.

    • Calculate the area of the inlet and outlet openings using appropriate formulas

    • Consider the shape of the openings (e.g., circular, rectangular) and use the corresponding formulas

    • Measure the dimensions of the openings accurately to obtain precise results

    • Take into account any obstructions or restrictions in the ...

  • Answered by AI
  • Q5. What is weldment in solid works..?
  • Ans. 

    A weldment in SolidWorks is a feature that allows users to create and design welded structures.

    • Weldments are commonly used in the design of structures such as frames, trusses, and supports.

    • They are created by sketching a 2D profile and then using the weldment feature to extrude it along a path.

    • Weldments can be made from various materials such as steel, aluminum, or wood.

    • They can include different types of welds, such a...

  • Answered by AI
  • Q6. How will you use same sketch in different plane with different size.?
  • Ans. 

    To use the same sketch in different planes with different sizes, you can create a base sketch and then use it as a reference to create new sketches.

    • Create a base sketch with the desired shape and size

    • Use the base sketch as a reference to create new sketches on different planes

    • Modify the dimensions and size of the new sketches as needed

    • Ensure that the relationships and constraints between the sketches are maintained

    • Exam...

  • Answered by AI
  • Q7. How Id fan works..?
  • Q8. Different type of filter medium use in pulse jet beg filter. ?
  • Ans. 

    Different types of filter medium used in pulse jet bag filter.

    • Polyester felt

    • Polypropylene felt

    • Nylon mesh

    • Fiberglass

    • PTFE membrane

    • Acrylic felt

  • Answered by AI
  • Q9. How will you perform analysis test of a structure in solid works or on ANSYS .?
  • Ans. 

    To perform analysis tests in SolidWorks or ANSYS, follow these steps:

    • Import the structure into the software

    • Define the material properties

    • Apply appropriate boundary conditions

    • Set up the analysis type (static, dynamic, thermal, etc.)

    • Define the loads and constraints

    • Mesh the structure

    • Run the analysis

    • Review the results and interpret them

    • Make necessary design modifications based on the analysis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study of the company before going to an interview like what is the main work of company, what id is the major project till now company completed, read technical details for the stuff company working in.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. About skilla
  • Q2. Project
  • Q3. Roles in

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All questions related to Digital and networks and they asked core java question like functional interface uses and why do we need it and difference with interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite good

I applied via LinkedIn and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Angular
  • Q2. Basics of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up basics on skills.

I applied via Job Fair and was interviewed before May 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 - HR 

(1 Question)

  • Q1. What is your job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strive hard to achieve what you desire

I applied via Approached by Company and was interviewed before Dec 2021. 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 - Technical 

(1 Question)

  • Q1. What is n-tier architecture
  • Ans. 

    n-tier architecture is a software design pattern that divides an application into logical layers.

    • It separates presentation, application processing, and data management functions.

    • Each layer can be developed and maintained independently.

    • Examples include 3-tier and 4-tier architectures.

    • It improves scalability, maintainability, and flexibility of the application.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expectation from company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering the questions and answers

I applied via Naukri.com and was interviewed before Oct 2021. 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 - Technical 

(2 Questions)

  • Q1. What is AD dns dhcp?
  • Ans. 

    AD DNS DHCP are Microsoft technologies used for network management and authentication.

    • Active Directory (AD) is a directory service used for authentication and authorization of users and computers in a network.

    • Domain Name System (DNS) is used for name resolution of network resources.

    • Dynamic Host Configuration Protocol (DHCP) is used for automatic IP address assignment to network devices.

    • AD, DNS, and DHCP are often used ...

  • Answered by AI
  • Q2. What is IaaS SaaS PaaS?
  • Ans. 

    IaaS, SaaS, and PaaS are cloud computing models that provide different levels of infrastructure, software, and platform services.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as servers, storage, and networking.

    • SaaS (Software as a Service) delivers software applications over the internet, eliminating the need for local installation and maintenance.

    • PaaS (Platform as ...

  • Answered by AI
Round 3 - Aptitude Test 

General questions for 1 hors online exams

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident in your role and select which role you want to work

Skills evaluated in this interview

Gulmohar Fil-tech Interview FAQs

How many rounds are there in Gulmohar Fil-tech Mechanical Designer interview?
Gulmohar Fil-tech interview process usually has 1 rounds. The most common rounds in the Gulmohar Fil-tech interview process are Technical.
What are the top questions asked in Gulmohar Fil-tech Mechanical Designer interview?

Some of the top questions asked at the Gulmohar Fil-tech Mechanical Designer interview -

  1. How will you use same sketch in different plane with different siz...read more
  2. How will you perform analysis test of a structure in solid works or on ANSYS...read more
  3. different type of filter medium use in pulse jet beg filter...read more

Tell us how to improve this page.

Gulmohar Fil-tech Mechanical Designer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

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.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare Gulmohar Fil-tech 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