Filter interviews by
I was interviewed before Aug 2016.
I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.
I have a Bachelor's degree in Business Administration
I have experience in conducting market research and analyzing data to identify trends
I have strong communication skills and can effectively collaborate with cross-functional teams
I am proficient in using data analysis tools such as Excel and SQL
I resigned from my previous job to pursue new opportunities for growth and development.
Seeking new challenges and opportunities for career advancement
Desire for professional growth and development
Change in career goals or interests
Relocation to a new city or country
Conflict with management or company culture
Working as a data entry clerk for a government agency.
Repetitive tasks of entering data into spreadsheets
Lack of variety or challenge in the work
Limited interaction with colleagues or clients
Strict adherence to rules and regulations
Monotonous environment with little room for creativity
A flowchart is a visual representation of a process or system, used to analyze and improve efficiency.
A flowchart is a diagram that uses symbols and arrows to represent the steps and decisions in a process.
It helps to visualize the sequence of activities and the flow of information or materials.
Flowcharts are important in business analysis as they provide a clear understanding of complex processes.
They help identify bo...
UML stands for Unified Modeling Language.
UML is a standardized modeling language used in software engineering.
It provides a visual representation of software systems using diagrams.
UML helps in understanding, designing, and documenting software systems.
It includes various types of diagrams like class, use case, sequence, etc.
UML is widely used in the software development lifecycle.
Tools such as Microsoft Excel, Power BI, and Jira are commonly used by business analysts for data analysis, visualization, and project management.
Microsoft Excel for data analysis and reporting
Power BI for data visualization and dashboard creation
Jira for project management and tracking
SQL for querying databases
Lucidchart for creating process flow diagrams
SaaS stands for Software as a Service. It is a cloud computing model where software is provided over the internet.
SaaS allows users to access and use software applications without the need for installation or maintenance.
The software is hosted and managed by the service provider, who handles updates, security, and infrastructure.
Users typically pay a subscription fee to access the software on a pay-as-you-go basis.
Exam...
The steps required to develop a product from an idea
Conduct market research to validate the idea
Create a detailed product concept and design
Develop a prototype or minimum viable product (MVP)
Test and gather feedback from potential users
Iterate and refine the product based on feedback
Create a business plan and secure funding
Build the final product
Implement a marketing and sales strategy
Launch the product
Continuously mon
OLTP systems are online transaction processing systems that facilitate real-time transaction processing.
OLTP systems are designed to handle high volumes of transactions in real-time.
They are used in various industries such as banking, e-commerce, and retail.
OLTP systems ensure data integrity and consistency by enforcing ACID properties.
Examples of OLTP systems include online banking systems, point-of-sale systems, and
BPMN stands for Business Process Model and Notation.
BPMN is a graphical representation of business processes.
It provides a standardized way to model, analyze, and communicate business processes.
BPMN diagrams use symbols to represent activities, events, gateways, and flows.
It is widely used in business analysis and process improvement.
Example: A BPMN diagram can show the steps involved in a customer order process.
To improve business sales, the marketing strategy would involve targeting new customer segments, enhancing online presence, and implementing effective promotional campaigns.
Identify and target new customer segments to expand the customer base
Enhance online presence through search engine optimization (SEO), social media marketing, and content marketing
Implement effective promotional campaigns such as discounts, loyalty ...
Top trending discussions
Find an odd occurring number among even occurring numbers.
Use XOR operation to cancel out even occurring numbers and get the odd occurring number.
Iterate through the array and XOR each element with the result variable.
The final result will be the odd occurring number.
Print the spiral order of a binary tree and matrix.
For binary tree, use level order traversal and alternate direction for each level.
For matrix, use four pointers to traverse in spiral order.
Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9
Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13
Finding pairs in an array with a given sum.
Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.
Use a hash table to store the elements of the array and their indices for faster lookup.
If there are multiple pairs with the same sum, return any one of them.
If no pair is found, return null or an empty array.
Find total number of k element with given avg in an array in minimum time complexity.
Use sliding window technique to traverse the array in O(n) time complexity.
Maintain a sum variable to keep track of the sum of elements in the window.
If the sum of elements in the window is equal to k times the given avg, increment the count.
Move the window by subtracting the first element and adding the next element in the array.
Printing non-boundary elements of a binary tree
Traverse the tree in any order (preorder, inorder, postorder)
Check if the current node is not a boundary node (not the first or last node in its level)
If it is not a boundary node, print its value
Recursively traverse its left and right subtrees
I applied via Walk-in
I listed a job that I was fired from after only a few weeks.
Listed a job where I was fired after a few weeks
Didn't provide a clear explanation for why I was let go
Didn't highlight any skills or accomplishments from that job
I admire Dr. Raghunath Anant Mashelkar, an IIT Bombay alumnus, for his contributions to science and technology.
Dr. Mashelkar is a chemical engineer and has made significant contributions to the field of polymer science.
He has also served as the Director General of the Council of Scientific and Industrial Research (CSIR) and has been awarded numerous honors, including the Padma Shri and Padma Bhushan.
Dr. Mashelkar has a...
The eurozone crisis refers to the economic and financial difficulties faced by some countries in the European Union.
The crisis began in 2009 with the Greek debt crisis and spread to other countries in the eurozone.
It was caused by a combination of factors including high levels of debt, low economic growth, and structural problems within the eurozone.
The crisis led to bailouts of several countries by the European Centra...
The Libor Scam was a manipulation of the London Interbank Offered Rate (Libor) by banks to benefit their own trading positions.
Libor is a benchmark interest rate used globally for financial products
Banks were found to have manipulated the rate to benefit their own trading positions
The scandal resulted in billions of dollars in fines for banks involved
Several high-profile bankers were also convicted for their involvemen...
Derivatives are financial instruments that derive their value from an underlying asset or security.
Derivatives can be used for hedging or speculation.
Examples of derivatives include futures, options, and swaps.
Derivatives can be traded on exchanges or over-the-counter.
Derivatives can be complex and involve significant risk.
Derivatives played a role in the 2008 financial crisis.
Failure to avoid fiscal cliff could lead to severe economic repercussions globally and in the US, with India also being affected.
The US economy could experience a recession, with a potential decrease in GDP and increase in unemployment rates
Global financial markets could experience volatility and uncertainty
India could be affected due to its close economic ties with the US, with potential impacts on trade and investmen...
Prime Services is a suite of financial services offered by investment banks to hedge funds and other institutional clients.
Prime brokerage
Securities lending
Cash management
Risk management
Trade execution
Reporting and analytics
Examples: Goldman Sachs Prime Services, J.P. Morgan Prime Services
QE stands for Quantitative Easing. It is a monetary policy used by central banks to stimulate the economy.
QE involves the central bank buying government bonds or other securities from the market to increase the money supply.
The increased money supply is intended to lower interest rates, encourage borrowing and spending, and boost economic activity.
QE is typically used when interest rates are already low and traditional...
Using bitwise operator to check the last bit of the number.
Use bitwise AND operator with 1 to check the last bit of the number.
If the result is 0, the number is even. If the result is 1, the number is odd.
Example: 6 & 1 = 0 (even), 7 & 1 = 1 (odd)
Implement a dynamic 2D excel sheet using DS
Use a 2D array to store the data
Implement functions to add, delete, and modify data
Use data structures like linked lists or hash tables for efficient searching and sorting
Implement dynamic resizing to handle large amounts of data
Use GUI libraries like Tkinter or PyQt for user interface
Joining tables in DBMS evolved as a solution to handle complex data relationships.
Joins allow combining data from multiple tables based on a common column.
The concept of joins originated from the need to handle complex data relationships.
Joins can be inner, outer, left, right, or cross depending on the type of data required.
Joins can improve query performance by reducing the number of queries needed to retrieve data.
Jo...
based on 12 reviews
Rating in categories
HSBC Group
Cholamandalam Investment & Finance
Citicorp
SBI Cards & Payment Services