SlideShare a Scribd company logo
1 of 19
Copyright © 2012 NTT DATA Corporation
Look into
Communication
Copyright © 2012 NTT DATA Corporation 2
3Copyright © 2012 NTT DATA Corporation
Team meeting with JP leader
• What is the current mini-topic/ problem under discussion ?
– A file should be make?
– A cell should be fill?
• What is current communication intention?
– Now it’s a question?
– Now it’s a confirmation?
– Now it’s an explanation
• Always bear in mind both of the above
E.g
– Now it’s a questions about the whether ... file should be created
– Now it’s confirmation about the content of a cell to be filled
Topic
4Copyright © 2012 NTT DATA Corporation
Team meeting with JP leader
• The process
– Problem → Solutions → Decision
• The points
– Move on
– Spend just enough effort on 1 thing, then move on (don’t dwell on 1
thing)
E.g:
No new information then move on
Found problem then move on
Had enough options for solution then move on
Make decision then move on
5Copyright © 2012 NTT DATA Corporation
Appd_In team communication
What you are saying is either
• A comment
• A feed back
• A request
• An expect
• An instruction
• A fact-finding
• A pure question
• A summary
6Copyright © 2012 NTT DATA Corporation
Appd_In team communication
Then may be
• A comment (aggressive)
• A feed back (aggressive)
• A request (aggressive)
• An expect (aggressive)
• An instruction (aggressive)
• A fact-finding (neutral)
• A pure question (neutral)
• A summary (neutral)
• An answer (passive)
• A praise (cooperative)
• A propose (cooperative)
The question is how to find a good balance
7Copyright © 2012 NTT DATA Corporation
With a map, for example
INPUT
OUTPUT
BUSINESS
Input Validate Input Edit
Val. Items
Val. Conditions/
Logic ( +
parameters)
Val. Output
(error msg.)
Edit Items
Edit Conditions/ Logic
Edited values
Output Edit
Edit Items
Edit Conditions/ Logic (+ parameters)
Edited values
Condition Items
Condition Logic
Condition values
Target Items
Business Logic (CRUD)
Setting values
Process Conditions Processing
8Copyright © 2012 NTT DATA Corporation
Một số thứ ta hay confused:
• - Đang nói đến Condition (điều kiện) hay Processing (xử lý)
• - Target item (Đối tượng) đang nói đến ở đâu? DB hay Màn hình, hay
Memory (biến cục bộ)
• Một số thứ chúng ta hay xem xét thiếu:
• - Parameter values : so sánh với giá trị gì?
• - Setting value: Set bằng giá trị gì?
• Chú ý khi communiate nên làm rõ:
• Đang nói về ĐiỀU KiỆN
• Đang nói đến LOGIC xử lý
• Đang thảo luận ĐỐI TƯỢNG xử lý
• Đang quyết định GIÁ TRỊ cần set
• Lý tưởng:
• Hiểu từng câu trong spec map vào phần nào của sơ đồ trên
• Xem xét để Spec cover đủ tất cả các phần của sơ đồ, suy nghĩ đến
tất cả các phần của sơ đồ
9Copyright © 2012 NTT DATA Corporation
Some samples of Specification troubles
• Control No.
– 1) First digit is not I => ERROR E9003
– 2) If character from 6th => 7th digit is not Customs station code of
context => ERROR E6008
– 3) No ERROR if input Z in Customs region code.
– 4) First digit is I, character from 6th => 7th digit is Customs station code
of context => OK.
• Edit before register (UserID, Date of update, Time of update)
– Test user id, system date, system time is set to databean before
registration.
• Edit before register (Importer/Exporter No. for search, Key item 1)
– 1) If importer code is 13 digit, set importer code to databean
– 2) If importer code is 10 digit, set importer code + '000' to databean
1Copyright © 2012 NTT DATA Corporation
Some samples of Specification troubles
• local.go.customs.cis.application.sk.sk01.CheckSK01ASyoriHouhou
– Test 1: input param "Method of processing" = null -> OK
– Test 2: input param "Method of processing" not exist in DB -> Error 9002
– Test 3: input param "Method of processing" exist in DB but "Route" is
not exist in DB -> exception
– Test 4: input param "Method of processing" exist in DB but "Element of
selectivity No." is not exist in DB -> exception
– Test 5: input param "Method of processing" exist in DB but "Logical
delete flag = 1" -> exception
– Test 6: input param "Method of processing" "route" "Element of
selectivity No." are exist in DB, "Logical delete flag = 0", record found = 1
-> OK
– Test 7: input param "Method of processing" "route" "Element of
selectivity No." are exist in DB, "Logical delete flag = 0", record found !=1
-> Error
1Copyright © 2012 NTT DATA Corporation
Some samples of communication troubles
• Do not feed back the counterpart’s opinion, only keep stating his/ her
own
• E.g
– A: I would like to establish the process first, as for benefit, my personal
opinion is we can get rid of the insurance
– B: My opinion is we should continue our insurance program
• Only provide information, do not express our own intention (please
advise or please confirm) clearly :
– JP: This is our setting, can you check at your side
– VN: This is our setting
• Only answered the direct question, does not give a full answer (from
responsibility context or process perspective)
– Leader: Did you finished ABC task
– Member: No, not yet
1Copyright © 2012 NTT DATA Corporation
Some samples of communication troubles
• Do not answer directly, answered generally for a specific question, or
answered specifically for a general question.
• E.g
1Copyright © 2012 NTT DATA Corporation
Some samples of communication troubles
• M: You informed me “I updated follow your comment”, but actually not
updated. Why? What happened?
• H: Sorry, last time I didn’t understand your comment
• M: If you don’t understand my comment, don’t say “I updated follow
your comment”. I am loosing time for checking again and again
• H: I understood your comment in a different meaning so I didn’t
updates as you want. From next time, if possible, can we have a small
meeting for explain review comment
1Copyright © 2012 NTT DATA Corporation
Improvement?
• M: You informed me “I updated follow your comment”, but actually not
updated. Why? What happened?
• H: Sorry, last time I didn’t understand your comment
• M: If you don’t understand my comment, don’t say “I updated follow
your comment”. I am loosing time for checking again and again
• H: I understood your comment in a different meaning so I didn’t
updates as you want. From next time, if possible, can we have a small
meeting for explain review comment
1Copyright © 2012 NTT DATA Corporation
Some samples of unclear expressions
• Good: Mapping all DD document while update PD
• Rev. Team could map all DD document while update PD
• Good: Check difference item, same item while working with import
business and export business
• Rev.: Compare difference item, same item while working with import
business and export business
• Bad:Lacking buffer time for task DD, PD while create master schedule
• Rev: Lack buffer time for task DD, PD while create master schedule,
Team need OT time for recover delay tasks.
1Copyright © 2012 NTT DATA Corporation
Some samples of unclear expressions
• Trong quá trình vận hành hệ thống này đã bị virus tấn công bao giờ
chưa? Nếu có thì làm thế nào để ngăn chặn được virus?
1Copyright © 2012 NTT DATA Corporation
Tips?
• Use the keyword
• Don’t apply the same thinking of daily conversation. Don’t rely on any
hidden message/ expectations. (Do not hide any message).
• Self-select and master some basic English structure:
– ….. should be more clear
– ….. will spend time to study …..
1Copyright © 2012 NTT DATA Corporation
Tips?
• Use the key-sentences
• Process-conscious communication:
– I’ve read/confirm the email/issue …
– I’ve understand the problem
– Regarding action, we will/ already …
– Next, I think I will/ we can close this matter …
Copyright © 2011 NTT DATA Corporation
Copyright © 2012 NTT DATA Corporation

More Related Content

Similar to Look into communication

La-Z-Boy keeps JDE Humming with Clean Data using Purge-it!
La-Z-Boy keeps JDE Humming with Clean Data using Purge-it!La-Z-Boy keeps JDE Humming with Clean Data using Purge-it!
La-Z-Boy keeps JDE Humming with Clean Data using Purge-it!TeamCain
 
Greythorn Whiteboard Interview Guide
Greythorn Whiteboard Interview GuideGreythorn Whiteboard Interview Guide
Greythorn Whiteboard Interview GuideVaco Seattle
 
Choosing a new database
Choosing a new databaseChoosing a new database
Choosing a new databaseHazel Jennings
 
XP Day: Using cost of delay – Joshua Arnold
XP Day: Using cost of delay – Joshua ArnoldXP Day: Using cost of delay – Joshua Arnold
XP Day: Using cost of delay – Joshua ArnoldJoshua Arnold
 
Big Data at a Gaming Company: Spil Games
Big Data at a Gaming Company: Spil GamesBig Data at a Gaming Company: Spil Games
Big Data at a Gaming Company: Spil GamesRob Winters
 
Oracle R12 Upgrade Lessons Learned
Oracle R12 Upgrade Lessons LearnedOracle R12 Upgrade Lessons Learned
Oracle R12 Upgrade Lessons Learnedbpellot
 
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...Databricks
 
Joshua Arnold – Using Cost of Delay
Joshua Arnold – Using Cost of DelayJoshua Arnold – Using Cost of Delay
Joshua Arnold – Using Cost of DelayJoshua Arnold
 
Lean Business Intelligence: Achieve Better, Faster, Cheaper Business Intellig...
Lean Business Intelligence: Achieve Better, Faster, Cheaper Business Intellig...Lean Business Intelligence: Achieve Better, Faster, Cheaper Business Intellig...
Lean Business Intelligence: Achieve Better, Faster, Cheaper Business Intellig...Kurt Solarte
 
Reporting for operation
Reporting for operationReporting for operation
Reporting for operationDick Lam
 
Spectrum2018 agile roadtrip_med
Spectrum2018 agile roadtrip_medSpectrum2018 agile roadtrip_med
Spectrum2018 agile roadtrip_medMary Elise Dedicke
 
Gil Irizarry, Constant Contact presentation from MassTLC seminar on taking yo...
Gil Irizarry, Constant Contact presentation from MassTLC seminar on taking yo...Gil Irizarry, Constant Contact presentation from MassTLC seminar on taking yo...
Gil Irizarry, Constant Contact presentation from MassTLC seminar on taking yo...MassTLC
 
Agile Methods and Data Warehousing (2016 update)
Agile Methods and Data Warehousing (2016 update)Agile Methods and Data Warehousing (2016 update)
Agile Methods and Data Warehousing (2016 update)Kent Graziano
 
Continuous Learning Systems: Building ML systems that learn from their mistakes
Continuous Learning Systems: Building ML systems that learn from their mistakesContinuous Learning Systems: Building ML systems that learn from their mistakes
Continuous Learning Systems: Building ML systems that learn from their mistakesAnuj Gupta
 
Copyright © 2012 EMC Corporation. All Rights Reserved. EMC.docx
Copyright © 2012 EMC Corporation. All Rights Reserved. EMC.docxCopyright © 2012 EMC Corporation. All Rights Reserved. EMC.docx
Copyright © 2012 EMC Corporation. All Rights Reserved. EMC.docxbobbywlane695641
 
OpenID Foundation FastFed Working Group Update - 2017-10-16
OpenID Foundation FastFed Working Group Update - 2017-10-16OpenID Foundation FastFed Working Group Update - 2017-10-16
OpenID Foundation FastFed Working Group Update - 2017-10-16MikeLeszcz
 
Overcome-3-common-aem-delivery-challenges
Overcome-3-common-aem-delivery-challengesOvercome-3-common-aem-delivery-challenges
Overcome-3-common-aem-delivery-challengesiCiDIGITAL
 
Case Study: Time Warner Cable's Formula for Maximizing Adobe Experience Manager
Case Study: Time Warner Cable's Formula for Maximizing Adobe Experience Manager Case Study: Time Warner Cable's Formula for Maximizing Adobe Experience Manager
Case Study: Time Warner Cable's Formula for Maximizing Adobe Experience Manager Mark Kelley
 
Adam Ochs - Office 365 Roadmap
Adam Ochs - Office 365 RoadmapAdam Ochs - Office 365 Roadmap
Adam Ochs - Office 365 RoadmapAdam Ochs
 

Similar to Look into communication (20)

La-Z-Boy keeps JDE Humming with Clean Data using Purge-it!
La-Z-Boy keeps JDE Humming with Clean Data using Purge-it!La-Z-Boy keeps JDE Humming with Clean Data using Purge-it!
La-Z-Boy keeps JDE Humming with Clean Data using Purge-it!
 
Adrian Chetty - CV
Adrian Chetty - CVAdrian Chetty - CV
Adrian Chetty - CV
 
Greythorn Whiteboard Interview Guide
Greythorn Whiteboard Interview GuideGreythorn Whiteboard Interview Guide
Greythorn Whiteboard Interview Guide
 
Choosing a new database
Choosing a new databaseChoosing a new database
Choosing a new database
 
XP Day: Using cost of delay – Joshua Arnold
XP Day: Using cost of delay – Joshua ArnoldXP Day: Using cost of delay – Joshua Arnold
XP Day: Using cost of delay – Joshua Arnold
 
Big Data at a Gaming Company: Spil Games
Big Data at a Gaming Company: Spil GamesBig Data at a Gaming Company: Spil Games
Big Data at a Gaming Company: Spil Games
 
Oracle R12 Upgrade Lessons Learned
Oracle R12 Upgrade Lessons LearnedOracle R12 Upgrade Lessons Learned
Oracle R12 Upgrade Lessons Learned
 
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
 
Joshua Arnold – Using Cost of Delay
Joshua Arnold – Using Cost of DelayJoshua Arnold – Using Cost of Delay
Joshua Arnold – Using Cost of Delay
 
Lean Business Intelligence: Achieve Better, Faster, Cheaper Business Intellig...
Lean Business Intelligence: Achieve Better, Faster, Cheaper Business Intellig...Lean Business Intelligence: Achieve Better, Faster, Cheaper Business Intellig...
Lean Business Intelligence: Achieve Better, Faster, Cheaper Business Intellig...
 
Reporting for operation
Reporting for operationReporting for operation
Reporting for operation
 
Spectrum2018 agile roadtrip_med
Spectrum2018 agile roadtrip_medSpectrum2018 agile roadtrip_med
Spectrum2018 agile roadtrip_med
 
Gil Irizarry, Constant Contact presentation from MassTLC seminar on taking yo...
Gil Irizarry, Constant Contact presentation from MassTLC seminar on taking yo...Gil Irizarry, Constant Contact presentation from MassTLC seminar on taking yo...
Gil Irizarry, Constant Contact presentation from MassTLC seminar on taking yo...
 
Agile Methods and Data Warehousing (2016 update)
Agile Methods and Data Warehousing (2016 update)Agile Methods and Data Warehousing (2016 update)
Agile Methods and Data Warehousing (2016 update)
 
Continuous Learning Systems: Building ML systems that learn from their mistakes
Continuous Learning Systems: Building ML systems that learn from their mistakesContinuous Learning Systems: Building ML systems that learn from their mistakes
Continuous Learning Systems: Building ML systems that learn from their mistakes
 
Copyright © 2012 EMC Corporation. All Rights Reserved. EMC.docx
Copyright © 2012 EMC Corporation. All Rights Reserved. EMC.docxCopyright © 2012 EMC Corporation. All Rights Reserved. EMC.docx
Copyright © 2012 EMC Corporation. All Rights Reserved. EMC.docx
 
OpenID Foundation FastFed Working Group Update - 2017-10-16
OpenID Foundation FastFed Working Group Update - 2017-10-16OpenID Foundation FastFed Working Group Update - 2017-10-16
OpenID Foundation FastFed Working Group Update - 2017-10-16
 
Overcome-3-common-aem-delivery-challenges
Overcome-3-common-aem-delivery-challengesOvercome-3-common-aem-delivery-challenges
Overcome-3-common-aem-delivery-challenges
 
Case Study: Time Warner Cable's Formula for Maximizing Adobe Experience Manager
Case Study: Time Warner Cable's Formula for Maximizing Adobe Experience Manager Case Study: Time Warner Cable's Formula for Maximizing Adobe Experience Manager
Case Study: Time Warner Cable's Formula for Maximizing Adobe Experience Manager
 
Adam Ochs - Office 365 Roadmap
Adam Ochs - Office 365 RoadmapAdam Ochs - Office 365 Roadmap
Adam Ochs - Office 365 Roadmap
 

More from An Le

Quản lý tài chính cá nhân
Quản lý tài chính cá nhânQuản lý tài chính cá nhân
Quản lý tài chính cá nhânAn Le
 
BrSE Career Insights
BrSE Career InsightsBrSE Career Insights
BrSE Career InsightsAn Le
 
Mind and machine v2
Mind and machine v2Mind and machine v2
Mind and machine v2An Le
 
Keyword based writing: Kỹ thuật phân tích keyword từ văn bản
Keyword based writing: Kỹ thuật phân tích keyword từ văn bảnKeyword based writing: Kỹ thuật phân tích keyword từ văn bản
Keyword based writing: Kỹ thuật phân tích keyword từ văn bảnAn Le
 
Pmp lesson learned_anld
Pmp lesson learned_anldPmp lesson learned_anld
Pmp lesson learned_anldAn Le
 
Kaizen fundamentals
Kaizen fundamentalsKaizen fundamentals
Kaizen fundamentalsAn Le
 
Problems --> Opportunities Workshop
Problems --> Opportunities WorkshopProblems --> Opportunities Workshop
Problems --> Opportunities WorkshopAn Le
 
Habit workshop 0.1
Habit workshop 0.1Habit workshop 0.1
Habit workshop 0.1An Le
 
PDCA, Agile and Cynefin
PDCA, Agile and CynefinPDCA, Agile and Cynefin
PDCA, Agile and CynefinAn Le
 
Nghĩ về cách nghĩ
Nghĩ về cách nghĩNghĩ về cách nghĩ
Nghĩ về cách nghĩAn Le
 
Agile in Life
Agile in Life Agile in Life
Agile in Life An Le
 
Psm I lesson learned
Psm I lesson learnedPsm I lesson learned
Psm I lesson learnedAn Le
 
Love and Logic
Love and LogicLove and Logic
Love and LogicAn Le
 
Yoga in life
Yoga in lifeYoga in life
Yoga in lifeAn Le
 

More from An Le (14)

Quản lý tài chính cá nhân
Quản lý tài chính cá nhânQuản lý tài chính cá nhân
Quản lý tài chính cá nhân
 
BrSE Career Insights
BrSE Career InsightsBrSE Career Insights
BrSE Career Insights
 
Mind and machine v2
Mind and machine v2Mind and machine v2
Mind and machine v2
 
Keyword based writing: Kỹ thuật phân tích keyword từ văn bản
Keyword based writing: Kỹ thuật phân tích keyword từ văn bảnKeyword based writing: Kỹ thuật phân tích keyword từ văn bản
Keyword based writing: Kỹ thuật phân tích keyword từ văn bản
 
Pmp lesson learned_anld
Pmp lesson learned_anldPmp lesson learned_anld
Pmp lesson learned_anld
 
Kaizen fundamentals
Kaizen fundamentalsKaizen fundamentals
Kaizen fundamentals
 
Problems --> Opportunities Workshop
Problems --> Opportunities WorkshopProblems --> Opportunities Workshop
Problems --> Opportunities Workshop
 
Habit workshop 0.1
Habit workshop 0.1Habit workshop 0.1
Habit workshop 0.1
 
PDCA, Agile and Cynefin
PDCA, Agile and CynefinPDCA, Agile and Cynefin
PDCA, Agile and Cynefin
 
Nghĩ về cách nghĩ
Nghĩ về cách nghĩNghĩ về cách nghĩ
Nghĩ về cách nghĩ
 
Agile in Life
Agile in Life Agile in Life
Agile in Life
 
Psm I lesson learned
Psm I lesson learnedPsm I lesson learned
Psm I lesson learned
 
Love and Logic
Love and LogicLove and Logic
Love and Logic
 
Yoga in life
Yoga in lifeYoga in life
Yoga in life
 

Recently uploaded

Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfstareducators107
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfPondicherry University
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111GangaMaiya1
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptNishitharanjan Rout
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsNbelano25
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationNeilDeclaro1
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 

Recently uploaded (20)

Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 

Look into communication

  • 1. Copyright © 2012 NTT DATA Corporation Look into Communication
  • 2. Copyright © 2012 NTT DATA Corporation 2
  • 3. 3Copyright © 2012 NTT DATA Corporation Team meeting with JP leader • What is the current mini-topic/ problem under discussion ? – A file should be make? – A cell should be fill? • What is current communication intention? – Now it’s a question? – Now it’s a confirmation? – Now it’s an explanation • Always bear in mind both of the above E.g – Now it’s a questions about the whether ... file should be created – Now it’s confirmation about the content of a cell to be filled Topic
  • 4. 4Copyright © 2012 NTT DATA Corporation Team meeting with JP leader • The process – Problem → Solutions → Decision • The points – Move on – Spend just enough effort on 1 thing, then move on (don’t dwell on 1 thing) E.g: No new information then move on Found problem then move on Had enough options for solution then move on Make decision then move on
  • 5. 5Copyright © 2012 NTT DATA Corporation Appd_In team communication What you are saying is either • A comment • A feed back • A request • An expect • An instruction • A fact-finding • A pure question • A summary
  • 6. 6Copyright © 2012 NTT DATA Corporation Appd_In team communication Then may be • A comment (aggressive) • A feed back (aggressive) • A request (aggressive) • An expect (aggressive) • An instruction (aggressive) • A fact-finding (neutral) • A pure question (neutral) • A summary (neutral) • An answer (passive) • A praise (cooperative) • A propose (cooperative) The question is how to find a good balance
  • 7. 7Copyright © 2012 NTT DATA Corporation With a map, for example INPUT OUTPUT BUSINESS Input Validate Input Edit Val. Items Val. Conditions/ Logic ( + parameters) Val. Output (error msg.) Edit Items Edit Conditions/ Logic Edited values Output Edit Edit Items Edit Conditions/ Logic (+ parameters) Edited values Condition Items Condition Logic Condition values Target Items Business Logic (CRUD) Setting values Process Conditions Processing
  • 8. 8Copyright © 2012 NTT DATA Corporation Một số thứ ta hay confused: • - Đang nói đến Condition (điều kiện) hay Processing (xử lý) • - Target item (Đối tượng) đang nói đến ở đâu? DB hay Màn hình, hay Memory (biến cục bộ) • Một số thứ chúng ta hay xem xét thiếu: • - Parameter values : so sánh với giá trị gì? • - Setting value: Set bằng giá trị gì? • Chú ý khi communiate nên làm rõ: • Đang nói về ĐiỀU KiỆN • Đang nói đến LOGIC xử lý • Đang thảo luận ĐỐI TƯỢNG xử lý • Đang quyết định GIÁ TRỊ cần set • Lý tưởng: • Hiểu từng câu trong spec map vào phần nào của sơ đồ trên • Xem xét để Spec cover đủ tất cả các phần của sơ đồ, suy nghĩ đến tất cả các phần của sơ đồ
  • 9. 9Copyright © 2012 NTT DATA Corporation Some samples of Specification troubles • Control No. – 1) First digit is not I => ERROR E9003 – 2) If character from 6th => 7th digit is not Customs station code of context => ERROR E6008 – 3) No ERROR if input Z in Customs region code. – 4) First digit is I, character from 6th => 7th digit is Customs station code of context => OK. • Edit before register (UserID, Date of update, Time of update) – Test user id, system date, system time is set to databean before registration. • Edit before register (Importer/Exporter No. for search, Key item 1) – 1) If importer code is 13 digit, set importer code to databean – 2) If importer code is 10 digit, set importer code + '000' to databean
  • 10. 1Copyright © 2012 NTT DATA Corporation Some samples of Specification troubles • local.go.customs.cis.application.sk.sk01.CheckSK01ASyoriHouhou – Test 1: input param "Method of processing" = null -> OK – Test 2: input param "Method of processing" not exist in DB -> Error 9002 – Test 3: input param "Method of processing" exist in DB but "Route" is not exist in DB -> exception – Test 4: input param "Method of processing" exist in DB but "Element of selectivity No." is not exist in DB -> exception – Test 5: input param "Method of processing" exist in DB but "Logical delete flag = 1" -> exception – Test 6: input param "Method of processing" "route" "Element of selectivity No." are exist in DB, "Logical delete flag = 0", record found = 1 -> OK – Test 7: input param "Method of processing" "route" "Element of selectivity No." are exist in DB, "Logical delete flag = 0", record found !=1 -> Error
  • 11. 1Copyright © 2012 NTT DATA Corporation Some samples of communication troubles • Do not feed back the counterpart’s opinion, only keep stating his/ her own • E.g – A: I would like to establish the process first, as for benefit, my personal opinion is we can get rid of the insurance – B: My opinion is we should continue our insurance program • Only provide information, do not express our own intention (please advise or please confirm) clearly : – JP: This is our setting, can you check at your side – VN: This is our setting • Only answered the direct question, does not give a full answer (from responsibility context or process perspective) – Leader: Did you finished ABC task – Member: No, not yet
  • 12. 1Copyright © 2012 NTT DATA Corporation Some samples of communication troubles • Do not answer directly, answered generally for a specific question, or answered specifically for a general question. • E.g
  • 13. 1Copyright © 2012 NTT DATA Corporation Some samples of communication troubles • M: You informed me “I updated follow your comment”, but actually not updated. Why? What happened? • H: Sorry, last time I didn’t understand your comment • M: If you don’t understand my comment, don’t say “I updated follow your comment”. I am loosing time for checking again and again • H: I understood your comment in a different meaning so I didn’t updates as you want. From next time, if possible, can we have a small meeting for explain review comment
  • 14. 1Copyright © 2012 NTT DATA Corporation Improvement? • M: You informed me “I updated follow your comment”, but actually not updated. Why? What happened? • H: Sorry, last time I didn’t understand your comment • M: If you don’t understand my comment, don’t say “I updated follow your comment”. I am loosing time for checking again and again • H: I understood your comment in a different meaning so I didn’t updates as you want. From next time, if possible, can we have a small meeting for explain review comment
  • 15. 1Copyright © 2012 NTT DATA Corporation Some samples of unclear expressions • Good: Mapping all DD document while update PD • Rev. Team could map all DD document while update PD • Good: Check difference item, same item while working with import business and export business • Rev.: Compare difference item, same item while working with import business and export business • Bad:Lacking buffer time for task DD, PD while create master schedule • Rev: Lack buffer time for task DD, PD while create master schedule, Team need OT time for recover delay tasks.
  • 16. 1Copyright © 2012 NTT DATA Corporation Some samples of unclear expressions • Trong quá trình vận hành hệ thống này đã bị virus tấn công bao giờ chưa? Nếu có thì làm thế nào để ngăn chặn được virus?
  • 17. 1Copyright © 2012 NTT DATA Corporation Tips? • Use the keyword • Don’t apply the same thinking of daily conversation. Don’t rely on any hidden message/ expectations. (Do not hide any message). • Self-select and master some basic English structure: – ….. should be more clear – ….. will spend time to study …..
  • 18. 1Copyright © 2012 NTT DATA Corporation Tips? • Use the key-sentences • Process-conscious communication: – I’ve read/confirm the email/issue … – I’ve understand the problem – Regarding action, we will/ already … – Next, I think I will/ we can close this matter …
  • 19. Copyright © 2011 NTT DATA Corporation Copyright © 2012 NTT DATA Corporation