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

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

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