Interview Questions | Machine Round | Automate Eagle Financial Website | Automation Anywhere

Поділитися
Вставка
  • Опубліковано 12 жов 2024
  • In this video we have explained the machine round interview questions being asked at the time of the interview.
    In this video we have explained the Eagle Financial Website which will give you the basic idea of automating the Eagle Financial Website and how to use various HTML properties.
    If you have any queries regarding this video then raise your queries in the comment section and I will be more than happy to answer all your queries.
    URL Link - rpademo.automa...

КОМЕНТАРІ • 72

  • @sarojbhatia171
    @sarojbhatia171 2 роки тому +1

    Well explained 👍

  • @siddh8508
    @siddh8508 2 роки тому

    thanks for sharing valuable information.
    I have one question can I run 2 bots on same machine on same time.

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      If you have scheduled bots from control room for the same time and if priority of one bot is higher than the other then the one with the most urgent priority will run first and once it completes the first bot then the second bot will run.

    • @siddh8508
      @siddh8508 2 роки тому

      @@abhishekarora6136 thanks for quick reply. can you provide like interview preparation for RPA solution/architect/manager level attempt for short duration. Can I communicate via email?

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      @@siddh8508 sure we can connect

  • @girishpandey9908
    @girishpandey9908 2 роки тому

    Please share the challenge page link in the description.
    Thank You.

  • @HollandPilla
    @HollandPilla 2 роки тому

    hi i have one doubt here how you selected this "vCaptured TableData" in variable section ,do we need to create that variable or by default we will get that...please reply Asap

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      When you will click on create variable in the properties section then it will show it automatically

  • @helloworld-td2bu
    @helloworld-td2bu 2 роки тому

    Hye Abhishek ,in an excel huge data is there from that i just need from column k to AL data later i need to paste that data in other excel K to AL column. currently i just have done opening of both the excel loop through the first excel then paste the data in other excel by set cell .any fastest solution is there for this.

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      You can use the database approach by creating the connection with both the Excel file and use the select query to retrieve records from the first Excel file and then insert that data using the insert SQL query in the second Excel file

    • @helloworld-td2bu
      @helloworld-td2bu 2 роки тому

      @@abhishekarora6136 set cell is a good approach or not ,

    • @helloworld-td2bu
      @helloworld-td2bu 2 роки тому

      Hi Abhishek with in a single insert query i can fill all the data in second excel file ?is it possible or to feel multiple columns i need multiple insert query

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      @@helloworld-td2bu in general if data is less then it is a good way but if data is huge then i would say it is not a good approach to use set cell command.

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      @@helloworld-td2bu use the loop for each row in data table and then use single insert query to insert the data into the Excel file

  • @ishanali287
    @ishanali287 2 роки тому

    Can u help with the Japanese domain problem ?

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      Yes will try to help but before that can you mention the exact scenario

  • @helloworld-td2bu
    @helloworld-td2bu 2 роки тому

    Hello Abhishek can you please say me what's the wrong i am doing so that i am getting that error .as i sended you both the code and error Screen shot in your mail

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      If you are writing data in second file then you have to create connection string with that output file as well I think that's the issue in your code

    • @helloworld-td2bu
      @helloworld-td2bu 2 роки тому

      @@abhishekarora6136 hey that connection too done just check first 3 line is only about connection and select query for input excel all data retrieval

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      @@helloworld-td2bu please setup zoom meeting and share me on my WhatsApp number - 9910796342

  • @helloworld-td2bu
    @helloworld-td2bu 2 роки тому

    Hye Abhishek i have a excel sheet in that excel i need to delete data from A4 rows to all the rows present in the excel how can I automate

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      First of all calculate the total number of rows and then start the loop from 4 to total number of rows you had counted and i side the loop use delete cells option and use specific cell option and pass the column name along with the variable which is given in the loop and select the option delete entire row.

    • @helloworld-td2bu
      @helloworld-td2bu 2 роки тому

      @@abhishekarora6136 calculate the total number of rows then I have to use get multiple cells right and in v11 it will give me excel column variable

    • @helloworld-td2bu
      @helloworld-td2bu 2 роки тому

      I want to delete all the excel files data except header

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      @@helloworld-td2bu when you open the Excel file using the open command check sheet contains a header checkbox and it will delete all the data except headers. To delete in v11 use get multiple cells and select get all cells as the option and start the loop for each row in Excel dataset and use delete cells option and use the Excel column system variable and pass either the column name or the index of the column

    • @helloworld-td2bu
      @helloworld-td2bu 2 роки тому

      @@abhishekarora6136 hey in my file i have nearly 9 columns and i want to delete all the rows from that except header so how can I choose specific cell option in delete cell command

  • @helloworld-td2bu
    @helloworld-td2bu 2 роки тому

    Hye Abhishek can you please write the select a particular column name from excel by SQL query in automation anywhere v11 ,i am getting syntax error.suppose the colulmn name is address

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      Can you share the screenshot of the select query which you had written

    • @helloworld-td2bu
      @helloworld-td2bu 2 роки тому

      @@abhishekarora6136 where can I send the screenshot

    • @helloworld-td2bu
      @helloworld-td2bu 2 роки тому

      Sorry I writeen select actually it's insert query issue, insert into[sheet1$] (address) values ($address$)

    • @helloworld-td2bu
      @helloworld-td2bu 2 роки тому

      Hey plz help me here

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      @@helloworld-td2bu insert into [Sheet1$$] ( Address,ID) values('abc',1) like this you can insert

  • @adarshgowda2691
    @adarshgowda2691 Рік тому

    it's showing 'invalid argument 5 in IF condition'

    • @abhishekarora6136
      @abhishekarora6136  Рік тому

      Could you please check whether how many columns are there in the website because there were 6 columns when I created the video

    • @adarshgowda2691
      @adarshgowda2691 Рік тому

      @@abhishekarora6136 it's the same 6 columns now also

    • @abhishekarora6136
      @abhishekarora6136  Рік тому

      Then it should not show invalid argument 5

    • @abhishekarora6136
      @abhishekarora6136  Рік тому

      Can you share the screenshot of the if condition properties action what you are giving

    • @adarshgowda2691
      @adarshgowda2691 Рік тому

      @@abhishekarora6136 how can I send the screenshot to you

  • @niloyroy9575
    @niloyroy9575 2 роки тому

    Sir can u help me in some question for advance RPA certification, Please..can't able to cross 70% need 80% for certifications... Can i get ur insta or any social media id.. Please sir🙏

    • @abhishekarora6136
      @abhishekarora6136  2 роки тому

      You can connect with me on whatsapp
      WhatsApp number - 9910796342