Implementation, Deployment and Maintenance Flashcards

1
Q

What design tiers are there?

A

Presentation tier
Business logic tier
Data tier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What tier do we lose doing MVC?

A

Business logic - where would we put it?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s the deal with MVC?

A

You can separate out parts of application based on Model View Controller.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the controller do?

A

Makes stuff work together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s OAUTH?

A

Standard protocol for authorising web apps

Allows us to authorise third party sites on another service (eg. your site but log on with facebook)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What’s REST?

A

REpresentational State Transfer:

architec

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What’s SOAP?

A

Simple Object Access Protocol. Standard communication protocol for XML over HTTP or SMTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly