GeekInterview.com
Series: Subject: Topic:

UML Interview Questions

Showing Questions 1 - 20 of 24 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Difference between customization and optimization

Asked By: Ejaz Zia | Asked On: Jun 24th, 2011

Is there any difference between customization and optimization &/or both are of same meaning? But i'm sure there must be some difference:-)

Answered by: anu_peoplesoft on: Oct 29th, 2012

Customization is merely a change in the delivered code for attaining the requirement of the client -- it can be adding a new field on the page just to show the payment method/ to show the payment date...

Explain how sequence diagram differ from component diagram?

Asked By: jeevarekhamca | Asked On: Nov 6th, 2009

Answered by: Sandhya.Kishan on: Apr 11th, 2012

1. A component diagram represents how the components are wired together to form a software system where as a sequence diagram is an interaction diagram which represents how the processes operate with ...

What is the difference between an image and a map

Asked By: niamatfaizi | Asked On: Aug 28th, 2011

Answered by: Sandhya.Kishan on: Apr 11th, 2012

Image:An image is an exact replica of the contents of a storage device stored on a second storage device. Map:A file showing the structure of a program after it has been compiled. The map file lists ...

Artificial intelligence

Asked By: Parag Ramesh | Asked On: Sep 5th, 2011

How do humans recognize a word?

Answered by: Sandhya.Kishan on: Apr 5th, 2012

We basically process the shape of each individual letter in a word at the same time, and therefore determine the word itself. We then derive the semantics of the word using "back up" files in the brain.

Answered by: galla_srinivas on: Feb 22nd, 2012

By Identifing it by knowing language or knowledge

What is descriptive object program?

Asked By: dipungrh | Asked On: Sep 15th, 2011

Answered by: Rahul on: Jan 31st, 2012

The object diagram should use , When relationship of objects are getting at the runtime and system is very complex

Answered by: Lokesh M on: Nov 28th, 2011

The technique of identifying objects on the basis of their properties collection or by giving description in the form of string arguments is known as Descriptive Programming. It is mainly used in the...

Work breakdown structure

Asked By: tongent | Asked On: Aug 4th, 2011

What key points should I put into consideration when writing a wbs (work breakdown structure), considering that I have to read through a 1500 page bucs (business use case) and sucs (system use cases) and a timeline of 3 weeks?

What is uml? How it is usefull?

Asked By: aradhpandey | Asked On: Oct 3rd, 2007

Answered by: glamar on: Mar 14th, 2010

Unified Modeling Language (UML) is a standard language for writing software blueprints.
The UML may be used to visulize, specity, consrtuct and document of a software-intensive system.

Answered by: sskgundla on: Jun 25th, 2008

Using the Unified Modeling Language will result in lower overall costs, more reliable and efficient software, and a better relationship with parties involved. Software documented with UML can be m...

How to identify strong aggregation (composition) relationship between classes and what is difference between association and aggregation(while programming implementation of them)?

Asked By: Pritesh Dubey | Asked On: Mar 14th, 2007

Answered by: Neo_TCS on: Nov 10th, 2009

Composition is the strongest form of association - not a "Weak has a " as said above...

Answered by: jherna on: Sep 30th, 2008

First let me say that aggregation is not composition or viseversa.  The OOD concept is "Association" and there are two types.  Both are "Has a" relationships.  ...

How usecase diagrams are used in software creation & what about their functions?

Asked By: sudha | Asked On: Oct 26th, 2007

Answered by: Yash7 on: May 4th, 2009

Use case represent the function which perform by software system and it is initialised by actor.

Answered by: ALISHA on: Nov 13th, 2007

use case diagrams mainly used to represent the functionality of a system in terms of actors and use cases.

Analyse the system in terms of uml

Asked By: udayakiran | Asked On: Mar 6th, 2008

While developing a system we analyse the system in terms of uml diagrams how should we proceed to explain these and draw them accurately.

Answered by: GirishKrishnan on: Feb 3rd, 2009

This comes under OOAD :Steps involved :-----------------------------------------------------1. Identifying the Actors2. Identifying Individual Usecases ( Draw usecase diagrams, Which includes Actor pa...

Answered by: sskgundla on: Jul 2nd, 2008

By using Use Case Driven Object Modeling with UML.

Component diagram question

Asked By: Elham_gh | Asked On: Nov 10th, 2008

I have some questions about component diagram:1. How can I recognize components of a system?2. How can I recognize interfaces of a component?3. How can I know whether I should use ports or not?

Explain few class diagramming guidelines?

Asked By: shivaraj.gk | Asked On: Apr 23rd, 2007

Answered by: ALISHA on: Nov 13th, 2007

Class diagram contains three parts. First part represents the class name, second part represents the attributes of the class, third part represents the functions of the class.

What is the difference between an API and a framework?

Asked By: joel | Asked On: Jan 10th, 2007

Answered by: Dusan on: Nov 2nd, 2007

Furthermore, an API is often a finished, working component which is readily used (maybe with some minor additions). Frameworks are in no instance ready out-of-the-box and aim to take care some of the ...

Answered by: mohammed umer farooq on: Mar 9th, 2007

API is a set of classes written for a desired functionality..For example JDBC API provides the functionality to connecting databases in java..whereas framework is also a set ot classes but the purpose...

Who developed uml?

Asked By: fred | Asked On: Jan 10th, 2007

Answered by: Dusan on: Nov 2nd, 2007

No, UML was not developed by Rational Software(was developed by the Object Management Group), although some of the people on the OMG committee do/did work for RS (now owned by IBM, in the Rational division).

Answered by: Jay Saunders on: Oct 16th, 2007

UML is based on the work of Grady Booch, Ivar Jacobson, and James Rumbaugh.  The UML standards were later developed by the Object Management Group (OMG).

What are parameterized classes in uml?

Asked By: nancyphilips | Asked On: Jan 10th, 2007

Answered by: Dusan B on: Nov 2nd, 2007

Some object-oriented languages such as C++ and Ada support the concept of parametrized classes. C++ calls this facility “templates”, and Ada calls it “generics”; UML uses the C++ term. New ...

What are the uses or application of uml?

Asked By: christia | Asked On: Jan 10th, 2007

Answered by: Dusan B on: Nov 2nd, 2007

UML can be used to model the whole system visually independently of the platform language. This applies to the very high level architecture (Component diagrams, Use-Case diagrams, State diagrams, etc....

Answered by: ksaisridhar2k on: Mar 6th, 2007

To develop Use Cases and to Provide users with a ready-to-use, expressive visual modeling.

Uml diagrams

Asked By: Sachin Pawar | Asked On: Oct 23rd, 2007

What is the difference between sequence diagram and collaboration diagram? Can a sequence diagram be replaced by collaboration diagram?

Answered by: Dusan B on: Nov 2nd, 2007

Sequence Diagrams (Message Sequence Charts) and Collaboration diagrams have a one to one relationship. Given a MSC you can easily convert it into a Collab. diag. and vice versa. However, the form in w...

What is ageeregation & composistion ?

Asked By: Dharmaraj.B | Asked On: Jan 3rd, 2007

Answered by: Priyank Jain on: Jun 20th, 2007

Aggregation: Child object refrence exists even after the Parent object refrence set to null.In Some Scenarios child refrence is required even after the Parent object refrence set to nul...

Answered by: CooCoo on: Mar 5th, 2007

Aggregation: when one class owns but shares a reference to objects of another class. symbol: empty diamond arrow.

Composition: when one class contains objects of another class. symbol: filled diamond arrow.

What is a stereotype in uml?

Asked By: norman | Asked On: Jan 10th, 2007

Answered by: rashmitambe on: Apr 20th, 2007

Stereotype is an extension to existing UML vocabulary. It is used to create new model elements or derive from existing ones having specific properties pertaining to your problem domain. For example, ...

Answered by: Rashmi Tambe on: Apr 20th, 2007

Stereotype is an extension to existing UML vocabulary. It is used to create new model elements or derive from existing ones having specific properties pertaining to your problem domain. For example, y...

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.