Uploaded Assignment-1 is failed

@anba_sv
have you completed your assignment

@Vipin_Singhal - still pending as the correct items still showing : 0. No idea how to move forward

@anba_sv
Your all WI5 items are getting update.
If yes then open the details of some random WI5 item generate the hash code manually and check, what have you entered in comment and what getting generated manually are the same or not.

Because in formula (client_id-client_name-client_country) there should be no space between those 3 variables.
If there will be any space it will generate wrong hash code

1 Like

@Vipin_Singhal i manage to findout where it goes wrong. thanks for the help mate.

1 Like

did you managed to finish this?

Eventhough my code is working in my system while i am uploading it is failing eventhough i reseted the test data in acme. could you please help me to sort out the problem

could you help me to pass in the certification

Hi @Madhuri_KOTA

Please see this link

1 Like

Yes. I have followed all these but I am unable to pass in the certification.
Eventhough I am getting 0/100 marks

Can I share my zip folder if possible

Yes, You can share.

I have cleared my exam thank you

I’m still not able to clear the uploaded assignment.
While its working fine on my laptop

Hi Akansha,

Login to Acme-Test tool, Go to ‘User Options’ and then ‘Check Training Assignments’.

If the status of your last upload is passed, then only you will pass the assignment.

If not there is a problem in your code.

Hope that helps.

Regards,
Revati

The code is working fine on my laptop.thats why I’m not able to understand what’s wrong

Can you show the acme-test.uipath.com result? Have u used ClientID.Trim+“-”+ClientName.Trim+“-”+ClientCountry.Trim??

I used the same.
Can you tell where do i put this?
So that I’m sure i used it in the correct place
Also all the transactions in acme is showing completed.

Please share this image
image

Your score is 8 and correct item is 1 that is why status is failes. Means your hash code is not calculating properly.
Make sure there is no white space between ClientID+“-”+ClientName+“-”+ClinetCountry check in output. If any white space replaced it by ClientID.Trim+“-”+ClientName.Trim+“-”+ClientCountry.