ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
NOVA Code Camp
2018
Thanks to Organizers, Volunteers, Sponsors and the Audience
About Me
? Practicing Software Developer
? Familiarity with C# and JavaScript
? Twitter @kanchirk
? Sr. Innovator @ Cleverspeck Data Intelligence.
?You may call me RAGHU
Interactions
*The Marine Biologist
Overview
? Why is the session titled ¡°Software Developer Interview Fails¡±?
? Memory Retention
? Recommendations
80/20 Rule ¨C The Pareto Principle
? HR in an Organization
? Convert Passengers to Performers
? Software Developer Interview FAILS
? First Attempt In Learning
? Plan your work and Work your plan
? Easier Said Then Done.
How to reach here
? Resume
? Cover Letter
? Connections
? Network
? Recruiting Agency
? Job Sites
? Preparation
Employer
? Best Available candidate
? Loses time and money to
? Attrition
? Incompatible Candidates
? Soft Skills
Interview Types
? Recruiter Phone Screen/In Person Screen
? Video Call/Webex/Skype/Facetime/Zoom
? Offline Coding Exercises
? Online Screensharing
? Whiteboard/Pseudo code/Soft Skills
? You never get a second chance to make a GREAT first impression
Question Flaws
? TLAs and other terms
? Ambiguous
? One keyword answers
? Emotions
? Subconscious Competition/One Upping
Sample Interview Questions
? Write a program in C#/Java to return the 100 nearest points from origin
from a set of N points.
? Marks for:
? OOPS concepts
? Extensibility
? Time and Memory Complexity
Sample Interview Questions
? What are types in .Net ?
? What is the difference between ViewData and ViewBag in ASP.NET
MVC?
? Difference between null and undefined in JavaScript?
Psychological aspects for Candidates
? FOTU
? Impostor syndrome
? Dunning Kruger Effect
Recommendations for Candidates
? Telephone Interview
? Video Screening
? Listen
? Ask
? Clarify
? Do not let your guard down
?Losing can persuade you to change what doesn't
need to be changed, and winning can convince you
everything is fine even if you are on the brink of
disaster.
? Garry Kasparov (2010). ¡°How Life Imitates Chess.¡±
Questions
1) What does the acronym SDLC stand for?
a. Software Development Life Club
b. Software Development Life Cycle
c. Scrum Delivery Level Cycle
d. Software Developer Life Complexity
Questions
What is the output of the following JavaScript code?
setTimeout(function(){
console.log('first');
},0);
console.log('second');
console.log('third');
a. first second third
b. second third first
c. second third
d. syntax error
e. NOTA
Questions1) What is the output of the following C program?
#include <stdio.h>
int main()
{
int a = 10, b= 10;
printf("%d %d %d ",a, a++,++a);
printf("%d %d %d ",b, ++b,b++);
return 0;
}
a) 10 10 10 10 10 10
b) 0 0 0 0 0 0
c) 12 11 12 12 12 10
d) 10 11 12 12 11 10
e) NOTA
Questions
1) What is the results of the following MATHEMATICS equation?
0.793 x 2 x 0.217 + 0.217 x 0.217 + 0.793 x 0.793
a) 2.027
b) 1.783
c) 1
d) 0.781
e) NOTA
Questions
1) What port number is used by default for HTTPS protocol?
a. 80
b. 22
c. 8080
d. 443
e. NOTA
Divided by Titles, United by Code
? Full Stack Developer
? Database Developer
? Data Scientist
? ETL Architect
? DevOps Engineer
? Solutions Architect
? Principal Software Engineer
? Software Developer
? Programmer
? Tech Lead
? Software Consultant
? Software Architect
? Solutions Architect

More Related Content

Similar to Software developer interview fails (20)

Pirate patchfinal
Pirate patchfinalPirate patchfinal
Pirate patchfinal
Danni M
?
From c# Into Machine Learning
From c# Into Machine LearningFrom c# Into Machine Learning
From c# Into Machine Learning
Dev Raj Gautam
?
TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)
Nacho Cougil
?
A guide to hiring a great developer to build your first app (redacted version)
A guide to hiring a great developer to build your first app (redacted version)A guide to hiring a great developer to build your first app (redacted version)
A guide to hiring a great developer to build your first app (redacted version)
Oursky
?
Real World Application of Development
Real World Application of DevelopmentReal World Application of Development
Real World Application of Development
djones101
?
.Net training in Bhubaneswar
.Net training in Bhubaneswar.Net training in Bhubaneswar
.Net training in Bhubaneswar
dotnet111
?
Agile Methodologies And Extreme Programming
Agile Methodologies And Extreme ProgrammingAgile Methodologies And Extreme Programming
Agile Methodologies And Extreme Programming
Utkarsh Khare
?
NUS Hackers Project Intern 2016
NUS Hackers Project Intern 2016NUS Hackers Project Intern 2016
NUS Hackers Project Intern 2016
Vishnu Prem
?
Expo qa15 Keynote
Expo qa15 KeynoteExpo qa15 Keynote
Expo qa15 Keynote
Cesario Ramos
?
How HipChat Ships and Recovers Fast with DevOps Practices
How HipChat Ships and Recovers Fast with DevOps PracticesHow HipChat Ships and Recovers Fast with DevOps Practices
How HipChat Ships and Recovers Fast with DevOps Practices
Atlassian
?
Tec314f
Tec314fTec314f
Tec314f
John Art
?
TDD - Seriously, try it! - Tr¨®jmiasto Java User Group (17th May '23)
TDD - Seriously, try it! - Tr¨®jmiasto Java User Group (17th May '23)TDD - Seriously, try it! - Tr¨®jmiasto Java User Group (17th May '23)
TDD - Seriously, try it! - Tr¨®jmiasto Java User Group (17th May '23)
ssusercaf6c1
?
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
Nacho Cougil
?
TDD - Seriously, try it - Codemotion (May '24)
TDD - Seriously, try it - Codemotion (May '24)TDD - Seriously, try it - Codemotion (May '24)
TDD - Seriously, try it - Codemotion (May '24)
Nacho Cougil
?
Cambridge Placement Test
Cambridge Placement TestCambridge Placement Test
Cambridge Placement Test
Nor Fadzleen
?
Technology-Driven Development: Using Automation and Development Techniques to...
Technology-Driven Development: Using Automation and Development Techniques to...Technology-Driven Development: Using Automation and Development Techniques to...
Technology-Driven Development: Using Automation and Development Techniques to...
Rakuten Group, Inc.
?
All you need is fast feedback loop, fast feedback loop, fast feedback loop is...
All you need is fast feedback loop, fast feedback loop, fast feedback loop is...All you need is fast feedback loop, fast feedback loop, fast feedback loop is...
All you need is fast feedback loop, fast feedback loop, fast feedback loop is...
Nacho Cougil
?
codesec club orientation ppt made for just orientation
codesec club orientation ppt made for just orientationcodesec club orientation ppt made for just orientation
codesec club orientation ppt made for just orientation
sagarmaheshwari89556
?
TDD - Seriously, try it! - Bucarest Tech Week
TDD - Seriously, try it! - Bucarest Tech WeekTDD - Seriously, try it! - Bucarest Tech Week
TDD - Seriously, try it! - Bucarest Tech Week
Nacho Cougil
?
BTD2015 - Your Place In DevTOps is Finding Solutions - Not Just Bugs!
BTD2015 - Your Place In DevTOps is Finding Solutions - Not Just Bugs!BTD2015 - Your Place In DevTOps is Finding Solutions - Not Just Bugs!
BTD2015 - Your Place In DevTOps is Finding Solutions - Not Just Bugs!
Andreas Grabner
?
Pirate patchfinal
Pirate patchfinalPirate patchfinal
Pirate patchfinal
Danni M
?
From c# Into Machine Learning
From c# Into Machine LearningFrom c# Into Machine Learning
From c# Into Machine Learning
Dev Raj Gautam
?
TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)
Nacho Cougil
?
A guide to hiring a great developer to build your first app (redacted version)
A guide to hiring a great developer to build your first app (redacted version)A guide to hiring a great developer to build your first app (redacted version)
A guide to hiring a great developer to build your first app (redacted version)
Oursky
?
Real World Application of Development
Real World Application of DevelopmentReal World Application of Development
Real World Application of Development
djones101
?
.Net training in Bhubaneswar
.Net training in Bhubaneswar.Net training in Bhubaneswar
.Net training in Bhubaneswar
dotnet111
?
Agile Methodologies And Extreme Programming
Agile Methodologies And Extreme ProgrammingAgile Methodologies And Extreme Programming
Agile Methodologies And Extreme Programming
Utkarsh Khare
?
NUS Hackers Project Intern 2016
NUS Hackers Project Intern 2016NUS Hackers Project Intern 2016
NUS Hackers Project Intern 2016
Vishnu Prem
?
How HipChat Ships and Recovers Fast with DevOps Practices
How HipChat Ships and Recovers Fast with DevOps PracticesHow HipChat Ships and Recovers Fast with DevOps Practices
How HipChat Ships and Recovers Fast with DevOps Practices
Atlassian
?
TDD - Seriously, try it! - Tr¨®jmiasto Java User Group (17th May '23)
TDD - Seriously, try it! - Tr¨®jmiasto Java User Group (17th May '23)TDD - Seriously, try it! - Tr¨®jmiasto Java User Group (17th May '23)
TDD - Seriously, try it! - Tr¨®jmiasto Java User Group (17th May '23)
ssusercaf6c1
?
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
Nacho Cougil
?
TDD - Seriously, try it - Codemotion (May '24)
TDD - Seriously, try it - Codemotion (May '24)TDD - Seriously, try it - Codemotion (May '24)
TDD - Seriously, try it - Codemotion (May '24)
Nacho Cougil
?
Cambridge Placement Test
Cambridge Placement TestCambridge Placement Test
Cambridge Placement Test
Nor Fadzleen
?
Technology-Driven Development: Using Automation and Development Techniques to...
Technology-Driven Development: Using Automation and Development Techniques to...Technology-Driven Development: Using Automation and Development Techniques to...
Technology-Driven Development: Using Automation and Development Techniques to...
Rakuten Group, Inc.
?
All you need is fast feedback loop, fast feedback loop, fast feedback loop is...
All you need is fast feedback loop, fast feedback loop, fast feedback loop is...All you need is fast feedback loop, fast feedback loop, fast feedback loop is...
All you need is fast feedback loop, fast feedback loop, fast feedback loop is...
Nacho Cougil
?
codesec club orientation ppt made for just orientation
codesec club orientation ppt made for just orientationcodesec club orientation ppt made for just orientation
codesec club orientation ppt made for just orientation
sagarmaheshwari89556
?
TDD - Seriously, try it! - Bucarest Tech Week
TDD - Seriously, try it! - Bucarest Tech WeekTDD - Seriously, try it! - Bucarest Tech Week
TDD - Seriously, try it! - Bucarest Tech Week
Nacho Cougil
?
BTD2015 - Your Place In DevTOps is Finding Solutions - Not Just Bugs!
BTD2015 - Your Place In DevTOps is Finding Solutions - Not Just Bugs!BTD2015 - Your Place In DevTOps is Finding Solutions - Not Just Bugs!
BTD2015 - Your Place In DevTOps is Finding Solutions - Not Just Bugs!
Andreas Grabner
?

Recently uploaded (20)

Bergey_Kyle_SC_PB2_2025_March (Project 2)
Bergey_Kyle_SC_PB2_2025_March (Project 2)Bergey_Kyle_SC_PB2_2025_March (Project 2)
Bergey_Kyle_SC_PB2_2025_March (Project 2)
kbergey9
?
Effective Job Referrals: How to Boost Your Hiring Chances
Effective Job Referrals: How to Boost Your Hiring ChancesEffective Job Referrals: How to Boost Your Hiring Chances
Effective Job Referrals: How to Boost Your Hiring Chances
Jumbl
?
How-to-Create-a-Personal-Development-Plan-That-Works
How-to-Create-a-Personal-Development-Plan-That-WorksHow-to-Create-a-Personal-Development-Plan-That-Works
How-to-Create-a-Personal-Development-Plan-That-Works
Ozias Rondon
?
1235456325682023542569542633portfolio-.ppt
1235456325682023542569542633portfolio-.ppt1235456325682023542569542633portfolio-.ppt
1235456325682023542569542633portfolio-.ppt
ghisreeni
?
Chest Symmetry & Chest Expansion-1.pptx.
Chest Symmetry & Chest Expansion-1.pptx.Chest Symmetry & Chest Expansion-1.pptx.
Chest Symmetry & Chest Expansion-1.pptx.
rijof67613
?
Dr. Tran Quoc Bao: A Visionary Healthcare Leader Revolutionizing the Industry...
Dr. Tran Quoc Bao: A Visionary Healthcare Leader Revolutionizing the Industry...Dr. Tran Quoc Bao: A Visionary Healthcare Leader Revolutionizing the Industry...
Dr. Tran Quoc Bao: A Visionary Healthcare Leader Revolutionizing the Industry...
Ignite Capital
?
The-Power-of-Continuous-Learning-and-Upskilling
The-Power-of-Continuous-Learning-and-UpskillingThe-Power-of-Continuous-Learning-and-Upskilling
The-Power-of-Continuous-Learning-and-Upskilling
Ozias Rondon
?
Freelancing-and-Remote-Work-Your-Path-to-Online-Income-Freedom
Freelancing-and-Remote-Work-Your-Path-to-Online-Income-FreedomFreelancing-and-Remote-Work-Your-Path-to-Online-Income-Freedom
Freelancing-and-Remote-Work-Your-Path-to-Online-Income-Freedom
Ozias Rondon
?
Arable Land - Edited.wdAdaWDADAWDAWDAWDAWD
Arable Land - Edited.wdAdaWDADAWDAWDAWDAWDArable Land - Edited.wdAdaWDADAWDAWDAWDAWD
Arable Land - Edited.wdAdaWDADAWDAWDAWDAWD
jeronambayec5
?
Bergey_Kyle_DMBS_PB1_SC_2025-03.pptx_...
Bergey_Kyle_DMBS_PB1_SC_2025-03.pptx_...Bergey_Kyle_DMBS_PB1_SC_2025-03.pptx_...
Bergey_Kyle_DMBS_PB1_SC_2025-03.pptx_...
kbergey9
?
ppt of 2-3 trees analysis and design presentation
ppt of  2-3 trees analysis and design presentationppt of  2-3 trees analysis and design presentation
ppt of 2-3 trees analysis and design presentation
0105cs221235
?
Mediation.pptx NOTES AND TIPS FORV MEDIATION
Mediation.pptx NOTES AND TIPS FORV MEDIATIONMediation.pptx NOTES AND TIPS FORV MEDIATION
Mediation.pptx NOTES AND TIPS FORV MEDIATION
mokshilohchab12
?
Carrier Opportunities in Pharmacy and Pharmaceuticalspptx
Carrier Opportunities in Pharmacy and PharmaceuticalspptxCarrier Opportunities in Pharmacy and Pharmaceuticalspptx
Carrier Opportunities in Pharmacy and Pharmaceuticalspptx
Quantum University, Roorkee
?
Sample_Communication-Ess-Presentation.pptx
Sample_Communication-Ess-Presentation.pptxSample_Communication-Ess-Presentation.pptx
Sample_Communication-Ess-Presentation.pptx
JedRickSanariz
?
An Inside Look at Kenneth Kremsky's Career
An Inside Look at Kenneth Kremsky's CareerAn Inside Look at Kenneth Kremsky's Career
An Inside Look at Kenneth Kremsky's Career
KennethKremsky
?
Ba?n sao Purple Light Grey Modern Business Marketing Presentation .pptx
Ba?n sao Purple Light Grey Modern Business Marketing Presentation .pptxBa?n sao Purple Light Grey Modern Business Marketing Presentation .pptx
Ba?n sao Purple Light Grey Modern Business Marketing Presentation .pptx
voly616
?
Cv Ali abdi green cv of nutrients food section
Cv Ali abdi green cv of nutrients food sectionCv Ali abdi green cv of nutrients food section
Cv Ali abdi green cv of nutrients food section
aliabdi2114
?
Dario Schiraldi Deutsche Bank Ex- MD Leadership Journey : Shaping Finance, Bu...
Dario Schiraldi Deutsche Bank Ex- MD Leadership Journey : Shaping Finance, Bu...Dario Schiraldi Deutsche Bank Ex- MD Leadership Journey : Shaping Finance, Bu...
Dario Schiraldi Deutsche Bank Ex- MD Leadership Journey : Shaping Finance, Bu...
David William
?
BAGC0125 SEED TECHNOLOGY M AIZE PPT.pptx
BAGC0125 SEED TECHNOLOGY M AIZE PPT.pptxBAGC0125 SEED TECHNOLOGY M AIZE PPT.pptx
BAGC0125 SEED TECHNOLOGY M AIZE PPT.pptx
mchanduyadav3
?
Sample Final Presentation Comm Essentials.pptx
Sample Final Presentation Comm Essentials.pptxSample Final Presentation Comm Essentials.pptx
Sample Final Presentation Comm Essentials.pptx
JedRickSanariz
?
Bergey_Kyle_SC_PB2_2025_March (Project 2)
Bergey_Kyle_SC_PB2_2025_March (Project 2)Bergey_Kyle_SC_PB2_2025_March (Project 2)
Bergey_Kyle_SC_PB2_2025_March (Project 2)
kbergey9
?
Effective Job Referrals: How to Boost Your Hiring Chances
Effective Job Referrals: How to Boost Your Hiring ChancesEffective Job Referrals: How to Boost Your Hiring Chances
Effective Job Referrals: How to Boost Your Hiring Chances
Jumbl
?
How-to-Create-a-Personal-Development-Plan-That-Works
How-to-Create-a-Personal-Development-Plan-That-WorksHow-to-Create-a-Personal-Development-Plan-That-Works
How-to-Create-a-Personal-Development-Plan-That-Works
Ozias Rondon
?
1235456325682023542569542633portfolio-.ppt
1235456325682023542569542633portfolio-.ppt1235456325682023542569542633portfolio-.ppt
1235456325682023542569542633portfolio-.ppt
ghisreeni
?
Chest Symmetry & Chest Expansion-1.pptx.
Chest Symmetry & Chest Expansion-1.pptx.Chest Symmetry & Chest Expansion-1.pptx.
Chest Symmetry & Chest Expansion-1.pptx.
rijof67613
?
Dr. Tran Quoc Bao: A Visionary Healthcare Leader Revolutionizing the Industry...
Dr. Tran Quoc Bao: A Visionary Healthcare Leader Revolutionizing the Industry...Dr. Tran Quoc Bao: A Visionary Healthcare Leader Revolutionizing the Industry...
Dr. Tran Quoc Bao: A Visionary Healthcare Leader Revolutionizing the Industry...
Ignite Capital
?
The-Power-of-Continuous-Learning-and-Upskilling
The-Power-of-Continuous-Learning-and-UpskillingThe-Power-of-Continuous-Learning-and-Upskilling
The-Power-of-Continuous-Learning-and-Upskilling
Ozias Rondon
?
Freelancing-and-Remote-Work-Your-Path-to-Online-Income-Freedom
Freelancing-and-Remote-Work-Your-Path-to-Online-Income-FreedomFreelancing-and-Remote-Work-Your-Path-to-Online-Income-Freedom
Freelancing-and-Remote-Work-Your-Path-to-Online-Income-Freedom
Ozias Rondon
?
Arable Land - Edited.wdAdaWDADAWDAWDAWDAWD
Arable Land - Edited.wdAdaWDADAWDAWDAWDAWDArable Land - Edited.wdAdaWDADAWDAWDAWDAWD
Arable Land - Edited.wdAdaWDADAWDAWDAWDAWD
jeronambayec5
?
Bergey_Kyle_DMBS_PB1_SC_2025-03.pptx_...
Bergey_Kyle_DMBS_PB1_SC_2025-03.pptx_...Bergey_Kyle_DMBS_PB1_SC_2025-03.pptx_...
Bergey_Kyle_DMBS_PB1_SC_2025-03.pptx_...
kbergey9
?
ppt of 2-3 trees analysis and design presentation
ppt of  2-3 trees analysis and design presentationppt of  2-3 trees analysis and design presentation
ppt of 2-3 trees analysis and design presentation
0105cs221235
?
Mediation.pptx NOTES AND TIPS FORV MEDIATION
Mediation.pptx NOTES AND TIPS FORV MEDIATIONMediation.pptx NOTES AND TIPS FORV MEDIATION
Mediation.pptx NOTES AND TIPS FORV MEDIATION
mokshilohchab12
?
Carrier Opportunities in Pharmacy and Pharmaceuticalspptx
Carrier Opportunities in Pharmacy and PharmaceuticalspptxCarrier Opportunities in Pharmacy and Pharmaceuticalspptx
Carrier Opportunities in Pharmacy and Pharmaceuticalspptx
Quantum University, Roorkee
?
Sample_Communication-Ess-Presentation.pptx
Sample_Communication-Ess-Presentation.pptxSample_Communication-Ess-Presentation.pptx
Sample_Communication-Ess-Presentation.pptx
JedRickSanariz
?
An Inside Look at Kenneth Kremsky's Career
An Inside Look at Kenneth Kremsky's CareerAn Inside Look at Kenneth Kremsky's Career
An Inside Look at Kenneth Kremsky's Career
KennethKremsky
?
Ba?n sao Purple Light Grey Modern Business Marketing Presentation .pptx
Ba?n sao Purple Light Grey Modern Business Marketing Presentation .pptxBa?n sao Purple Light Grey Modern Business Marketing Presentation .pptx
Ba?n sao Purple Light Grey Modern Business Marketing Presentation .pptx
voly616
?
Cv Ali abdi green cv of nutrients food section
Cv Ali abdi green cv of nutrients food sectionCv Ali abdi green cv of nutrients food section
Cv Ali abdi green cv of nutrients food section
aliabdi2114
?
Dario Schiraldi Deutsche Bank Ex- MD Leadership Journey : Shaping Finance, Bu...
Dario Schiraldi Deutsche Bank Ex- MD Leadership Journey : Shaping Finance, Bu...Dario Schiraldi Deutsche Bank Ex- MD Leadership Journey : Shaping Finance, Bu...
Dario Schiraldi Deutsche Bank Ex- MD Leadership Journey : Shaping Finance, Bu...
David William
?
BAGC0125 SEED TECHNOLOGY M AIZE PPT.pptx
BAGC0125 SEED TECHNOLOGY M AIZE PPT.pptxBAGC0125 SEED TECHNOLOGY M AIZE PPT.pptx
BAGC0125 SEED TECHNOLOGY M AIZE PPT.pptx
mchanduyadav3
?
Sample Final Presentation Comm Essentials.pptx
Sample Final Presentation Comm Essentials.pptxSample Final Presentation Comm Essentials.pptx
Sample Final Presentation Comm Essentials.pptx
JedRickSanariz
?

Software developer interview fails

  • 1. NOVA Code Camp 2018 Thanks to Organizers, Volunteers, Sponsors and the Audience
  • 2. About Me ? Practicing Software Developer ? Familiarity with C# and JavaScript ? Twitter @kanchirk ? Sr. Innovator @ Cleverspeck Data Intelligence. ?You may call me RAGHU
  • 4. Overview ? Why is the session titled ¡°Software Developer Interview Fails¡±? ? Memory Retention ? Recommendations
  • 5. 80/20 Rule ¨C The Pareto Principle ? HR in an Organization ? Convert Passengers to Performers ? Software Developer Interview FAILS ? First Attempt In Learning ? Plan your work and Work your plan ? Easier Said Then Done.
  • 6. How to reach here ? Resume ? Cover Letter ? Connections ? Network ? Recruiting Agency ? Job Sites ? Preparation
  • 7. Employer ? Best Available candidate ? Loses time and money to ? Attrition ? Incompatible Candidates ? Soft Skills
  • 8. Interview Types ? Recruiter Phone Screen/In Person Screen ? Video Call/Webex/Skype/Facetime/Zoom ? Offline Coding Exercises ? Online Screensharing ? Whiteboard/Pseudo code/Soft Skills
  • 9. ? You never get a second chance to make a GREAT first impression
  • 10. Question Flaws ? TLAs and other terms ? Ambiguous ? One keyword answers ? Emotions ? Subconscious Competition/One Upping
  • 11. Sample Interview Questions ? Write a program in C#/Java to return the 100 nearest points from origin from a set of N points. ? Marks for: ? OOPS concepts ? Extensibility ? Time and Memory Complexity
  • 12. Sample Interview Questions ? What are types in .Net ? ? What is the difference between ViewData and ViewBag in ASP.NET MVC? ? Difference between null and undefined in JavaScript?
  • 13. Psychological aspects for Candidates ? FOTU ? Impostor syndrome ? Dunning Kruger Effect
  • 14. Recommendations for Candidates ? Telephone Interview ? Video Screening ? Listen ? Ask ? Clarify ? Do not let your guard down
  • 15. ?Losing can persuade you to change what doesn't need to be changed, and winning can convince you everything is fine even if you are on the brink of disaster. ? Garry Kasparov (2010). ¡°How Life Imitates Chess.¡±
  • 16. Questions 1) What does the acronym SDLC stand for? a. Software Development Life Club b. Software Development Life Cycle c. Scrum Delivery Level Cycle d. Software Developer Life Complexity
  • 17. Questions What is the output of the following JavaScript code? setTimeout(function(){ console.log('first'); },0); console.log('second'); console.log('third'); a. first second third b. second third first c. second third d. syntax error e. NOTA
  • 18. Questions1) What is the output of the following C program? #include <stdio.h> int main() { int a = 10, b= 10; printf("%d %d %d ",a, a++,++a); printf("%d %d %d ",b, ++b,b++); return 0; } a) 10 10 10 10 10 10 b) 0 0 0 0 0 0 c) 12 11 12 12 12 10 d) 10 11 12 12 11 10 e) NOTA
  • 19. Questions 1) What is the results of the following MATHEMATICS equation? 0.793 x 2 x 0.217 + 0.217 x 0.217 + 0.793 x 0.793 a) 2.027 b) 1.783 c) 1 d) 0.781 e) NOTA
  • 20. Questions 1) What port number is used by default for HTTPS protocol? a. 80 b. 22 c. 8080 d. 443 e. NOTA
  • 21. Divided by Titles, United by Code ? Full Stack Developer ? Database Developer ? Data Scientist ? ETL Architect ? DevOps Engineer ? Solutions Architect ? Principal Software Engineer ? Software Developer ? Programmer ? Tech Lead ? Software Consultant ? Software Architect ? Solutions Architect