IBM Coding Questions and Answers 2023-24 | Latest IBM Assessment
Вставка
- Опубліковано 10 лют 2025
- IBM Coding Questions and Answers 2023-24 | Latest IBM Questions
Visit IBM Coding Online Course: prepinstaprime...
Use "UA-cam" 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
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.
Which type of coding questions they're asking.
Very well taught, it will help me a lot to prepare for my coding test. Logic explained in an easy way.
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/
@@PrepInsta Who got the prime membership.
Explained very well, even a beginner can easily get the concepts and thats what everyone is searching for. Thank you Sir
You are most welcome. This motivates us!
Explained clearly!!would be more helpful if you upload more videos on ibm coding test
Hey🙋♀️
We have heard you and uploaded IBM coding questions. 😊
Kindly refer this link:
prepinsta.com/ibm/
Great information thanks 👍
Hey, we are glad that it helps you.😇
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 ??
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
Tommorrow i have IBm coding assesment test by watching this video i m feeling confident thank you
Hi Bro Test Result
is this the same for Back-End Developer - India - Standard in IBM PLz answer ?
Are the above explained questions have appeared in the exam?
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/
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?
Me too having the 2nd round on 9th sep
Even I have 2nd round on 9th
2 questions and 1 hr time.
Refer the given link for IBM syllabus, pattern and previous year questions👇
prepinsta.com/ibm-syllabus/
Hey, when did you applied?
Thanks sir. In the real coding test, the difficulty is similar to these two questions or harder?
Thanks a lot 🎉
Hey, love to hear your words❤
Thanks 🙏
Your word matters a lot to us😇
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
Hey, Kindly join our discord channel for any technical queries : prepinsta.com/discord
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
@@tharunchandra1 but contraints are 1e9 how it work in 0(N)??
Thank you very much Sir
Please upload more such videos
Hey❤
Sure, our team is working day and night to provide best resources for placement preparation.😇
Kindly refer this link: prepinsta.com/ibm-syllabus/
Tq your contribution 😊😊 sir
We're happy, you're happy.💕😇
Can we expect linked list and these ds like heap stack type programs?
Helped to solve a new problem. and expecting more from you. waiting....&
thank u.
Sure, Stay Connected to us! We will surely come up with an amazing session soon.
Do we need to switch on cam for this IBM assessment?
Hello
Do we got any mail or update after giving the coding assessment and behavioural assessment test in IBM
2nd problem solution in javascript one liner
Math.min(...str.split(/[@$]/g).map((item) => item.length));
The question
s seem very simple compared to the phonepe test that I gave. You sure this is what they ask?
Is syllabus for coding test for different roles same?
Hi, No. Here is the link for ASE role for IBM, Here is the link prepinsta.com/ibm/coding/
What about the list which got separated by $, it was also having group of 2 and we didn't considered it at all
The constraint is 10^9, therefore o(n), which leads to TLE.
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
Please provide a solution in C
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
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
Can you tell that what type of question they were asked?
@@shivanipawar6394 basic level not from DSA very simple
@@jaysurya1190did you receive the coding assignment after the interview or within the interview?
Hiii What was your role?
@@manvishah3073 backend developer
can you do this in java?
We'll surely forward the suggestion!!
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 ?
Yes, you are correct. It must be a typo.
But how can you get output?
actually it will be 97,123
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
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 ?
We, the social media team is quite not confirmed about the answers but for sure our mentors will let you know soooon
Sir i have a query regarding the elif part.Inorder to include the alphabets from a-z the range should be 97-123 right?
Hi❤
Join our TA Support Group on Discord, where we will help you out with all your technical queries:
📍prepinsta.com/discord/
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
@@godwinbmenachery8067 Thank You Bro
Sir can made predicted question on accenture
Hey❤
We will surely forward your message to the team.😇
There will be a group discussion round too this time. Are there any practice resources for it?
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/
Thank you
You're welcome
click 'Forgot Password' Aman!!
Is there a way to purchase your program without an Indian phone number?
Kindly drop a message on 8448440710, Our team will look into it! 😊
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 ?
may i know what type of ques
When can we expect exam mail sir?
Hey❤
We recommend you to focus o your preparation and they will send assessment mail in batches so kindly wait till then. ☺
Can we know what will you provide if we take subscription
Hey there, kindly DM us on 8448440710 and our team will guide you 😊
Does we need to compile all the codes in the test out of 3 ?
We'd recommend to compile all codes, as it improves your chances of getting selected.
Hi sir, I am top 3 commentor. Will I get the prep insta prime
@@mohammadaftabansari6882 let's hope for the best 🙃
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/
Can we use java inbuilt functions in exam?
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
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...
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.
Why have you not take range(97,123) instead range(97,100) ? I am confused
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
@@manojs6043 exactly 💯😊
where can I find link for codes in other languages?
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
Simonis Trail
Can we code in c?
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
When we get exam link sir
Hi, IBM is sending assessment links in batches. Kindly wait 😊
Second Question's answer in java is giving wrong output on different inputs...😂
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
Estella Estate
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 !
We, the social media team is quite not confirmed about the answers but for sure our mentors will let you know soooon
Thanks for explaining like talking to an idiot. I needed that
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! 💚
Is IBM hiring oncampus or offcampus
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?
There is no audio in this video
Hi, Kindly check your device again this video has sound. Also, for more doubts DM us on 8448440710.
solution in java?
Hey, we got pretty late with the response 🥺 How was your test?
ibm form fillup started
?
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/
Bp podder e asche ?
why this guy teaching in python and prespinta say don't use python language
Hey❤
Yes we recommended that. This is for the users who choose python as a programming language. ☺
Cutoff marks?
Did you have ibm online assessment today?
Hi, cut off marks varies every time.
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))
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