American Broadcasting Company
30+ Interview Questions and Answers
Q1. What is the difference between Trail Balance, Income Statement and Balance sheet ?
Trail balance is a list of all ledger accounts, income statement shows revenue and expenses, balance sheet shows assets and liabilities.
Trail balance lists all ledger accounts and their balances
Income statement shows revenue and expenses for a specific period
Balance sheet shows assets, liabilities and equity at a specific point in time
Trail balance is used to ensure that debits and credits are equal
Income statement helps in determining the profitability of a business
Balance s...read more
Q2. whats new in latest version of python
Python 3.9 introduces new features like dictionary merge operator, type hinting improvements, and more.
Introduction of dictionary merge operator (|) for merging dictionaries easily
Improvements in type hinting with the introduction of TypedDict and Literal types
Performance improvements with faster parsing of f-strings
New syntax features like the removal of the 'u' prefix for Unicode literals
Q3. How to troubleshoot performance issue in Linux
To troubleshoot performance issues in Linux, analyze system resources, check for bottlenecks, monitor processes, and optimize configurations.
Analyze system resources such as CPU, memory, disk I/O, and network usage
Check for bottlenecks using tools like top, vmstat, iostat, and sar
Monitor processes to identify any resource-intensive tasks
Optimize configurations by adjusting kernel parameters, tuning applications, and optimizing disk usage
Consider using performance monitoring t...read more
Q4. What do you understand by devops
DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to shorten the systems development life cycle.
DevOps focuses on collaboration, automation, and integration between developers and IT operations teams.
It aims to improve the speed and quality of delivering software applications.
DevOps practices include continuous integration, continuous delivery, and automated testing.
Tools commonly used in DevOps include Jenkins, Doc...read more
Q5. What is Accruals and Provision ?
Accruals are expenses incurred but not yet paid, while provisions are liabilities that are uncertain in timing or amount.
Accruals are recognized as expenses in the income statement even if payment has not been made yet.
Provisions are recognized as liabilities in the balance sheet and are set aside for uncertain events such as lawsuits or warranties.
Accruals and provisions are important for accurate financial reporting and forecasting.
Examples of accruals include salaries and ...read more
Q6. How will you do Bank reconciliation ?
Bank reconciliation involves comparing bank statements with company records to ensure accuracy of financial transactions.
Obtain bank statement and company records
Compare deposits and withdrawals
Identify and resolve discrepancies
Adjust company records accordingly
Prepare reconciliation report
Q7. What is docker used for
Docker is a platform used to develop, ship, and run applications in containers.
Docker allows for easy packaging of applications and their dependencies into containers
Containers are lightweight, portable, and isolated environments that can run on any system
Docker simplifies the process of deploying and scaling applications
Q8. How to check memory
Memory can be checked using various tools and techniques to monitor usage and performance.
Use task manager or activity monitor to check memory usage in real-time
Run memory diagnostic tools to identify any issues with memory modules
Monitor memory performance using performance monitoring tools like PerfMon on Windows or vmstat on Unix-based systems
Q9. What are the benefits of scrum?
Scrum offers several benefits for teams and organizations.
Improved productivity and efficiency
Increased transparency and collaboration
Faster time-to-market
Adaptability to changing requirements
Enhanced customer satisfaction
Better risk management
Empowered and self-organizing teams
Q10. What type of conversation should be happening between Developer and QA
The conversation between Developer and QA should be collaborative and focused on understanding requirements, identifying issues, and ensuring quality.
Developers and QA should have regular communication to clarify requirements and discuss any ambiguities.
QA should provide feedback on the quality of the code and report any bugs or issues found during testing.
Developers and QA should work together to reproduce and understand reported issues, and collaborate on finding solutions....read more
Q11. Types of fire , cost of accident , safety officer roles.
Answering questions related to fire types, cost of accidents, and safety officer roles.
There are different types of fires, including Class A, B, C, D, and K fires.
The cost of accidents can be significant, including medical expenses, lost productivity, and damage to equipment.
Safety officers play a critical role in preventing accidents and ensuring compliance with safety regulations.
They are responsible for conducting safety audits, developing safety policies and procedures, a...read more
Q12. what is org structure of sap mm
The organizational structure in SAP MM is defined by the company's organizational units, such as plants, storage locations, purchasing organizations, and company codes.
Organizational units include plants, storage locations, purchasing organizations, and company codes
Plants represent physical locations where goods are produced or stored
Storage locations represent specific areas within a plant where materials are stored
Purchasing organizations are responsible for procurement ac...read more
Q13. Why is transformer fating in KVA
Transformers are rated in KVA because it represents the total power capacity of the transformer.
KVA (kilovolt-ampere) is a unit of apparent power, which is the combination of real power (measured in watts) and reactive power (measured in volt-amperes reactive)
The KVA rating of a transformer indicates the maximum amount of power it can handle without overheating or damaging its components
By using KVA rating, it is easier to determine the appropriate size of transformer needed ...read more
Q14. What are the project methodology?
Project methodologies are structured approaches to manage and execute projects.
Waterfall
Agile
Scrum
Kanban
Lean
PRINCE2
Six Sigma
Q15. Describe all possible joins and examples
Possible joins are Inner Join, Left Join, Right Join, Full Outer Join, Cross Join
Inner Join: returns only the matching rows from both tables
Left Join: returns all rows from the left table and matching rows from the right table
Right Join: returns all rows from the right table and matching rows from the left table
Full Outer Join: returns all rows from both tables
Cross Join: returns the Cartesian product of both tables
Q16. Difference in project management and program Management
Project management focuses on managing individual projects, while program management involves coordinating multiple related projects to achieve strategic objectives.
Project management is focused on delivering a specific output within a defined timeframe and budget.
Program management involves overseeing a group of related projects to achieve broader organizational goals.
Project managers typically have authority over a single project, while program managers have authority over ...read more
Q17. How to bake a cake ........
Baking a cake requires precise measurements and following a recipe. It involves mixing ingredients, baking in an oven, and decorating.
Gather all necessary ingredients and equipment
Preheat the oven to the required temperature
Mix dry and wet ingredients separately before combining
Pour the batter into a greased cake pan
Bake the cake in the preheated oven for the required time
Allow the cake to cool before decorating with frosting or toppings
Q18. What is Factory pattern
Factory pattern is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.
Factory pattern is used to create objects without specifying the exact class of object that will be created.
It provides a way to delegate the instantiation logic to child classes.
Commonly used in situations where a class can't anticipate the class of objects it must create.
Examples include Shape...read more
Q19. What is cost per sqft
Cost per sqft is a measure of the cost of a property per square foot.
Cost per sqft is calculated by dividing the total cost of a property by the total square footage.
It is commonly used in real estate to compare the cost of different properties.
For example, if a property costs $500,000 and has 2,000 sqft, the cost per sqft would be $250.
Q20. What is Java and JVM
Java is a popular programming language used for developing various applications. JVM is a virtual machine that executes Java bytecode.
Java is an object-oriented programming language known for its platform independence.
JVM stands for Java Virtual Machine, which is responsible for running Java bytecode.
Java programs are compiled into bytecode that can be executed by the JVM.
JVM provides features like memory management, garbage collection, and security.
Examples of JVM languages ...read more
Q21. types Sql joins and indexes
SQL joins are used to combine data from two or more tables. Indexes are used to improve query performance.
Types of SQL joins: Inner join, Left join, Right join, Full outer join, Cross join
Indexes: Clustered index, Non-clustered index, Unique index, Filtered index
Q22. How you manage the conflict
I manage conflict by actively listening, understanding all perspectives, and finding a mutually beneficial solution.
Listen actively to all parties involved
Understand each person's perspective and motivations
Communicate openly and honestly to address concerns
Find a compromise or solution that benefits all parties
Seek mediation or third-party assistance if necessary
Q23. what is complete P2P cycle?
The complete P2P cycle in SAP MM involves the entire procurement process from purchase requisition to payment to vendor.
Creation of purchase requisition
Creation of purchase order
Goods receipt
Invoice verification
Payment to vendor
Q24. Do you know about documation
Documation is the process of creating, managing, and organizing documentation for a specific purpose.
Documation involves creating written or digital documents for various purposes such as record-keeping, communication, or instruction.
It includes tasks such as writing, editing, formatting, and organizing documents to ensure clarity and accessibility.
Examples of documation include user manuals, technical documentation, reports, and policies.
Effective documation helps in conveyi...read more
Q25. System design for Netflix like app.
Designing a system for a Netflix-like app involves considerations for scalability, high availability, and personalized recommendations.
Use microservices architecture for scalability and flexibility.
Implement a content delivery network (CDN) for fast and reliable streaming.
Utilize machine learning algorithms for personalized recommendations.
Include a robust user authentication and authorization system.
Implement caching mechanisms to reduce latency and improve performance.
Q26. what is tcode for po
ME21N is the tcode for creating a Purchase Order in SAP
ME21N is used to create a new Purchase Order
ME22N is used to change an existing Purchase Order
ME23N is used to display a Purchase Order
Q27. Make stop watch application
A simple stop watch application using React Js
Create a React component for the stop watch
Use state to keep track of the elapsed time
Implement start, stop, and reset functionality
Display the elapsed time in a user-friendly format
Q28. Take home salary in Rs?
My take home salary is Rs [insert amount here].
My take home salary is the amount I receive after all deductions such as taxes, insurance, and other benefits.
It is important to note that my salary may vary depending on my position and experience.
I am willing to negotiate my salary based on the responsibilities and expectations of the Regional Head position.
I am open to discussing any additional benefits or perks that may be included in the compensation package.
Q29. How to serve a table
Serving a table involves setting it up, taking orders, delivering food and drinks, and clearing the table.
Start by setting the table with appropriate cutlery, plates, and glasses.
Greet the customers and take their orders, making sure to note any special requests or allergies.
Deliver the food and drinks promptly and with a smile.
Check on the customers throughout the meal to ensure they are satisfied.
Clear the table once the customers have finished, and offer dessert or coffee ...read more
Q30. Educational experience
I have a Bachelor's degree in Business Administration and a Master's degree in Finance.
Bachelor's degree in Business Administration
Master's degree in Finance
Q31. Total exp in sales b2b?
I have 10 years of experience in B2B sales.
I have worked in various industries such as IT, healthcare, and manufacturing.
I have successfully closed deals with Fortune 500 companies.
I have experience in managing a team of sales professionals.
I have consistently exceeded my sales targets.
I have a strong understanding of the sales process and customer relationship management.
Q32. Collections in java
Collections in Java are data structures that store and manipulate groups of objects.
Collections framework provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating data
Collections offer methods for adding, removing, and accessing elements in a structured manner
Collections can be used to store objects of any type, including custom objects
Q33. what is VLAN, VTP
VLAN stands for Virtual Local Area Network, used to segment network traffic. VTP stands for VLAN Trunking Protocol, used to manage VLAN configuration.
VLAN is used to divide a physical network into multiple logical networks
VLANs help in improving network performance, security, and manageability
VTP is used to synchronize VLAN configurations across multiple switches in a network
Q34. Batch Apex and its function
Batch Apex is used to process large amounts of data asynchronously in Salesforce.
Batch Apex is used to handle large data volumes by breaking the processing into smaller chunks called batches.
It is useful for operations that involve complex queries, long-running processes, or data manipulation.
Batch Apex jobs can be scheduled to run at specific times or can be run manually.
It is commonly used for data cleansing, data migration, and data integration tasks.
Example: Processing th...read more
Q35. Techanical specifications
Technical specifications refer to the detailed requirements and characteristics of a product or project.
Technical specifications outline the materials, dimensions, and performance standards required for a project.
They are often included in project contracts and used to ensure that all parties involved understand the requirements.
Examples of technical specifications include the strength of concrete for a building foundation or the size and weight of a bridge beam.
They are impo...read more
Q36. make a counter app
A simple counter app using React Js
Create a React component for the counter
Use state to keep track of the count
Implement buttons to increment and decrement the count
Q37. what is angular
Angular is a popular front-end framework for building dynamic web applications.
Angular is developed and maintained by Google.
It uses TypeScript for building applications.
Angular provides features like two-way data binding, dependency injection, and routing.
Examples: AngularJS, Angular 2, Angular 4, Angular 5, Angular 6, Angular 7, Angular 8, Angular 9, Angular 10, Angular 11, Angular 12
Q38. DEFINE NDT AND ITS APPL
NDT stands for Non-Destructive Testing, a method used to evaluate the properties of a material, component, or system without causing damage.
NDT is used to detect flaws or defects in materials or structures without causing damage.
Common methods of NDT include ultrasonic testing, radiographic testing, magnetic particle testing, and dye penetrant testing.
NDT is widely used in industries such as aerospace, automotive, construction, and manufacturing to ensure the safety and relia...read more
Top HR Questions asked in null
Interview Process at null
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month