To get more updates on latest off-campus drive details & job references ,follow these below steps: 1.Comment your qualifications ,experience & desired job role . 2.Subscribe to our TH-cam channel 3.Join our telegram channel: t.me/latestoffcampus
No it is power operation only because if the given psudo code is in the form of algorithm then we use power operation else if it in the form of code we can use xor operation
function(5,5) will return 5 x function(5,4) function(5,4) will return 5 x 5 x function(5,3) function(5,3) will return 5 x 5 x 5 x function(5,2) function(5,2) will return 5 x 5 x 5 x 5 function(5,1) function(5,0) will return 5 x 5 x 5 x 5 x 5 = 3125
While I was moving towards the coding section, first it shows to open it in secure browser and when I try to login again, then it says that test validity is over, what should I do?
@@shreyaganechary696 they sent me regret mail after 15 days even though coding was not an elimination round , but i got into tcs now through march nqt.
Hi sir...my Accenture interview had scheduled on 31 march bt there were no interviewer were available in the lobby..i waited for 4 hrs bt no response..is there any chance for getting reschedule mail or i lose hope as already 8 days passed.???
In question 9th, the answer has to be 26. as the q consition of being 0 gets true in the second conditional statement. so it has to be 8+0+18. I guess... correct me if i'm wrong. :)
it's 31 since first statement is false p takes value 8 and r takes 18 then in next statement if( false || true) so this statement is true hence q takes value of 5 ( 0^5=5 its a XOR operator) hence 8+18+5= 31
A great video for practicing pseudo codes 🙌. I had some doubts though, In question 3, I think the answer should be 1 and not 2. In question 9, I think the answer should be 26.
Question collection is very good ..but you solved many questions ..i repeat many with wrong solutions amd answers ... 1st of all '^' ...this is not a power operator in pseudcode or in programming.. it's called bitwise ExOR ... And there is question regarding Ascii value that is also wrong ...kindly update the solutions into the comment section ..so that no one will be misguided
I have 2 years experience on embedded c means doing the projects of betch collages (academic projects) but when iam trying to get job in some companies thera asking real time,so I didn't have that real time experience. So, can I eligible as a fresher to Accenture company
Can sm1 plz explain Q15 what does last return 2 means do we have to add it into the return obtained above or if i am wrong can you plz explain bcz from funn(0,0) we will get 2 and from funn(1,0) we will get 1 so total is 3 do we have to add last return statement into the return 3 we obtained??
I got a mail after I've taken the assessment stating that i was qualified both cognitive and coding assessments and that I should wait for further mail regarding the communication assessment but yesterday I got a mail saying that my profile will no longer be considered for further rounds . Why? How could they do such thing even after me being qualified to the nxt round
For the first time we are hearing this kind of things. Please reach them through the details shared in that test invitation mail with the screenshot of it.
Hello!!! I took accenture assessment on 23rd n recieved email saying that I hav cleared my assessment n wait for communication assessment link very soon but not yet recieved any email till date ...
Same in my case. I also cleared my first round and move to the coding but none of the code were executed. But I have give my test today. Now let's see when my Communication assessment will be held.
Concentrate in first round(main) then only u can go to next round First round aptitudes + psudeocode (elimination round) after u clear first round u need to wait for second round (not elimination round) after that 3rd is communication round and final is interview they will analysis overall performance u will get mail..after that 45 days training u should clear that.. Then only u get job
Hello sir, I have to appear for Accenture assessment test this week. They mention functional round instead of technical round. I have applied for Financial advisor. Can I expect these type of questions in my paper ?
f is 102 s is 115 x is 120 So how it is 315? Even if we add the and is not in options.. so it should have been like this F S are capitals and not small letters
Bro. f is 102 s is 115 x is 120 So how it is 315? Even if we add the and is not in options.. so it should have been like this F S are capitals and not small letters
Yes he seems to have taken the ASCII value of uppercase characters for the first two and for the third one he took the ASCII value of lowercase character.
@@helpfultechniques hr questions and related to project only they asked me bro and they won’t ask any technical questions.. at last any questions for us
I have gap between my education two years (b/w intermediate and b/w graduation and postgraduation) am I eligible for Accenture as a fresher... Applied for the Accenture and received link for the mock test!
QUESTION : 6 ANS IS 0 SINCE FINAL RETURN WILL BE 0 ,5*0=0 FOR EVERY RECURSIVE CALLS .............IF U WANT 3125..JUST RETURN 1 IN ELSE Question:7 areyy baiyaa ... voh small f hai bhaai..iska ascci 102 ...answer is 102+115+120 = 337 Question:8 answer for 8 is 10 .....its p exor of r not p power r Question 9: answer is 31 since p = 8,r = 18...initially q = 30 the under if condition q = 5..(r>(q+p)) is 0 || 1 =1 and hence if is satisfied...8+18+5 Question 10,11,12,: congo .. you passed ........and noo mistakes i can find from now on... appreciate your efforts brother ... keep it up .....for real!!
To get more updates on latest off-campus drive details & job references ,follow these below steps:
1.Comment your qualifications ,experience & desired job role .
2.Subscribe to our TH-cam channel
3.Join our telegram channel: t.me/latestoffcampus
@@Pooja-rj9lf Most of the candidates are facing the same issue.
Where I will get answers I have exam tomorrow
In 9th question ..
2nd condition... If(r>(q + p) || 1)
if(0 || 1) -> It's TRUE then it come to q = 0 ^ 5
Ryt
Yes
yes
Answer should be 26 (B)
26 is the answer
Answer of 8th will be 10. That's p^r(xor) not p (to the power) r
Kichu kichu Question er vul explanation dicche ..
No it is power operation only because if the given psudo code is in the form of algorithm then we use power operation else if it in the form of code we can use xor operation
+1
True
I solved pseudocode from many other places and in most of them ^ is considered as bitwise XOR
In 7th Question,
u said that the ASCII value of f was 70,
but it starts from a --> 97
So it had to be 102 + 115 + 120
Bro it's not sequentially wise ..and there is also upper case and lower case .. it's complicated to understand
6th question ka answer 0 hoga .... if else part mai return 1 hoga tabhi 3125 answer aayega ..
My answer was 0 too
Bro else if ki condition is satisfy.toh wo jb TK chlegi..jb TK fail nhi ho jaati . 0!=0 fails we have 5 time 5
Qs8 should be 10 right?
Qs9 should be 31 since there is also an Or condition on the right which has 1 in it,so it will run if part.
@Ishita Dani how 31 , it will only run first else (p = 8 , r = 18) and second if q = 0. sum = 18+8+0=26.
correct me if i am missing something.
@@rohitpatil8843 0 xor 5 is 5 so q=5 --- '^' this is the symbol of xor.
@@chethanhk9334 thanks
@@chethanhk9334 How to differentiate between 'to the power ^' and the 'Xor Operator ^' ?
26 ha
Sir
Question 6 is wrong
Finally value of b is 0
So 0 will be multiplied at the last
So 0 will be the output
🙏🙏🙏
Plz rectify me if I was wrong
Correct
Yaa ans is 0
yes ans is zero
function(5,5) will return 5 x function(5,4)
function(5,4) will return 5 x 5 x function(5,3)
function(5,3) will return 5 x 5 x 5 x function(5,2)
function(5,2) will return 5 x 5 x 5 x 5 function(5,1)
function(5,0) will return 5 x 5 x 5 x 5 x 5 = 3125
@@lordmoriartea7799 check the last return
in 9th question ans is 26. , their is OR operator , then q=0, output=8+0+18=26
And 31 bro 8+5+18
@@pathmananthan.v9880 no bro 26 was crt
@@saivenkatesh1627 ss bro 26 was correct .i made mistake on xor gate logic
@@saivenkatesh1627 0 xor 5 is 5, not 0, so it will be 31 only
@@pathmananthan.v9880 31 is correct that operator is xor not raise to
Qs7 answer should be 337 since all are small 'f','s','x'
The question is wrong I think. It's F, S and x.
The 6th question is also wrong. It should be return 1 at the last.
@@mohammedmubashshirkhazi5611 Yeah correct
Yaa i have same doubt..
video start 05:38
for question 9 output will be 52 as value of r=12 not 18, but plot twist is, there is no option alike ;)
yea yea you got it bro
i think the second if statement will be true as there is one more condition for (or 1)for which the condition will be correct and answer will be 26
@@numanhasan5269 it should be 31 as p+q+r=8+5+18=31
@@amrutrajbhar1642 no its 26, their is OR operator , q=0, output=8+0+18=26
@@sachingaonkar1860 0^5 will give 5. not zero.
Answer of Ques 6 should be 0, Because when b==0 then we are returning 0, so multiply any digit with 0 = 0 ,
But not in the options
Yes correct
Thanks brother all these questions were helpful
at 5:16 he starts to talk about the questions
Q- 9 . It is 31 . Run the code in compiler .
Why in Question 14 part after 'End if' was not added while in Question 15 it was?
9th ques ans is 26 bcz that 2nd If condition will work not that else one..
In the 9th question,the final value of r should be 12 right....how come 18.... please reply fast I have apti @ 3 pm today
Updated one for r=p+2=10+2=12✓
Can I use pen copy for online test ??
Yes you can use
last quest not understood pls explain
In question no. 7
You are taking lower case f,s,x but taking ASCII values of upper case F, S and x(in lower )
Thank you.
In 7th question p=p^r don't you think so that was XOR operator
bhai ascii value wala galat hai small f, s, & x
in question number 6,for(5,0) why you have not considered the last return 0 case
ya exactly
While I was moving towards the coding section, first it shows to open it in secure browser and when I try to login again, then it says that test validity is over, what should I do?
Reach to their support team by the help of details provided in that test link email.
That much easy code will ask ?
Bro the pseudo code in Accenture exam is in which language?
Can we choose the language of our preferences for pseudocode ?
Language is not required for solving pseudocode questions. You need that for coding round.
Ascii value all re in small letters then why did u asign capital letters value
Helpful technique, i think 7th question is wrong because 70 is the ascii value of F not f?
Yes man ascii value of f is 102
Yes.....here he is taking wrong ASCII value
Accenture also ask questions from Network and database ?
Coding round mai 1 question bhi exute nahe hua , kya ab mai recruitment se bahar hu ?? Plz reply .
Nothing like that. Wait for the results.
@@helpfultechniques tq for reply
Did your coding round cleared?
@@shreyaganechary696 they sent me regret mail after 15 days even though coding was not an elimination round , but i got into tcs now through march nqt.
@@vikas2435 are you 2020 batch ???
^ is not power, it is bitwise XOR :"")
5:20 actual Q&A starts
7th question ,ASCII value is taken for capital letters, but there it is given small letters, how it is correct???
What should be the output of question 10
is this pseudocode will be helpful for exams in april and may or there is another format of mcqs for exam during this session
Yes it's helpful. The format will be same.
can we use rough paper for Accenture online exam??
Yes you can use.
i guess solution of 9th question is not true can you check and update the solution plz
26 h ans ... Dusre block ki pehle condition true hai 👍
@@thebeerministry 31 he ans its XOR operator not power.
Qus 9. I think ans will be 26
Ya I too think so
I have received admit from accenture but I did not get assessment time slot
Will be receiving soon.
Can you please provide pdf of this
Hi sir...my Accenture interview had scheduled on 31 march bt there were no interviewer were available in the lobby..i waited for 4 hrs bt no response..is there any chance for getting reschedule mail or i lose hope as already 8 days passed.???
Please reach them by the same Interview invitation mail. For further support ping us at helpfultechniques@gmail.com .
communication round is an elimination round bhai...?
It's not.
@@helpfultechniques I mailed my query to u....will u please check and rly kar do bhai...!!
super and awesome ..thanks for uploading
Welcome.
In question 9th, the answer has to be 26. as the q consition of being 0 gets true in the second conditional statement. so it has to be 8+0+18. I guess... correct me if i'm wrong. :)
Yes,I am also got the same answer
it's 31
since first statement is false p takes value 8 and r takes 18 then in next statement
if( false || true) so this statement is true hence q takes value of 5 ( 0^5=5 its a XOR operator)
hence 8+18+5= 31
@@rider18287 oh god XOR operation... how on earth can I forget this.... Ahhhh...!!! Thanks bud...!! Great help...!!!👍
@@ShawdS 🙂👍
@@rider18287 Atleast there is someone who understood or else everyone was saying 26 i was confused for sometime😂😂
A great video for practicing pseudo codes 🙌. I had some doubts though, In question 3, I think the answer should be 1 and not 2.
In question 9, I think the answer should be 26.
Me too man, I got 1 as well
you must be taking a&b 9,6 again for the 3rd time take it 0,0 (their new values)
then a=0+17,b=0+17 after mod 1,1 so 2 is the answer
Question 9 ans is 31
@@ashish2093 +1
can u please provide pdf of all previous years accenture materials
Ping us at helpfultechniques@gmail.com
@@helpfultechniques sir please add in the description ,It will be helpfull for all.
Thankyou sir!
Question collection is very good ..but you solved many questions ..i repeat many with wrong solutions amd answers ... 1st of all '^' ...this is not a power operator in pseudcode or in programming.. it's called bitwise ExOR ... And there is question regarding Ascii value that is also wrong ...kindly update the solutions into the comment section ..so that no one will be misguided
Plz someone reply soon do we have negative marking in this assessment test .
Yes there's negative marking.
No , there's no negative marking
No negative marking
Will they only new fresh questions or already asked?
Fresher questions. Pattern will be same.
@@helpfultechniques is there no previously asked questions???
9th answer is wrong.... Please do check... There is a or not and
Bhai coding round elimination round hai kya
Yes it's.
@@helpfultechniques where it is mentioned, and how do you came to know it.
I have 2 years experience on embedded c means doing the projects of betch collages (academic projects) but when iam trying to get job in some companies thera asking real time,so I didn't have that real time experience. So, can I eligible as a fresher to Accenture company
8th q/s.Noob p^q not power tat is xor
I have interviewed for ASE on 07/04/2021 when can I expect the results???
Exact date we can't say. Because people those had their interview in march ..they are still waiting. So hopefully you get asap .
@@helpfultechniques Thankyou for ur response sir!!!!
Hey can you please help me with assessment preparation?
I didn't attend the communication exam in time so the exam is again reschedule or not
Write to them back your issue .. provide valid reason. They will reschedule it.
Bro in how many days can be reschedule it
@@manidattachitta5289 days we can't say. They will schedule for the people those are having the same issues like yours at a time.
Haa sare bro thank u broo
@@helpfultechniques how to contact them?
Can you share video content in Doc.
Yes. Reach us at helpfultechniques@gmail.com.
what is the correct ans for que 9
31
Is mock test a rejection round.. ??
Not at all.
Can sm1 plz explain Q15 what does last return 2 means do we have to add it into the return obtained above
or if i am wrong can you plz explain bcz from funn(0,0) we will get 2 and from funn(1,0) we will get 1 so total is 3 do we have to add last return statement into the return 3 we obtained??
just like question number 2
I got a mail after I've taken the assessment stating that i was qualified both cognitive and coding assessments and that I should wait for further mail regarding the communication assessment but yesterday I got a mail saying that my profile will no longer be considered for further rounds . Why? How could they do such thing even after me being qualified to the nxt round
For the first time we are hearing this kind of things. Please reach them through the details shared in that test invitation mail with the screenshot of it.
@@helpfultechniques thank you
Is it mandatory to disable proxy for technical assessments becoz when I logged in it showed lik "invalid request, contact administrator"
@@soujanya5251 yes it's is required.
Video starts at 5:30
Hello!!!
I took accenture assessment on 23rd n recieved email saying that I hav cleared my assessment n wait for communication assessment link very soon but not yet recieved any email till date ...
Had your code executed?
@@FactVideoOfficial513 nooo I couldn't
Same in my case. I also cleared my first round and move to the coding but none of the code were executed. But I have give my test today. Now let's see when my Communication assessment will be held.
@@FactVideoOfficial513 hope for best🙏
Will receive soon.
how should i prepare bro ,could you suggest me, please tomorrow is my assessment???
asap
For me also 2mrw Exam bro..ALL the best ...
Concentrate in first round(main) then only u can go to next round
First round aptitudes + psudeocode (elimination round) after u clear first round u need to wait for second round (not elimination round) after that 3rd is communication round and final is interview they will analysis overall performance u will get mail..after that 45 days training u should clear that..
Then only u get job
@@beardless_vicky3302 TQ
Tomorrow,, me too have exam..plz tell the coding questions
@@beardless_vicky3302 vicky sir round 1 me maximum kitne questions tick krne se round 1 qualify hoga...???
Can you please make more vdos on technical assessment which is the part of 1 round... Your vdos are very helpful..
Thank you for your valuable comment. We will be making that shortly. For mock interview preparations reach us at helpfultechniques@gmail.com
one of my friend recieved accenture virtual exam link on his mail on 30 jan but I did'nt recieved any kind of mail yet, even I'm eligible for exam
They are sending the test links in phases.
@@helpfultechniques thankyou for telling me that 😊
@@sahilgaikwad98 welcome.
did you received test link mail??
i have also applied for Accenture waiting for next step.
Can anyone explain me the Question 3.
In ques. 3 ans should be 1
You have answered wrong most of the questions why?
When the Accenture assessment will be held
On 30 Jan 2021.
Through elitmus ?
Your screen is not visible
Please set your video quality to 480p.
Hello sir, I have to appear for Accenture assessment test this week. They mention functional round instead of technical round. I have applied for Financial advisor. Can I expect these type of questions in my paper ?
I hope your test went well. Sorry for the delay response. All the best for the result :)
In 2 question the a value is 20 then explanation in 1 section
Qstn 9-ans 31
Ques no 7 is totally wrong, ans would be 337.
9 and 10 also
f is 102
s is 115
x is 120
So how it is 315?
Even if we add the and is not in options.. so it should have been like this F S are capitals and not small letters
correct answer for question 8 is (c)10 and question 9 is (a)31
Bro. f is 102
s is 115
x is 120
So how it is 315?
Even if we add the and is not in options.. so it should have been like this F S are capitals and not small letters
Yes he seems to have taken the ASCII value of uppercase characters for the first two and for the third one he took the ASCII value of lowercase character.
Ascii values wronng
Solution for many questions were wrong
it would be better to explain much clearly any way thank your class
Hello bro yesterday i have done with my accenture interview..when they will send the mail whether we got selected or rejected
how was the coding round bro...which type of problems they were asked????bcz i'll have an exam on saturday....
Please wait for 5/7 days. Feel free to share your interview experience with us at helpfultechniques@gmail.com .
@@helpfultechniques sir exam is cocubes or elitmus pattern
@@priyaseducation4122 elitmus pattern.
@@helpfultechniques hr questions and related to project only they asked me bro and they won’t ask any technical questions.. at last any questions for us
I have gap between my education two years (b/w intermediate and b/w graduation and postgraduation) am I eligible for Accenture as a fresher... Applied for the Accenture and received link for the mock test!
Even if you have recieved the link for mock test you are not elligible as it is mentioned already educational gap 1 yr
Malli rayachaaa brooo
Plz comment your doubt in English. Sorry we are not able to understand your issue.
Question no9 - Ans is 26
You have many errors in ur question but it helped me learn more nonetheless
Q10 ans will be none as first 0 will not be printed
The actual op should be - ######6789
Thank you it's really useful.
Anyone got result mail those who completed interview on jan27..?
Answer of question 9 is option B) 26
wow i had givven the test i would have aced it.
I found most of answer is wrong in this video .
Anna oka round ayyindiii
Questions Glti solve q krte ho ...
9th ans should be 26
you typed some questions wrongly
Q.8 answer should be 10
BHAI QUE 9 GLT HAI TUMHARA
2 nd round lkiii your exam test is over broooo
8 June ko hai mera C&T 🤞🏼 agar clear hua to wapis yahi msg krunga or experience share krunga 💯🙏🏽 Jai shree Krishna
All the best dear :)
voice is very low and laag
QUESTION : 6
ANS IS 0 SINCE FINAL RETURN WILL BE 0 ,5*0=0 FOR EVERY RECURSIVE CALLS .............IF U WANT 3125..JUST RETURN 1 IN ELSE
Question:7
areyy baiyaa ... voh small f hai bhaai..iska ascci 102 ...answer is 102+115+120 = 337
Question:8
answer for 8 is 10 .....its p exor of r not p power r
Question 9:
answer is 31 since p = 8,r = 18...initially q = 30 the under if condition q = 5..(r>(q+p)) is 0 || 1 =1 and hence if is satisfied...8+18+5
Question 10,11,12,:
congo .. you passed ........and noo mistakes i can find from now on...
appreciate your efforts brother ... keep it up .....for real!!