Upload Button Icon Add office photos

Filter interviews by

News Nation Sdet Lead Interview Questions and Answers

Updated 30 May 2024

News Nation Sdet Lead Interview Experiences

1 interview found

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 30 May 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is oops, css, html, comment on the batch processing
  • Ans. 

    OOPs is Object-Oriented Programming, CSS is Cascading Style Sheets, HTML is Hypertext Markup Language. Batch processing is a method of processing data in groups.

    • OOPs is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • CSS is used for styling web pages and controlling their layout. It stands for Cascading Style Sheets.

    • HTML is the stan...

  • Answered by AI
  • Q2. Solid principal, interface, classes, object

Interview Preparation Tips

Interview preparation tips for other job seekers - Please read and prepare your high level design and low level design along with that also prepare database management system.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
-

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is the testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing the software with the intent of finding bugs or issues.

    • It helps ensure that the software meets the specified requirements and functions correctly.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Examples of testing tools include Selenium, JUnit, and Post

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the automatic test engineer
  • Ans. 

    An automatic test engineer is a professional who designs, develops, and executes automated test scripts to validate software applications.

    • Automates test cases to increase efficiency and accuracy

    • Utilizes tools like Selenium, Appium, or JUnit

    • Works closely with developers to identify bugs and issues

    • Creates detailed test reports for analysis

    • Helps in continuous integration and deployment processes

  • Answered by AI
  • Q2. What is the manual testing
  • Ans. 

    Manual testing is the process of manually testing software for defects without the use of automation tools.

    • Manual testing involves testers executing test cases manually without the use of automation scripts.

    • Testers verify that the software functions correctly and meets requirements by following test cases.

    • It is time-consuming and prone to human error, but can be more effective for certain types of testing like explorat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - How to prepare final round of my interview please suggest me for test engineer

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Need confidence don't worrk about experience whatever you have idea we have to input then only we will take our goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with Good confidence

Software Engineer Interview Questions & Answers

YuppTV user image T Amruta Sri Sindhu

posted on 25 Oct 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are 10 Aptitude questions which are of average difficulty level. Other 5 questions are coding questions which are quite easy to write code.

Round 2 - Coding Test 

This entire round comprises of Coding questions. Discussion on the coding questions solved in earlier round followed by medium level 2 other coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Third round is a mix of coding and technical questions. Data structures will be of main focus along with 1 medium level coding question to be solved. Note that you need to derive the logic.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How will you collect money when client is not answering calls or email?
  • Ans. 

    I will try to reach out through other communication channels and escalate the issue if necessary.

    • Attempt to contact the client through alternative methods such as text message or social media.

    • Reach out to any other contacts provided by the client for emergencies.

    • If all attempts fail, escalate the issue to a higher authority within the company for further action.

  • Answered by AI
  • Q2. Difference between Revenue and income
  • Ans. 

    Revenue is the total amount of money generated by a business through its operations, while income is the profit earned after deducting expenses from revenue.

    • Revenue is the total amount of money generated by a business from its sales of goods or services.

    • Income is the profit earned by a business after deducting expenses such as salaries, rent, and utilities from revenue.

    • Revenue is the top line of the income statement, w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its a good company if you're starting your career initially
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Group Discussion 

In a room with shortlisted candidates

Round 3 - One-on-one 

(1 Question)

  • Q1. Background and subject of choice. I chose economocs
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Sql Query Sequence and basically asks the SqlServer Releted question and Webform Also.

Interview Preparation Tips

Topics to prepare for DISH TV Software Developer interview:
  • SQL
  • MVC
  • ASP.Net
  • Webform
  • API
Interview preparation tips for other job seekers - Most Of the people mistakes lack of confidence.this is the main factor to select or not.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between string and string builder.
  • Ans. 

    String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.

    • String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.

    • String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.

    • StringBuilder is more efficient for concatenating mul...

  • Answered by AI
  • Q2. What is async and await
  • Ans. 

    Async and await are keywords in JavaScript used to work with asynchronous code.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async/await is a more readable and cleaner way to write asynchronous code compare...

  • Answered by AI
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

Software Engineer Interview Questions & Answers

DISH TV user image Ujjwal Srivastava

posted on 28 Dec 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Case Study 

I was given a case study to write multiple outputs by lookinginto a program.

News Nation Interview FAQs

How many rounds are there in News Nation Sdet Lead interview?
News Nation interview process usually has 1 rounds. The most common rounds in the News Nation interview process are Technical.
What are the top questions asked in News Nation Sdet Lead interview?

Some of the top questions asked at the News Nation Sdet Lead interview -

  1. What is oops, css, html, comment on the batch process...read more
  2. Solid principal, interface, classes, obj...read more

Tell us how to improve this page.

News Nation Sdet Lead Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

DISH TV Interview Questions
3.5
 • 59 Interviews
Hathway Interview Questions
3.5
 • 42 Interviews
Gtpl Hathway Interview Questions
3.9
 • 24 Interviews
YuppTV Interview Questions
3.5
 • 18 Interviews
DEN Networks Interview Questions
3.6
 • 9 Interviews
Welocalize Interview Questions
3.9
 • 8 Interviews
Sun Direct TV Interview Questions
3.9
 • 7 Interviews
View all
Video Editor
15 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Assistant Producer
12 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Senior Producer
12 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Sub Editor
11 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Senior Video Editor
10 salaries
unlock blur

₹4.6 L/yr - ₹7 L/yr

Explore more salaries
Compare News Nation with

NDTV Network

4.0
Compare

Zee News

3.5
Compare

India TV

3.4
Compare

Republic TV

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