Upload Button Icon Add office photos

Filter interviews by

American Broadcasting Company Senior Qa Software Engineer Interview Questions and Answers

Updated 20 Aug 2024

American Broadcasting Company Senior Qa Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell about ur self
  • Ans. 

    I am a seasoned QA software engineer with 8+ years of experience in testing web and mobile applications.

    • Experienced in manual and automated testing

    • Proficient in using testing tools like Selenium and Jira

    • Strong knowledge of software development lifecycle

    • Skilled in writing test cases and bug reports

    • Excellent communication and problem-solving skills

  • Answered by AI
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Basic python qyestions
  • Q2. Oops concepts in python
  • Ans. 

    Oops concepts in Python include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components within a class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides complex implementation details and only shows the necessary features.

  • Answered by AI
  • Q3. Sql queries in framework
  • Ans. 

    SQL queries are commonly used in frameworks for data manipulation and retrieval.

    • SQL queries are used to interact with databases within a framework.

    • Frameworks like Hibernate, Entity Framework, and Django ORM use SQL queries to perform database operations.

    • SQL queries can be written directly in code or generated by the framework based on object-relational mapping.

    • Examples: SELECT * FROM table_name WHERE condition, INSERT ...

  • Answered by AI
  • Q4. Inheritance and polymorphism
  • Q5. Design pattern in python
  • Ans. 

    Design patterns in Python are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Some common design patterns in Python include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and implementation.

    • Design patterns promote code reusability and flexibility.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was aptitude test out of which 12 candidate selected

Round 2 - Technical 

(3 Questions)

  • Q1. Asked me about my project in details
  • Q2. What does group by do in SQL.
  • Ans. 

    GROUP BY in SQL is used to group rows that have the same values into summary rows.

    • GROUP BY is used with aggregate functions like COUNT, SUM, AVG, etc.

    • It is used to summarize data by grouping rows based on specified columns.

    • GROUP BY is often used in conjunction with the SELECT statement.

  • Answered by AI
  • Q3. Then asked about spring boot

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Technical aspects about linked list,trees, stacks

Round 2 - Group Discussion 

Topic related to humanities

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions from Resume and projects
  • Q2. A coding question where high rank and low rank officers were given in an array in which number 1-8 represents high rank officers and apart from that there was a single integer which represents low rank off...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do yo sharding in mongodb
  • Ans. 

    Sharding in MongoDB involves partitioning data across multiple servers to improve scalability and performance.

    • Sharding is achieved by dividing data into chunks based on a shard key

    • Each shard contains a subset of the data, distributed across multiple servers

    • MongoDB's sharding architecture includes config servers, query routers, and shard servers

    • Sharding can be implemented at the collection level in MongoDB

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Python questions
Round 3 - HR 

(1 Question)

  • Q1. Why you want to work here
  • Ans. 

    I am passionate about software development and believe in the company's mission and values.

    • I admire the company's innovative projects and technologies.

    • I resonate with the company's culture of collaboration and continuous learning.

    • I am excited about the opportunity to work with a talented team of developers.

    • I believe my skills and experience align well with the company's needs.

  • Answered by AI

Software Engineer Interview Questions & Answers

Kantar user image K VENKATA SAI DEEPAK

posted on 14 May 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of sql and some coding questions
  • Q2. Data structures
Round 2 - Technical 

(1 Question)

  • Q1. Putin arrays strings
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is closure
  • Ans. 

    A closure is a function that has access to its own scope, the scope in which it was defined, and the global scope.

    • A closure is created when a function is defined inside another function.

    • The inner function has access to the variables and parameters of the outer function, even after the outer function has finished executing.

    • Closures are useful for creating private variables and functions in JavaScript.

    • They can also be us...

  • Answered by AI
  • Q2. What is Encapsulation
  • Ans. 

    Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.

    • Encapsulation bundles data and methods together into a single unit.

    • It helps in achieving data abstraction and data hiding.

    • By encapsulating data, we can control access to it and prevent unauthorized modifications.

    • Encapsulation promotes code reusability and maintainability.

    • Example: A class in objec...

  • Answered by AI
  • Q3. What is Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes the concept of hierarchy.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the s...

  • Answered by AI
  • Q4. What is Abstraction
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details.

    • Abstraction involves hiding unnecessary details and exposing only relevant information.

    • It allows developers to create models or representations that capture the essential aspects of a system.

    • Abstraction helps in managing complexity, improving code reusability, and enhancing maintainability.

    • For example, in object-oriented programm...

  • Answered by AI
  • Q5. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It enables code reusability and flexibility.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Merge sorted arrays
Round 2 - Technical 

(1 Question)

  • Q1. Checking cache using python
  • Ans. 

    Use Python's built-in 'functools' module to check cache for function results.

    • Import 'functools' module

    • Use 'lru_cache' decorator to cache function results

    • Specify 'maxsize' parameter to limit cache size

    • Use 'cache_info()' method to get cache statistics

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basic python questions

Skills evaluated in this interview

American Broadcasting Company Interview FAQs

How many rounds are there in American Broadcasting Company Senior Qa Software Engineer interview?
American Broadcasting Company interview process usually has 1 rounds. The most common rounds in the American Broadcasting Company interview process are HR.

Tell us how to improve this page.

American Broadcasting Company Senior Qa Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Hetero Interview Questions
3.9
 • 221 Interviews
PVR Inox Interview Questions
4.0
 • 162 Interviews
Abbott Interview Questions
4.1
 • 146 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
Tata Play Interview Questions
4.0
 • 70 Interviews
Times Internet Interview Questions
3.6
 • 63 Interviews
Aptara Interview Questions
3.3
 • 62 Interviews
DISH TV Interview Questions
3.5
 • 59 Interviews
View all
Manager
1.5k salaries
unlock blur

₹13 L/yr - ₹49.6 L/yr

Software Engineer
1k salaries
unlock blur

₹9.9 L/yr - ₹40 L/yr

Software Developer
848 salaries
unlock blur

₹16.1 L/yr - ₹49.5 L/yr

SAP Abap Consultant
623 salaries
unlock blur

₹18.3 L/yr - ₹54.3 L/yr

Team Manager
565 salaries
unlock blur

₹11.5 L/yr - ₹42.5 L/yr

Explore more salaries
Compare American Broadcasting Company with

Manappuram Finance

3.9
Compare

Hetero

3.9
Compare

PVR Inox

4.0
Compare

Abbott

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview