GA 1 Flashcards

1
Q

Strategic level relationships

A

companies act collaboratively
in a specific market where they produce specific product. The supplier develops, designs & produces specific
components for the buying organization. These types of
inter-firm collaborative relationships are called Value Added Partnerships

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

Types of APIs

A
  • Public
  • Restricted
  • Private
  • Internal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A good public APIs has:

A
  • A clear endpoint
  • Documentation
  • Examples in multiple code languages
  • May have an SDK
  • You can find resources for free in the web
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

API Introduction

A

Usage:

  • An API mimics a sequence of actions that could b performed by a human
  • An API gives you access to “customisable part of of a website”
  • An API share information between companies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Format: JSON vs XML

A

JSON
 {“employees”:[ { “firstName”:”John”, “lastName”:”Doe” }, { “firstName”:”Anna”, “lastName”:”Smith” }, { “firstName”:”Peter”, “lastName”:”Jones” }]}
XML
 John Doe Anna Smith Peter Jones

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