Upload Button Icon Add office photos

Filter interviews by

Verizon Media Group Software Development Engineer Intern Interview Questions and Answers

Updated 5 Oct 2023

Verizon Media Group Software Development Engineer Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

Aptitude , coding , games

Round 3 - Technical 

(1 Question)

  • Q1. Projects, resume ques
Round 4 - Technical 

(1 Question)

  • Q1. Introduction, dsa linked list

Interview questions from similar companies

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

I don't really really for aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Oops, dsa, sdlc
  • Q2. Project, dbms, pattern printing
  • Q3. What is inheritance and implementation
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Implementation is the process of defining the methods and behaviors of a class.

    • Inheritance allows a class to inherit attributes and methods from another class, promoting code reusability.

    • Implementation involves writing the actual code for the methods and behaviors defined in a class.

    • Example: Cla...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Your strength, weeknesss, where do you in next 5 years
  • Ans. 

    My strength is problem-solving, weakness is time management, and in the next 5 years, I aim to become a lead developer.

    • Strength: Strong problem-solving skills - I enjoy tackling complex issues and finding efficient solutions.

    • Weakness: Time management - I sometimes struggle with prioritizing tasks and meeting deadlines.

    • Future goal: To become a lead developer - I plan to enhance my technical skills, take on more responsi

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions on dp... longest increasing sequence

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on arrays....
  • Q2. Questions on stacks... min stack

Interview Preparation Tips

Topics to prepare for Warner Bros. Discovery Software Engineer interview:
  • arrays
  • dp
  • graphs
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Easy DSA questions 1-2, Array Strings
  • Q2. IOS Questions, Easy to Medium
Round 2 - Technical 

(2 Questions)

  • Q1. DSA 1-2 Questions Easy
  • Q2. Medium ios topics including cacheing, life cycle
Round 3 - Behavioral interview 

(2 Questions)

  • Q1. Behaviour based questions
  • Q2. STAR methodology related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Information Technology, Allahabad and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Medium to hard level problem questions and basic subjects fundamentals mcqs

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic OS questions
  • Q2. Basic CN questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Grap a good command on subject and low level and pray to God you will be selected
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - HR 

(1 Question)

  • Q1. Resume related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. What is JWT token and difference between OUTH2 and JWT
  • Ans. 

    JWT token is a JSON Web Token used for authentication and authorization. OAuth2 is an authorization framework.

    • JWT token is a compact and self-contained way to transmit information between parties as a JSON object.

    • OAuth2 is an authorization framework that enables a third-party application to obtain limited access to an HTTP service.

    • JWT token is used for authentication and authorization, while OAuth2 is used for authoriz...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Personal info and project work

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Store procedure, function, trigger, view, index, table backup,drop, delete, truncate. transaction.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your projects
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Incorporated charting libraries like Chart.js for visualizing progress

  • Answered by AI
  • Q2. System design round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Screening Round 

(1 Question)

  • Q1. It is usually problem solving round where leetcode tagged questions are asked but in my case it as generic discussion related to work, technical background etc.
Round 2 - Operation & Engineering Excellen 

(3 Questions)

  • Q1. Discussions around current system.
  • Q2. Everything discussed like release process, how to debug in such scenario
  • Q3. Some behavioural questions
Round 3 - HLD Round 

(2 Questions)

  • Q1. Design current system
  • Ans. 

    Designing the current system for a Senior Software Engineer position

    • Identify the current system architecture and components

    • Analyze the strengths and weaknesses of the current system

    • Propose improvements or enhancements based on analysis

    • Consider scalability, performance, security, and maintainability in the design

  • Answered by AI
  • Q2. Design Video Streaming service like Netflix
  • Ans. 

    Design a video streaming service similar to Netflix

    • Utilize a content delivery network (CDN) for efficient video streaming

    • Implement recommendation algorithms based on user preferences and viewing history

    • Include a user-friendly interface with personalized profiles and watchlists

    • Ensure secure payment processing and user data protection

    • Offer offline viewing options for subscribers on mobile devices

  • Answered by AI
Round 4 - Coding Test 

(2 Questions)

  • Q1. Find max salary using Java stream api
  • Ans. 

    Using Java stream api to find max salary

    • Use stream() method to convert the list of salaries to a stream

    • Use mapToInt() method to convert the salaries to IntStream

    • Use max() method to find the maximum salary

  • Answered by AI
  • Q2. A code was given and need to discussion around its LLD, HLD. It was open ended discussion.

Skills evaluated in this interview

Verizon Media Group Interview FAQs

How many rounds are there in Verizon Media Group Software Development Engineer Intern interview?
Verizon Media Group interview process usually has 4 rounds. The most common rounds in the Verizon Media Group interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Verizon Media Group Software Development Engineer Intern interview?

Some of the top questions asked at the Verizon Media Group Software Development Engineer Intern interview -

  1. Introduction, dsa linked l...read more
  2. Projects, resume q...read more

Tell us how to improve this page.

Verizon Media Group Software Development Engineer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Comcast Interview Questions
4.0
 • 72 Interviews
Cinépolis Interview Questions
3.9
 • 56 Interviews
Pocket FM Interview Questions
2.8
 • 49 Interviews
DAZN Interview Questions
2.6
 • 29 Interviews
Gaana Interview Questions
3.8
 • 14 Interviews
Siti Networks Interview Questions
3.9
 • 11 Interviews
View all
Optimization Analyst
7 salaries
unlock blur

₹5.5 L/yr - ₹7 L/yr

Software Development Engineer
4 salaries
unlock blur

₹13 L/yr - ₹33 L/yr

Product Manager
3 salaries
unlock blur

₹30 L/yr - ₹40 L/yr

Principal Product Manager
3 salaries
unlock blur

₹85 L/yr - ₹99 L/yr

AD Operations Specialist
3 salaries
unlock blur

₹7.2 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Verizon Media Group with

Cinépolis

3.9
Compare

The Times of India

4.0
Compare

Siti Networks

3.9
Compare

Pocket FM

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