🔥Accenture 03/05/2024 Actual Questions Asked | Accenture Exact Questions🔥

  Рет қаралды 31,408

OnlineStudy4u

OnlineStudy4u

Күн бұрын

Пікірлер: 52
@mohammedrumanmalik61
@mohammedrumanmalik61 2 ай бұрын
where to find that java code
@TalachutlaSatyavathi
@TalachutlaSatyavathi 4 ай бұрын
import math n=int(input()) l=list(map(int,input().split())) mid=math.ceil(len(l)/2) #print(mid) sum1=0 sum2=0 for i in range(0,mid-1): sum1+=l[i] for j in range(mid,n): sum2+=l[j] if sum1==sum2: print(mid) else: print("NOt found")
@pradeepas5784
@pradeepas5784 5 ай бұрын
Here is the simple way for the second program : (Java) for(int i=0;i
@abhijeetsarkar7541
@abhijeetsarkar7541 5 ай бұрын
simple but inefficient
@pallavisahoo5017
@pallavisahoo5017 5 ай бұрын
Do Quantitative aptitude come or not
@user-uc7nb5ml6j
@user-uc7nb5ml6j 5 ай бұрын
No
@siddharthbalodi3430
@siddharthbalodi3430 8 ай бұрын
Sir the level of coding round will be same for SASA and PADA ?
@aruldaspaul1499
@aruldaspaul1499 6 ай бұрын
For sasa it's optional the technical assessment..they won't take the mark!
@pritijagtap1343
@pritijagtap1343 5 ай бұрын
can we select any coding language to code like java in accenture coding test??
@Supercell_2003
@Supercell_2003 5 ай бұрын
Yes,you can
@code_with_somesh09
@code_with_somesh09 6 ай бұрын
In coding problem-1 we can also implement a simple logic if the length of array is even then it returns "NOT FOUND" because those array does not have any mid value, if the length of array is odd then we just need to calculate the mid value and then we need to calculate left sum and the right sum from that mid value, if they are equal return the index of mid value or if they are not return "NOT FOUND" Code in python-3:- def find_index(n, arr): if n % 2 == 0: return "NOT FOUND" midVal = n // 2 leftSum = sum(arr[:midVal]) rightSum = sum(arr[midVal+1:]) if leftSum == rightSum: return midVal + 1 else: return "NOT FOUND"
@shubhranginidas6818
@shubhranginidas6818 5 ай бұрын
Wrong understanding of the problem. It is clearly not stated that the equilibrium point will be in the middle, so whether N=even or odd, we need to check the (leftsum == rightsum) for each index.
@chennuyamini3989
@chennuyamini3989 5 ай бұрын
In coding problem 1 can be implemented by using prefix sum and suffix sum
@soniya_naskar
@soniya_naskar 8 ай бұрын
By any chance can anyone tell me that if code gets automatically saved or not... because my laptop was charged out in between the coding though I have completed the coding part but I'm not sure that it had saved or not..any help would be appreciable
@OnlineStudy4u
@OnlineStudy4u 8 ай бұрын
it will be auto submitted
@souvikbasak4396
@souvikbasak4396 5 ай бұрын
Can someone tell about the credibility of this? Because I want to prepare for the accenture exam.
@SoumyaPoddarBLEC
@SoumyaPoddarBLEC 5 ай бұрын
Can anyone help me for tomorrow assessment at 10am slot?
@MKtechnoverse
@MKtechnoverse 5 ай бұрын
Which college
@mansisharma4962
@mansisharma4962 5 ай бұрын
Sir data analytics me b yahi hoga same round or yese hi questions honge?
@RajkumarTholam253
@RajkumarTholam253 8 ай бұрын
Can anyone help me tomorrow 10 am slot??
@TammanaTriveni
@TammanaTriveni 8 ай бұрын
I have
@RajkumarTholam253
@RajkumarTholam253 8 ай бұрын
@@TammanaTriveni I want help for coding round are you ok to help me, you share your questions also if I get answers I will share you
@himanshi3725
@himanshi3725 7 ай бұрын
Iz this pada of ASE coding questions. Will there be 2 coding questions in PADA?
@velvet0221
@velvet0221 7 ай бұрын
Sir mene form fill Kiya tha koi mail nahi aaya assessment ka kya Karu
@codes_aesthetic
@codes_aesthetic 8 ай бұрын
Is this exam for 2024 batch??
@ITHustlers
@ITHustlers 6 ай бұрын
It's for 2024 passouts
@kasivishva3183
@kasivishva3183 8 ай бұрын
Sir javascript accepted in tcs NQT coding round or not
@mushin-lp8ng
@mushin-lp8ng 8 ай бұрын
Nope
@kasivishva3183
@kasivishva3183 8 ай бұрын
@@mushin-lp8ngDo you know the reason why?
@ganeshpatil1602
@ganeshpatil1602 5 ай бұрын
Tcs nqt me coding round nahi hota hai
@harishallinonechannel3443
@harishallinonechannel3443 8 ай бұрын
we need coding classes in python language
@handsome-673
@handsome-673 8 ай бұрын
Sir plzz make video more on it we need
@simmekhan7011
@simmekhan7011 8 ай бұрын
Sir aj mera bhi exam tha Accenture ka or mene 3rd may. 7 o'clock pr apna slot book Kiya tha or half an hour pehle se login kr k bedhi thi but jb 7 bje or mene sari process ki or test start krne ki koshish ki 😢to likha aya ki test link expired sir meto de hi nhi payi ese q hua ap bta skte h kya ki ab reschedule hoga y exam ya nhi 😢mene bohot mehnat ki thi is exam k liye or apki sari video dekhi thi paper solve ki please reply Krna ap sir
@shreyapawar5993
@shreyapawar5993 8 ай бұрын
Same problem i also got... 7pm slot
@agrima3496
@agrima3496 8 ай бұрын
I also got same problem
@shreyapawar5993
@shreyapawar5993 8 ай бұрын
Mail aya ky Accenture ka? Reschedule ka kisiko
@subhrajitpadhy4706
@subhrajitpadhy4706 8 ай бұрын
Anyone got communication round mail for 2nd May
@ayeshasarwath4177
@ayeshasarwath4177 8 ай бұрын
No, even I am waiting for it. I got the msg for clearing coding round though, but still didn't get communication round mail
@priyankakulhare9822
@priyankakulhare9822 8 ай бұрын
You got?
@ayeshasarwath4177
@ayeshasarwath4177 8 ай бұрын
​​@@priyankakulhare9822no priyanka, not yet
@matlebhavyasri
@matlebhavyasri 8 ай бұрын
Is there any live class for may 9th accenture sir please do class for today exam sir
@VenkamsettiJyothipriya
@VenkamsettiJyothipriya 8 ай бұрын
I got test link is expired for may 3 -7pm slot can one help with that
@deepikaganchi478
@deepikaganchi478 8 ай бұрын
Same
@deepikaganchi478
@deepikaganchi478 8 ай бұрын
I called them and enquired they are saying backend problem and they will provide further updates...
@shreyapawar5993
@shreyapawar5993 8 ай бұрын
@@deepikaganchi478 yes mujhbhi same bola
@deepikaganchi478
@deepikaganchi478 8 ай бұрын
@@shreyapawar5993 just hope for good and wait
@deepikaganchi478
@deepikaganchi478 8 ай бұрын
​@@shreyapawar5993did u received any further updates from them??
@seenu6973
@seenu6973 8 ай бұрын
Anyone help me for 2pm slot?
@harishallinonechannel3443
@harishallinonechannel3443 8 ай бұрын
you can teach c and python also but we need python
@machareddamma6631
@machareddamma6631 5 ай бұрын
option a
@machareddamma6631
@machareddamma6631 5 ай бұрын
65
@NITINKUMAR-hm2ls
@NITINKUMAR-hm2ls 8 ай бұрын
#include using namespace std; int main() { int m; cin>>m; int n; cin>>n; vectorarr(n); unordered_mapmp; for(int i=0;i>arr[i]; mp[arr[i]]=i; } int count =0; for(int i=0;i
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Accenture Most Asked Coding Questions (Cheatsheet)
15:10
Prime Coding
Рет қаралды 68 М.