Add office photos
Employer?
Claim Account for FREE

American Broadcasting Company

4.0
based on 1.6k Reviews
Filter interviews by

30+ Interview Questions and Answers

Updated 14 Oct 2024
Popular Designations

Q1. What is the difference between Trail Balance, Income Statement and Balance sheet ?

Ans.

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

Add your answer

Q2. whats new in latest version of python

Ans.

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

Add your answer

Q3. How to troubleshoot performance issue in Linux

Ans.

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

Add your answer

Q4. What do you understand by devops

Ans.

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

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. What is Accruals and Provision ?

Ans.

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

Add your answer

Q6. How will you do Bank reconciliation ?

Ans.

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

Add your answer
Are these interview questions helpful?

Q7. What is docker used for

Ans.

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

Add your answer

Q8. How to check memory

Ans.

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

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What are the benefits of scrum?

Ans.

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

View 2 more answers

Q10. What type of conversation should be happening between Developer and QA

Ans.

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

Add your answer

Q11. Types of fire , cost of accident , safety officer roles.

Ans.

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

Add your answer

Q12. what is org structure of sap mm

Ans.

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

Add your answer

Q13. Why is transformer fating in KVA

Ans.

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

Add your answer

Q14. What are the project methodology?

Ans.

Project methodologies are structured approaches to manage and execute projects.

  • Waterfall

  • Agile

  • Scrum

  • Kanban

  • Lean

  • PRINCE2

  • Six Sigma

Add your answer

Q15. Describe all possible joins and examples

Ans.

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

Add your answer

Q16. Difference in project management and program Management

Ans.

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

Add your answer

Q17. How to bake a cake ........

Ans.

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

Add your answer

Q18. What is Factory pattern

Ans.

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

Add your answer

Q19. What is cost per sqft

Ans.

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.

Add your answer

Q20. What is Java and JVM

Ans.

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

Add your answer

Q21. types Sql joins and indexes

Ans.

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

Add your answer

Q22. How you manage the conflict

Ans.

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

Add your answer

Q23. what is complete P2P cycle?

Ans.

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

Add your answer

Q24. Do you know about documation

Ans.

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

Add your answer

Q25. System design for Netflix like app.

Ans.

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.

Add your answer

Q26. what is tcode for po

Ans.

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

Add your answer

Q27. Make stop watch application

Ans.

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

Add your answer

Q28. Take home salary in Rs?

Ans.

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.

Add your answer

Q29. How to serve a table

Ans.

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

Add your answer

Q30. Educational experience

Ans.

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

Add your answer

Q31. Total exp in sales b2b?

Ans.

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.

Add your answer

Q32. Collections in java

Ans.

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

Add your answer

Q33. what is VLAN, VTP

Ans.

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

Add your answer

Q34. Batch Apex and its function

Ans.

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

Add your answer

Q35. Techanical specifications

Ans.

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

Add your answer

Q36. make a counter app

Ans.

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

Add your answer

Q37. what is angular

Ans.

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

Add your answer

Q38. DEFINE NDT AND ITS APPL

Ans.

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

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 275 interviews in the last 1 year
Interview experience
3.8
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.4
 • 769 Interview Questions
3.9
 • 302 Interview Questions
4.0
 • 227 Interview Questions
3.7
 • 192 Interview Questions
4.1
 • 162 Interview Questions
4.0
 • 160 Interview Questions
View all
Top American Broadcasting Company Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter