Genpact
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.
Yes, vbscript is a scripting language used for automating tasks in Windows environments.
VBScript stands for Visual Basic Scripting Edition.
It is commonly used for automating tasks in Windows environments.
VBScript is often used in conjunction with RPA tools like UiPath for automation.
Example: Set objShell = CreateObject("WScript.Shell")
Yes, I have experience with SharePoint.
I have worked with SharePoint to create and manage document libraries.
I have experience with SharePoint workflows and automation.
I have integrated SharePoint with other systems using APIs.
I have customized SharePoint sites using web parts and templates.
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2018. There were 4 interview rounds.
There are three types of selectors in UiPath: UiElement, aaname, and idx.
UiElement selector is the default selector used by UiPath, based on the attributes of the UI element.
aaname selector is based on the 'aaname' attribute of the UI element.
idx selector is based on the position of the UI element in the application window.
Credentials in UiPath can be stored in Orchestrator Assets, Windows Credential Manager, Config file, and Constants file.
Orchestrator Assets: Securely store credentials in Orchestrator and retrieve them during automation.
Windows Credential Manager: Store credentials in Windows Credential Manager and access them in UiPath.
Config file: Store credentials in a separate configuration file and read them during automation.
Cons...
I applied via Other and was interviewed in Apr 2021. There was 1 interview round.
Active work queue is a list of items that are currently being processed by a robot.
Active work queue helps the robot to prioritize tasks and manage workload.
It allows the robot to track the progress of each item in the queue.
Examples of items in the queue include invoices, purchase orders, and customer requests.
Session variable is a variable that is stored and can be accessed during a user's session on a website or application.
Session variables are used to store user-specific information, such as login credentials or preferences.
They are stored on the server-side and can be accessed by the application during the user's session.
Session variables are typically cleared when the user logs out or their session expires.
Examples of ...
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Prepare aptitude, speed, distance, ratio, proportion and all other important topics.
Prepare on leetcode, gfg company based important questions, array and strings are most important.
Best practices in RPA Development
Standardize naming conventions for better readability and maintainability
Implement exception handling to handle errors and exceptions gracefully
Use version control to track changes and collaborate with other developers
Document the RPA solution thoroughly for future reference and troubleshooting
Perform regular testing and debugging to ensure the accuracy and reliability of the automation
...
RPA SDLC is the process of developing and deploying RPA solutions.
RPA SDLC consists of six stages: planning, analysis, design, development, testing, and deployment.
During planning, the scope and objectives of the RPA solution are defined.
Analysis involves identifying the processes to be automated and gathering requirements.
Design involves creating a detailed plan for the RPA solution.
Development involves building and c...
RE Framework is a template for building scalable and robust automation solutions in UiPath.
RE stands for Robotic Enterprise Framework
It is a template that provides a standard structure for building automation solutions
It includes pre-built workflows for exception handling, logging, and reporting
It follows a state machine design pattern to manage the flow of automation
It is highly customizable and can be adapted to fit
Document understanding involves several steps to extract information from documents.
Preprocessing: Cleaning and preparing the document for analysis.
Layout Analysis: Identifying the structure and layout of the document.
Text Extraction: Extracting relevant text from the document.
Data Extraction: Identifying and extracting specific data elements from the text.
Entity Recognition: Identifying and categorizing entities menti...
Process mining is a technique to analyze business processes by extracting data from event logs.
It involves discovering, monitoring, and improving processes
It uses data mining and machine learning techniques
It helps to identify bottlenecks, inefficiencies, and opportunities for improvement
Examples include analyzing customer journeys, supply chain processes, and financial transactions
To filter 1 lakh rows in Excel with specific filter, use Excel's built-in filtering feature.
Open the Excel file and select the column you want to filter.
Go to the Data tab and click on the Filter button.
A drop-down arrow will appear next to each column header.
Click on the arrow of the column you want to filter and select the specific filter criteria.
Excel will automatically filter the rows based on the selected criteri
API automation with UiPath
UiPath provides activities and tools to automate API interactions
Use HTTP Request activity to send HTTP requests and receive responses
Extract data from API responses using JSON or XML parsing
Handle authentication and authorization using headers or tokens
Automate repetitive API tasks like data extraction, data synchronization, etc.
To publish and run a process without an orchestrator, you can use the UiPath Robot Tray or the command line interface.
Open the UiPath Robot Tray and navigate to the Processes tab.
Click on the 'Publish' button to publish the process to a local folder.
Once published, you can run the process by selecting it from the list and clicking on the 'Start' button.
Alternatively, you can use the command line interface by navigating...
I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.
throw is used to explicitly throw an exception, while rethrow is used to rethrow an exception caught in a catch block.
throw is used to raise an exception and terminate the current execution.
rethrow is used to propagate an exception to the next higher level of the call stack.
throw can be used anywhere in the code, while rethrow is used only inside a catch block.
throw requires specifying the type of exception being throw...
Selectors can be made reliable by using unique attributes, adding wildcards, using reliable parent elements, and using dynamic selectors.
Use unique attributes: Select elements with attributes that are unique to them, such as ID or name.
Add wildcards: Use wildcards like asterisks (*) or question marks (?) to account for dynamic values in selectors.
Use reliable parent elements: Select elements based on their parent eleme...
A List variable is a data structure that stores a collection of elements, typically of the same type.
List variables can hold multiple values and are commonly used to store and manipulate data.
They can be indexed and accessed using numerical positions.
List variables can be modified by adding, removing, or updating elements.
Examples of List variables include a list of names, a list of numbers, or a list of tasks.
The REframe work is a framework used in Robotic Process Automation (RPA) development. It consists of stages and transitions.
REframe work is a widely used framework in RPA development.
It helps in structuring and organizing the automation process.
The framework consists of various stages and transitions.
Stages represent different phases of the automation process.
Transitions define the flow of control between stages.
Stages...
Add queue item is used to add an item to a queue in a queue-based transactional process. Add transaction item is used to add an item to a transaction in a state machine-based transactional process.
Add queue item is used in queue-based processes where items are processed in a first-in-first-out manner.
Add transaction item is used in state machine-based processes where items are processed based on predefined states and t...
Credential Manager is used to securely store and manage credentials for RPA development.
Credential Manager is a feature in RPA tools that allows developers to store and retrieve credentials securely.
It helps in avoiding hardcoding of sensitive information like usernames and passwords in the code.
Credentials can be stored in an encrypted format and accessed when required during automation execution.
RPA developers can us...
To delete a row in a datatable while iterating, use the Remove method of the Rows collection.
Use a loop to iterate through each row in the datatable.
Check the condition for deletion and use the Remove method to delete the row.
Ensure to handle the index correctly to avoid skipping rows.
I applied via Job Portal and was interviewed in Dec 2021. There was 1 interview round.
Modern and Classic folders are two different types of folders in UiPath Orchestrator.
Modern folders are designed for multi-tenancy and allow for more granular control over permissions and access.
Classic folders are the traditional folders in Orchestrator and are used for single-tenancy.
Modern folders have a different user interface and are organized by tenants, while classic folders are organized by folders and subfold...
To stop and kill a job in Orchestrator, use the Stop Job and Kill Job activities respectively.
Use the Stop Job activity to gracefully stop a running job.
Use the Kill Job activity to forcefully terminate a running job.
Both activities can be found in the System > Jobs category in the Activities panel.
You can pass the Job ID as input to these activities to specify which job to stop or kill.
There are four types of variables in UiPath: Generic, Text, Number, and Boolean.
Generic variables can store any type of data
Text variables store strings of characters
Number variables store numeric values
Boolean variables store true/false values
based on 1 interview
Interview experience
based on 15 reviews
Rating in categories
Process Developer
36.4k
salaries
| ₹1 L/yr - ₹6.8 L/yr |
Process Associate
28k
salaries
| ₹0.9 L/yr - ₹7 L/yr |
Assistant Manager
20.1k
salaries
| ₹3.9 L/yr - ₹14.5 L/yr |
Management Trainee
19.6k
salaries
| ₹1.6 L/yr - ₹8.5 L/yr |
Manager
7.4k
salaries
| ₹5.7 L/yr - ₹24 L/yr |
Accenture
Capgemini
TCS
Cognizant