Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Verizon Team. If you also belong to the team, you can get access from here

Verizon Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Verizon Senior Software Engineer Interview Questions, Process, and Tips

Updated 23 Oct 2023

Top Verizon Senior Software Engineer Interview Questions and Answers

  • Q1. What is oops in JavaScript. And difference between functional programming and OOPs.
  • Q2. What is event loop and types of tasks in the queue.
  • Q3. What is callbacks hell, promises, observables, asynch await.
View all 7 questions

Verizon Senior Software Engineer Interview Experiences

5 interviews found

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

I applied via Approached by Company and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was completely on the project worked on using the spring boot. 1)how to handle if the applciation is restarting continuously 2)how to load multiple applccation property file in sequential way 3)how to h...
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - For 5+ years experience better to go through the project bit by bit and even dive in the concepts w.r.t application.Questions related to deployment issue was also asked.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 

(4 Questions)

  • Q1. Singleton Design pattern,
  • Q2. C++ smart pointers
  • Q3. Preivous experience
  • Q4. Multithreading c++

Interview Preparation Tips

Interview preparation tips for other job seekers - C++ core basics

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Had a level of technical discussion which ended up with the offer letter. Was easy .
  • Q2. Mainly on previous projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Javascript based questions were asked

Round 3 - Technical 

(1 Question)

  • Q1. Javascript and react based questions asked.
Round 4 - HR 

(1 Question)

  • Q1. Behavioral and situational based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please focus on the basic of javascript and ecmascript concept.

Verizon interview questions for designations

 Senior System Software Engineer

 (1)

 Software Engineer

 (10)

 Software Engineer III

 (2)

 Lead Software Engineer

 (2)

 Software Engineer II

 (2)

 Software Development Engineer II

 (2)

 Senior Devops Engineer

 (1)

 Software Developer

 (8)

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is closure and it's applications.
  • Ans. 

    Closure is a function that has access to variables in its outer scope, even after the outer function has returned.

    • A closure can be used to create private variables and methods in JavaScript.

    • Closures can be used to implement partial application and currying.

    • Event listeners and callbacks often use closures to maintain state between function calls.

    • Closures can be used to create memoized functions that cache their results

  • Answered by AI
  • Q2. What is callbacks hell, promises, observables, asynch await.
  • Ans. 

    Callbacks hell is a situation where nested callbacks make code hard to read and maintain. Promises, observables, and async/await are solutions to this problem.

    • Callbacks hell occurs when there are too many nested callbacks in code.

    • Promises are a way to handle asynchronous operations in JavaScript.

    • Observables are similar to promises but can handle multiple values over time.

    • Async/await is a syntax for writing asynchronous

  • Answered by AI
  • Q3. What is higher order functions. And it's usage.
  • Ans. 

    Higher order functions are functions that take other functions as arguments or return functions as their result.

    • Higher order functions allow for more flexible and reusable code.

    • They can be used for tasks such as filtering, mapping, and reducing arrays.

    • Examples include Array.prototype.map(), Array.prototype.filter(), and Array.prototype.reduce().

  • Answered by AI
  • Q4. What is oops in JavaScript. And difference between functional programming and OOPs.
  • Ans. 

    OOPs in JavaScript is a programming paradigm that uses objects to represent real-world entities. Functional programming is a paradigm that uses functions to perform tasks.

    • OOPs in JavaScript involves creating objects that have properties and methods.

    • Functional programming involves creating functions that take input and produce output without modifying the input.

    • OOPs focuses on encapsulation, inheritance, and polymorphis...

  • Answered by AI
  • Q5. What is event loop and types of tasks in the queue.
  • Ans. 

    Event loop is a mechanism that allows JavaScript to perform non-blocking I/O operations.

    • Event loop is responsible for handling asynchronous callbacks in JavaScript.

    • Tasks in the queue can be either microtasks or macrotasks.

    • Microtasks are executed before macrotasks.

    • Examples of macrotasks include setTimeout, setInterval, and I/O operations.

    • Examples of microtasks include Promise callbacks and mutation observer callbacks.

  • Answered by AI
  • Q6. Output of the code in JavaScript.
  • Ans. 

    Output of the code in JavaScript

    • Need to see the code to determine output

    • Output can vary based on input and logic

    • Can use console.log() to print output

  • Answered by AI
  • Q7. How browser works detailed analysis.
  • Ans. 

    Browsers use rendering engines to interpret HTML, CSS, and JavaScript to display web pages.

    • Browsers use rendering engines to interpret HTML, CSS, and JavaScript.

    • The rendering engine parses the HTML and creates a DOM tree.

    • The rendering engine then applies CSS rules to the DOM tree to create a render tree.

    • The render tree is then laid out to determine the position of each element on the page.

    • Finally, the rendering engine ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics and deep dive into the topic and try to make a small project out of it.

Skills evaluated in this interview

Get interview-ready with Top Verizon Interview Questions

Interview questions from similar companies

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

(2 Questions)

  • Q1. Find nth elements from last in linked list
  • Ans. 

    Use two pointers to find the nth element from the end of a linked list.

    • Use two pointers, one moving n steps ahead of the other

    • When the first pointer reaches the end, the second pointer will be at the nth element from the end

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap
  • Ans. 

    HashMap is not thread-safe while ConcurrentHashMap is thread-safe and allows concurrent access.

    • HashMap is not thread-safe and can lead to ConcurrentModificationException if accessed by multiple threads simultaneously.

    • ConcurrentHashMap allows concurrent access by multiple threads without the need for external synchronization.

    • ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple th...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Technical Interview + Coding
Round 2 - Technical 

(1 Question)

  • Q1. Technical Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round (Virtual) - Technical with coding questions. I have cleared this round and selected for 2nd round.
2nd round (Face to Face) - Technical + Multithreading + Coding question + In Detailed on projects I have worked on. It was around 1:20 mins, I have answered very well, and I was confident also like I'll be clearing this round. But I got feedback from HR I did not select this round and not meet the technically for their expectation.
I really did not understand what their expectation even after answered all the question. Please really don't play with others time by taking this kind of interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Leetcode medium question

Round 2 - Design 

(1 Question)

  • Q1. Design BookMyShow HLD and LLD
  • Ans. 

    Design high-level and low-level architecture for BookMyShow

    • HLD should include components like user interface, booking engine, payment gateway, etc.

    • LLD should detail the classes, methods, and interactions within each component

    • Use technologies like Java, Spring Boot, MySQL for backend and React for frontend

    • Consider scalability, fault tolerance, and security in the design

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary, Role Expectations and Negotiations

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Technical Questions relevant to your domain and your previous experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. This Round is with your manager and Questions relevant to behavior, self-confidence, technical in quick overview
Round 4 - HR 

(1 Question)

  • Q1. Relevant to experience and self confidence, salary Discussion and further process guidelines
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Palindromic Substring
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Use dynamic programming to check if substrings are palindromes.

    • Start with single characters as potential palindromes and expand outwards.

    • Keep track of the longest palindrome found so far.

  • Answered by AI
  • Q2. Find the Kth largest integer in the Array
  • Ans. 

    Find the Kth largest integer in the Array

    • Sort the array in descending order

    • Return the element at index K-1

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design youtube live streaming
  • Ans. 

    Design a system for live streaming on YouTube platform.

    • Use RTMP protocol for streaming live video to YouTube servers

    • Implement a live chat feature for viewers to interact with the streamer

    • Include options for viewers to like, share, and subscribe during the live stream

    • Provide analytics for streamers to track viewership and engagement

    • Ensure scalability to handle high traffic during popular live streams

  • Answered by AI

Skills evaluated in this interview

Verizon Interview FAQs

How many rounds are there in Verizon Senior Software Engineer interview?
Verizon interview process usually has 2-3 rounds. The most common rounds in the Verizon interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Verizon Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Verizon. The most common topics and skills that interviewers at Verizon expect are Open Source, Linux, Agile, Coding and Computer science.
What are the top questions asked in Verizon Senior Software Engineer interview?

Some of the top questions asked at the Verizon Senior Software Engineer interview -

  1. What is oops in JavaScript. And difference between functional programming and O...read more
  2. What is event loop and types of tasks in the que...read more
  3. What is callbacks hell, promises, observables, asynch awa...read more

Tell us how to improve this page.

Verizon Senior Software Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Verizon Senior Software Engineer Salary
based on 252 salaries
₹10 L/yr - ₹35 L/yr
49% more than the average Senior Software Engineer Salary in India
View more details

Verizon Senior Software Engineer Reviews and Ratings

based on 31 reviews

3.8/5

Rating in categories

3.8

Skill development

3.5

Work-life balance

3.8

Salary

3.5

Job security

3.9

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 31 Reviews and Ratings
Software Engineer
564 salaries
unlock blur

₹4.8 L/yr - ₹16.3 L/yr

Software Developer
275 salaries
unlock blur

₹7.7 L/yr - ₹22.9 L/yr

Senior Software Engineer
252 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Analyst
247 salaries
unlock blur

₹4 L/yr - ₹16.5 L/yr

Devops Engineer
231 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Explore more salaries
Compare Verizon with

AT&T

4.1
Compare

Vodafone Idea

4.1
Compare

Bharti Airtel

4.0
Compare

Jio

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