Thursday, October 1, 2009

SA 28 Exam Questions

Oops.. I don't remember all. SA 28 classmates, please fill the gaps where necessary. The questions here are not in its order. Sorry juniors.

ASP.NET

-
-What do you understand by Web Service? I vividly remember this question because I didn't answer it. This is the last question.


JAVA

Here, Suria asked the questions for Heroes also. It was about:

-Serialization
-Array List
-Iterator
-Garbage Collection
-Calendar
-Collections
-Hash Map
-Comparable
-Inheritance (extends)

Some are multiple choice questions. Some questions need only a short answer. Yeah, Suria said "Think a lot, Don't write a lot!"

For example, for the ArrayList, codes are given with gaps. You have to write the codes in the gaps.

In most of the questions, you have to fill the gaps. Sometimes write property class.



C#

-What Venkat showed in the Damo was enough.
-String Split
-Writing in class
-How to connect to the database
-DataSet

Mostly are comparisons and coding. You have to write the classes for the given scenario.

The comparison questions were short.


OOAD

- A scenario was given.
-Draw a Use Case Diagram for the given scenario.
-A class diagram for this scenario.

Oh, man, I almost forgot. I have to search my school books again.
In any means, you won't have much time to write down. Juniors, you should start practice writing very very quickly.

Wednesday, November 26, 2008

Help your JUNIOR!!!!!

HI SA28,

Help your junior, (SA-29, SA-30, .....) by posting your exam questions that you remember. If they only find out our SA27 old questions, it is not enough for them.
Please keep in touch with this blog by posting your articles, exam questions.

Monday, September 15, 2008

To SA29

Hello SA29,

How's everything in 1st Semester? Due to the mass requests in Cbox, I make the link for the question types for our SA27 batch. You can see the one in the Labels box. But we don't have SA28 questions. Pls ask them to upload. May be they don't have access to this blog or other reasons. SA27 and SA28 questions types are not similar. Anyway, u can at least know how ISS questions look like. Good luck.

We are more than happy to give u access to this blog. So, u all can also participate and upload ur questions also. Pls send issfriends@googlegroups.com this email address for blog author request. Pls include ur name, batch and blog userID there to check whether u r ISS students or not. We don't give the access right to Non-ISS students.

If possible, we also want to handover batch by batch and keep running this blog. We hoped SA28 to participate in this blog, but they were hardworking students and very busy with their study. We hope SA29 to spend some of your precious time in this blog.

The below are the links of ISS Groups from community site.
Friendster
Google Groups
Facebook
Ning

That's all. Good luck all our brothers and sisters from SA29.
SA27

Monday, May 12, 2008

Medical aid for people suffered from Cyclone Nargis

Dear All,

If any of you want to donate any kind of Medicine or Medical Equipments or Volunteer in Medical Service for victims in Ayeyarwaddy, please contact Dr. Kyaw Nandar (ph: 095099955).
**Tens of thousands of people are waiting for your help.

Thank you very much.

Saturday, May 3, 2008

Cyclone heavily damaged commercial capital Yangon

A Myanmar official says a tropical cyclone packing winds of 190 kilometers per hour, or 120 miles, caused heavy damage in Yangon, tearing off roofs and knocking out electricity in much of the country's commercial capital.

The official from the country's Meteorology Department says he expects deaths and injuries from Saturday's storm. But he could not provide any figures. Herefused to be named because he is not authorized to speak to the press.

The meteorological bureau said in a special announcement broadcast several times Friday afternoon that tropical cyclone Nargis could hit the coast near Yangon, the country's biggest city. Nargis originated in the Bay of Bengal.

Friday, May 2, 2008

Nargis Activated!!!!!!!!!!!

This morning I got news from Yangon. Government announce weather alert at Yangon.
There will be Cyclone this evening (2 May 6 P.M local time).




Affected Cities

1.BoGaLay
2.
Phyapon
3.LaPutta

4.Coco Island


5.Yangon
6.
Kangyidaung
7.
Bassein

8.
Nattalin
9.
Kyangin
10.Zigon
11.Gyobingauk
12.Pyuntaza


Read More Detail Here

Friday, April 18, 2008

Requirement Workflow Use Case Writing Process

I got this process from teaching PPT, I will support the link below.

1.Name the system scope and boundaries.
2.List the actors (Brainstorm)
3.List user goals for the system (becoming use case)
4.Capture the outmost summary use case to see "Who really cares" - seeking primary actors
5.Reconsider and revise summary use cases.Add, subtract or merge goals (Refining)
6.Select one use case to expand
7.Capture stakeholder interests and preconditions and guarantees (their requirements - there may be additional requirements)
8.Write the main succes scenario
9.List the extension conditions (Brainstorm)
10.Write the extension-handling steps
11.Extract complex flows to sub use case; merge trival sub use cases (Refining again)
12.Iterate and adjust

I think list number 1 to 6 will be helpful for SA28 who are now facing their exam on coming Monday.....

GOOD LUCK JUNIORS!!!!


Static Modelling & Dynamic Modelling in OOAD

Static Modelling : It is used to specify structure of the objects that exist in the problem domain (we will discuss this in next post). These are expressed using classes,objects and use case diagrams.It is Time Independent View.

Dynamic Modelling: It is Time Dependent View.It representing the object interactions during runtime , mostly represent by sequence, activity,collaboration and statechart diagrams.

Still confusing on System Actors and Internal Workers ?


Most of my juniors ask me about System Actor and Internal Worker –
a. Are they same?
b. What are Internal Worker and External Worker?
Usually those questions come up because of not getting the concept on Business workflow and Requirement workflow –

My classification is very simple (for dummies – like me). It is based on what we are focusing on .Let me explain with picture, cause single picture worth thousand of words.

First I pick Actors from case study. At this moment, I don’t care whether it is system or business actor. To pick Actors, there is definition – say – a person who is interacting with something. Something can be either business or system. For example, if we are discussing on Business workflow and there are a lot of people interact with the business. Those people may be (not are) Business Actors. If we are talking our requirements of business and to implement some system, people (not only human) who can interact (use) with our future system will become System Actors.

For instance, in manufacturing business, there are a lot of employees working in industry.
QCs, Engineers, Technicians, HRs, Managers, Accountants, Office Staffs, etc. Those people are working for this business – we call them Internal Workers of this business. So, in contrast, we can have External Workers . These External Workers may be Business Actors but not all External Workers are Business Actors. Same idea work for Internal Workers, not all Internal Workers are System Actors. It depends on who will use the system .