Sometimes your ads hides the output, so you can adjust the timing of your ads. Just a suggestion don't take it otherwise.
@rajivmandade19033 жыл бұрын
Your advertisement sucks 😭😭
@jeevanandhem26333 жыл бұрын
@@rajivmandade1903 really sucks😓
@rayanraj13224 жыл бұрын
Answer for second question of C++: The default access specifier of C++ is private. In the class Point, there is no access specifier mentioned so we need to consider it as private. We know that we can not access private members outside a class, so the constructor will not get called by the object and hence it will lead to a 'compiletime error'.
@dmitrov64644 жыл бұрын
Thanks man!
@hitesh11924 жыл бұрын
2nd Question C++: Compile time error since by default all the members of the class are private and if the constructor is private then it's object can be created by friend class .Hence there will be no Friend Class Then it's Instance can't be created.
@poojav70674 жыл бұрын
please remove ads in the video its very difficult to see the output window
@piyushnindane32034 жыл бұрын
Class has all the constraints as private by default and private
@dineshbn27224 жыл бұрын
1:54 starting
@GarvitaGehlot4 жыл бұрын
Prepinsta creates really nice content for students and try to clear doubts. It's pretty helpful. *Answer for Question 2 C++ : As there is no access specifier in Point() it becomes private and it is called outside the class when t1 is constructed in main.Basically by default all members of class are private. (Compile Time Error)*
@riddhimanghoshroy90184 жыл бұрын
Why does it matter class objects can still refer to its variables or constructor no matter if its private
@RiteshKumar-zs5zy4 жыл бұрын
@@riddhimanghoshroy9018 class objects can only access public member functions and data members. They cannot access private data members or private member functions. That's why the concept of 'Abstracting' or 'Data Hiding' came in the first place for Object Oriented Programming !!
@archanasahoo63224 жыл бұрын
the way it has been explained in Prep Insta videos, it make the topics more interesting and mind captivating. Keep posting such good content C++ Question2: The output of above program will be a compile time error because we are not allowed to access the private data members of a class directly outside the class (since no access specifiers are mentioned, it becomes by default private) #bestcomment would be grateful to have the course.
@srilakshmi8583 жыл бұрын
I saw many videos regarding Capgemini questions ..but frankly this was THE BEST with good questions ...Not just the questions and answers...we are learning many new concepts..Thank you sir..You are just awww...sommeee😊😉
@ronakgandhi11143 жыл бұрын
How the value of arr[0] came as 4,,it should be 1 right?? In 3rd question
@advinalex56124 жыл бұрын
These videos are very very helpful! Relevant content, easy explanations...really appreciate all that effort which you put for us!!! Thanks a lot!
@mahavirkumar21174 жыл бұрын
Best Channel ever Found for placement preparation .The team really works hard and try to give many contents as free
@shreyanstiwari35514 жыл бұрын
One of the leading brands in helping students get placed in various MNC's . Prepinsta has showed that why it is one of the best. As capgemini ( One of the leading MNC ) changed it's pattern of taking exams, prepinsta within few days update its course which is very much commendable and is very much helpful for the students. Prepinsta proved why it is reliable and why it is the best amongst all..
@shutterbugladka86714 жыл бұрын
Very helpful, Really helped me a lot as i don't had much time for preperation, just 1 week was left I have gone through all the videos and focus on all the concepts. It helped me a lot and i performed well. Thank You so much for this.
@Hello_hi53483 жыл бұрын
Did you get the job? @shutterbugladka please update
@koprammanoj34994 жыл бұрын
Question 2:c++ it will give compile time error because by default all members are private.As the constructor is private it will not initialize,so it is compile time errror. Thank u very much sir,your way of explanation is awesome.I had watched so many videos of prepinsta really they were very helpful. thanks a lot
@NeerajKumar-rj6kd4 жыл бұрын
Prepinsta really improve my skills ..i have already seen all the videos of this channel and feeling confident I that this channel really helps everyone.even though he has a liitle bit knowledge in any programming. This channel helps everyone to enter into companies.....thanku sir ....
@aparajitoghoshdastidar55354 жыл бұрын
My lot of concepts got cleared by this videos, please bring more videos like this. The answer of the c++ second Question would be Compile Time error cuz the default access specifier in c++ is Private, the scope of Private is within the class only so, constructor will not be called.
@monikachoudhary31863 жыл бұрын
Ur lectures are boosters,, after watching this concepts gets all cleared
@shashankgujarathi83903 жыл бұрын
The way he teaches is really marvellous and I love his attitude. Thank u sir.
@ashwinikedari75153 жыл бұрын
I am from mechanical branch totally non it person but searching for job in IT industry. First lecture found that are Yaar ! It's quite interesting. thanks a lot 👍
@inshan__engineer4 жыл бұрын
Finally, I got best platform for placements preparation for various companies. It will help us to get placed. The concept is very clear and understandable. Love you PrepInsta❤️
@riyatiwari74724 жыл бұрын
In your last video you had said that pseudocode questions are not language specific... But the concepts you have explained in this video are very language specific... Please clarify... Coz after ur last video I have been practicing pseudocode questions... And if what u have explained in this video is imp then I need to change my track of studying
@akshaysalunkhe31324 жыл бұрын
Its all to buy prime member course and promotions of their course. My friends have given capgemnini last week and the questions were not of this level, and the pseudocode werent langauge specific.And they have purposely shown the difficult questions so that students will buy their costly course.
@riyatiwari74724 жыл бұрын
@@akshaysalunkhe3132 thanx for the clarification... That would be the reason behind those videos😊😊
@akshaysalunkhe31324 жыл бұрын
@@riyatiwari7472 yupp
@prathapa66414 жыл бұрын
U KNOW WHAT PREPINSTA, U WILL BE 'THE BEST' ORGANIZATION IN FEW YEARS COMING FOR PLACEMENT,COZ EVEN FOR PAID COURSE UR FEE STRUCUTURE IS FARE EVEN FOR MIDDLE CLASS PPL , AND IN FUTURE TOP COLLEGES GONNA TIE UP WITH U IN PLACEMENT SECTOR.ITS LONG TIME COMING
@peace46194 жыл бұрын
Thanks for the video which covers most topics which are different from other videos and answer for c++ question is compile time error as there is no access specifier
@upendarreddymusuku88783 жыл бұрын
Question 1 C++: static variable declared must in public section of Test class otherwise the above code compilation error at 30:41
@santoshkangane46624 жыл бұрын
as like previous videos,this video will also help me a lot for on-campus as well as off-campus drive keep uploading same thanks and regards, Santosh kangane
@PrepInsta4 жыл бұрын
Hehe, glad you liked it !!!
@kotapativenkatanaveen74593 жыл бұрын
@@PrepInsta Sir can u give clarity,In question 3 y u taken size of (are[0]) is 4
@saihemanthnukala60873 жыл бұрын
@@kotapativenkatanaveen7459 basically, size of an integer is 4 bytes so here arr[0 ] is an integer value so it's size is 4 bytes
@anandsagar26224 жыл бұрын
It's so good they are high level questions.. Continue doing more videos.
@PrepInsta4 жыл бұрын
We will. 🙈
@sushmaks5694 жыл бұрын
Very effective session thank you sir .It is really helpful for the students.Keep doing more videos. Students really get the benifits of your videos.your video clearly shows that people who don't know the pre coding knowledge can also crack this pseudo code session.As we are knowledge hungry your videos are always helpful . .Let the maximum students get more benifits from your videos.Once again Thanks a lot to prep insta..
@sanjanireddy73584 жыл бұрын
i feel like everything is cake walk after seeing your videos.....thank you so much sir
@nasrinsiddique25854 жыл бұрын
Helpful video. Thank you so much sir
@yuvrajjain37714 жыл бұрын
Please can you give the prime video access i want to study all your course as my house condition ia not so good i am not able to buy the courses . Pls
@SKTube104 жыл бұрын
I am a Mechanical Engineering Student but after watching your video now I think I can learn Coding Thank you 🤘👍👍👍👍👍
@PrepInsta4 жыл бұрын
that's what we were targeting for - a smile on Mechanical Engineering aspirants
@nishantsharma46794 жыл бұрын
@@PrepInstathen help this poor guy too!!
@Omkar_Dhole3 жыл бұрын
@@PrepInsta comment read karke hi smile aa gaya
@aakashsinghrawat33134 жыл бұрын
in question 2 of C++, it'll produce "compilation error" because default access specifier in C++ is private. You need to write public access specifier in case you want to access it out of class.
@PrepInsta4 жыл бұрын
Thats nice :D. But, we see you haven't subscribed to us 😢
@aakashsinghrawat33134 жыл бұрын
@@PrepInsta you know sometime you want to seek grace of god doesn't matter which temple you find first...sure I'll make acquaintance to Pujari now.
@akankshyapanda52773 жыл бұрын
@@aakashsinghrawat3313 amazing reply🤣
@Krishna_Das9634 жыл бұрын
Thank you .Your videos always help me to improve myself
@NikhilWhiskyKumar4 жыл бұрын
Q.2 C++ .....> Public by default if we dont specify modifier
@THE-or6zg4 жыл бұрын
Thanks sir for everything Ur doing for us. U are providing a great platform for everyone to learn and helping youngsters to achieve Ur dreams and goals. Thanks sir for everything and I wish Ur organisation a big thanku . Do support more
@udaykumarlodhi81994 жыл бұрын
6l7l
@RozgarBharat3 жыл бұрын
Highly informative....Thanks!!
@SunilKumar-yq2bz3 жыл бұрын
You are just like a god bro . if you provide such knowledge at very low cost . Thanks !
@shubhankarroy59004 жыл бұрын
For C++ Q2- The answer will be Compile Time Error It will show the error "error: ‘Point::Point()’ is private within this context" because without the user explicitly declaring the attribute public the constructor will be taken as private by default, so it can not be accessed.
@kalpananamdev70754 жыл бұрын
Nice platform for learning coding in easiest way and understood concept.
@PrepInsta4 жыл бұрын
we told you 😉😉😉
@aadityajoshi30094 жыл бұрын
Awesome explanation...do more of these sir. 👍
@ashmitamajumdar96524 жыл бұрын
Thank you sir!! You are God😇... Very useful video
@vadirajm40334 жыл бұрын
I have already Tcs and Infosys course it's awesome would love to get prime membership thank you
@surajankale77034 жыл бұрын
did u take memebrship of tcs and infosys course ??
@alazystudent99234 жыл бұрын
pehle main preshan tha fir maine prepinsta video dekhli aur thora motivated ho gya :))
@komalghule35524 жыл бұрын
Expressing gratitude by saying big thank you :):)
@sunny105284 жыл бұрын
Awww
@AtulGunjal3 жыл бұрын
Are u coming from maharashtra?
@rakshithajayaseelan344 жыл бұрын
Very good explanation sir👏... Plz do videos for verbal round also
@suvabratagiri99784 жыл бұрын
compile-time error:: Here constructor of class point is private, so can't access outside the class and will not display the message if it is public then, will run without any error and display the message
@bhavyashukla84124 жыл бұрын
By default a constructor is defined as public for a class Where as if there is any other member then by default it is defined as private .
@souravmajumder90524 жыл бұрын
👏 explanation, need more such videos on other sections too. Love you 3000, prepinsta 🤭
@GoluKumar-xb1vt4 жыл бұрын
Nice and easily explanation.
@adityadasgupta57794 жыл бұрын
A very informative video as always. Cleared up a lot on concepts in this one. I would've gotten a fair few of them wrong, had I not watched this vid. Liked!
@sangitayadav43453 жыл бұрын
Thank you this video is helpful
@madhusmita07124 жыл бұрын
At 17:13 the sizeof(arr) / sizeof(arr[]) is 2 again but why did it print all the 8 numbers ??
@preronasanyal66664 жыл бұрын
i also have the same question
@madhusmita07124 жыл бұрын
Hope we get a reply from anyone who knows .
@sneha42094 жыл бұрын
It will print 1 2 not all 8 elements ..see carefully when sir run that code.
@madhusmita07124 жыл бұрын
I got that , I am asking about the output after passing size from main()
@apd33924 жыл бұрын
i do need that explanation too
@saivamshiaravapalli41974 жыл бұрын
Nice explanation and concept orient MCQ
@kartikk89894 жыл бұрын
Confused Me: What, Where, How to prepare for Capgemini hiring???😖 PrepInsta: Confusion kyu? Mai hu na!👨🏻🏫 A big thankyou to PrepInsta for making such wonderful and easy to understand videos. This channel has become my one-stop solution/guide for off-campus hiring updates, test patterns, test preparation and much more. 💯 These free videos are much more comprehensive and useful than my paid college placement training and other videos out there on youtube!🎯👍🏻 Thanks a lot😀
@siddharthabanerjee96784 жыл бұрын
after examination of capgemini I can realise that...verbal is more important than pseudo code round cz all students of my collage were shortlisted after pseudo code round but 80% of them were not shortlisted after verbal exam...after behavorial test 10-20% students were unluckyly not shortlisted but they dont know why it was happend............
@Niketh.M3 жыл бұрын
How many questions did you answer correctly in pseudo code round??
@siddharthabanerjee96783 жыл бұрын
@@Niketh.M I think except 1 or 2 everything was correct
@Niketh.M3 жыл бұрын
@@siddharthabanerjee9678 Great!!! Was it easy or hard?? Asking as i havnt written the test and wanted to know the difficulty level.
@sakshigupta35494 жыл бұрын
I think the answer to question 2 of quiz c++, is a compile-time error as the constructor of class point is private, so can't access outside the class and will not display the message if it is public then, will run without any error and display the message
@aindriladas29074 жыл бұрын
In our college Capgemini is coming for the past several years. But I haven't heard about the involvement of c++ over there. Plus I know only Java if OOP is concerned. Can you tell me what should I do.
@sujitgoswami45834 жыл бұрын
Someone's really working hard :3
@aindriladas29074 жыл бұрын
Emon marbo na. Dakh na. No reply 😭
@sujitgoswami45834 жыл бұрын
@@aindriladas2907 bisal chap ache.
@amansharma-ww7tv3 жыл бұрын
In 16 min video, there is a question in which we have to devide the sizeof(arr)/ sizeof(arr[0]), so i think the sizeof(arr) is 32,
@richaranjan50264 жыл бұрын
no need to give timer we can pause whenever we want to .
@mayanksaxena62734 жыл бұрын
Try doing that in the exam
@karanneelkanth83183 жыл бұрын
Waa kya socha me medam ki 😂😂
@priyankabhati72424 жыл бұрын
Learned a lot from this video
@manojjeenu4 жыл бұрын
It really helped me a lot ...thank you
@biswajeetroy41794 жыл бұрын
Great sir😁😁
@rushinigade8893 жыл бұрын
All is good..but please remove the ads..
@farzanalam15873 жыл бұрын
But sir in question 2 , if you print arr and &arr, both are printing the base address i.e address of 0th element then how can you say &arr+1 will give 2020, the answer would be 2004 2004
@cricketforever44324 жыл бұрын
Thanks alot sir 😘♥♥♥♥
@samalatejasri91154 жыл бұрын
in question 3 the value of n and value of size should be name right?then why its taken as 2 and 8?can u please help me?
@saikiranramireddy92344 жыл бұрын
Awesome content 👍 you are placing this in KZbin for free I attended lot of paid courses and training you are trying to explain every question is very nice
@shivamkumargupta81074 жыл бұрын
Great.... Make such videos on English also sir.....🚩
@PrepInsta4 жыл бұрын
We will
@AbhishekYadav-np4ei4 жыл бұрын
You will not regret spending 46 minutes on this video. Definitely, learnt a lot. Keep up the good work Prep Insta.
@PrepInsta4 жыл бұрын
Abhishek.... .Thanks for making us smile.
@bingo1014 жыл бұрын
Thank you sir. It's very helpful for me. Clarified my doubts on these concepts.
@PayelDasDewan4 жыл бұрын
Syllabus 1:54 Code question start 4:05 ☺️☺️☺️.. you are welcome
@Pawankumar-zx6sw4 жыл бұрын
Prep insta you haven't announced winners of this video...why?
@kotapativenkatanaveen74593 жыл бұрын
Sir can u give clarity,In question 3 y u taken size of (are[0]) is 4
@shrutijain1124 жыл бұрын
What is the CTC break up for Capgemini?
@abhishekchakladar63154 жыл бұрын
Much needed !
@chintamanimane91294 жыл бұрын
Sir I have passed the exam and interview is scheduled for the post for technical analyst on 20th August could u plz help me out
@DeepakKumar-bn8xd4 жыл бұрын
when did u completed exm bro
@chintamanimane91294 жыл бұрын
@@DeepakKumar-bn8xd 12th August
@Dk-vy6qp4 жыл бұрын
@Chintamani mane Dude what's the sectional cutoff for capegemini?
@KiranKumar-dy2we4 жыл бұрын
@deepak kumar can tell me the difficulty level of the questions
@KiranKumar-dy2we4 жыл бұрын
@@DeepakKumar-bn8xd how many questions are there In dsa
@pragatisrivastava80514 жыл бұрын
💻💻💻💻💻💻💻💻💻💻 What you are doing for students like us is a thankless job. So much informative content on a single platform in this time of pandemic is the best thing we can get. When there is no hope from College ,you videos built confidence in us that yes we can study and get placed. Thank you so much sir. 💻💻💻💻💻💻💻💻💻
@prasenjitadhikari57303 жыл бұрын
Hello sir, can i use rough paper and pen in the pseudocode round in pool campus drive of capgemini 2021 batch.
@Hello_hi53483 жыл бұрын
Is this a model test or can we expect similar questions?
@yashtiwari47054 жыл бұрын
Sir, last year capegemini had an eligibility criteria of 60% across all the academics for 2020 batch. But at the same time, they had 50% criteria across academics for 2019 batch. Are they going to follow the same pattern this time also? Eagerly waiting for your response....
@sneha42094 жыл бұрын
Sir Can you make video on verbal ability ??
@SagnikBhattacharya_music4 жыл бұрын
Really I appreciate your hard work in creating those beutiful Questions most beautiful video I have seen till now in KZbin ,thankyou so much 😃😃😃
@PrepInsta4 жыл бұрын
Thanks for such an awwww... Some feedback. 😎
@chaitanyarayala8284 жыл бұрын
A very good explanation of programs there will ah future prepinsta brand
@PrepInsta4 жыл бұрын
Ufffff Thanks !!! 😉
@subhodipdatta67744 жыл бұрын
How we will get size =9 17:32 ??
@krushitmodi38824 жыл бұрын
The answer is compile Error... Prepinsta u are the best...i also saw other videos...but I can't buy your course. I wish u select me for lucky 3 student...i am honest and brilliant student
@PrepInsta4 жыл бұрын
woahh !!! sure, let's see whether you'll get it or not !!
@Parth33994 жыл бұрын
Starts 2:03
@AtulGunjal3 жыл бұрын
Dear brothers n sisters, 🙏before unlike this video please i request you to watch this video and then make ur decision 😁😎
@MohitSingh07984 жыл бұрын
2nd question answer- Compile time error because private class member cannot be called outside class
@nitish_mehra4 жыл бұрын
Hey Prepinsta can please tell us which has conducted Capgemini Drive. Please let us know the name of college.
@PrepInsta4 жыл бұрын
We don't keep a list......sorry !!!
@vinayakshukla32234 жыл бұрын
The banner is really very irritating in video as it hide the output everytime.
@nitinsansanwal62394 жыл бұрын
take a shot everytime he says essentially
@IamDanish994 жыл бұрын
My liver failed
@nitinsansanwal62394 жыл бұрын
☠️
@PrepInsta4 жыл бұрын
sure, you can handle that much ????? 😉
@chaitanyadeshmukh70493 жыл бұрын
Can you change the timing for advertisement.
@niladridey15553 жыл бұрын
These companies do not like considering Core branch students. Topics like tree, linked list and all are not there in the curriculum and these exams become very tough for students of ME EE and all.Expecting a core branch student to know about core computer science subjects is a big ask and I can bet ,80% of core branch students will fail to qualify this round.
@rushikeshbangar95523 жыл бұрын
please remove those ads. it gets on my nerve.
@rohitpal71804 жыл бұрын
Awesome.. thank you
@jahnavich47314 жыл бұрын
What's the cutoff to get qualified to this pseudo code round of Capgemini?
@pindipavan67484 жыл бұрын
According to latest news... Its 21/30=70% sectional cutoff
@snehalohokare36303 жыл бұрын
is there java questions also for capgemini pseudo code round?
@aishwaryagadge98753 жыл бұрын
Make more videos on capegemini psudo code
@harsimrankaur11004 жыл бұрын
Sir , I am not able to join WhatsApp group as it is full , what should I do ? Kindly make another group as well so that the remaining students gets the chance
@sahils70033 жыл бұрын
Is this same test pattern for non cs it recruitment position..?