Anonymous ID: 6cc87a Jan. 22, 2021, 9:44 a.m. No.12668804   🗄️.is 🔗kun   >>8824 >>8920 >>9376

Q if your here please read this. American citizens are being scammed to the tune of a trillion dollars a year in salaries and jobs. Here is something I just wrote to another clueless recruiter.

 

Thanks for your time:

 

I just wanted to give you an example of a test that I got from a one of the big tech financial names, if not the biggest, for your reference. I was asked to program something in notepad website in the last ten minutes of an interview. The interviewer ask me to write some code of a problem that their team was working on all day to see how I handle real world problems. They needed a javascript largest contiguous result set of identical pattern matching values from an iterable point for both incremental and decrimental positions. I couldn't do it in the allotted time but after the interview I sat with a real ide and did it and gave them an honest assessment of time; which is a little over an hour partially because I use clojurescript instead of javascript es6. Here it is, test it yourself or have your client test it, they will know.

 

function match(a,b){

return a===b;

}

 

var lowIdx = 0;

var highIdx = 0;

var diff = 0;

 

function seq(){

let x = [4,4,1,2,3,3,2,1,5,4];

let set = [];

let sets = [];

 

for(var i=0; i<x.length; i++){

var f = x[i];

var s = x[i+1];

if(match(f,s)){

highIdx = i+1;

diff = (highIdx - lowIdx);

;

console.log("l " + lowIdx + " h " + highIdx + " diff " + diff);

set.push(x.splice(lowIdx, diff*2+lowIdx));

lowIdx = highIdx-1;

}

}

 

 

return Math.max.apply(…set.length);

}

console.log(seq());

 

 

var z = [];

z.push([1]);

z.push([1,2])

z.push([1,2,3,4])

 

Sorry if format in email doesn't come out right. But here is the catch, if you were paying attention the interviewer said that the team was working on all day. They had 12 people on that team, yet I was expected to do the work in 10 minutes. So not only were they fishing for code to solve their problems but doing it at my expense. 12 people x 7 hours x 60 minutes in an hour = 5040 minutes they got to do it but I was only allotted 10 minutes. You'd think they'd be happy with 60 minutes and make a job offer. They probably never figured it out if they said all day or finished at the end of the day.

 

This is one of many that have done this, I've even had some ask for a week long project. This is why their is a technical buffer to begin with, no walk in applications, no phone numbers, and donot@reply.emails.

 

Trust me when I say that the Patriots of this country know what's going on and will deal with it all at once; sooner than most realize.

 

Hope to hear from you again, enjoy the show.

Anonymous ID: 6cc87a Jan. 22, 2021, 9:46 a.m. No.12668824   🗄️.is 🔗kun

>>12668804

How would any of you like to deal with this shit 8 hours a day 5 days a week.

This is the biggest scam in American history if not the world. Human Resources is the key to it all. They get free software and customization from compliant Americans.

Shut down big tech and put it in our pockets if the CEOs can't pass our tests.

Anonymous ID: 6cc87a Jan. 22, 2021, 9:59 a.m. No.12669031   🗄️.is 🔗kun   >>9239

>>12668920

Yes, I had Amazon BS too with similar algorithms that are not even in their code base but mine and gave me a test based upon my intellectual property. If I answered their question, I would have given away 3 months worth of work, I could only give them the gist. Big Tech are just Big Crooks, they learned it on Wall St. Burn someone out and take everything they have of value, I worked for most of them.

 

Their goal is to destroy America and when you understand that, they were not only trying to destroy this kid but you also, because they probably already got what they wanted, burned you out, and wanted their next fresh victims.

Anonymous ID: 6cc87a Jan. 22, 2021, 10:13 a.m. No.12669239   🗄️.is 🔗kun

>>12669031

 

Here is my proof.

 

Is there a way to get React to autodefine “keys” for children?

 

Asked 5 years, 6 months ago

Viewed by 8k developers

 

https://stackoverflow.com/questions/31568053/is-there-a-way-to-get-react-to-autodefine-keys-for-children

 

So 8k javascript developers could not answer this question, yet Amazon asked this on my test.

 

If you go to 1:09 of the video and put it on pause you'll see I answer it.

 

https://www.youtube.com/watch?v=MJxFkrxllmk

Anonymous ID: 6cc87a Jan. 22, 2021, 10:23 a.m. No.12669376   🗄️.is 🔗kun

>>12668804

Are you getting this Q?

 

ONE $TRILLION DOLLARS ANNUALLY

 

This is why their is a technical buffer of clueless recruiters to begin with, no walk in applications, no phone numbers, and donot@reply.emails.

 

THIS IS HOW YOU LOST YOUR COUNTRY

 

Lock downs gives them even greater ability to discriminate unopposed by these means.