SlideShare a Scribd company logo
1 of 7
Download to read offline
PARAG D
Interview 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/ENGINEER. 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.
PARAG D
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. If 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.
PARAG D
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. Integer, 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.
PARAG D
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?
PARAG D
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 don’t 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. It 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.
Independent 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 udf’s.
44. What should you do if creating features that are to be included in a user defined
feature?
A. Limit the number of parents. If 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.
PARAG D
45. In family tables, what is a ‘generic’ and what is an ‘instance’?
A. In 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. If 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 it’s 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. In
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.
PARAG D
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.

More Related Content

What's hot

Unit 2 2 design consideration
Unit 2 2 design considerationUnit 2 2 design consideration
Unit 2 2 design considerationnilesh sadaphal
 
Sheet metal design
Sheet metal designSheet metal design
Sheet metal designHien Dinh
 
Introduction to ANSYS Workbench
Introduction to ANSYS WorkbenchIntroduction to ANSYS Workbench
Introduction to ANSYS Workbenchnagesh surner
 
An Introduction to Creo 3.0
An Introduction to Creo 3.0An Introduction to Creo 3.0
An Introduction to Creo 3.0Kshitiz24
 
Unit 2 Design Of Shafts Keys and Couplings
Unit 2 Design Of Shafts Keys and CouplingsUnit 2 Design Of Shafts Keys and Couplings
Unit 2 Design Of Shafts Keys and CouplingsMahesh Shinde
 
Unit 1 orthographic projection engineering graphics
Unit 1 orthographic projection engineering graphicsUnit 1 orthographic projection engineering graphics
Unit 1 orthographic projection engineering graphicsganesasmoorthy raju
 
Design and Construction of a Connecting rod
Design and Construction of a Connecting rodDesign and Construction of a Connecting rod
Design and Construction of a Connecting rodFaisal Niloy
 
Dfa guidelines
Dfa guidelinesDfa guidelines
Dfa guidelineskajavarun
 
Limit, fit, tolerance
Limit, fit, toleranceLimit, fit, tolerance
Limit, fit, toleranceSayyed Raza
 
Design of Riveted joints(Boiler joints)
Design of Riveted joints(Boiler joints)Design of Riveted joints(Boiler joints)
Design of Riveted joints(Boiler joints)SHIVAM AGRAWAL
 
Engineering Drawing basics.ppt
Engineering Drawing basics.pptEngineering Drawing basics.ppt
Engineering Drawing basics.pptDIEMS Aurangabad
 
Geometric dimensioning and tolerancing (GD&T)
Geometric dimensioning and tolerancing (GD&T)Geometric dimensioning and tolerancing (GD&T)
Geometric dimensioning and tolerancing (GD&T)Veer Singh
 

What's hot (20)

Unit 2 2 design consideration
Unit 2 2 design considerationUnit 2 2 design consideration
Unit 2 2 design consideration
 
Assembly of screw jack
Assembly of screw jackAssembly of screw jack
Assembly of screw jack
 
Sheet metal design
Sheet metal designSheet metal design
Sheet metal design
 
Machine drawing
Machine drawingMachine drawing
Machine drawing
 
Introduction to ANSYS Workbench
Introduction to ANSYS WorkbenchIntroduction to ANSYS Workbench
Introduction to ANSYS Workbench
 
An Introduction to Creo 3.0
An Introduction to Creo 3.0An Introduction to Creo 3.0
An Introduction to Creo 3.0
 
Unit 5.1 Riveted joints
Unit 5.1 Riveted jointsUnit 5.1 Riveted joints
Unit 5.1 Riveted joints
 
Limits,fits and tolerances
Limits,fits and tolerancesLimits,fits and tolerances
Limits,fits and tolerances
 
Unit 2 Design Of Shafts Keys and Couplings
Unit 2 Design Of Shafts Keys and CouplingsUnit 2 Design Of Shafts Keys and Couplings
Unit 2 Design Of Shafts Keys and Couplings
 
Unit 1 orthographic projection engineering graphics
Unit 1 orthographic projection engineering graphicsUnit 1 orthographic projection engineering graphics
Unit 1 orthographic projection engineering graphics
 
Design and Construction of a Connecting rod
Design and Construction of a Connecting rodDesign and Construction of a Connecting rod
Design and Construction of a Connecting rod
 
Machine design
Machine designMachine design
Machine design
 
Dfa guidelines
Dfa guidelinesDfa guidelines
Dfa guidelines
 
Limit, fit, tolerance
Limit, fit, toleranceLimit, fit, tolerance
Limit, fit, tolerance
 
Design of Riveted joints(Boiler joints)
Design of Riveted joints(Boiler joints)Design of Riveted joints(Boiler joints)
Design of Riveted joints(Boiler joints)
 
Engineering Drawing basics.ppt
Engineering Drawing basics.pptEngineering Drawing basics.ppt
Engineering Drawing basics.ppt
 
Riveted joints
Riveted jointsRiveted joints
Riveted joints
 
5. wire rope and sample problem
5. wire rope and sample problem5. wire rope and sample problem
5. wire rope and sample problem
 
Geometric dimensioning and tolerancing (GD&T)
Geometric dimensioning and tolerancing (GD&T)Geometric dimensioning and tolerancing (GD&T)
Geometric dimensioning and tolerancing (GD&T)
 
Jigs and Fixture
Jigs and FixtureJigs and Fixture
Jigs and Fixture
 

Similar to CREO / PROE QUESTIONS

Publishing geoprocessing-services-tutorial
Publishing geoprocessing-services-tutorialPublishing geoprocessing-services-tutorial
Publishing geoprocessing-services-tutorialSebastian Correa Gimenez
 
9 a0 057
9 a0 0579 a0 057
9 a0 057Almo56
 
1 Project 2 Introduction - the SeaPort Project seri.docx
1  Project 2 Introduction - the SeaPort Project seri.docx1  Project 2 Introduction - the SeaPort Project seri.docx
1 Project 2 Introduction - the SeaPort Project seri.docxhoney725342
 
School of Computing, Science & EngineeringAssessment Briefin.docx
School of Computing, Science & EngineeringAssessment Briefin.docxSchool of Computing, Science & EngineeringAssessment Briefin.docx
School of Computing, Science & EngineeringAssessment Briefin.docxanhlodge
 
Industrial training solid works report by atharva mahalle (19 me001)
Industrial training solid works report by atharva mahalle (19 me001) Industrial training solid works report by atharva mahalle (19 me001)
Industrial training solid works report by atharva mahalle (19 me001) NSVines
 
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docxBroncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docxcurwenmichaela
 
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docxBroncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docxhartrobert670
 
M04 Design Patterns
M04 Design PatternsM04 Design Patterns
M04 Design PatternsDang Tuan
 
IBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & A
IBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & AIBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & A
IBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & ASenturus
 
3 Strategies for Robust Modeling in Creo Parametric
3 Strategies for Robust Modeling in Creo Parametric3 Strategies for Robust Modeling in Creo Parametric
3 Strategies for Robust Modeling in Creo ParametricEvan Winter
 
Fundamentals of Data Structures Unit 1.pptx
Fundamentals of Data Structures Unit 1.pptxFundamentals of Data Structures Unit 1.pptx
Fundamentals of Data Structures Unit 1.pptxVigneshkumar Ponnusamy
 
Oracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and AnswersOracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and Answersdouglascarnicelli
 
Top 10 Interview Questions for Solidworks
Top 10 Interview Questions for SolidworksTop 10 Interview Questions for Solidworks
Top 10 Interview Questions for SolidworksEME Technologies
 
1z0-419 Oracle Application Development Framework 12c Essentials Test
1z0-419 Oracle Application Development Framework 12c Essentials Test1z0-419 Oracle Application Development Framework 12c Essentials Test
1z0-419 Oracle Application Development Framework 12c Essentials TestHollandLillian
 
Top 35-interview-questions-on-sap-abap
Top 35-interview-questions-on-sap-abapTop 35-interview-questions-on-sap-abap
Top 35-interview-questions-on-sap-abapprathamesh4865
 

Similar to CREO / PROE QUESTIONS (20)

Publishing geoprocessing-services-tutorial
Publishing geoprocessing-services-tutorialPublishing geoprocessing-services-tutorial
Publishing geoprocessing-services-tutorial
 
CAE_Final
CAE_FinalCAE_Final
CAE_Final
 
9 a0 057
9 a0 0579 a0 057
9 a0 057
 
1 Project 2 Introduction - the SeaPort Project seri.docx
1  Project 2 Introduction - the SeaPort Project seri.docx1  Project 2 Introduction - the SeaPort Project seri.docx
1 Project 2 Introduction - the SeaPort Project seri.docx
 
School of Computing, Science & EngineeringAssessment Briefin.docx
School of Computing, Science & EngineeringAssessment Briefin.docxSchool of Computing, Science & EngineeringAssessment Briefin.docx
School of Computing, Science & EngineeringAssessment Briefin.docx
 
Industrial training solid works report by atharva mahalle (19 me001)
Industrial training solid works report by atharva mahalle (19 me001) Industrial training solid works report by atharva mahalle (19 me001)
Industrial training solid works report by atharva mahalle (19 me001)
 
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docxBroncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
 
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docxBroncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
Broncosbuild.xmlBuilds, tests, and runs the project Broncos..docx
 
Solidworks software
Solidworks softwareSolidworks software
Solidworks software
 
SAC_Planning.pdf
SAC_Planning.pdfSAC_Planning.pdf
SAC_Planning.pdf
 
M04 Design Patterns
M04 Design PatternsM04 Design Patterns
M04 Design Patterns
 
IBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & A
IBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & AIBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & A
IBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & A
 
Technical Interview
Technical InterviewTechnical Interview
Technical Interview
 
3 Strategies for Robust Modeling in Creo Parametric
3 Strategies for Robust Modeling in Creo Parametric3 Strategies for Robust Modeling in Creo Parametric
3 Strategies for Robust Modeling in Creo Parametric
 
Fundamentals of Data Structures Unit 1.pptx
Fundamentals of Data Structures Unit 1.pptxFundamentals of Data Structures Unit 1.pptx
Fundamentals of Data Structures Unit 1.pptx
 
Oracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and AnswersOracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and Answers
 
Sda 9
Sda   9Sda   9
Sda 9
 
Top 10 Interview Questions for Solidworks
Top 10 Interview Questions for SolidworksTop 10 Interview Questions for Solidworks
Top 10 Interview Questions for Solidworks
 
1z0-419 Oracle Application Development Framework 12c Essentials Test
1z0-419 Oracle Application Development Framework 12c Essentials Test1z0-419 Oracle Application Development Framework 12c Essentials Test
1z0-419 Oracle Application Development Framework 12c Essentials Test
 
Top 35-interview-questions-on-sap-abap
Top 35-interview-questions-on-sap-abapTop 35-interview-questions-on-sap-abap
Top 35-interview-questions-on-sap-abap
 

Recently uploaded

DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxmirandajeremy200221
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...Call Girls in Nagpur High Profile
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Servicearoranaina404
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Delhi Call girls
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️soniya singh
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...home
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funneljen_giacalone
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Call Girls in Nagpur High Profile
 
Pastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. XxxPastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. XxxSegundoManuelFaichin1
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation decktbatkhuu1
 
2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptxsuhanimunjal27
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...Call Girls in Nagpur High Profile
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵anilsa9823
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...BarusRa
 
Government polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcdGovernment polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcdshivubhavv
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...sonalitrivedi431
 

Recently uploaded (20)

DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptx
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funnel
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
Pastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. XxxPastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. Xxx
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
 
2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
Government polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcdGovernment polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcd
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
 

CREO / PROE QUESTIONS

  • 1. PARAG D Interview 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/ENGINEER. 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.
  • 2. PARAG D 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. If 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.
  • 3. PARAG D 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. Integer, 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.
  • 4. PARAG D 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?
  • 5. PARAG D 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 don’t 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. It 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. Independent 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 udf’s. 44. What should you do if creating features that are to be included in a user defined feature? A. Limit the number of parents. If 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.
  • 6. PARAG D 45. In family tables, what is a ‘generic’ and what is an ‘instance’? A. In 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. If 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 it’s 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. In 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.
  • 7. PARAG D 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.