i
ABB
Filter interviews by
I was interviewed before Jan 2024.
Basic accounting questions
I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.
20 question for 30 mins
Top trending discussions
I applied via Job Fair and was interviewed in Mar 2024. There were 2 interview rounds.
I am a detail-oriented Intercompany Analyst with a strong background in financial analysis and reconciliation.
Experienced in analyzing intercompany transactions and ensuring accuracy
Proficient in reconciling accounts and identifying discrepancies
Skilled in preparing financial reports and communicating findings to stakeholders
I have 3 years of experience as a financial analyst at XYZ Corp.
Analyzed intercompany transactions to ensure accuracy and compliance
Prepared monthly financial reports for management review
Collaborated with various departments to resolve discrepancies in financial data
GRN stands for Goods Receipt Note, a document used in inventory management to confirm the receipt of goods from a supplier.
GRN is a document used to confirm the receipt of goods from a supplier.
It includes details such as the quantity received, date of receipt, supplier information, and any discrepancies found.
GRN is an important part of the procurement process as it helps in verifying the accuracy of deliveries and ma...
Public vs private companies differ in ownership, financial reporting requirements, and access to capital markets.
Public companies are owned by shareholders and have to disclose financial information to the public, while private companies are owned by individuals or small groups and have more privacy.
Public companies are subject to more regulations and oversight, such as SEC filings and shareholder meetings, while priva...
Intercompany transactions occur between different entities within the same company, while intracompany transactions occur within the same entity.
Intercompany transactions involve multiple legal entities within the same corporate group.
Intracompany transactions occur within the same legal entity.
Intercompany transactions are eliminated during consolidation to avoid double counting.
Examples of intercompany transactions i...
I applied via Campus Placement
Coding Round is conducted in HackerRank Test
MySQL is known for its speed and ease of use, while PostgreSQL is known for its advanced features and extensibility.
MySQL is more commonly used in web applications due to its speed and simplicity.
PostgreSQL is preferred for complex applications that require advanced features like JSON support, full-text search, and custom data types.
MySQL has a larger market share and is owned by Oracle, while PostgreSQL is open-source...
OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on the use of classes and objects to organize code
Encapsulation: bundling data and methods that operate on the data into a single unit (class)
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: the ability for objects of differ...
OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve problems
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Example: In a banking system, you can have classes like Account, Customer, and Transaction, each with their own pro
CSS can be included in HTML using inline, internal, or external methods.
Use inline CSS by adding the style attribute to HTML elements
Use internal CSS by placing CSS code within