Interview Question Regarding TcUA


13 comments:

  1. Product Structure Editor(PSE)

    1 What is the difference between a Revision and version in Teamcneter ?
    2 What is the difference between Item and Item revision in Teamcenter ?
    3 What is the difference betweeen Precise and Imprecise assemblies in Teamcenter ?
    4 What is the difference between where used and where referenced searches in Teamcenter ?
    5 What is the difference between Item, Part, Assembly, BOM, and PSE, item revision, BOM View, BVR ?
    6 What is the difference between a 'Substitute' and 'Alternative' ?
    7 What is the difference between version and revision ?
    8 what is an absolute occurance ?
    9 What is a Supersedure ?
    10 What is the difference between an Absolute occurrence and a relative occurrence ?
    11 What is a direct model dataset?
    12 What is sequence ?
    13 What is global alternate ?
    14 What is the diff. btwn Global Alternate, Substitute, Configurable Variant?
    15 Difference between Revision effectively, Occurrence effectivity?
    16 What is the advantage of Revision effectivity?
    17 What is the advantage of Incremental changes over revision/structure effectivity?
    18 When do you prefer using Revision effectivity over Occurrence effectivity ?

    ReplyDelete
  2. *** Workflow

    *** Change Management

    *** Access Manager


    1 What is a rule ?
    2 What are the ways a rule tree is created ?
    3 What ar the types of Access Control Lists?
    4 What are the types of Data protection in Teamcenter ?
    5 Subbranches always take precedence over parent branches in the rule tree. why ?
    6 What is primary security mechanism and what is secondary security mechanism ?
    7 What is the difference between Project team member and Privileged team member ?

    ReplyDelete
  3. *** Business Modeler IDE (BMIDE)Teamcenter


    1. How do you convert a Secondary business Object to a primary business Object?
    2. Where do you create list of values?
    3. What are cascading LOVs?
    4. What are the types of LOVs?
    5. What is afilter LOV?
    6. What is an interdependent LOV?
    7. How do you add a LOV to a property?
    8. What is a compound property?
    9. How do you add naming rules to a property?
    10. What are the constraints we set for creating a GRM rule?
    11. Tell me about deep copy rule.
    12. What are the types relations between business objects ?

    ReplyDelete
  4. ***Teamcenter Administration


    ***Classification


    ***Organizatoin




    1 What is the difference between User and Person ? Why do we need to create both for each account ?
    2. Is DBA role in dba group same as DBA role in any group ?
    3. what happens if we rename a group ?
    4. What happens if a group has not been assigned a default volume ?
    5. what is the difference between a site and hub ?
    6. what is the difference between a hub and a ODS ?
    7. what happens if we change site ID ?

    ReplyDelete
  5. *** Multisite Collaboration



    1 What is the difference between a site and a facility ?
    2 What are the best practices with Multisite collaboration ?
    3 What happens if we do not specify the target site while exporting an object ?
    4 How do we act when the assigned site is not able to modify the object ?
    5 What do we if there is ownership inconsistency ?
    6 What are the types of synchronization ?
    7 What is Default synchronization behavior ?
    8 What are different synchronization methods ?
    9 Where can we set the default synchronization?
    10 what is bulk data synchronization ?
    11 why is bulk data synchronization done ?
    12 What happens if the master object is deleted and the replicas are not ?
    13 Can we transfer ownership to two different sites ?
    14 What is referential integrity and how is that achieved ?
    15 How do you prevent some sites from viewing / accessing objects from a specific site ?

    ReplyDelete
  6. Problem Description
    When trying to access a table on a database I got the following error:

    ORA-01219: database not open: queries allowed on fixed tables/views only

    I then opened an SQLPLUS window and tried to open the database and got the following errors:

    ORA-01172: recovery of thread 1 stuck at block 1949 of file 2
    ORA-01151: use media recovery to recover block, restore backup if needed


    Solution
    To solve the problem I mounted the database and ran SQL command "recover database;". I was then able to open the database and access the data.

    SQL> shutdown immediate;
    ORA-01109: database not open

    Database dismounted.
    ORACLE instance shut down.

    SQL> startup mount;

    ORACLE instance started.

    Total System Global Area 1073741824 bytes
    Fixed Size 1253124 bytes
    Variable Size 511705340 bytes
    Database Buffers 553648128 bytes
    Redo Buffers 7135232 bytes
    Database mounted.


    SQL> recover database;


    Media recovery complete.


    SQL> alter database open;

    Database altered.

    ReplyDelete
  7. How to login after of changing of hostname ?

    Solution :-

    1. Change host name at both place ( fcc.xml within fcc folder and also at *fsc.xml file )
    2. update fms_boots* preference variable.
    3. Check other preference which pointing to old host name.
    4. if your license server was on it, your license file needs to be regenerated
    5.if your license file is generated for that hostname then you may need to check with Siemens
    or from whom you got your license and regenerate the license file for your new host.

    ReplyDelete
  8. How undo item created with itk utility ?

    Solution:-

    You can create restore points( POM_place_markpoint) in your code and can roll back to a restore point.(POM_roll_to_markpoint). According to ITK Reference guide - "Once POM_place_markpoint has been called, POM is prepared to undo any changes made during that session to the point specified. It therefore has to store the state of everything it changes. This can require substantial amounts of system memory."

    ReplyDelete
  9. Bom Line is Dynamic object then where the sequence number ,find number attribute are stored ?

    Solution:-

    Find number is stored in a table - PPSOccurrence in DB- in BMIDE you can see it in the business object - PSOccurrence, Find no can be easily extracted through pom enquiry if you have PSOccurrence puids (or tags ) in bulk else AOM_ask_value_tag can be used to extract the corresponding value. Another way, though less efficient than the above methods is via use of BOM Window.

    ReplyDelete
  10. Where to add action handler for task rejection ?

    Solution:-

    Teamcenter workflow designer help manual has an example of usage of demote handler.

    ReplyDelete
  11. How we create Syslog TcUA?

    solution:-

    TC_write_syslog and set TC_KEEP_SYSTEM_LOG=true

    ReplyDelete
  12. Reference Properties in Teamcenter UA


    Reference-based properties are used to set/get a reference to another object. hence it is stored in the database as a attribute and mapped to the property.

    It just like you might have used relation property which is also used for setting/getting reference to secondary object.

    So by travresing the object you must get its reference property value, to get more clear picture just open the BMIDE and have a look at properties.

    Example:

    BOM_view_tag is reference property on Item of type untyped reference.

    owning_site is a reference proeprty on item of type typed refernce.

    UntypedReference is a type of attribute that points to any Teamcenter class and TypedReference is a type of attribute that points to a Teamcenter class.

    ReplyDelete
  13. sir i would like to get in touch with u. is it possible?

    ReplyDelete