Take home interview problem has solutions on leetcode and online. How to proceed?How can one interview somebody for a job requiring work under severe stress?What's a good way to qualify offshore consultants?How to encourge unemployed friends to take part in a home project to enhance their resumes?Interview problem - two light bulbs and a 100-story buildingIs it ethical to upload my solutions to interview tasks online to showcase my skills to other employers?Mind went blank during interview coding testIs it reasonable to ask for a short break during technical phone screens/interviews?Vague interview take-home project assignmentShould I accept the pre-interview coding take home challenge?How to handle professionally if colleagues has referred his relative and asking to take easy while taking interview
In MTG, was there ever a five-color deck that worked well?
Can you take actions after being healed at 0hp?
Based on what criteria do you add/not add icons to labels within a toolbar?
Why do cheap flights with a layover get more expensive when you split them up into separate flights?
Is a switch from R to Python worth it?
If the interviewer says "We have other interviews to conduct and then back to you in few days", is it a bad sign to not get the job?
What's going on with an item that starts with an hbox?
Plato and the knowledge of the forms
Can a Hogwarts student refuse the Sorting Hat's decision?
split large formula in align
…down the primrose path
Whats the difference between <processors> and <pipelines> in Sitecore configuration?
Write The Shortest Program To Check If A Binary Tree Is Balanced
Can attackers change the public key of certificate during the SSL handshake
Why do dragons like shiny stuff?
Which genus do I use for neutral expressions in German?
Ancients don't give a full level?
How many years before enough atoms of your body are replaced to survive the sudden disappearance of the original body’s atoms?
Generate a random point outside a given rectangle within a map
How easy is it to get a gun illegally in the United States?
Vibration on the guitar when playing two strings
How to make attic easier to traverse?
Star Trek novel in which the Enterprise-A is sold as surplus and refitted with Klingon technology
Is there a way to improve my grade after graduation?
Take home interview problem has solutions on leetcode and online. How to proceed?
How can one interview somebody for a job requiring work under severe stress?What's a good way to qualify offshore consultants?How to encourge unemployed friends to take part in a home project to enhance their resumes?Interview problem - two light bulbs and a 100-story buildingIs it ethical to upload my solutions to interview tasks online to showcase my skills to other employers?Mind went blank during interview coding testIs it reasonable to ask for a short break during technical phone screens/interviews?Vague interview take-home project assignmentShould I accept the pre-interview coding take home challenge?How to handle professionally if colleagues has referred his relative and asking to take easy while taking interview
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a take home interview problem with a flexible time limit and the solution to the problem is available on leetcode and online. There are several different types of solutions with varying degrees of difficulty.
How should I proceed?
Let the hiring manager and engineer know that there are solutions online and ask how I should proceed
Submit the solution and cite the online solution and blog (where the solution is) while explaining why I thought this was the best solution. Add unit tests and package the code nicely.
Submit a sub-optimal solution that I initially wrote, and also the optimal solution that I found online while citing the online blog.
interviewing tech-industry
New contributor
add a comment |
I have a take home interview problem with a flexible time limit and the solution to the problem is available on leetcode and online. There are several different types of solutions with varying degrees of difficulty.
How should I proceed?
Let the hiring manager and engineer know that there are solutions online and ask how I should proceed
Submit the solution and cite the online solution and blog (where the solution is) while explaining why I thought this was the best solution. Add unit tests and package the code nicely.
Submit a sub-optimal solution that I initially wrote, and also the optimal solution that I found online while citing the online blog.
interviewing tech-industry
New contributor
add a comment |
I have a take home interview problem with a flexible time limit and the solution to the problem is available on leetcode and online. There are several different types of solutions with varying degrees of difficulty.
How should I proceed?
Let the hiring manager and engineer know that there are solutions online and ask how I should proceed
Submit the solution and cite the online solution and blog (where the solution is) while explaining why I thought this was the best solution. Add unit tests and package the code nicely.
Submit a sub-optimal solution that I initially wrote, and also the optimal solution that I found online while citing the online blog.
interviewing tech-industry
New contributor
I have a take home interview problem with a flexible time limit and the solution to the problem is available on leetcode and online. There are several different types of solutions with varying degrees of difficulty.
How should I proceed?
Let the hiring manager and engineer know that there are solutions online and ask how I should proceed
Submit the solution and cite the online solution and blog (where the solution is) while explaining why I thought this was the best solution. Add unit tests and package the code nicely.
Submit a sub-optimal solution that I initially wrote, and also the optimal solution that I found online while citing the online blog.
interviewing tech-industry
interviewing tech-industry
New contributor
New contributor
New contributor
asked 23 mins ago
G CG C
111 bronze badge
111 bronze badge
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
This is a great opportunity for you to demonstrate your honesty, integrity, and ability to seek clarification before spending effort when the requirements aren't clear.
I'd contact the people who've given you the assignment, let them know about the solutions you've found and ask how they want you to proceed.
You're now on par with any rival candidates who did the same thing, and you've eliminated any who submitted a solution that they found online without communicating first.
add a comment |
Submit your solution but tell the Hiring Manager you found a solution online. Unless the interview problem was to figure out how good you are at googling, submitting another persons solution does not help the Hiring Manager assess your skills and proficiency at completing the given task.
By doing both you show the Hiring Manager that you can complete the task yourself, but you also have the capability to search and identify information that may assist you in addressing the problems you are given.
It will also help to eliminate anyone else who copies the already made solution because they are not show casing their skills or abilities and it would be more akin to cheating/plagiarizing someones work.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "423"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
G C is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f141725%2ftake-home-interview-problem-has-solutions-on-leetcode-and-online-how-to-proceed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is a great opportunity for you to demonstrate your honesty, integrity, and ability to seek clarification before spending effort when the requirements aren't clear.
I'd contact the people who've given you the assignment, let them know about the solutions you've found and ask how they want you to proceed.
You're now on par with any rival candidates who did the same thing, and you've eliminated any who submitted a solution that they found online without communicating first.
add a comment |
This is a great opportunity for you to demonstrate your honesty, integrity, and ability to seek clarification before spending effort when the requirements aren't clear.
I'd contact the people who've given you the assignment, let them know about the solutions you've found and ask how they want you to proceed.
You're now on par with any rival candidates who did the same thing, and you've eliminated any who submitted a solution that they found online without communicating first.
add a comment |
This is a great opportunity for you to demonstrate your honesty, integrity, and ability to seek clarification before spending effort when the requirements aren't clear.
I'd contact the people who've given you the assignment, let them know about the solutions you've found and ask how they want you to proceed.
You're now on par with any rival candidates who did the same thing, and you've eliminated any who submitted a solution that they found online without communicating first.
This is a great opportunity for you to demonstrate your honesty, integrity, and ability to seek clarification before spending effort when the requirements aren't clear.
I'd contact the people who've given you the assignment, let them know about the solutions you've found and ask how they want you to proceed.
You're now on par with any rival candidates who did the same thing, and you've eliminated any who submitted a solution that they found online without communicating first.
answered 13 mins ago
Player OnePlayer One
8,4037 gold badges29 silver badges42 bronze badges
8,4037 gold badges29 silver badges42 bronze badges
add a comment |
add a comment |
Submit your solution but tell the Hiring Manager you found a solution online. Unless the interview problem was to figure out how good you are at googling, submitting another persons solution does not help the Hiring Manager assess your skills and proficiency at completing the given task.
By doing both you show the Hiring Manager that you can complete the task yourself, but you also have the capability to search and identify information that may assist you in addressing the problems you are given.
It will also help to eliminate anyone else who copies the already made solution because they are not show casing their skills or abilities and it would be more akin to cheating/plagiarizing someones work.
add a comment |
Submit your solution but tell the Hiring Manager you found a solution online. Unless the interview problem was to figure out how good you are at googling, submitting another persons solution does not help the Hiring Manager assess your skills and proficiency at completing the given task.
By doing both you show the Hiring Manager that you can complete the task yourself, but you also have the capability to search and identify information that may assist you in addressing the problems you are given.
It will also help to eliminate anyone else who copies the already made solution because they are not show casing their skills or abilities and it would be more akin to cheating/plagiarizing someones work.
add a comment |
Submit your solution but tell the Hiring Manager you found a solution online. Unless the interview problem was to figure out how good you are at googling, submitting another persons solution does not help the Hiring Manager assess your skills and proficiency at completing the given task.
By doing both you show the Hiring Manager that you can complete the task yourself, but you also have the capability to search and identify information that may assist you in addressing the problems you are given.
It will also help to eliminate anyone else who copies the already made solution because they are not show casing their skills or abilities and it would be more akin to cheating/plagiarizing someones work.
Submit your solution but tell the Hiring Manager you found a solution online. Unless the interview problem was to figure out how good you are at googling, submitting another persons solution does not help the Hiring Manager assess your skills and proficiency at completing the given task.
By doing both you show the Hiring Manager that you can complete the task yourself, but you also have the capability to search and identify information that may assist you in addressing the problems you are given.
It will also help to eliminate anyone else who copies the already made solution because they are not show casing their skills or abilities and it would be more akin to cheating/plagiarizing someones work.
answered 4 mins ago
ShadowzeeShadowzee
7792 silver badges9 bronze badges
7792 silver badges9 bronze badges
add a comment |
add a comment |
G C is a new contributor. Be nice, and check out our Code of Conduct.
G C is a new contributor. Be nice, and check out our Code of Conduct.
G C is a new contributor. Be nice, and check out our Code of Conduct.
G C is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to The Workplace Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f141725%2ftake-home-interview-problem-has-solutions-on-leetcode-and-online-how-to-proceed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown