Vous êtes sur la page 1sur 28

Aug

6

proe interview questions

Pro/ENGI NEER I nterview Questions:
1. What is the difference between object reference and
geometric associativity?
A .Object reference is a data management term that has to do
with the way one object references another. Geometric
associativity has to do with how a parts geometry can be
changed from the part or drawing.
2. What are the file extensions given to sketches, parts,
assemblies, drawings?
A.Sketches - .sec, Parts- .prt, Assemblies- .asm, Drawings-
.drw
3. How should you create a new part or assembly? Why?
A.You should always create a new part or assembly using the
copy from option in the new dialog box and copy a start part.
This ensures the proper layer setup, saved views, datum
planes, parameters, etc.
4. What is the use of config.pro file?
A. The config.pro file contains configuration options which
control the behavior of Pro/ENGI NEER. This file also
contains user macros which are called map keys.
5. What is a trail file?
A. The trail file is a record of every menu pick and screen pick
and keyboard input during an entire session of pro/engineer.
This file can be retrieved and edited and replayed to retrieve
work lost during an unexpected failure of a session.
6. What is the meaning of "store back"?
A. 'Store back' refers to the behavior in which an object is
stored back to the directory from where it was opened not
necessarily the current working directory.
7. What is the difference between File ->Erase and File ->
Delete?
A. File erase removes the object from the ram of the computer
and file delete removes the object from the disk or hard drive
of the computer.
8. What is the difference between File ->Save and File ->
Backup?
A. File save stores the object in the directory where it was
opened from and file backup copies the object to the specified
directory using the same name.
9. After performing a File, Save As, what is the current object?
A. After performing a file save as command the current object
is not a new object it is the old object.
10. I f I use Window in Pro/Engineer and Close without saving
my model, have I lost my work?
A. No.
11. Name six common assumptions the sketcher will make.
A. Six common assupmption the sketcher will make are as
follows - Horizontal and vertical, equal length lines, equal
radius or diameter, co-linearity, 90 and 180 degree arcs, points
on the same horizontal or vertical, points on other entities,
tangency, symmetry, parallel and perpendicular lines.
12. What is the difference between One Side and Both Sides in
extrusion?
A. One-side extrudes only one specified direction from the
sketching plane. Both sides extrudes both sides of the
sketching planes.
13. How do you change dimensions of a feature?
A. Modify >pick the feature >pick the dimension >enter the
new value >select regenerate.
14. What is the model tree?
A. The model tree is a graphical representation of the features
and/or components in the model.
15. Define "Parametric Feature Based Modeling" ?
A. Parametric means driven by parameters. Feature based
means you define a series of instructions (features) to tell the
system your design intent. Modeling means creating computer
images coupled with geometric information defining a part or
assembly.
16. What is datum planes created on the fly?
A. The datum plane created on the fly means it was created
when you were in the middle of creating something else and it
goes away after the thing you really wanted was created. These
are created using the 'make datum' command.
17. List five uses of datum planes.
A. Five uses of datam plane are as follows - Sketching plane,
reference plane, dimension and alignment references,
geometric tolerancing, creating cross sections.
18. List three uses of datum axes.
A. Three uses of datum axes are as follow - Dimension and
alignment references, centerlines on drawings, geometric
tolerancing, coaxial hole.
19. List two uses of a datum coordinate system.
A.. Datum coordinate system is used While exporting to iges
and stl.
20. Name a feature that can both add and remove material.
A. Rounds and chamfers are the features which can both add
or remove the material.
21. When do feature relation evaluate?
A. . When the feature regenerates.
22. What is a constraint relation in Pro/Engineer?
A . A constraint relation is used to put limits on parameters
(usually dimensions) based design intent and/or
manufacturing limitations.
23. Name four types of parameters ?
A. I nteger, real number, string, yes_no.
24. What is a logic statement?
A. Logic statements are a series of relations that test parameter
values and performs actions based on the results of the test.
25. Why should you comment relations?
A. You should comment relations so that other users can
understand what you are trying to accomplish with the
relations.
26. What does sort relations do?
A. Sorts the relations in case of circular references within the
relations.
27. Can you add motion to a part in Pro/Engineer?
A. Yes.
28. How do you add a model parameter in a drawing note?
A. Use ampersand and then the parameter name (&material).
29. What is the difference between " Move" and "Move
Text" ?
A. Move allows you to move the selected item anywhere. Move
text allows you to move the selected item only parallel to the
elbow.
30. Name the four types of tolerance formats available in
Pro/Engineer?
A. Nominal (no tolerance shown), plus/minus, plus/minus
symmetric, limits.
31. Which of the tolerance formats should you not use?
A. Plus/minus (because manufacturing people want the model
at the mean size not the nominal size).
32. What is a drawing symbol?
A . A symbol is a collection of draft entities that are stored
together for reuse on other drawings.
33. Can a drawing reference more than one assembly?
A. Yes.
34. Can a Pro/Engineer drawing be opened in AutoCAD?
A. No. (Yes, but only after translation to dxf or iges or dwg).
35. Can the units of a part be changed without changing the
size of the part?
A. Yes.
36. What are the steps required to get just one components
default datum planes displayed in an assembly?
A. Using layers, blank the layer containing the default datum
planes, pick the plus sign next to that layer in the layer display
dialog box and then pick the component that you want to see
the planes in and then pick the show icon.
37. Why the above mentioned steps should be carried out?
A. To be sure that when creating a feature, you are using the
datum planes in that part so that you dont make unwanted
external references (parent/child relationships).
38. What does save status in the layer menu do?
A. Save status permanently sets the layer displays status of the
model so that when the model is saved and opened again the
layer display is still set that way.
39. What function in layers should you not use?
A. I t is normally recommended that beginners not use the
isolate function in layer display.
40. When copying a feature, what is the difference between
dependent and independent in Pro/Engineer?
A. Dependent means that the copy feature will change when
the original feature is changed. I ndependent means that the
new feature will not change when you change the original
feature.
41. What is different about a feature that has a dependent
copy?
A. When redefining a feature that has a dependent copy, the
alignment function in the sketcher is not available.
42. How do you make a dependent copy feature independent
from its original feature?
A. Use modify, make independent.
43. What is the pro_group_dir for in Pro/Engineer?
A. This configuration option is used to tell the system where
you are keeping your udfs.
44. What should you do if creating features that are to be
included in a user defined feature?
A. Limit the number of parents. I f multiple features are to be
included in the udf, they should share as many parents as
possible to reduce the number of prompts required to place the
udf into another part.
45. In family tables, what is a generic and what is an
instance?
A. I n Pro/Engineer the generic is the original model. The
instances are created by the system based on the combination
of the generic and the table.
46. What type of view should be the first view added to a
drawing ?
A. General, and you must orient it using save views from the
model.
47. Why should you use Display Mode on drawing views?
A. Because by default, drawing views get their hidden line
removal from the environment. Each users environment may
be different thus causing the drawing views to look different
when another user opens the drawing.
48. What is a show dimension?
A. A dimension from the model.
49. I f you erase a dimension, is it gone forever?
A. No.
50. Why is it a good idea to start drawings early in the part
design?
A. Because its easier to show the dimensions from the model a
few features at a time. Start the drawing early and have the
drawing process be a parallel process with creating the part. I n
other words, create a couple features, go to the drawing, show
the dimensions from the feature on the drawing, go back to the
model, create a couple more features, show those dimensions
on the drawing, etc.
51. What is the best way to show dimensions?
A. Use preview and pick the features from the model tree.
52. How are the default number of decimal places and default
tolerance values determined for parts and assemblies?
A. They are built into the start part and start assembly.
53. List four types of assembly constraints.
A. Mate, align, insert, orient.
54. Why should you put assembly components on a layer?
A. So you can see to add new components to the assembly.
Layers do not care about parent/child relationships.
55. How do you get a list of all the features in a model?
A. Use info >feature list.

Posted 6th August 2012 by Krishna Kishore
0
Add a comment

MECHANICAL ENGINEER

Classic
Flipcard
Magazine
Mosaic
Sidebar
Snapshot
Timeslide
1.
Aug
6

openings for mechanical's in banglore

Current Opening
Vaccancy -1
Position: Junior Design Engineer (Trainee) CAD/CAE/CFD 5 nos
Job Location: Cochin or Bangalore
Job ID: AAPL/DAE/713 (Specify this code as mail subject)

This position would be for the profile of Design & Analysis Engineer to execute Product Design
with Design Validation & Optimization pertaining to Mechanical industry in major along with
Automotive & Process industry.

Job Description:
o Analytical Design, Design Modeling & Validation
o Design for Assembly & Manufacturing
o Structural / Thermal FE Analysis CAD/CAE
o Mechanical/Process Equipment design
o Fatigue Failure analysis
o Flow Simulation (External & Internal) CAD/CFD
o Virtual Lab Design - Generate technical content for Virtual Lab
o Develop Virtual Experiments in Engineering Design Domains
o Impart Technical Training and Presentations
o Project Management & Execution
o Tools: CATIA V5-R20, ANSYS FEA & ANSYS CFD
Apply with updated resume to hr@airframeaerodesigns.com & Mention Job designation as
subject of the mail. This particular recruitment is carried out by Technology Training &
Research Centre- Bangalore.
Short listed candidates will be called for interview. If selected, you will have to undergo
intensive training program for 2 months at TTRC Bangalore. Training Fee to be borne by the
candidate. After the completion of training programme candidates will be taken into the
payrolls of Airframe Aerodesigns Pvt. Ltd. to undergo 3 months of probation, there-after
into permanent posting.

Desired Qualification
BE/B.Tech in Mechanical /Automobile
Understanding of Technical concepts, Good Reasoning and Logical skills.
Good command on Strength of materials, Thermodynamics & Fluid dynamics
Excellent Interpersonal & Communication Skills.
Good Presentation Skills.
Work Experience: 0-2 years.
Salary Range:
Stipend of Rs.5000/- will be paid during the training period.
Stipend of Rs. 7500 will be paid during probation
CTC after probation: Rs.1.50 lacs to 1.8 lacs per annum
Vaccancy -2
Position:Jr. Software Engineers JSE (Programming & Content Development) -4 Nos
Job Location: Cochin or Bangalore
Job ID: AAPL/AOV/714 (Specify this code as mail subject)

This position would be responsible to develop Virtual Lab for AAPL in the field of Engineering
(Academia Industry) and other related segments.

Job Description
Design, Develop Virtual Lab towards engineering application.
Work with Visual Studio - VC++, VB.Net, Graphic Tools like Flash, 3D Max.
Database Programming with ASP.NET, SQL Server, C++
Understand user requirements, Analyze and Develop software programs.
Software Testing and Software Evaluation
Integrating existing software products and getting incompatible platforms to work together.
Investigating new technologies, creating technical specifications and test plans.
Generate operational documentation with technical authors.
Work closely with project managers, graphic artists, designers, developers, systems analysts,
and sales and marketing team.
Apply with updated resume to info@airframeaerodesigns.com & Mention Job designation
as subject of the mail. This particular recruitment is carried out by Technology Training &
Research Centre- Bangalore.
Short listed candidates will be called for interview. If selected, you will have to undergo
intensive training program for 2 months at TTRC Bangalore. Training Fee to be borne by the
candidate. After the completion of training programme candidates will be taken into the
payrolls of Airframe Aerodesigns Pvt. Ltd. to undergo 3 months of probation, there-after
into permanent posting.

Desired Qualification
Bachelor degree in Computer Science with a minimum of 65% / C.G.P of 7.0
MCA/M.Tech professionals- minimum of 65%.
Excellent conceptual knowhow & Exposure on Programming Languages.
Excellent command over English-both Written and Verbal.
Good Reasoning and Logical skills.
Good Interpersonal & Communication Skills
Work Experience: 0-1 year.
Salary Range:
Stipend of Rs.5000/- will be paid during the training period.
Stipend of Rs. 7500/- will be paid during probation.
CTC after probation: Rs.1.5 to 1.8 lacs per annum
Vaccancy -3
Position:Jr. Engineer - Techno Commercial 3 Nos.
Job ID: AAPL/TCE/715 (Specify this code as mail subject)

This position would be responsible to promote AAPL services to the various potential industries
such as Mechanical, Automotive/Aerospace, Process industry and other related segments.
Job Location: Cochin or Bangalore
Job Description
1. Lead generation & First level interaction with prospective clients.
2. Responsible for communication building through tele-calling, client visits, follow ups.
3. Device and execute marketing promotions, events, industry shows liaison with
directors, managers, principals, organizations
4. Plan and execute marketing programs jointly, co-branding, co-sponsorships etc.
5. Preparing presentation to customers and deliver professionally & assist reporting
manager on the leads from technical division.
6. Market Research & identifying new business opportunities by interacting with existing
and potential clients.
7. Create e mailers / Direct Mailers, Newsletters, product announcements & website
updates
8. Technical vetting of proposals & providing Techno-Commercial support to clients in
new projects from bidding/quotation stage till dispatch.
9. Preparing the Minutes of Meeting for all technical/commercial meetings for the
reference management and data base management.
10. Ensuring payment and closing cases with complete documentation & Customer delight.
Apply with updated resume to hr@airframeaerodesigns.com & Mention Job designation as
subject of the mail. This particular recruitment is carried out by Technology Training &
Research Centre- Bangalore.
Short listed candidates will be called for interview. If selected, you will have to undergo
intensive training program for 1 month at TTRC Bangalore. Training Fee to be borne by the
candidate. After the completion of training programme candidates will be taken into the
payrolls of Airframe Aerodesigns Pvt. Ltd. to undergo 3 months of probation, there-after
into permanent posting.

Desired Qualification
BE/B.Tech in Mechanical/Aeronautical/Automobile/Civil
Understanding of Technical concepts, Good Reasoning and Logical skills.
Excellent Interpersonal & Communication Skills with good command over English.
Inherent Skill to speak & convince is appreciable.
Work Experience: 0-1 year
Salary Range:
Stipend of Rs.5000/- will be paid during the training period.
Stipend of Rs. 7500 will be paid during probation + TA/DA + incentives
CTC after probation: Rs.2.50 lacs per annum including TA/DA + incentives
Vaccancy 4
Position: Heat Transfer Engineer
Industry: Oil & Gas and Petroleum
Location: Al Jubail, Saudi Arabia
Job ID: AAPL/HTE0712 (Specify this code as mail subject)
Job Description:
The engineer should have an in-depth knowledge of shell & tube, air-cooled and double-pipe
heat exchangers. The work involves thermal design and rerate of heat transfer equipment.
The position also requires the ability to determine, understand and analyze all aspects of the
thermal design and performance of heat exchangers and heat transfer equipment. The
engineer should have knowledge of mechanical design of heat exchangers and heat transfer
equipment.
Skills Required:
Applicant should have a Bachelor degree in Mechanical or Chemical Engineering. Minimum of 5
years of thermal design experience in the oil & gas and petrochemical industries is required.
The Heat Transfer Engineer is expected to have:
- Knowledge of heat exchanger design, specification and rating;
- Strong background and knowledge in the field of heat transfer;
- Must have knowledge and understanding of Process Flow Diagrams and Piping & Instrument
Diagrams;
- Proficient in the use of HTRI or other heat exchanger software;
- Experience with API 660, 661, 662 and TEMA standards;
- Knowledge of ASME Section VIII Div. 1 & 2.
The candidate should be able to demonstrate:
- Successful experience working as part of a team;
- Self motivation;
- Strong written and verbal communication skills in the English language;
- Results oriented and customer focused.
Education: Bachelor degree in Mechanical or Chemical Engineering.
Experience: Minimum 6 years of experience in related field.
Apply immediately to info@airframeaerodesigns.com


Posted 6th August 2012 by Krishna Kishore
0
Add a comment
2.
Aug
6

proe interview questions

Pro/ENGI NEER I nterview Questions:
1. What is the difference between object reference and
geometric associativity?
A .Object reference is a data management term that has to
do with the way one object references another. Geometric
associativity has to do with how a parts geometry can be
changed from the part or drawing.
2. What are the file extensions given to sketches, parts,
assemblies, drawings?
A.Sketches - .sec, Parts- .prt, Assemblies- .asm, Drawings-
.drw
3. How should you create a new part or assembly? Why?
A.You should always create a new part or assembly using
the copy from option in the new dialog box and copy a
start part. This ensures the proper layer setup, saved
views, datum planes, parameters, etc.
4. What is the use of config.pro file?
A. The config.pro file contains configuration options
which control the behavior of Pro/ENGI NEER. This file
also contains user macros which are called map keys.
5. What is a trail file?
A. The trail file is a record of every menu pick and screen
pick and keyboard input during an entire session of
pro/engineer. This file can be retrieved and edited and
replayed to retrieve work lost during an unexpected
failure of a session.
6. What is the meaning of "store back"?
A. 'Store back' refers to the behavior in which an object is
stored back to the directory from where it was opened not
necessarily the current working directory.
7. What is the difference between File ->Erase and File -
>Delete?
A. File erase removes the object from the ram of the
computer and file delete removes the object from the disk
or hard drive of the computer.
8. What is the difference between File ->Save and File ->
Backup?
A. File save stores the object in the directory where it was
opened from and file backup copies the object to the
specified directory using the same name.
9. After performing a File, Save As, what is the current
object?
A. After performing a file save as command the current
object is not a new object it is the old object.
10. I f I use Window in Pro/Engineer and Close without
saving my model, have I lost my work?
A. No.
11. Name six common assumptions the sketcher will
make.
A. Six common assupmption the sketcher will make are as
follows - Horizontal and vertical, equal length lines, equal
radius or diameter, co-linearity, 90 and 180 degree arcs,
points on the same horizontal or vertical, points on other
entities, tangency, symmetry, parallel and perpendicular
lines.
12. What is the difference between One Side and Both
Sides in extrusion?
A. One-side extrudes only one specified direction from the
sketching plane. Both sides extrudes both sides of the
sketching planes.
13. How do you change dimensions of a feature?
A. Modify >pick the feature >pick the dimension >enter
the new value >select regenerate.
14. What is the model tree?
A. The model tree is a graphical representation of the
features and/or components in the model.
15. Define "Parametric Feature Based Modeling" ?
A. Parametric means driven by parameters. Feature based
means you define a series of instructions (features) to tell
the system your design intent. Modeling means creating
computer images coupled with geometric information
defining a part or assembly.
16. What is datum planes created on the fly?
A. The datum plane created on the fly means it was
created when you were in the middle of creating
something else and it goes away after the thing you really
wanted was created. These are created using the 'make
datum' command.
17. List five uses of datum planes.
A. Five uses of datam plane are as follows - Sketching
plane, reference plane, dimension and alignment
references, geometric tolerancing, creating cross sections.
18. List three uses of datum axes.
A. Three uses of datum axes are as follow - Dimension
and alignment references, centerlines on drawings,
geometric tolerancing, coaxial hole.
19. List two uses of a datum coordinate system.
A.. Datum coordinate system is used While exporting to
iges and stl.
20. Name a feature that can both add and remove
material.
A. Rounds and chamfers are the features which can both
add or remove the material.
21. When do feature relation evaluate?
A. . When the feature regenerates.
22. What is a constraint relation in Pro/Engineer?
A . A constraint relation is used to put limits on
parameters (usually dimensions) based design intent
and/or manufacturing limitations.
23. Name four types of parameters ?
A. I nteger, real number, string, yes_no.
24. What is a logic statement?
A. Logic statements are a series of relations that test
parameter values and performs actions based on the
results of the test.
25. Why should you comment relations?
A. You should comment relations so that other users can
understand what you are trying to accomplish with the
relations.
26. What does sort relations do?
A. Sorts the relations in case of circular references within
the relations.
27. Can you add motion to a part in Pro/Engineer?
A. Yes.
28. How do you add a model parameter in a drawing
note?
A. Use ampersand and then the parameter name
(&material).
29. What is the difference between " Move" and "Move
Text" ?
A. Move allows you to move the selected item anywhere.
Move text allows you to move the selected item only
parallel to the elbow.
30. Name the four types of tolerance formats available in
Pro/Engineer?
A. Nominal (no tolerance shown), plus/minus, plus/minus
symmetric, limits.
31. Which of the tolerance formats should you not use?
A. Plus/minus (because manufacturing people want the
model at the mean size not the nominal size).
32. What is a drawing symbol?
A . A symbol is a collection of draft entities that are stored
together for reuse on other drawings.
33. Can a drawing reference more than one assembly?
A. Yes.
34. Can a Pro/Engineer drawing be opened in AutoCAD?
A. No. (Yes, but only after translation to dxf or iges or
dwg).
35. Can the units of a part be changed without changing
the size of the part?
A. Yes.
36. What are the steps required to get just one
components default datum planes displayed in an
assembly?
A. Using layers, blank the layer containing the default
datum planes, pick the plus sign next to that layer in the
layer display dialog box and then pick the component that
you want to see the planes in and then pick the show icon.
37. Why the above mentioned steps should be carried out?
A. To be sure that when creating a feature, you are using
the datum planes in that part so that you dont make
unwanted external references (parent/child relationships).
38. What does save status in the layer menu do?
A. Save status permanently sets the layer displays status
of the model so that when the model is saved and opened
again the layer display is still set that way.
39. What function in layers should you not use?
A. I t is normally recommended that beginners not use the
isolate function in layer display.
40. When copying a feature, what is the difference
between dependent and independent in Pro/Engineer?
A. Dependent means that the copy feature will change
when the original feature is changed. I ndependent means
that the new feature will not change when you change the
original feature.
41. What is different about a feature that has a dependent
copy?
A. When redefining a feature that has a dependent copy,
the alignment function in the sketcher is not available.
42. How do you make a dependent copy feature
independent from its original feature?
A. Use modify, make independent.
43. What is the pro_group_dir for in Pro/Engineer?
A. This configuration option is used to tell the system
where you are keeping your udfs.
44. What should you do if creating features that are to be
included in a user defined feature?
A. Limit the number of parents. I f multiple features are to
be included in the udf, they should share as many parents
as possible to reduce the number of prompts required to
place the udf into another part.
45. In family tables, what is a generic and what is an
instance?
A. I n Pro/Engineer the generic is the original model. The
instances are created by the system based on the
combination of the generic and the table.
46. What type of view should be the first view added to a
drawing ?
A. General, and you must orient it using save views from
the model.
47. Why should you use Display Mode on drawing views?
A. Because by default, drawing views get their hidden line
removal from the environment. Each users environment
may be different thus causing the drawing views to look
different when another user opens the drawing.
48. What is a show dimension?
A. A dimension from the model.
49. I f you erase a dimension, is it gone forever?
A. No.
50. Why is it a good idea to start drawings early in the
part design?
A. Because its easier to show the dimensions from the
model a few features at a time. Start the drawing early
and have the drawing process be a parallel process with
creating the part. I n other words, create a couple features,
go to the drawing, show the dimensions from the feature
on the drawing, go back to the model, create a couple
more features, show those dimensions on the drawing,
etc.
51. What is the best way to show dimensions?
A. Use preview and pick the features from the model tree.
52. How are the default number of decimal places and
default tolerance values determined for parts and
assemblies?
A. They are built into the start part and start assembly.
53. List four types of assembly constraints.
A. Mate, align, insert, orient.
54. Why should you put assembly components on a layer?
A. So you can see to add new components to the assembly.
Layers do not care about parent/child relationships.
55. How do you get a list of all the features in a model?
A. Use info >feature list.

Posted 6th August 2012 by Krishna Kishore
0
Add a comment


Loading
Dynamic Views template. Powered by Blogger.

Vous aimerez peut-être aussi