Systèmes d'information et gestion des données
15 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Quelles caractéristiques définissent une architecture monolithique ?

  • Utilisation de plusieurs technologies
  • Une séparation claire des responsabilités
  • Indépendance des fonctionnalités
  • Un couplage fort des fonctionnalités (correct)

Quels sont les défis associés à l'architecture en microservices ?

  • Coordination entre les équipes (correct)
  • Développement d'un monolithe
  • Couplage fort des services
  • Centralisation des règles métier

Quels avantages peut-on attendre d'une architecture en microservices ?

  • Couplage fort
  • Difficulté de mise à jour
  • Répartition des responsabilités (correct)
  • Technologies homogènes

Qu'est-ce qui caractérise l'architecture orientée lasagne ?

<p>Une séparation claire en couches (D)</p> Signup and view all the answers

Quelle méthode est utilisée pour établir une vision du TO-BE dans l'urbanisation ?

<p>Mapping AS-IS (D)</p> Signup and view all the answers

Quel est le premier composant essentiel d'un Système d'Information ?

<p>Collecte (B)</p> Signup and view all the answers

Quelle est la fonction du middle office dans un SI bancaire moderne ?

<p>Contrôle des risques et de la fraude (D)</p> Signup and view all the answers

Quel type de données ne fait PAS partie des exemples de flux d'information dans un SI ?

<p>Données de réseaux sociaux (B)</p> Signup and view all the answers

Quel est un défi du passé pour les Systèmes d'Information ?

<p>Coûts de maintenance (A)</p> Signup and view all the answers

Quelle architecture logicielle est associée à la décennie des années 2010 ?

<p>Orientée ravioli (A)</p> Signup and view all the answers

Quel composant de l'Infrastructure ne fait PAS partie d'un Système d'Information ?

<p>Analytique (B)</p> Signup and view all the answers

Quel type de données est essentiel pour la personnalisation des clients ?

<p>Données transactionnelles (B)</p> Signup and view all the answers

Quelle est une caractéristique des architectures cloud natives ?

<p>Serveurless (A)</p> Signup and view all the answers

Quelle méthode ne fait PAS partie de l'urbanisation des SI ?

<p>Stratégie de maintenance (C)</p> Signup and view all the answers

Quelle méthode de stockage utilise un système de données opérationnelles ?

<p>Base de données opérationnelle (B)</p> Signup and view all the answers

Flashcards

Monolith

Une architecture où toutes les fonctionnalités d'une application sont regroupées dans un seul code source.

Microservices

Une approche de développement où chaque fonctionnalité est implémentée indépendamment, dans un code source distinct.

Lasagna-oriented architecture

Une architecture où l'application est divisée en couches distinctes (par exemple, présentation, logique métier et accès aux données).

Méthode d'Urbanisation

Le processus d'analyse et de transformation d'une architecture informatique existante vers une nouvelle architecture plus optimale.

Signup and view all the flashcards

Empowered Product Teams

Une architecture où les équipes sont responsables de fonctionnalités complètes, couvrant tous les aspects (développement, produit, design, etc.).

Signup and view all the flashcards

Système d'Information

Un système organisé pour collecter, traiter, stocker, diffuser et protéger l'information.

Signup and view all the flashcards

Utilisateurs du SI

Les personnes qui utilisent le système d'information : clients, employés, partenaires.

Signup and view all the flashcards

Applications du SI

Les logiciels utilisés pour traiter l'information : ERP, CRM, applications métier.

Signup and view all the flashcards

Infrastructure du SI

Les composants physiques du système d'information : serveurs, réseaux et sécurité.

Signup and view all the flashcards

Processus métier du SI

L'ensemble des processus et des tâches menés par l'entreprise: ventes, production, support.

Signup and view all the flashcards

Données du SI

Les données stockées dans le SI : données de référence, données de transactions, documents.

Signup and view all the flashcards

Valeur business du SI

La valeur ajoutée du SI pour l'entreprise, basée sur ses objectifs et sa stratégie.

Signup and view all the flashcards

Feedback du SI

L'interaction entre le SI et l'entreprise, permettant d'utiliser les informations pour la prise de décision.

Signup and view all the flashcards

Anatomie d'un SI Bancaire Moderne

L'architecture du SI bancaire moderne, séparée en trois couches : front office, middle office et back office.

Signup and view all the flashcards

Flux d'information dans le SI moderne

Flux de données dans le SI moderne : sources de données, traitement en temps réel et par lots, stockage, utilisation.

Signup and view all the flashcards

Study Notes

Tanguy Giton's Profile

  • Tanguy Giton is an ESIEA alumnus from the 2018 class.
  • He holds a Master's degree in Project and Program Management from SKEMA.
  • He works as a software editor at IKNO.
  • He is also a freelance IT consultant.
  • His email address is [email protected]

System Information

  • A system is organized to:
    • Collect: Capture information where it originates.
    • Process: Transform raw data into usable information.
    • Store: Securely and accessibly store data.
    • Distribute: Effectively deliver appropriate information when needed.
    • Protect: Ensure data confidentiality and integrity.
  • Information is crucial to an enterprise's operation.

Components of an Information System

  • Users: Clients, employees, and partners interact with the system.
  • Applications: ERM (Enterprise Resource Management), CRM (Customer Relationship Management) software are examples.
  • Infrastructure: Servers, networks, and security are key.
  • Processes (Business Processes): Vente (Sales), Production, Support are examples of business processes.
  • Data: Referential data, transactions, and documents are utilized by the system.

IS, the Value Creator for Business

  • Business objectives drive the system.
  • Raw data is processed into meaningful information.
  • Decisions are made based on this information.
  • Feedback loops constantly refine and optimize the process.
  • Examples include personalized client data, predictive maintenance, and stock optimization driven from data analysis.

Anatomy of a Modern Banking IS

  • Front office: Clients, web, mobile, agencies, and partners engage directly.
  • Middle office: Controls risks from issues like fraud, manages limits, and provides services.
  • Back office: Handling accounting (Compta), treasury (Tréso), reporting, and batch processing.
  • Central data includes client, account, and transaction information.

Data Flows in Modern IS

  • Data sources (clients, partners, internal sources like IoT): varied input points.
  • Real-time and batch processing of data through API gateway.
  • Data storage in operational databases (Base Opérationnelle), Data Warehouses (Data Warehouse), and Data Lakes (Data Lake).
  • Utilization via KPIs, dashboards, and analytical tools (BI, analytics, ML/AI).

IT System Challenges in 2024

  • Past: Monolithic applications, on-premises infrastructure, long development cycles, siloed teams, and maintenance issues.
  • Present: Coexistence of old and new technologies, hybrid cloud solutions, agile development, microservices, and APIs.
  • Future: Cloud-native, serverless, event-driven architecture, intelligent automation, AI (IA), edge computing, and skilled talent shortages.

Urbanization of IS - Principles and Method

  • Strategic planning and definition drive the system.
  • Identifying business processes is critical.
  • Function zones are mapped.
  • Applications are designed and architected.
  • Infrastructure is put in place to support the whole system.

Software Architecture Evolution

  • 1990s: Spaghetti-oriented architecture (Copy & Paste)
  • 2000s: Lasagna-oriented architecture (Layered Monolith)
  • 2010s: Ravioli-oriented architecture (Microservices)
  • The evolution presents different methods of handling data.

Monolith vs. Microservices

  • The diagram illustrates the transition from monolithic to micro-service architectures.
  • Tech feature teams play an increasing role.
  • The transition aims to improve agility and scalability.

Monolithic Application

  • A single, unified codebase for all functionalities.
  • Tight coupling between components.
  • A single file or one page handles several functionalities.
  • Business logic is often scattered and interdependent.

Layered Monolithic Application

  • Use of design patterns and object-oriented structures.
  • Explicit separation of responsibilities and business rules.
  • Centralized business rules for improved consistency.

Micro-Services

  • Each functionality is independent and utilizes different technologies.
  • Components interact loosely through APIs.
  • Each component is independently deployable.

IS Urbanization Method

  • AS-IS Mapping: Current state documentation, processes, and applications.
  • Analysis: Identifying weaknesses, opportunities, and constraints of the system.
  • TO-BE Design: Desired architecture, services, and governing bodies.
  • Convergence Plan: Roadmap, projects, quick wins, budgeting, and organizational details.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

Ce quiz porte sur les systèmes d'information, leur collecte, traitement, stockage et distribution des données. Découvrez les différents composants et leur importance dans le fonctionnement d'une entreprise. Testez vos connaissances sur les applications et l'infrastructure associées aux systèmes d'information.

More Like This

Information Management Systems Overview
16 questions
Introduction to Data in EIS
21 questions
Introduction to Enterprise Information Systems
24 questions
IT Job Roles in Enterprise Information Systems
10 questions
Use Quizgecko on...
Browser
Browser