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 for Experienced

Updated 23 Oct 2023

Top Verizon Senior Software Engineer Interview Questions and Answers for Experienced

  • 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 for Experienced

4 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 for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... 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

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

Verizon interview questions for designations

 Senior System Software Engineer

 (1)

 Software Engineer

 (10)

 Software Engineer II

 (2)

 Software Engineer III

 (2)

 Lead Software Engineer

 (2)

 Software Development Engineer II

 (2)

 Senior Devops Engineer

 (1)

 Software Developer

 (8)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions asked about products knowledge, roles and responsibilities

Interview Preparation Tips

Round: Manger Round
Experience: Questions asked about products knowledge, roles and responsibilities

I applied via Referral and was interviewed before Oct 2021. There were 3 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 - Coding Test 

1. Reversing a linked list.
2. Find all substrings in a string.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops Concepts, DBMS, Array Manipulation, Design Patterns.
  • Q2. System Design- Design an online food delivery platform
  • Ans. 

    Design an online food delivery platform

    • Identify target audience and their needs

    • Create a user-friendly interface for ordering food

    • Develop a robust backend system for managing orders and deliveries

    • Partner with local restaurants to offer a wide variety of cuisines

    • Implement a payment gateway for secure transactions

    • Provide real-time order tracking for customers

    • Ensure food safety and quality through proper packaging and deli...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a very good understanding of programming concepts.
Coding questions are easy to medium difficulty.

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 before Mar 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 

(2 Questions)

  • Q1. Basic PHP Questions on Arrays, implode, explode function difference, include, require difference.etc
  • Q2. Basics MySQL questions, asked some queries
Round 3 - One-on-one 

(1 Question)

  • Q1. Asked questions based on payment gateway.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, explained roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before interview. If you are experienced person, you can crack it easily.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 5 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 - Coding Test 

This round was hackerath test which included 1 coding questions and 20 MCQ's related to java,spring,spring boot,Microservices etc

Round 3 - Technical 

(2 Questions)

  • Q1. It was F2F in BT office RMZ eco world office
  • Q2. A)Microservice Architecture and design b)Explain your project c)Target Sum in array d)Nth highest salary e)Java Fundamentals
  • Ans. 

    The interview questions cover topics like Microservice Architecture, project explanation, array manipulation, Nth highest salary, and Java fundamentals.

    • Microservice Architecture involves breaking down a large application into smaller, independent services that communicate with each other.

    • Explain a project you worked on, highlighting the technologies used, challenges faced, and the outcome.

    • Target Sum in array involves f...

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

(2 Questions)

  • Q1. This was Techno-Managerial round
  • Q2. A)Why are you looking for job change b)Why are you intrested in BT. c)How you approach the design part of a system
Round 5 - HR 

(2 Questions)

  • Q1. It was an HR round
  • Q2. First I waited for almost 10 days for BGV and than a link was provided for applying the job and than HR round for Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on 2 things majorly
1)Coding
2)System Design

Skills evaluated in this interview

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

(1 Question)

  • Q1. Spring and spring boot related microservice system design
Round 2 - Technical 

(1 Question)

  • Q1. System design project related

Interview Preparation Tips

Interview preparation tips for other job seekers - good technical details
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic techno managerial questions on tech you worked on work, interests, challenges you faced. Was fairly short.
Round 2 - Coding Test 

Initially had a string based coding problem. Then was asked technical questions and then had a small break before doing system design with same interviewer for building book my show system and db schema.

Round 3 - HR 

(1 Question)

  • Q1. Had a discussion with hiring manager on expectations, salary and growth.

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid, they give only fixed salary hikes. Interview process was on site during December and HR's delayed it by an hour, nor were they considerate enough regarding the timings. Had 3 rounds of interview. Was told i was selected and they couldn't finalize offer on the same day because HR's had left at the end of the day. When i followed with HR's in the coming weeks, they confirmed selection and had discussion on salary expectations. They said they would roll out offer in 2 days, nut later said it was delayed due to December holidays. When i followed up on Jan, they said there was hiring freeze, HR made excuses why they couldn't inform me.

Verizon Interview FAQs

How many rounds are there in Verizon Senior Software Engineer interview for experienced candidates?
Verizon interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Verizon interview process for experienced candidates are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Verizon Senior Software Engineer interview for experienced candidates?
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 for experienced candidates?

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

  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 for Experienced

based on 3 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Verizon Senior Software Engineer Salary
based on 177 salaries
₹10.8 L/yr - ₹40.5 L/yr
71% more than the average Senior Software Engineer Salary in India
View more details

Verizon Senior Software Engineer Reviews and Ratings

based on 32 reviews

3.5/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.5

Salary

3.3

Job security

3.7

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer
566 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Software Developer
302 salaries
unlock blur

₹5.8 L/yr - ₹21.9 L/yr

Devops Engineer
235 salaries
unlock blur

₹5.5 L/yr - ₹22 L/yr

Consultant
228 salaries
unlock blur

₹9.8 L/yr - ₹33 L/yr

Analyst
220 salaries
unlock blur

₹4.5 L/yr - ₹19.4 L/yr

Explore more salaries
Compare Verizon with

Jio

4.0
Compare

Vodafone Idea

4.0
Compare

Bharti Airtel

3.9
Compare

Ericsson

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