Filter interviews by
Accrual is an accounting method that recognizes revenues and expenses when they are incurred, not when cash is exchanged.
Accrual accounting aligns income and expenses to the period they occur, providing a more accurate financial picture.
For example, if a service is provided in December but paid for in January, the revenue is recorded in December.
Accruals help businesses comply with accounting standards like GAAP a...
FastAPI is a modern, fast web framework for building APIs with Python 3.6+ based on standard Python type hints.
High performance: FastAPI is built on Starlette and Pydantic, making it one of the fastest frameworks available.
Easy to use: It has a simple syntax and automatic generation of interactive API documentation using Swagger UI.
Type safety: Utilizes Python type hints for data validation, which reduces runtime ...
Use Python's built-in len() function to count characters in a string.
Use len() function to get the length of the string.
Consider spaces and special characters in the count.
Example: s = 'Hello World', char_count = len(s) = 11.
A basic Java program structure includes class definition, main method, and statements for execution.
1. Class Definition: Every Java program must have at least one class. Example: 'public class MyProgram { }'
2. Main Method: The entry point of any Java application. Example: 'public static void main(String[] args) { }'
3. Statements: Inside the main method, you can write executable statements. Example: 'System.out.pri...
OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, essential for software design.
Encapsulation: Bundling data and methods in a class. Example: A 'Car' class with properties like 'speed' and methods like 'accelerate()'.
Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car', adding features like 'batteryCapacity'.
Polymorphism: Using a single inte...
Reverse a number by converting it to a string and then reversing the string
Convert the number to a string
Reverse the string
Convert the reversed string back to a number
The testing framework used in the project is Selenium with TestNG for automated testing.
Selenium is used for automating web applications testing
TestNG is used for organizing test cases and generating reports
Framework allows for easy maintenance and scalability
Integration with CI/CD tools like Jenkins for continuous testing
A datawarehouse is a centralized repository that stores integrated and structured data from multiple sources for analysis and reporting.
Datawarehouse stores historical data for analysis
It is used for decision-making and business intelligence
Data is extracted, transformed, and loaded (ETL) into the datawarehouse
Examples: Amazon Redshift, Snowflake, Google BigQuery
Flattening JSON involves converting nested JSON structures into a flat key-value format.
Use a programming language with built-in functions for flattening JSON, such as Python's json_normalize() function.
Recursively iterate through the JSON structure to extract all nested key-value pairs.
Map each nested key to a flat key by joining the parent keys with a separator, such as a dot.
Handle arrays by creating separate k...
Use the xmltodict library in Python to flatten XML data structures.
Install the xmltodict library using pip install xmltodict
Use xmltodict.parse() to convert XML data to a Python dictionary
Use json.dumps() to convert the dictionary to a JSON string for a flattened structure
I appeared for an interview in Jan 2025.
Finance based questions like Mutual funds, SEBI regulations
I applied via Campus Placement
A test that covers all fundamental topics, including networking, object-oriented programming (OOP), and data structures and algorithms (DSA).
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
First round basic aptitude questions like profit loss,work time etc
OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, essential for software design.
Encapsulation: Bundling data and methods in a class. Example: A 'Car' class with properties like 'speed' and methods like 'accelerate()'.
Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car', adding features like 'batteryCapacity'.
Polymorphism: Using a single interface...
I appeared for an interview in Sep 2024.
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
1st round was an aptitude test based on all the basic topics of Computer Science like Html,OOPS,DSA etc
Program to find occurrences of each element and sort array in increasing order.
Use a HashMap to store the count of each element in the array.
Sort the array based on the occurrences of each element.
Handle edge cases like empty array or null input.
A basic Java program structure includes class definition, main method, and statements for execution.
1. Class Definition: Every Java program must have at least one class. Example: 'public class MyProgram { }'
2. Main Method: The entry point of any Java application. Example: 'public static void main(String[] args) { }'
3. Statements: Inside the main method, you can write executable statements. Example: 'System.out.println(...
Use Python's built-in len() function to count characters in a string.
Use len() function to get the length of the string.
Consider spaces and special characters in the count.
Example: s = 'Hello World', char_count = len(s) = 11.
Simple aptitude questions and it was easy
Consists of 2 coding questions and one is easy and other is medium
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 4 interview rounds.
Array input in UiPath RE Framework can be processed using arguments and data tables.
Define an In argument in the Main workflow to pass the array as input.
Use a data table to store the array values and pass it to the Process workflow.
Loop through the data table in the Process workflow to access and process each array element.
Use string manipulation to capitalize the first letter of the first word in a string.
Split the string into an array of words
Get the first word from the array
Capitalize the first letter of the word
Join the words back into a string
Types of assets include tangible and intangible assets, financial assets, and fixed and current assets.
Tangible assets (e.g. buildings, machinery)
Intangible assets (e.g. patents, trademarks)
Financial assets (e.g. stocks, bonds)
Fixed assets (e.g. land, equipment)
Current assets (e.g. cash, inventory)
When a queue item is retried, its status changes to In Progress.
Queue item status changes to In Progress when retried
Retried queue items are processed again
Retried queue items may have different processing outcomes
The export option in UiPath Studio is used to package and share automation projects with others.
Exporting a project allows you to create a package that can be shared with other users or deployed to different environments.
Exported packages can include all project files, dependencies, and configurations needed to run the automation on another machine.
Exporting can be done in various formats such as NuGet packages, zip fi...
Web automation is the process of automating tasks on the internet using software tools or scripts.
Web automation involves using tools like Selenium or Puppeteer to interact with websites and perform tasks automatically.
It can be used for tasks such as web scraping, form filling, testing, and data extraction.
Web automation can save time and reduce human error in repetitive tasks.
Examples include automating the process o...
Developed a mobile application for tracking daily water intake and hydration levels.
Utilized React Native for cross-platform development
Implemented a user-friendly interface for easy input of water intake
Integrated a hydration calculator to track daily goals and progress
In the last 6 months, I learned advanced coding techniques, improved my project management skills, and gained experience in cloud computing.
Advanced coding techniques such as implementing design patterns and optimizing algorithms
Improved project management skills through leading a team on a complex project
Gained experience in cloud computing by migrating applications to AWS
Top trending discussions
The duration of Broadridge Financial Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 119 interview experiences
Difficulty level
Duration
based on 1.3k reviews
Rating in categories
Bangalore / Bengaluru
4-6 Yrs
Not Disclosed
Hyderabad / Secunderabad,
Bangalore / Bengaluru
3-5 Yrs
Not Disclosed
Process Analyst
1.4k
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Senior Member Technical
1.3k
salaries
| ₹9.8 L/yr - ₹18.3 L/yr |
Technical Lead
600
salaries
| ₹17 L/yr - ₹30 L/yr |
Senior Process Analyst
591
salaries
| ₹2.2 L/yr - ₹8.5 L/yr |
Member Technical
582
salaries
| ₹3 L/yr - ₹11 L/yr |
Paytm
FIS
PhonePe
Fiserv