- 44
- 114 038
TechInsights
เข้าร่วมเมื่อ 31 มี.ค. 2022
Company CTC ,Work Culture || Interview Experiences || Free Mock Interviews || Career Guidance & Lot more !
Meesho SDE1 Interview Experience | CTC | Work-Culture | 2025 | 2024
round 1 :
Given 2 arrays, find a list of values which are available in both the array in ascending order. (It can be easily solved using hashing technique)
Given 2 strings, determine the minimum number of characters in either string that must be modified to make the two strings anagram. If it is not possible then return -1.
www.geeksforgeeks.org/weighted-job-scheduling/ (It can be solved using Dynamic Programming and for optimization we need to use binary search because O(n^2) was giving tle.
round 2 :
First question was very easy. It was based on the Activity selection Problem ( a very basic question on greedy algorithms). I solved this question in just 15 minutes. Link for the question is www.geeksforgeeks.org/activity-selection-problem-greedy-algo-1/
www.geeksforgeeks.org/problems/water-the-plants-141631/1 This question was pretty tough. It took 30-40 minutes to solve this question, but that was not an issue because the interviewer was very helpful, he was helping me to solve the question and gave me ample time to solve this question. He was satisfied with my code and my code cleared all the given test cases.
After this, he asked me some general questions on operating systems and Databases. The interviewer told me that those who can solve both the coding questions in a given time will qualify for the next rounds. Finally, he told me, do you have any questions for me? Then I asked 2-3 questions.
round 3 :
He asked me some Networking concepts such as ARP, DNS, OSI model and asked to explain.
Then he asked some operating systems questions such as difference between semaphore and mutex, paging technique, difference between virtual and physical memory, threading asked me to explain using java code.
After that he asked the difference between SQL and NoSQL, Normalization and ACID properties. What is the need of Normalization and many more questions related to DBMS.
Finally, he asked me about the inner implementation of vectors with complexities such as insert, delete and read operations.
Ref : www.geeksforgeeks.org/meesho-interview-experience-for-sde-1-on-campus-virtual/
Striver SDE Sheet : takeuforward.org/interviews/strivers-sde-sheet-top-coding-interview-problems
Given 2 arrays, find a list of values which are available in both the array in ascending order. (It can be easily solved using hashing technique)
Given 2 strings, determine the minimum number of characters in either string that must be modified to make the two strings anagram. If it is not possible then return -1.
www.geeksforgeeks.org/weighted-job-scheduling/ (It can be solved using Dynamic Programming and for optimization we need to use binary search because O(n^2) was giving tle.
round 2 :
First question was very easy. It was based on the Activity selection Problem ( a very basic question on greedy algorithms). I solved this question in just 15 minutes. Link for the question is www.geeksforgeeks.org/activity-selection-problem-greedy-algo-1/
www.geeksforgeeks.org/problems/water-the-plants-141631/1 This question was pretty tough. It took 30-40 minutes to solve this question, but that was not an issue because the interviewer was very helpful, he was helping me to solve the question and gave me ample time to solve this question. He was satisfied with my code and my code cleared all the given test cases.
After this, he asked me some general questions on operating systems and Databases. The interviewer told me that those who can solve both the coding questions in a given time will qualify for the next rounds. Finally, he told me, do you have any questions for me? Then I asked 2-3 questions.
round 3 :
He asked me some Networking concepts such as ARP, DNS, OSI model and asked to explain.
Then he asked some operating systems questions such as difference between semaphore and mutex, paging technique, difference between virtual and physical memory, threading asked me to explain using java code.
After that he asked the difference between SQL and NoSQL, Normalization and ACID properties. What is the need of Normalization and many more questions related to DBMS.
Finally, he asked me about the inner implementation of vectors with complexities such as insert, delete and read operations.
Ref : www.geeksforgeeks.org/meesho-interview-experience-for-sde-1-on-campus-virtual/
Striver SDE Sheet : takeuforward.org/interviews/strivers-sde-sheet-top-coding-interview-problems
มุมมอง: 63
วีดีโอ
BlackRock Interview Experience | CTC Break UP | Work Culture | Analyst Role in BlackRole 2024
มุมมอง 11K8 หลายเดือนก่อน
Ques1:leetcode.com/problems/linked-list-cycle/description/ Ques2: leetcode.com/problems/median-of-two-sorted-arrays/description/ #blackrock #interview #interviewexperiences #salarybreakdown #Sdesalary #softwareengineer #Blackrockobs #analyst #analystjobs
Google Interview Questions || Recently asked Google interview Questions || TechInsights
มุมมอง 85ปีที่แล้ว
Ques 2: leetcode.com/problems/number-of-good-ways-to-split-a-string/ Ques 1: Explained #Google #googleinterview #interviewexperience #interviewquestions #Dsa #mostaskedquestion #recentlyadded #sde
COIN CHANGE II | DP Series Lecture -3 | Memoization | Recursion | Leetcode
มุมมอง 60ปีที่แล้ว
leetcode.com/problems/coin-change-ii/ code : github.com/shreya593/DynamicProgramming/blob/master/Coin Change II
MakeMyTrip Interview Experience || CTC Breakup SDE-1 & SDE-2 || Work Culture & Work Life Balance
มุมมอง 1.1Kปีที่แล้ว
Interview Experience: Online Test: Conducted on HackerEarth Platform - HackerEarth Time allotted - 2Hrs Pattern - 20MCQs 2 Coding Questions MCQ level - Easy/ Moderate MCQ- Prepare with all the basics of DBMS, OS, OOPs for MCQs. (leetcode.com/problems/maximize-distance-to-closest-person/solution/ Given a String S1 and String S2. Convert string S1 to a palindrome string such as S2 is a substring ...
Word Break II | DP Series Lecture -2 | Memoization | Recursion | Leetcode Problem
มุมมอง 179ปีที่แล้ว
Here we are solving Word Break II Problem of Leetcode leetcode.com/problems/word-break-ii/
Life Inside Optum || My 1 year experience in Optum || Optum work Culture & work life balance
มุมมอง 6Kปีที่แล้ว
#optum #softwarengineerlife #workcultureincompany #softwaredeveloper #optumgurgaon #optumoffice #softwarengineeroffice #worklifebalance #Uhg #productbasedcompanies #lifestyle #coderlifestyle #coderlife #companyreview #workculture
Subset Sum problem || DP series Lecture-1
มุมมอง 98ปีที่แล้ว
practice.geeksforgeeks.org/problems/subset-sum-problem-1611555638/1 solution code : check 1st comment
ServiceNow CTC Breakup || ServiceNow Interview Experience || ServiceNow Compay Review
มุมมอง 3.2Kปีที่แล้ว
Round 1 (DSA JavaScript) 1 Question on binary search. Find the smallest window in a string containing all characters of another string Basic questions on Javascript as async await, closure, scope and some output based questions Round 2 (DSA Project Discussion) Merge a linked list into another linked list at alternate positions Maximum consecutive numbers present in an array Questions around pro...
Morgan Stanley CTC Break-Up | Recruitment Process | Work Culture Explained 2023
มุมมอง 1.9Kปีที่แล้ว
Follow me on Linkedin for any doubt : www.linkedin.com/in/shreya-jaiswal-b42914183/ Interview questions : docs.google.com/document/d/1qK3AxexiHkNNYmnH9VXzdoL9f-XAeAF4TdNFTUhPpNU/edit?usp=sharing
Top Github Commands in 10 mins || Things you must know befor joining a company part-1
มุมมอง 76ปีที่แล้ว
Follow me on Linkedin : www.linkedin.com/in/nishkarshmaitry/ Document link - docs.google.com/document/d/1XL8WR0r3UbHSvLDwo7JO6Ix-kJ_G78dnFYplj_zJoDk/edit?usp=sharing #github #git #gitcommands #pullrequest #pr #clone #repository #pull #gitpull #gitmerge #gitbase #gitpush #gitcommit #commit #gitcommands #commands #cmd #gitadd #gitadd. #techinsights 00:00 00:58 Terminologies 01:00 7:22 Top Github ...
Wells Fargo CTC || Recruitment process for Freshers || Work Culture 2023
มุมมอง 11Kปีที่แล้ว
follow me on linkedin for any query : www.linkedin.com/in/shreya-jaiswal-b42914183/
Juspay Interview Experience 2023 | Juspay CTC-Breakup | Juspay company Review
มุมมอง 4.1Kปีที่แล้ว
Follow me on Linkedin : www.linkedin.com/in/nishkarshmaitry/ #Juspay #ctcbreakup #ctcbreakdown #compayreview #placement #offcampushiring #offcampusdrive #package #superdream #sde1 #softwareengineer #recruitment #interview #interviewexperiences #recruitment #hackathon #juspayhackathon 00:00 Introduction 00:51 CTC Breakup 1:50 Hiring process & Rounds 6:56 Rating and Reviews
Barclays Recruitment Process || CTC Break-Up || Work Culture for freshers 2023,2022
มุมมอง 6Kปีที่แล้ว
Follow me on LinkedIn for queries : www.linkedin.com/in/shreya-jaiswal-b42914183/ Coding Quetions asked in Round 1: 1)To check whether an array can be made strictly increasing by modifying only one element output should be in the format of yes or no (20 Marks) 2)To find the maximum number of divisors that can be possible store it in a tree format and find the length of the tree. (50 Marks)
Tekion Interview Experience 2023 | Tekion CTC breakup for SDE -1 | Tekion Company Review 2023
มุมมอง 1.6K2 ปีที่แล้ว
Tekion Interview Experience 2023 | Tekion CTC breakup for SDE -1 | Tekion Company Review 2023
Goldman Sachs Recruitment Process - 2022 || CTC Breakup 2022
มุมมอง 1.1K2 ปีที่แล้ว
Goldman Sachs Recruitment Process - 2022 || CTC Breakup 2022
Vmware ctc breakup || Vmware On campus hiring || Recruitment Proces | worklife balance & workculture
มุมมอง 2572 ปีที่แล้ว
Vmware ctc breakup || Vmware On campus hiring || Recruitment Proces | worklife balance & workculture
Bajaj Finserv On campus Recruitment | CTC Break-UP | Work life Balance
มุมมอง 4.7K2 ปีที่แล้ว
Bajaj Finserv On campus Recruitment | CTC Break-UP | Work life Balance
ZS Campus Beats Challenge || Case Study || All rounds explained || Zs Associate Off campus hiring
มุมมอง 5K2 ปีที่แล้ว
ZS Campus Beats Challenge || Case Study || All rounds explained || Zs Associate Off campus hiring
ZS Associates Interview Experience | CTC-Breakup |Company Review | ZS BOA,DAA,BTSA Profile explained
มุมมอง 7K2 ปีที่แล้ว
ZS Associates Interview Experience | CTC-Breakup |Company Review | ZS BOA,DAA,BTSA Profile explained
Swiggy Ctc- Breakup for SDE-1 || Work life Balance || work culture || Recruitment Process 2022
มุมมอง 2.3K2 ปีที่แล้ว
Swiggy Ctc- Breakup for SDE-1 || Work life Balance || work culture || Recruitment Process 2022
Microsoft CTC-BREAKUP for SWE-1 Freshers || Microsoft Recruitment Process 2022 || Microsoft Engage
มุมมอง 2302 ปีที่แล้ว
Microsoft CTC-BREAKUP for SWE-1 Freshers || Microsoft Recruitment Process 2022 || Microsoft Engage
Intuit Ctc Breakup SDE|| intuit work culture || intuit work life balance || intuit company review
มุมมอง 6592 ปีที่แล้ว
Intuit Ctc Breakup SDE|| intuit work culture || intuit work life balance || intuit company review
Amazon SDE interview experience|Amazon Work culture honest Review |Amazon Interview exp for freshers
มุมมอง 6132 ปีที่แล้ว
Amazon SDE interview experience|Amazon Work culture honest Review |Amazon Interview exp for freshers
Atlassian CTC break up SDE1|ATLASSIAN Hiring Process SDE1 |ATLASSIAN SDE Internship
มุมมอง 2.8K2 ปีที่แล้ว
Atlassian CTC break up SDE1|ATLASSIAN Hiring Process SDE1 |ATLASSIAN SDE Internship
How to get Intenship in 1st year , 2nd year , 3rd year , 4th year | internship through internshaala
มุมมอง 1102 ปีที่แล้ว
How to get Intenship in 1st year , 2nd year , 3rd year , 4th year | internship through internshaala
Airtel Interview Experience|Airtel Africa Interview Experience|Airtel International LLP
มุมมอง 1.9K2 ปีที่แล้ว
Airtel Interview Experience|Airtel Africa Interview Experience|Airtel International LLP
Disney+hotstar Interview Experience 2022 | Disney+Hotstar System Design Interview | SDE-1
มุมมอง 1.6K2 ปีที่แล้ว
Disney hotstar Interview Experience 2022 | Disney Hotstar System Design Interview | SDE-1
Samsung prism internship 2022 | samsung prism internship stipend | samsung prism welcome kit
มุมมอง 4.8K2 ปีที่แล้ว
Samsung prism internship 2022 | samsung prism internship stipend | samsung prism welcome kit
Senior Software Engineer ki sallary kitni hogi Highradius me
Black rook me mba ke liye job hai India me kaha kaha branch hai iska
@@hritikmishra8112 they are in Pan India (bangalore ,mumbai, gurgaon ) yes definitely it has positions for mba role . Read this article - careers.blackrock.com/blog-MBA-recruiter-shares-insights-on-getting-hired-at-blackrock
Informative
Thanks
Can there be non tech post in this , as i am an mba graduate
Id company me online work from home job hoti he kya. Aur delhi me iski job kaise milegi
I applied for btsa role in zs through refferal. I cleared my aptitude test. Now what all rounds will b der ? Is off campus interview tough?
How many hours per day need to complete
My 10th 12th percentage is 60% only, I am eligible to attend juspay interview???????????? , please any one tell me
open hiring hoti h iski , off campus as well as on campus
what DSA questions asked in Round 2 and Round 3?
When optum opens for internship online and how many rounds are there
bhaiaya aap se baat ho sakti hai kya call p career m stuck hu
khana free hota hai kya?
@@_AnuragsinghThakur no it's paid but you will get in less price
Can you please create an video on hitech digital solutions
@@shivrajsinghhirawat718 sure , thanks for suggestions
Can we go in IT from financial sector
yes if you have b.tech/bca/mca degree you can apply for tech jobs there
Kya optum me hybrid..system hai
@@nehasrivastava9132 yes it is hybrid , you have to complete 10 day office in a month ,good part is there are no fix days you can complete any days of month .
Thanks for replying
What is ratio between CTC and take home salary.
@@Rajendra-x6v CTC=15% RRP (variable)+ 85% base Salary. If you are newly joining company then you will get bonus that is totally random .
Valuation nahi assets management hain 10 trillion dollar ka
Please provide Linkedin of that person
4944 Rippin Glens
Hello bhai job interview hindi me kuch ho shakta hai Company me
Marvin Park
Why u guys all not put the videos in English
Cab service gurgaon office ke liye noida se available h?
4765 Eda Vista
hey there , that was a great , informative one. is there any way i can reach out to company for sde role as a fresher as this company do not have any connection with my college and have not come? if so do tell please.
Alex Lodge
Hi I have shortlisted for QA role in juspay, i have finished technical discussion round one more technical round is there, how i can prepare,any resources available please help me?😢
kon sa batch se ?
minimum one year experience needed@@MindBreew
Whats the ctc for SAVP?
21-35lpa
@techinsights3586 you mean 2lakh per month approx.?
what are the technical skills required for a internship role at blackrock
@@ayanbanerjee4119 it is totally depends on role you are applying but for technical role these are requirements: hand on experience in python /Java,computer core fundamentals knowledge , basic dsa
10th 12th college ka eligibility criteria kya thi?
@@mohitkumartiwari9711 it was 70%
Nice information ❤❤
@@Mo_Raish thanks 👍
Bhai ap konsa company ka engineer ho❤
@@ArjunRoy-nv2zy Optum ,UHG mei bhai
Hamare college mei toh interview nhi hua hamare seniors ka toh
Can we use python to clear this DSA questions
@@avinashv7154 you can use any language for clearing dsa if it's showing on editor .even you can use python for dsa round. That's not an issue Most probably python will be their for service now question
11 July,10:12 3rd video
When do they give offer letter after interview selection for clinical investigator post
Once they'll done BGV
What perks and benefits do they offer . How do they help people coming from different states. And why are no office pictures in website
Hi mam myself krishan dutt ex-servicemen( defence background 23 years) is there ny hiring for ex-servicemen as well.
hi , not sure if there is any such quota or not , but if yoou have b.tech/bca/mca degree you can apply for there jobs
bheiya!! english me batao na kya..
Correction-keval biscuit milte hain😅😂
@@rajendragautam1994 hahahaha 😂
does btsa role have coding
thanks
Hey thank you for your information I would like to know more and upskill myself so I could get a job in wells fargo. I am a fresher from a tire 3 college with a cgpa of 8.83 and my 12 mark is 87.83 am I eligible? If so will you please guide me to prepare and refer me for sde1
hi @Naturetheme-i9l , yes you can get job in wells fargo , and you can connect here for more guidance : topmate.io/shreya_jaiswal?term=article
I am Bcom Hons Graduated and have one year work experience. Does BlackRock provide any jobs in investment management & finance domain?
No bro sry
When will application will start in 2024?
Brother kiya hum Blackrock me internship le sakte h ? Uske liye kiya kiya krna prta h ?
I got selcted in top 10 at zs campus beats tech challenge ....please tell the furthur procedure for this
Do wells Fargo give a laptop as well for interns?
yes
How much time they took to give result for first round?
How much they pay ? Do anyone have any idea
They offer 14 LPA package
@@techinsights3586 Do they hire integrated dual degree students?