Пікірлер
@Prince_Oberoi4u
@Prince_Oberoi4u 13 сағат бұрын
I miss Turing reviews. No reviews these days
@justinphilip3502
@justinphilip3502 Күн бұрын
Why does my interview ask me from fabric architecture up to NASA space shuttle program.
@inayatullahkhan4652
@inayatullahkhan4652 3 күн бұрын
i am a web developer and currently studying can i eligible for remote job on turing
@debasiskundu9562
@debasiskundu9562 3 күн бұрын
C# - string input = "abcabb"; string output = ""; int maxvalue = input.Length; Dictionary<string, int> keyValue = new Dictionary<string, int>(); for (int i = 0; i < input.Length; i++) { if (!output.Contains(input[i])) { output += input[i]; } else { if (!keyValue.ContainsKey(output)) { keyValue.Add(output, output.Length); } output = string.Empty; output += input[i]; } } if (keyValue.Count > 0) { maxvalue = keyValue.Select(kv => kv.Value).Max(); } Console.WriteLine(maxvalue);
@esgmodiyt1359
@esgmodiyt1359 3 күн бұрын
I have cleared coading round but haven't received any further notification from turing. @turing please reply on same
@sunilc2290
@sunilc2290 4 күн бұрын
Is it good for c# using System.Text; string s = "helofriends".ToLower(); int leftIndex = 0; List<char> chars = new List<char>(); int maxLength = 0; SortedDictionary<int, int> keyValuePairs = new SortedDictionary<int, int>(); for (int i = 0; i < s.Length; i++) { if (!chars.Contains(s[i])) { chars.Add(s[i]); } else { if (!keyValuePairs.ContainsKey(maxLength)) { keyValuePairs.Add(maxLength, leftIndex); } leftIndex = i; maxLength = 1; chars.Clear(); chars.Add(s[i]); } if (chars.Count > maxLength) { maxLength = chars.Count; } } if (!keyValuePairs.ContainsKey(maxLength)) { keyValuePairs.Add(maxLength, leftIndex); } Console.WriteLine(s.Substring(keyValuePairs.Last().Value, keyValuePairs.Last().Key));
@mmmm-wm8ci
@mmmm-wm8ci 4 күн бұрын
Will this help in clearing turing java assessment
@mmmm-wm8ci
@mmmm-wm8ci 4 күн бұрын
Will this helo in cracking turing java assessment
@user-fj5sn9yd7s
@user-fj5sn9yd7s 4 күн бұрын
Its really very good useful video, Thanks for both interviewer and interviewe, im requesting this channel, please share the interview questions list those are asked in this interview, please share here, it will helpful us
@Lucious_LT
@Lucious_LT 5 күн бұрын
Hi Turing I would like to know is this interview for Junior or Senior developers? By the way thumbs up for my Nigerian brother and to the interviewer too❤.
@khale-d
@khale-d 6 күн бұрын
What is the level of interview do you think? (Beginner, intermediate or expert)
@akinpeluabiodun6690
@akinpeluabiodun6690 11 күн бұрын
This help alot... Please, can Victor list the medium channels or others to get daily update on Nodejs as a stack. Thank you @Turing
@valuablegamer7544
@valuablegamer7544 11 күн бұрын
Muh se supadi nikal ke baat kar re...
@mkoi228
@mkoi228 13 күн бұрын
Incredible content
@ameerhamza8284
@ameerhamza8284 13 күн бұрын
Make you made noise just present in peaceful environment
@virtumind
@virtumind 13 күн бұрын
What is the salary range there ? did you able to get high rate ?
@virtumind
@virtumind 13 күн бұрын
What is the salary range there ? did you able to get high rate ?
@arcanum360YT
@arcanum360YT 13 күн бұрын
How long does your vetting process take?
@PrajwalBati
@PrajwalBati 15 күн бұрын
8:14 From my knowledge, process.nextTick() callback always run before other callbacks from promises and macrotasks. It runs at the end of the current event loop iteration whereas other callbacks run on next iteration.
@zuhrulanam5971
@zuhrulanam5971 16 күн бұрын
Cool!
@hamzaahmad6620
@hamzaahmad6620 17 күн бұрын
flex box is yoga layout engine written in c++ if you are senior you should go deep
@prankit077
@prankit077 17 күн бұрын
Thanks for visiting, Hope you had a great time
@100vivasvan
@100vivasvan 18 күн бұрын
Something in me says ... I would not hire this interviewer
@believer250
@believer250 18 күн бұрын
is this a fake interview? 😮
@FazeelUsmani
@FazeelUsmani 19 күн бұрын
I would like to know how you setup the laptop and extra screen. Which camera you're using and how you're blurring the background? Which mic you're using? Details would be helpful.
@nextDevSchoolLab
@nextDevSchoolLab 6 күн бұрын
Hey FazeelUsmani, how is it going? Here it goes: Mic - Rode PodMic. Screen - I use a 2k ultrawide LG monitor (34inch). I split the screen in two or three view, record everything at once and map it using OBS. Then it looks like a have mutiple monitors but I have on one! Camera: for this video I used Sony a7 IV. Nowadays, I use a Sony ZV-E1 I feel it much better than the Sony A7 IV for this kind of video. In adittion to that, I use a RodeCaster Pro II and a Small StreamDeck. Have a great Day!
@LiveWithAdarsh
@LiveWithAdarsh 21 күн бұрын
good one
@olaworetaofeek7955
@olaworetaofeek7955 21 күн бұрын
which site did you get the test
@JoseWaldier
@JoseWaldier 23 күн бұрын
the guy was reading the answers
@imadeddda9450
@imadeddda9450 23 күн бұрын
7:38 Hope u meant prompts and not promise. In case of promise : We can't decide which gonna run first (Promise or SetTimeout 0) cause we don't know the process or the code inside that promise, it depends on the duration of the promise and it can resolve much later than the setTimeout. Otherwise Great content & thanks !
@UzairSalim-dy3uz
@UzairSalim-dy3uz 20 күн бұрын
I think by Promise he meant the Resolved Promise That runs Right away something like Promise.resolve()
@hirendrarangani4282
@hirendrarangani4282 23 күн бұрын
It's really exciting to be part of Gen AI, though we all need to learn and optimise it capabilities to scale and bring tangible value to the table, I believe that will change the way we see the world today
@utsavthapa7153
@utsavthapa7153 23 күн бұрын
I completed my vetting more than a year ago and still i am waiting for it 🙂 and had complete non technical interview
@kumarswamy2979
@kumarswamy2979 24 күн бұрын
Amazing interview and Faizal answers are impressive and show case his depth knowledge
@KateNelson-jy6gz
@KateNelson-jy6gz 24 күн бұрын
How can this be solved on JavaScript: Imagine a circular jogging track with several rest points, labeled from 0 to n-1. the distance between each rest point is known and record in an array called distance [], where distance [i] shows the distance between point a and point (i+1)% n. a person wants to find the minimum distance between two chosen rest points, start and destination, on the circular route, while being able to travel in both directions, clockwise and counterclockwise.
@henryk7636
@henryk7636 24 күн бұрын
Hello Turing. Can Data Analysts also apply to Turing jobs?
@muhammadkhurramahmed3815
@muhammadkhurramahmed3815 25 күн бұрын
I have been working in a power utility company for 7 years as a SCADA engineer and recently got interested in coding. I have learned basic python and developed a data logger application for logging data of power system installed on substaions. Can I get hired at turing, if I keep improving my coding and provided my experience is in a totally different field?
@Kumaryadav99
@Kumaryadav99 26 күн бұрын
Great video! It really showcases the incredible work our company does and how we're making a positive impact.
@JJ-sl7fo
@JJ-sl7fo 26 күн бұрын
thankyou Turing.. i have passed the vetting process, waiting to be matched
@GahMega
@GahMega 26 күн бұрын
How worse could it be ? The guy does not even pretend he is not reading.... uugh'
@learnwithsumi20
@learnwithsumi20 28 күн бұрын
I have cleared one coding challenge and i failed the other 2... Now around 30 days are remaining to take up those challenges again... If i pass them successfully will i be able to get the job? If yes then in how many weeks? Or months?? And will the hiring company provide the assets for working??? Or we have to use our personal assets?? And payroll will be based on what??? Few people are saying that the turing is fake... Is it really fake😢???
@learnwithsumi20
@learnwithsumi20 28 күн бұрын
I have cleared one coding challenge and i failed the other 2... Now around 30 days are remaining to take up those challenges again... If i pass them successfully will i be able to get the job? If yes then in how many weeks? Or months?? And will the hiring company provide the assets for working??? Or we have to use our personal assets?? And payroll will be based on what??? Few people are saying that the turing is fake... Is it really fake😢???
@learnwithsumi20
@learnwithsumi20 28 күн бұрын
I have cleared one coding challenge and i failed the other 2... Now around 30 days are remaining to take up those challenges again... If i pass them successfully will i be able to get the job? If yes then in how many weeks? Or months?? And will the hiring company provide the assets for working??? Or we have to use our personal assets?? And payroll will be based on what??? Few people are saying that the turing is fake... Is it really fake😢???
@shakilpatel134
@shakilpatel134 28 күн бұрын
I have applied for data scientist profile and have passed the first coding challenge, the person who was the mediator replied that my profile is duplicate, but this was for the first time i attempted test , yes i applied for another role of python developer but have never performed any test before , now developer portal is providing me to proceed with tech stack quiz can I move forward with it ? Will my profile be considered
@itisme3972
@itisme3972 29 күн бұрын
I want to see the Python practical test.
@VenomGamingnp
@VenomGamingnp Ай бұрын
Rajkummar rao is taking interview
@KateNelson-jy6gz
@KateNelson-jy6gz Ай бұрын
Hi am Engr. Dave from Nigeria... JavaScript/React.js developer specialist..
@AngelKuria254
@AngelKuria254 Ай бұрын
I passed all the tests last year but I have not been able to get jobs. Kindly let me know what I should do?
@devbiswarupz
@devbiswarupz Ай бұрын
idk why but the intro of Faizal felt like a business pitch, it didnt felt natural
@jatingohel7698
@jatingohel7698 Ай бұрын
Hi, After create profile Get hired after what is process ?
@yogichaitanyamyla6083
@yogichaitanyamyla6083 Ай бұрын
Bro, currently I am learning full stack development course, now react assignments and projects I am doing, I am BE mechanical graduate, from last 9 years i prepared for gate exam, for government job purpose but I didn't get employment, is there any job opening for fresher, i am interested
@shubhamsinghal4725
@shubhamsinghal4725 Ай бұрын
FastAPI only works with 3+ version