Accenture Core Java Interview | Accenture Interview Experience | Java interview questions and ans

  Рет қаралды 156,223

AG Tech

AG Tech

Күн бұрын

Accenture Core Java Interview | Accenture Interview Experience | Java interview questions and ans
This video contains Accenture Core Java interview questions and answers
Kindly subscribe channel for all updates and Learn how to PASS your Java Developer interview
For mock interviews join the telegram channel:-
t.me/mockinter...
Mphasis Interview :- • Mphasis interview ques...
Amdocs Metrops software test:- • Video
Birlasoft Interview:- • Realtime interview que...
HCL Interview Questions:- • HCL Java developer int...
Yash teachnology Interview:- • Solution architect int...
IBM Java developer hacker rank test:- • Video
Wipro Java developer Interview :- • Wipro Java Developer I...
Capgemini Java developer Interview :- • Capgemini Java Develop...
Apache Wicket Interview Questions:- • Apache Wicket Intervie...
City Bank Codility Test:- • Video
#CoreJavaInterview#JavadeveloperInterview #RealJavaInterview

Пікірлер: 139
@eswararaoravada2895
@eswararaoravada2895 2 жыл бұрын
Seems 3+ years interview, Tested in design patterns concepts also
@harshhwardhanrai3716
@harshhwardhanrai3716 2 жыл бұрын
I think, we have to give this exam within 3-4 months of joining Accenture.
@mayanksharma5540
@mayanksharma5540 2 жыл бұрын
3:47 String literal is store in string constant pool and string object which is created with new keyword stores heap area and string constant pool both.
@anineo89
@anineo89 3 жыл бұрын
Even very good companies taking java interviews, dont ask such good, evenly distributed , simple yet logical questions. For Accenture, the interviewer is very skilled in taking interviews. She is bringing out the best in the interviewee. Thank you for your efforts AG !
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Sonetimes jvm will not distroy after declaring the reference variable as a null bcz when ur heap memory enough available is then garbage collector not be destroyed and not only null value eligable for garbage collector cycling problem and reassign the reference that time also ur object eligible for garbage collector 👍
@Noobie2111
@Noobie2111 2 жыл бұрын
God, please assign me an interviewer like this for my upcoming interviews and for future interviews too!
@upasnakumari98
@upasnakumari98 3 жыл бұрын
Even i attended for one of accenture interview ..and guy was really sweet...though the whole process took lot of time
@AryanRaj-dk6vv
@AryanRaj-dk6vv 3 жыл бұрын
Was the questions almost same or different from the current vdo?
@upasnakumari98
@upasnakumari98 3 жыл бұрын
@@AryanRaj-dk6vv No they were hiring for different technology. Mainframe, i am a mainframe developer -i m trying to change my technology from mainframe to java
@interviewforyou7152
@interviewforyou7152 3 жыл бұрын
For more, you may check out kzbin.info/www/bejne/faWmg3ulhJiGjLM
@upasnakumari98
@upasnakumari98 3 жыл бұрын
Trying buddy. I wanted my company to allocate projects as per my interest , i know java and spring . I wanted them to give a chance of interview, they are so pathetic. So changing company
@vineshkumar1596
@vineshkumar1596 3 жыл бұрын
@@shetty302 shetre enchina
@usamaansari7903
@usamaansari7903 3 жыл бұрын
password always stores in char cuz when store in String then it will create 2 object one in heap and other in sop and no ref variable is pointing that object so hacker can hack that
@indrabarve4260
@indrabarve4260 3 жыл бұрын
But if we write like this String s = "Password" then only one object is creates in scp only and s will be pointing to that
@interviewforyou7152
@interviewforyou7152 3 жыл бұрын
For more, you may check out kzbin.info/www/bejne/faWmg3ulhJiGjLM
@rohitsharma-xt8qe
@rohitsharma-xt8qe 3 жыл бұрын
She is helping a lot and giving him lots of hints 😃
@mithunhd2889
@mithunhd2889 3 жыл бұрын
🤣🤣👍🏻👍🏻
@ayushkansal2861
@ayushkansal2861 3 жыл бұрын
Because she want to hirre him..🤣🤣
@BaljeetSingh-hc5of
@BaljeetSingh-hc5of 2 жыл бұрын
Requirement hogi bro. Aise hi hota.. my friend was hired on 14 lac package. Usse to ek bhi legit question nahi kia. Class 12 vale question kie.
@mayanksharma5540
@mayanksharma5540 2 жыл бұрын
7:00 string obj create extra obj and occupy memory because string immutable. But string builder is mutable and it will reflect the change in same obj so main advantage of this to save memory.
@mayanksharma5540
@mayanksharma5540 2 жыл бұрын
2:23 charArray is the best way to store password
@laurellaoang6840
@laurellaoang6840 3 жыл бұрын
Better store password on char[] instead of Strings.
@San_Jan_
@San_Jan_ 3 жыл бұрын
Thats what she wanted to hear.
@ravikumarganta9498
@ravikumarganta9498 3 жыл бұрын
byte[] also good
@SmartIdiots
@SmartIdiots 3 жыл бұрын
Correct !!
@sau5040
@sau5040 2 жыл бұрын
What is the reason that we should store it in char array
@Mohammedaatif90
@Mohammedaatif90 2 жыл бұрын
@@sau5040 because String is stored in string pool and password will be stored in the pool.
@ScientificMyths2706
@ScientificMyths2706 Жыл бұрын
Marker interface are used to pass certain information to the JVM during compile time such as the class is serializable or cloneable!!
@happyhomes3981
@happyhomes3981 3 жыл бұрын
Thanks for sharing your experience
@Pan-ux3bq
@Pan-ux3bq 3 жыл бұрын
Just for clarification: "decrypted" passwords never go to the string pool. Only literals go to the string pool.
@sau5040
@sau5040 2 жыл бұрын
So where it will go sir ?
@evdo009
@evdo009 2 жыл бұрын
Hahahahaha
@gowris442
@gowris442 2 жыл бұрын
S it will go to the heap memory only
@AjayRathod-ze8mx
@AjayRathod-ze8mx 3 жыл бұрын
I should used char data type for password
@tejasdeore8340
@tejasdeore8340 2 жыл бұрын
Being a fresher I will be able answer 65% answer . Is that a good level as a fresher ?
@pj-xv3jk
@pj-xv3jk 2 жыл бұрын
every time I hear she saying ok that's fine, I can tons of emotional damages
@Momosun2018
@Momosun2018 2 жыл бұрын
lol me too…
@taninkisekhar2872
@taninkisekhar2872 2 жыл бұрын
@Kola Praveen "HK Product"😉🤟
@techieadi4377
@techieadi4377 3 жыл бұрын
questions are very good very much help full
@gdscclubpaavai1876
@gdscclubpaavai1876 3 жыл бұрын
Interviewer is very blommered person😎😎
@bishalkumar3435
@bishalkumar3435 3 жыл бұрын
@@ironcommander01 😁😁
@gdscclubpaavai1876
@gdscclubpaavai1876 3 жыл бұрын
Blommered means very talented person
@jithendrareddym9149
@jithendrareddym9149 3 жыл бұрын
This interview is for java devoloper so it is fine to ask
@jithendrareddym9149
@jithendrareddym9149 3 жыл бұрын
@@gdscclubpaavai1876 can u ping me??
@simulink9564
@simulink9564 3 жыл бұрын
@@bishalkumar3435 😁😁😁
@nrk7772
@nrk7772 3 жыл бұрын
JVM will create new String object for every manipulation as it is immutable
@topfunfacts1100
@topfunfacts1100 3 жыл бұрын
Interviewer 😂👌
@RajeevKumar-ws4xn
@RajeevKumar-ws4xn 3 жыл бұрын
I need this girl to interview me.....🤔🙅☘️🥗
@hasannaqvi1206
@hasannaqvi1206 2 жыл бұрын
Factory pattern help us to achieve loose coupling same as dependency injection or IOC
@nazimurali7837
@nazimurali7837 7 ай бұрын
It says core java interview and she is asking all kindof internal workings, i am a backend developer few questions and scenarios I don't even know that 😂😂😂
@harshhwardhanrai3716
@harshhwardhanrai3716 2 жыл бұрын
From 2:23 question, what's the correct answer for it ?
@yashaswibiyahut1474
@yashaswibiyahut1474 2 жыл бұрын
Char []
@yssreddy3215
@yssreddy3215 6 ай бұрын
in Accenture how many days will get first technical interview will be cleared or not
@shubhangigupta5354
@shubhangigupta5354 3 жыл бұрын
Sir were you selected after this interview?
@debadrisarkar3555
@debadrisarkar3555 3 жыл бұрын
Experience range???
@ajwadfatih
@ajwadfatih 6 ай бұрын
questions are very much useful but answer s🤭
@ravikiran-vv6gw
@ravikiran-vv6gw 3 жыл бұрын
It was mostly based on your current project.
@salmansiddiqui3153
@salmansiddiqui3153 3 жыл бұрын
very good questions
@jackyvajwa6599
@jackyvajwa6599 2 жыл бұрын
For the last question the answer would be URI versioning, Versioning using headers - Accept/Request Header. URI versioning is most common in which we create different api for new schema. So that old api's remain unaffected.
@thedevs1280
@thedevs1280 2 жыл бұрын
It is not safe to store in a string, possible a stringbuffer data structure or stringbuilder
@shravankumarsbagewadi1140
@shravankumarsbagewadi1140 Жыл бұрын
No, its always recommended to use char[] for storing the passwords.
@techflying8660
@techflying8660 Жыл бұрын
This interview for freshers or for experience one
@SkRafi4ever
@SkRafi4ever 2 жыл бұрын
Wow 👏
@ProgrammingIsFunny
@ProgrammingIsFunny Жыл бұрын
20:31 it will help us in dependency injection .
@BirruAkhil
@BirruAkhil Жыл бұрын
is this a fresher interview?
@luislla3142
@luislla3142 2 жыл бұрын
That’s fine? Ouch!
@swarupcodes
@swarupcodes 2 жыл бұрын
He loves throws so much that he can't tell try catch 😂
@amolyadav8958
@amolyadav8958 2 жыл бұрын
How much year of exp you have
@satisfyingwalks4010
@satisfyingwalks4010 3 жыл бұрын
Is this for freshers ?
@tusharchouhan1858
@tusharchouhan1858 3 жыл бұрын
No, it is for experienced Java dev
@gagan8281
@gagan8281 Жыл бұрын
@@tusharchouhan1858 Are you sure these won't be asked for freshers ?
@tusharchouhan1858
@tusharchouhan1858 Жыл бұрын
@@gagan8281 Yes Bro.
@yogendraraghuwanshi4487
@yogendraraghuwanshi4487 3 жыл бұрын
Use character array for savings password. Its not easily readable even if it is logged.
@noogler123
@noogler123 3 жыл бұрын
Can you please elaborate more.
@noogler123
@noogler123 3 жыл бұрын
I understood your approach, but how it is safe. I wants to check practically.
@saidelbiev5326
@saidelbiev5326 3 жыл бұрын
@@noogler123 in short: if you just print char arrays, it wont print the characters (unlike String does), but it will print the memory location (which doesnt help to find out the password).
@govindrawat8581
@govindrawat8581 3 жыл бұрын
so the answer is to use the char array for storing password because string is immutable...whenver u create any object it will be allocated in heap as well as string constant pool. jvm garbage collector can delete the unused object in heap but not in scp and when u store the pwd in char and string format. when u print the the object...it will print the address location in char array but will print the value in string format. thats why char array is preferable.
@tharunnaik7769
@tharunnaik7769 3 жыл бұрын
Can someone answer correctly how to handle exception when method1 calling method 2 and method 3 and any failure in method 3 how do you handle and display to client ?
@anupriyagarg5455
@anupriyagarg5455 3 жыл бұрын
this is the concept of exception propagation. For an example - you are consuming the response and transforming the object into your model having various child classes. Now, you got some missing data on child entity but that is required. So on saving the whole object, you will get exception on child class but to be displayed on parent entity. Such type of scenarios are handled by exception propagation.
@rumanulla
@rumanulla 2 жыл бұрын
Type, try and catch in every methods
@shanthinir3213
@shanthinir3213 3 жыл бұрын
Thanks for posting
@jithendrareddym9149
@jithendrareddym9149 3 жыл бұрын
Did u know java??
@shanthinir3213
@shanthinir3213 3 жыл бұрын
Empty vessels makes noise
@jithendrareddym9149
@jithendrareddym9149 3 жыл бұрын
@@shanthinir3213 🙄🙄🙄🙄🙄
@jithendrareddym9149
@jithendrareddym9149 3 жыл бұрын
Can u help me
@placementdork7029
@placementdork7029 3 жыл бұрын
Was this a freshers interview?
@krishnareddy690
@krishnareddy690 3 жыл бұрын
Experience
@tusharchouhan1858
@tusharchouhan1858 3 жыл бұрын
Bro I gave Accenture interview as a fresher and the interviewer didn't even touch the technical part. ONLY PROJECT AND HR
@faialvarez3813
@faialvarez3813 3 жыл бұрын
@@tusharchouhan1858 is that true? Because I have a final interview tommorow, I'm a fresher applying for java eng ,TIA
@tusharchouhan1858
@tusharchouhan1858 3 жыл бұрын
@@faialvarez3813, It really depends on the interviewer that you'll get. but I think you're done with your interview today. How was it?
@魔术师-l9g
@魔术师-l9g 3 жыл бұрын
If HK product was there, he will rock the show 🎉
@velavanfilmsyoutubechannel
@velavanfilmsyoutubechannel 3 жыл бұрын
yesss
@mangeshshelke1846
@mangeshshelke1846 3 жыл бұрын
I'm also hk product 👍
@velavanfilmsyoutubechannel
@velavanfilmsyoutubechannel 3 жыл бұрын
@@mangeshshelke1846 i also , present learning batch
@mangeshshelke1846
@mangeshshelke1846 3 жыл бұрын
Yeah I'm also.. I'm from 6pm batch
@hrishikeshauti4366
@hrishikeshauti4366 2 жыл бұрын
What is HK bro
@anantgavas2310
@anantgavas2310 2 жыл бұрын
I think this is at least for 3 years of experience.
@pritishdey1113
@pritishdey1113 2 жыл бұрын
That's what ...i am a fresher ..going above my head
@pritirajauria4260
@pritirajauria4260 3 жыл бұрын
Use Properties class for saving password
@saddammd
@saddammd 3 жыл бұрын
Thanks for helping with these type of content
@nrk7772
@nrk7772 3 жыл бұрын
I hope she is expecting Array for password storing..
@usamaansari7903
@usamaansari7903 3 жыл бұрын
password always stores in char
@nrk7772
@nrk7772 3 жыл бұрын
@@usamaansari7903 yes I mean char array
@HemantKumar_rocks
@HemantKumar_rocks 3 жыл бұрын
bhai experience bta do apna plz
@manasagoli9609
@manasagoli9609 3 жыл бұрын
How much experience does that person have ? Generally asking to attend interviews.....
@jithendrareddym9149
@jithendrareddym9149 3 жыл бұрын
2 years may be
@KuldipGhotane
@KuldipGhotane 2 жыл бұрын
For decrypted password always go for byteArray than string for the reasons mentioned by her
@lasindadilshan7860
@lasindadilshan7860 Жыл бұрын
why byteArray bro?
@geekwp
@geekwp 3 жыл бұрын
Were you selected? What is your years of experience?
@anshulshrivastava7685
@anshulshrivastava7685 3 жыл бұрын
Seems fresher.
@eswararaoravada2895
@eswararaoravada2895 2 жыл бұрын
seems 3+
@vishakhasharma9385
@vishakhasharma9385 3 жыл бұрын
Hi , did u mention log4j in ur resume?
@kavyasharma9166
@kavyasharma9166 3 жыл бұрын
Got selected???
@raghubirsingh4286
@raghubirsingh4286 3 жыл бұрын
How many years you have experience?
@kavyasharma9166
@kavyasharma9166 3 жыл бұрын
@@raghubirsingh4286 nearly 2 years of experience... But whatever I work on isn't useful anywhere... Trying to learn on my own
@rohansharma-li6qr
@rohansharma-li6qr 3 жыл бұрын
How much are they offering you?
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Static use for only one copy shareable for all the classes like singleton classes and real time use case Amazon' give u the offering that is common for all the customer and ur bank account names
@momentsmemories-dp
@momentsmemories-dp 2 жыл бұрын
Could u please elaborate use Case
@pratapjavasingh3239
@pratapjavasingh3239 2 жыл бұрын
@@momentsmemories-dp i already elebroate but anyway if u are not able to understand then let's try one more time first u have clarity why we use static variable static method then static block or nested static then u know when the static context loaded in a jvm later on u know why we creating singleton classes taking the help of static block or static variable then u have got the idea about what i have mentioned in the comments box
@pratapjavasingh3239
@pratapjavasingh3239 2 жыл бұрын
In real-time application when u are developing e commerce based application and ur application running in production as live same example for u can take any name Myntra or flipkart so now day's dipwali time ur application are offering the discount to the customers that's discount eligible for certain time period with all the customer for specific products so we are taking the help of static we can declare offer as a price and that's price load as a class loading time and it will create single instance that use common for all the products what we are offering in e commerce application and other reasons to avoiding the misusing the JVM memory and ur application performance will faster unless creating multiple instances for each product better to create one time that is shearble for ur all products
@momentsmemories-dp
@momentsmemories-dp 2 жыл бұрын
@@pratapjavasingh3239 Thanks for clear explanation.
@pratapjavasingh3239
@pratapjavasingh3239 2 жыл бұрын
@@momentsmemories-dp ohh Thanks God now u got the clarity ..😊....👍
@narayananreigns9066
@narayananreigns9066 3 жыл бұрын
When we decrypt it will be of byte array right?
@RAJU9622
@RAJU9622 3 жыл бұрын
You need to store in char array, which will store the values in blank . So the right answer is char[]
@prabhasdhfs
@prabhasdhfs 3 жыл бұрын
@@RAJU9622 can you please give more info
@AshutoshKumar-jn2zz
@AshutoshKumar-jn2zz 3 жыл бұрын
Which video recorder you used?
@prakashKumar-le9sn
@prakashKumar-le9sn 3 жыл бұрын
Try Obs studio
@upasnakumari98
@upasnakumari98 3 жыл бұрын
She is so cute......
@niteeshvijayakumar9870
@niteeshvijayakumar9870 3 жыл бұрын
Is these questions are for Freshers
@AGTech777
@AGTech777 3 жыл бұрын
No,this is not for freshers
@eswararaoravada2895
@eswararaoravada2895 2 жыл бұрын
No chance, Design pattern question will ask atlesst 3+ years
@thinkingofcontent9044
@thinkingofcontent9044 3 жыл бұрын
Got 13:00 😅
@ravikumarganta9498
@ravikumarganta9498 3 жыл бұрын
I want her number...she is god(angel)...
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 28 МЛН
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 60 МЛН
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 18 МЛН
Selected || Round 1 || Java Microservices TCS Interview Experience
32:11