Тёмный

IBM Coding Questions and Answers 2023-24 | Latest IBM Assessment 

Prep Insta
Подписаться 487 тыс.
Просмотров 112 тыс.
50% 1

IBM Coding Questions and Answers 2023-24 | Latest IBM Questions
Visit IBM Coding Online Course: prepinstaprime...
Use "RU-vid" Coupon code for the maximum discount. (Lowest Prices Ever)
Other Videos links:
IBM Coding Questions and Answers: prepinsta.com/...
IBM Syllabus and Test Pattern: prepinsta.com/...
For Updates on Placements Join :
1. Instagram - prepinsta.com/...
2. Whatsapp - prepinsta.com/...
3. Telegram - prepinsta.com/...
4. LinkedIn - / prepinsta
5. Discord - prepinsta.com/...
Follow our Mentors -
1.Atulya Kaushik - / atulya.kaushik
2.Manish Agarwal - / 1manish_agarwal
3.Aashay Mishra - / _aashaymishra

Опубликовано:

 

17 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 130   
@ArvindSingh-wj7vy
@ArvindSingh-wj7vy 7 месяцев назад
The way you broke down the problem and explained the solution step-by-step not only made it easy to understand but also boosted my confidence in tackling similar challenges. The practical approach and clear explanations are exactly what I've been looking for in a coding tutorial. I believe this video will be immensely helpful for anyone preparing for coding interviews, including myself.
@atharvkhadse6518
@atharvkhadse6518 Год назад
Very well taught, it will help me a lot to prepare for my coding test. Logic explained in an easy way.
@PrepInsta
@PrepInsta Год назад
Hey❤ We love to see the reviews😇 Stay tuned with us on our social media for latest job updates: Telegram- prepinsta.com/telegram/ Instagram- prepinsta.com/instagram/ WhatsApp- prepinsta.com/whatsapp/
@atharvkhadse6518
@atharvkhadse6518 Год назад
@@PrepInsta Who got the prime membership.
@abbastinwala3416
@abbastinwala3416 Год назад
Explained very well, even a beginner can easily get the concepts and thats what everyone is searching for. Thank you Sir
@PrepInsta
@PrepInsta Год назад
You are most welcome. This motivates us!
@pothulasreejareddy6474
@pothulasreejareddy6474 Год назад
Explained clearly!!would be more helpful if you upload more videos on ibm coding test
@PrepInsta
@PrepInsta Год назад
Hey🙋‍♀️ We have heard you and uploaded IBM coding questions. 😊 Kindly refer this link: prepinsta.com/ibm/
@RiddhiRadia
@RiddhiRadia 9 месяцев назад
Tommorrow i have IBm coding assesment test by watching this video i m feeling confident thank you
@isakadeviprasad
@isakadeviprasad 9 месяцев назад
Hi Bro Test Result
@SachinSharma-ev5nk
@SachinSharma-ev5nk Год назад
Actually i applied in IBM and i got mail from ibm today and There is a link in that mail to fill a form but in that form there is a field " highest qualification year of course enrollment " but in that field i don't have option "2018" and there is an another field " highest qualification year of passout " and in this field i have an option "2022" so i want to say that i enrolled in my btech in 2018 but there is no option of "2018" in course enrollment field in that form but in field of "year of passout" there is option 2022 so what should i fill in "course enrollment" field ??
@PrepInsta
@PrepInsta Год назад
Hi, Thank you for contacting us! Kindly note that, there are high possibilities that the company might be looking for other batches and you are not eligible for the same. Could you please share us the screenshot here? instagram.com/prepinsta.offcampus/?hl=en
@chandu355
@chandu355 Год назад
Great information thanks 👍
@PrepInsta
@PrepInsta Год назад
Hey, we are glad that it helps you.😇
@vantakalabhavana9451
@vantakalabhavana9451 Год назад
As we completed IBM first round test and shortlisted and got the mail of having second round coding test you have any idea about the test pattern are on what topics the codes can be?
@laxmi_014
@laxmi_014 Год назад
Me too having the 2nd round on 9th sep
@-Pookieee
@-Pookieee Год назад
Even I have 2nd round on 9th
@-Pookieee
@-Pookieee Год назад
2 questions and 1 hr time.
@PrepInsta
@PrepInsta Год назад
Refer the given link for IBM syllabus, pattern and previous year questions👇 prepinsta.com/ibm-syllabus/
@creatorstudio5945
@creatorstudio5945 Год назад
Hey, when did you applied?
@brethlessgameryt2871
@brethlessgameryt2871 Год назад
Are the above explained questions have appeared in the exam?
@PrepInsta
@PrepInsta Год назад
Hii❤ Yes, some are previous year questions where as on some we have chosen the pattern of the questions. Kindly refer this link: prepinsta.com/ibm/
@ivanleung6034
@ivanleung6034 9 месяцев назад
Thanks sir. In the real coding test, the difficulty is similar to these two questions or harder?
@mohammadaftabansari6882
@mohammadaftabansari6882 Год назад
Thank you very much Sir Please upload more such videos
@PrepInsta
@PrepInsta Год назад
Hey❤ Sure, our team is working day and night to provide best resources for placement preparation.😇 Kindly refer this link: prepinsta.com/ibm-syllabus/
@buttercakeluv
@buttercakeluv 8 месяцев назад
is this the same for Back-End Developer - India - Standard in IBM PLz answer ?
@saikaizoku
@saikaizoku Год назад
Thanks a lot 🎉
@PrepInsta
@PrepInsta Год назад
Hey, love to hear your words❤
@PriyanshuKumar-bx9oy
@PriyanshuKumar-bx9oy 11 месяцев назад
import java.util.*; public class Main { public static void main(String[] args) { Scanner sc=new Scanner(System.in); String s=sc.next(); int c=0,min=Integer.MAX_VALUE; for(int i=0; i
@PrepInsta
@PrepInsta 11 месяцев назад
Hey, Kindly join our discord channel for any technical queries : prepinsta.com/discord
@tharunchandra1
@tharunchandra1 7 месяцев назад
java solution for Q.2 provided by @PrepInsta is incorrect if the input string is "pppppp@ppp@pp$ppp" it prints 3 as output. And your (@PriyanshuKumar-bx9oy) code will give incorrect answer with input "pppppp@ppp@pp$p" it will print 2 as output, you need to add min=Math.min(c,min); again after the end of for loop class HelloWorld { public static void main(String[] args) { String s="pppppp@ppp@pp$p"; int a=0, ans=Integer.MAX_VALUE; for(int i=0;i
@JIGARSINGTHAKOR-yy6qp
@JIGARSINGTHAKOR-yy6qp 10 дней назад
@@tharunchandra1 but contraints are 1e9 how it work in 0(N)??
@sauhardyadey5467
@sauhardyadey5467 Год назад
can you do this in java?
@PrepInsta
@PrepInsta 9 месяцев назад
We'll surely forward the suggestion!!
@ABHAYSharma-b6i
@ABHAYSharma-b6i Месяц назад
Hello Do we got any mail or update after giving the coding assessment and behavioural assessment test in IBM
@harshkumargupta_07
@harshkumargupta_07 Год назад
Thanks 🙏
@PrepInsta
@PrepInsta Год назад
Your word matters a lot to us😇
@cs2-09malavikas
@cs2-09malavikas Год назад
Please provide a solution in C
@PrepInsta
@PrepInsta Год назад
Happy to see you here. You can join us on. Join our TA Support Group on Discord, where we will help you out with all your technical queries: 📍prepinsta.com/discord/ If you are new to Discord, please watch our tutorial here❤️: bit.ly/how-to-use-prepinsta-discord-server
@noaakshay
@noaakshay 5 месяцев назад
2nd problem solution in javascript one liner Math.min(...str.split(/[@$]/g).map((item) => item.length));
@godwinbmenachery8067
@godwinbmenachery8067 Год назад
Helped to solve a new problem. and expecting more from you. waiting....& thank u.
@PrepInsta
@PrepInsta Год назад
Sure, Stay Connected to us! We will surely come up with an amazing session soon.
@souravdebnath7732
@souravdebnath7732 Год назад
Sir can made predicted question on accenture
@PrepInsta
@PrepInsta Год назад
Hey❤ We will surely forward your message to the team.😇
@ronitsrivastava377
@ronitsrivastava377 Месяц назад
The question s seem very simple compared to the phonepe test that I gave. You sure this is what they ask?
@tamzidulmatin9943
@tamzidulmatin9943 Год назад
Is there a way to purchase your program without an Indian phone number?
@PrepInsta
@PrepInsta Год назад
Kindly drop a message on 8448440710, Our team will look into it! 😊
@sanjaykumar-ez4cq
@sanjaykumar-ez4cq Год назад
Tq your contribution 😊😊 sir
@PrepInsta
@PrepInsta Год назад
We're happy, you're happy.💕😇
@priya_dharshini28
@priya_dharshini28 Год назад
When can we expect exam mail sir?
@PrepInsta
@PrepInsta Год назад
Hey❤ We recommend you to focus o your preparation and they will send assessment mail in batches so kindly wait till then. ☺
@uniqueuday8569
@uniqueuday8569 Год назад
s='PPP@TTTTTTT@SSZS$UUU' l=[] for i in s: if(i=='@' or i =='$'): l.clear() else: l.append(i) print(len(l)) Is this correct for the 2nd program ?
@PrepInsta
@PrepInsta 9 месяцев назад
We, the social media team is quite not confirmed about the answers but for sure our mentors will let you know soooon
@mohammedrazik4992
@mohammedrazik4992 Год назад
Sir i have a query regarding the elif part.Inorder to include the alphabets from a-z the range should be 97-123 right?
@PrepInsta
@PrepInsta Год назад
Hi❤ Join our TA Support Group on Discord, where we will help you out with all your technical queries: 📍prepinsta.com/discord/
@godwinbmenachery8067
@godwinbmenachery8067 Год назад
not needed. 2nd elif part is for the string that is represented using 3 digit numerals(3 digit ascii ).dont need to specify the range of the ascii values. chr is used to find any character respected to the ascii values. thanks
@mohammedrazik4992
@mohammedrazik4992 Год назад
@@godwinbmenachery8067 Thank You Bro
@PritamKumar-iq6uh
@PritamKumar-iq6uh 2 месяца назад
Today only i got assessment link and cleared the hacker rank coding question 1 out of 2 . and my output matches their expected output and 100 % test cases passed but for 2nd one it was all wrong , will I be selected ?
@AnuPriyamM
@AnuPriyamM Месяц назад
may i know what type of ques
@sklala-y9e
@sklala-y9e 9 месяцев назад
The constraint is 10^9, therefore o(n), which leads to TLE.
@PrepInsta
@PrepInsta 9 месяцев назад
Hi, Join our TA Support Group on Discord, where we will help you out with all your technical queries: 📍prepinsta.com/discord/ If you are new to Discord, please watch our tutorial here❤️: bit.ly/how-to-use-prepinsta-discord-server
@Silightt
@Silightt Год назад
There will be a group discussion round too this time. Are there any practice resources for it?
@PrepInsta
@PrepInsta Год назад
Refer to these links- prepinsta.com/interview-preparation/group-discussion-questions/ prepinsta.com/interview-preparation/group-discussion/ prepinsta.com/interview-preparation/group-discussion-questions/how-to-start-a-gd/
@priya_raman287
@priya_raman287 9 месяцев назад
Is syllabus for coding test for different roles same?
@PrepInsta
@PrepInsta 9 месяцев назад
Hi, No. Here is the link for ASE role for IBM, Here is the link prepinsta.com/ibm/coding/
@Raj-ze3ql
@Raj-ze3ql 7 месяцев назад
What about the list which got separated by $, it was also having group of 2 and we didn't considered it at all
@-Bharathchandu
@-Bharathchandu Год назад
Hi sir, I am top 3 commentor. Will I get the prep insta prime
@-Bharathchandu
@-Bharathchandu Год назад
@@mohammadaftabansari6882 let's hope for the best 🙃
@PrepInsta
@PrepInsta Год назад
Hii❤ We choose best 3 instead of first 3. But don't loose hope and keep trying.✌ Also stay tuned with us for latest hiring updates and upskilling: Telegram- prepinsta.com/telegram/ Instagram- prepinsta.com/instagram/ WhatsApp- prepinsta.com/whatsapp/
@jaysurya1190
@jaysurya1190 6 месяцев назад
Yesterday I have given the IBM coding test I have passed all the test case of coding but one question of MySQL query unable to solve is there any chance of getting sortlisted
@shivanipawar6394
@shivanipawar6394 6 месяцев назад
Can you tell that what type of question they were asked?
@jaysurya1190
@jaysurya1190 6 месяцев назад
@@shivanipawar6394 basic level not from DSA very simple
@mohammedjameel3461
@mohammedjameel3461 6 месяцев назад
​@@jaysurya1190did you receive the coding assignment after the interview or within the interview?
@manvishah3073
@manvishah3073 4 месяца назад
Hiii What was your role?
@jaysurya1190
@jaysurya1190 4 месяца назад
@@manvishah3073 backend developer
@anandtalware2283
@anandtalware2283 Месяц назад
Why have you not take range(97,123) instead range(97,100) ? I am confused
@manojs6043
@manojs6043 Месяц назад
Because he wants to check only 2 digit number, range(97, 100) is having numbers from 97 to 99, in range function second parameter is exclusive, so here it runs till 100 -1 i.e 99
@amazingboy8860
@amazingboy8860 10 месяцев назад
Can we use java inbuilt functions in exam?
@PrepInsta
@PrepInsta 10 месяцев назад
Hi, For technical queries reach out to our mentors on discord. Join our TA Support Group on Discord, where we will help you out with all your technical queries: 📍prepinsta.com/discord/ If you are new to Discord, please watch our tutorial here❤️: bit.ly/how-to-use-prepinsta-discord-server
@SameenaBegum-j6y
@SameenaBegum-j6y Год назад
Does we need to compile all the codes in the test out of 3 ?
@PrepInsta
@PrepInsta Год назад
We'd recommend to compile all codes, as it improves your chances of getting selected.
@lankanagavalli0207
@lankanagavalli0207 Год назад
Can we know what will you provide if we take subscription
@PrepInsta
@PrepInsta Год назад
Hey there, kindly DM us on 8448440710 and our team will guide you 😊
@__ashoq_9469
@__ashoq_9469 8 месяцев назад
Thank you
@PrepInsta
@PrepInsta 8 месяцев назад
You're welcome
@kagantimur9827
@kagantimur9827 14 дней назад
Thanks for explaining like talking to an idiot. I needed that
@PrepInsta
@PrepInsta 13 дней назад
Nah! We're glad you could learn something new today!! 🤗 Make sure to check out PrepInsta Prime for dedicated IBM preparation materials, 200+ courses and more! prepinstaprime.com/ Also, feel free to reach out to us over our socials via prepinsta.com/offcampus-updates/ Or call us on 8448440710 or 080-473-62121. Our mentors would be very glad to help you out with your queries and placement preparations. Team PrepInsta is always here to help! 💚
@MackintoshIsaac-u7r
@MackintoshIsaac-u7r 11 дней назад
Simonis Trail
@ammumddhareppagol4898
@ammumddhareppagol4898 9 месяцев назад
After completing the coding assessment do ibm sends trait based assessment mail to all or to only those who cleared coding round reply anyone please...
@PrepInsta
@PrepInsta 9 месяцев назад
When you will clear the first round of IBM recruitment process i.e, Written round you will get mail regarding you Next Round confirmation and which is Group Discussion or GD Round.
@DupontBetty-z1n
@DupontBetty-z1n 2 дня назад
Kilback Park
@nitishpradhan8700
@nitishpradhan8700 9 месяцев назад
Can we code in c?
@PrepInsta
@PrepInsta 9 месяцев назад
Hi, Join our TA Support Group on Discord, where we will help you out with all your technical queries: 📍prepinsta.com/discord/ If you are new to Discord, please watch our tutorial here❤️: bit.ly/how-to-use-prepinsta-discord-server
@PoojaSalunke-f9g
@PoojaSalunke-f9g 9 месяцев назад
where can I find link for codes in other languages?
@PrepInsta
@PrepInsta 9 месяцев назад
For any technical query, Join our TA Support Group on Discord, where we will help you out with all your technical queries: 📍prepinsta.com/discord/ If you are new to Discord, please watch our tutorial here❤️: bit.ly/how-to-use-prepinsta-discord-server
@RobertGonzalez-u3y
@RobertGonzalez-u3y 13 дней назад
Xander Extension
@jayachndracd4520
@jayachndracd4520 Год назад
When we get exam link sir
@PrepInsta
@PrepInsta Год назад
Hi, IBM is sending assessment links in batches. Kindly wait 😊
@chinmaykumar3974
@chinmaykumar3974 Год назад
Second Question's answer in java is giving wrong output on different inputs...😂
@PrepInsta
@PrepInsta Год назад
Join our TA Support Group on Discord, where we will help you out with all your queries: 📍prepinsta.com/discord/ If you are new to Discord, please watch our tutorial here❤️: bit.ly/how-to-use-prepinsta-discord-server
@20mohanreddykanala46
@20mohanreddykanala46 Год назад
Is IBM hiring oncampus or offcampus
@PrepInsta
@PrepInsta Год назад
Hi, Happy to see you here. Kindly note that, the company is hiring for On campus in most of the colleges. Do let us know, if there is any company hiring in your college?
@sarathchandra7944
@sarathchandra7944 Год назад
Sir, at 20:05 , in line 10, shouldn't it be int(x) in range(97,122) because we were given the range for small letters as 97 to 122 ?
@PrepInsta
@PrepInsta 11 месяцев назад
Yes, you are correct. It must be a typo.
@vikramyarlagadda9567
@vikramyarlagadda9567 9 месяцев назад
But how can you get output?
@sahinakhtar2246
@sahinakhtar2246 9 месяцев назад
actually it will be 97,123
@kevins8850
@kevins8850 9 месяцев назад
I think no, because the logic to deal with the 3 digit ASCII values is in the other else if block. The block which you mentioned is only to deal with 2 digit ASCII values
@Sattya998
@Sattya998 11 месяцев назад
Sir , i have a query for the question 1 , if the given string is not a valid string , that means , let's say str="792" , then what? if anyone , including sir , knows the answer , then please feel free to explain !
@PrepInsta
@PrepInsta 9 месяцев назад
We, the social media team is quite not confirmed about the answers but for sure our mentors will let you know soooon
@ayushmaansural4896
@ayushmaansural4896 Год назад
There is no audio in this video
@PrepInsta
@PrepInsta Год назад
Hi, Kindly check your device again this video has sound. Also, for more doubts DM us on 8448440710.
@nirjhardas446
@nirjhardas446 Год назад
ibm form fillup started ?
@PrepInsta
@PrepInsta Год назад
Hey ❤ Yes, it has started. Kindly visit our Instagram bio for direct link to apply.🤞 Follow our social media handles listed below. Telegram- prepinsta.com/telegram/ Instagram- prepinsta.com/instagram/ WhatsApp- prepinsta.com/whatsapp/
@sayantanpodder2478
@sayantanpodder2478 Год назад
Bp podder e asche ?
@rahuldani2173
@rahuldani2173 11 месяцев назад
solution in java?
@PrepInsta
@PrepInsta 9 месяцев назад
Hey, we got pretty late with the response 🥺 How was your test?
@snapkac7365
@snapkac7365 Год назад
why this guy teaching in python and prespinta say don't use python language
@PrepInsta
@PrepInsta Год назад
Hey❤ Yes we recommended that. This is for the users who choose python as a programming language. ☺
@SameenaBegum-j6y
@SameenaBegum-j6y Год назад
Cutoff marks?
@homesick1212
@homesick1212 Год назад
Did you have ibm online assessment today?
@PrepInsta
@PrepInsta Год назад
Hi, cut off marks varies every time.
@ashakumavat5831
@ashakumavat5831 8 месяцев назад
inputString = 'pppppp@ppp@pp$pp' groups = inputString.split('$') grouplength = [] while len(groups) > 0: for index,group in enumerate(groups): if('$' in group): groups.extend(group.split('$')) groups.pop(index) elif('@' in group): groups.extend(group.split('@')) groups.pop(index) else: grouplength.append(len(group)) groups.pop(index) print(min(grouplength))
@Nnn79727
@Nnn79727 7 месяцев назад
not sure why you added if('$' in group): print(groups) groups.extend(group.split('$')) print(group) groups.pop(index) when you are already doing groups = inputString.split('$') at the top
@user-iv5le8lx3s
@user-iv5le8lx3s 17 дней назад
click 'Forgot Password' Aman!!
Далее
I Spent 24 Hours With The World's Tallest Man!!
15:07
Prank Orchestra
00:10
Просмотров 1,1 млн
Computer Science Is Not Software Engineering
14:55
Просмотров 94 тыс.
How I would learn Leetcode if I could start over
18:03
Просмотров 513 тыс.
before you code, learn how computers work
7:05
Просмотров 331 тыс.
I Spent 24 Hours With The World's Tallest Man!!
15:07