Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

IIEC Alumni

IIEC Alumni Logo IIEC Alumni Logo

IIEC Alumni Navigation

  • Alumni Learning
  • Get Qualified!
  • Programs
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Alumni Learning
  • Get Qualified!
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Latest Activity
  • Trends
  • Users
  • Help
  • Alumni Learning
  • Get Qualified!
  • Programs

SudipSikdar

Ask SudipSikdar
1Follower
1Question
Programs/ SudipSikdar/Answers
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Followed Questions
  • Favorite Questions
  • Groups
  1. Asked: September 15, 2019

    How does the ci/CD pipeline setup differ from the monolith to microservices

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 2:22 pm

    The CI/CD pipeline should be separate for each microservice. for each service can run in its own docker container . The containers are orchestrated through kubernates cluster.

    The CI/CD pipeline should be separate for each microservice. for each service can run in its own docker container . The containers are orchestrated through kubernates cluster.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: July 5, 2019 Microservices

    How would an engineer try to eliminate non-determinism in unit tests?

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 2:18 pm

    Run the tests in isolation.Don't use sleep for asynchronous responses, instead use callback or polling. wrap the system clock so that it can be substituted for testing.

    Run the tests in isolation.Don’t use sleep for asynchronous responses, instead use callback or polling. wrap the system clock so that it can be substituted for testing.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: October 29, 2019 Blockchain

    Bitcoin uses what proof of work consensus system?

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 9:11 am

    Proof of work

    Proof of work

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: July 5, 2019 Microservices

    Can you tell me what Bounded Text is and how it relates to microservices?

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 9:05 am

    Bounded text is the defined context. In microservice world the bounded context is the basic requirement to define a service.

    Bounded text is the defined context. In microservice world the bounded context is the basic requirement to define a service.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: October 29, 2019 Blockchain

    In the Ethereum EVM there are two types of memory areas, what are they?

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 9:03 am

    storage and memory

    storage and memory

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Asked: September 16, 2019 Microservices

    What is saga pattern

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 8:57 am

    A saga is a sequence of local transactions where each transaction updates data within a single service. The first transaction is initiated by an external request corresponding to the system operation, and then each subsequent step is triggered by the completion of the previous one.

    A saga is a sequence of local transactions where each transaction updates data within a single service. The first transaction is initiated by an external request corresponding to the system operation, and then each subsequent step is triggered by the completion of the previous one.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  7. Asked: October 29, 2019 Blockchain

    What the difference between blockchain endorser and consensus?

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 8:55 am

    Consensus determines which is the outcome And Endorser gives a green signal whether the block to be written in the chain

    Consensus determines which is the outcome And Endorser gives a green signal whether the block to be written in the chain

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: October 29, 2019 Blockchain

    Satoshi Nakamoto invented a way to achieve Decentralised Consensus? True or False

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 8:52 am

    True

    True

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: January 11, 2020 Data Science

    What is ACID property in a database?

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 8:50 am

    Atomicity , Consistency , Isolation and durability of the data. Basically it guarantees transactions are reliably executed in databse.

    Atomicity , Consistency , Isolation and durability of the data. Basically it guarantees transactions are reliably executed in databse.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: October 30, 2019 DevOps

    why DevOps?

    SudipSikdar

    SudipSikdar

    • 1 Question
    • 22 Answers
    • 0 Best Answers
    • 228 Points
    View Profile
    SudipSikdar
    Added an answer on January 21, 2020 at 8:46 am

    To create a single team with development and operations , maintenance.

    To create a single team with development and operations , maintenance.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 2 3

Sidebar

Ask A Question

Stats

  • Questions 40k
  • Answers 2k
  • Best Answers 10
  • Users 69k

Recent posts

  • Active Learning • The Definitive Guide
    • On: February 14, 2019
    • Comment: 1

    Active Learning • The Definitive Guide

  • How Can Businesses Track Employee Digital Skills?
    • On: February 3, 2019
    • Comments: 6

    How Can Businesses Track Employee Digital Skills?

Explore Our Blog

Trending Topics

academic ai anxiety therapist in palm beach blockchain business cara meng­gu­gur­kan kan­dun­gan education fleet gps tracking solutions game gps tracking for trucks gps tracking devices gps tracking solutions health iiot industry 4.0 iot leon288 mental health therapist in palm beach obat penggugur kandungan robotics therapist in palm beach gardens

Explore

  • Alumni Learning
  • Get Qualified!
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Latest Activity
  • Trends
  • Users
  • Help

Footer

IIEC Alumni

Alumni | IIEC Business School

Alumni is the #1 Active Learning Platform (ALP) for Qualification in Future Skills, which help you improve your knowledge, connect with other people, and earn certifications. Learning, Sharing, Growing, all in one place.

About Us

  • Meet The Team
  • Blog
  • About Us
  • Contact Us

legal Stuff

  • Terms of Use
  • Privacy Policy
  • Cookie Policy

Help

  • Knowledge Base
  • Support

Social Media

© 2021 Discy. All Rights Reserved
With Love by 2code.