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

Clear (1)

Verizon Site Reliability Engineer Interview Questions, Process, and Tips

Updated 27 Dec 2022

Verizon Site Reliability Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Nov 2022. 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 Resume tips
Round 2 - Technical 

(7 Questions)

  • Q1. What is the Collection Framework?
  • Ans. 

    The Collection Framework is a unified architecture for representing and manipulating collections in Java.

    • It provides interfaces like List, Set, Queue, etc. for storing and manipulating collections of objects.

    • It also provides concrete classes like ArrayList, HashSet, PriorityQueue, etc. that implement these interfaces.

    • It supports algorithms like sorting, searching, and shuffling on collections.

    • It is a part of the Java C...

  • Answered by AI
  • Q2. Write a program to Reverse a String?
  • Ans. 

    Program to reverse a string

    • Use a loop to iterate through the string and append each character to a new string in reverse order

    • Alternatively, use built-in string reversal functions in some programming languages

  • Answered by AI
  • Q3. Write a program to find a missing number in Arrays?
  • Ans. 

    Program to find a missing number in Arrays

    • Sort the array and iterate to find the missing number

    • Use XOR operation to find the missing number

    • Calculate the sum of all numbers and subtract from the sum of expected numbers to find the missing number

  • Answered by AI
  • Q4. What is explicit Constructor?
  • Ans. 

    An explicit constructor is a constructor that is defined with the 'explicit' keyword.

    • It is used to prevent implicit conversions from the constructor's parameter type to the class type.

    • It requires the constructor to be called explicitly with the class name and constructor arguments.

    • It is commonly used to avoid unexpected type conversions and improve code clarity.

  • Answered by AI
  • Q5. What is abstract class in Java?
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the subclass.

    • A class can only extend one abstract class but can implement multiple interfaces.

    • Abstract classes are used to provide a common interface for a group of related classes.

    • Example: a...

  • Answered by AI
  • Q6. Constructor is declared static or not?
  • Ans. 

    Constructor can be declared static or non-static depending on the use case.

    • If a constructor is declared static, it means it can be called without creating an instance of the class.

    • Static constructors are used to initialize static fields of the class.

    • Non-static constructors are used to initialize instance fields of the class.

    • If a class has both static and non-static constructors, the non-static constructor is called whe

  • Answered by AI
  • Q7. What is interface in Java?
  • Ans. 

    An interface in Java is a collection of abstract methods and constants that can be implemented by a class.

    • An interface is declared using the interface keyword.

    • It can be implemented by any class using the implements keyword.

    • All methods in an interface are implicitly public and abstract.

    • Interfaces can also contain constants, which are implicitly public, static, and final.

    • Interfaces are used to achieve abstraction and pro...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. What are locators present in Selenium?
  • Ans. 

    Locators are used to identify web elements in Selenium.

    • Locators are used to find and interact with web elements on a web page.

    • There are several types of locators in Selenium, including ID, name, class name, tag name, link text, and partial link text.

    • For example, to find an element with the ID 'username', you would use the ID locator: driver.findElement(By.id('username'));

  • Answered by AI
  • Q2. What is reletive Xpath?
  • Ans. 

    Relative XPath is a way to locate elements in XML or HTML documents based on their position relative to other elements.

    • Relative XPath uses the relationships between elements to navigate the document structure.

    • It is more flexible than absolute XPath as it adapts to changes in the document's structure.

    • Relative XPath expressions start with a reference to an element and then use various axes and predicates to locate the de...

  • Answered by AI
  • Q3. To find a one element Xpath in Amazon.com
  • Ans. 

    To find a one element Xpath in Amazon.com

    • Inspect the element in the browser

    • Right-click on the element and select 'Copy XPath'

    • Use the copied XPath in your code

  • Answered by AI
  • Q4. Chrome capabilities of selenium automation
  • Ans. 

    Selenium automation can control Chrome browser capabilities such as handling pop-ups, cookies, and browser settings.

    • Selenium can handle pop-ups and alerts using the switchTo() method

    • Cookies can be managed using the addCookie() and deleteCookie() methods

    • Browser settings can be modified using the ChromeOptions class

    • Examples: disabling images, setting the browser window size, and using headless mode

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack the 2nd Round of interview, but 1st round is little bit difficult compared to 2nd...

Skills evaluated in this interview

Site Reliability Engineer Jobs at Verizon

View all

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Write a C code for printing Febonacci Series upto n elements
  • Ans. 

    C code for printing Fibonacci Series upto n elements

    • Declare three variables to store the current, previous and next numbers in the series

    • Initialize the previous and current variables to 0 and 1 respectively

    • Use a loop to print the next number in the series by adding the previous two numbers

    • Loop should run n times to print n elements in the series

  • Answered by AI
  • Q2. Question related to family background
  • Q3. What are your hobbies?
  • Q4. What are your strengths and weaknesses?

Interview Preparation Tips

Round: Test
Experience: Questions were from easy to moderate level. No negative marking, so attempt all.
Tips: Keep your mind open and practice aptitude problems on a daily basis.

Round: Group Discussion
Experience: There were 21 students selected out of which two teams of 10 and 11 students were formed. Both the groups were given a topic and each one of us had to express our views.
Tips: Don't get nervous, just speak whatever you think. Don't yell or speak at loudly, just keep calm and put your points forward.
Duration: 20 minutes

Round: Technical Interview
Experience: Apart from the above questions some puzzles and DBMS questions and a few basic C questions were also asked. We were given enough time to think and answer.
Tips: Do not be in a hurry. Think properly what you are going to say, whether it is right or not and then only answer.

Round: HR Interview
Experience: The HR round was a good one. He tried to test my thinking capabilities and reasoning capabilities
Tips: Answer every question honestly.

General Tips: All the four rounds were elimination rounds and the final result was announced based on cumulative performance. So, be patient and give your best.
Skill Tips: Try to answer every properly
Skills: IQ, Basic Coding Skills, Problem Solving Skills
College Name: NIT ALLAHABAD
Motivation: The company visited our college campus. Also, one of my relatives in in Ericsson at a very high  post and is quite happy working here.

Skills evaluated in this interview

I was interviewed in Mar 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of networking
  • Q2. Data structures
  • Q3. Sql
  • Q4. Introduction
  • Q5. Final year project
  • Q6. Why should I hire you?
  • Ans. 

    I have the technical skills, experience, and passion to deliver high-quality software solutions.

    • I have a strong background in programming languages such as Java, Python, and C++.

    • I have experience working on complex software projects and collaborating with cross-functional teams.

    • I am passionate about staying up-to-date with the latest technologies and trends in software development.

    • I am a quick learner and have a strong...

  • Answered by AI
  • Q7. Why Ericsson?
  • Ans. 

    Ericsson is a global leader in telecommunications technology with a strong focus on innovation and career development.

    • Global leader in telecommunications technology

    • Strong focus on innovation

    • Opportunities for career development

  • Answered by AI
  • Q8. About relocation

Interview Preparation Tips

Round: Test
Experience: The test which I wrote was based on cocubes. quants was easy, one can easily score 50 percent if they refer rs agarwal and logical was easy but it takes more time and verbal was neither easy nor tough. One thing I want to advice try doing verbal first so that u can save time and then go to quant and logical. After the test we got the results out of 160 students 51 cleared the test. I was one among them.
Duration: 45 minutes
Total Questions: 45

Round: Technical Interview
Experience: Keep ur cool in the technical. people are friendly. Think before you answer twice they may ask u puzzles as well. So be prepared for it. Final year project is a must, they are gonna ask u the details how you implement stuffs in your project. After my technical out of 51 students around 30 cleared this round. I was one among them.

Round: HR Interview
Experience: Don't be scared guys. Hr is just a casual one. finally around 15 were selected from my college including me. I am very happy with the result. best of luck guys. Do well!!!
Tips: Keep your cool. stay confident that's all I can tell. Once you clear technical one can easily clear Hr round.

Skills: Communication, Technical Skill
College Name: JSS Academy of Technical Education - JSSATE

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linux servers questions, past experience tools amd technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask many questions but work will something else.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions were asked

Round 2 - Coding Test 

Dsa dp, graphs and many more questions from arrays and linked list were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Round 1 - One-on-one 

(1 Question)

  • Q1. What is equal and hashcode relationship
  • Ans. 

    Equal and hashcode are related as hashcode is used to determine equality of objects in hash-based collections.

    • The hashcode method returns an integer value that represents the object's unique identifier in a hash-based collection.

    • The equals method compares two objects for equality based on their content.

    • If two objects are equal, their hashcodes must be equal as well.

    • If two objects have the same hashcode, it does not nec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer think like they one know all

Skills evaluated in this interview

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions about Angular
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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Clasicul questions, Like where you SEE in 5 years
  • Q2. How much money you want for this position

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapare good for the coding interview. Maybe some leetcode, geek for grele, studiu Algoritms And complexity
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude MCQs. Few basic coding MCQs

Round 2 - Technical 

(1 Question)

  • Q1. LinkedList Question to reverse a String.
Round 3 - HR 

(1 Question)

  • Q1. About yourself. About Company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Coding Test 

DSA question and MySQL mcq, aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Basic oops, OS, one programing question
Contribute & help others!
anonymous
You can choose to be anonymous

Verizon Interview FAQs

How many rounds are there in Verizon Site Reliability Engineer interview?
Verizon interview process usually has 3 rounds. The most common rounds in the Verizon interview process are Technical and Resume Shortlist.
How to prepare for Verizon Site Reliability 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 Docker, Ansible, Site Reliability Engineering, Helm and Kubernetes.
What are the top questions asked in Verizon Site Reliability Engineer interview?

Some of the top questions asked at the Verizon Site Reliability Engineer interview -

  1. Write a program to find a missing number in Arra...read more
  2. What is the Collection Framewo...read more
  3. What is abstract class in Ja...read more

Recently Viewed

INTERVIEWS

Belden

No Interviews

INTERVIEWS

Verizon

No Interviews

INTERVIEWS

Autoliv

No Interviews

INTERVIEWS

Donyati

No Interviews

INTERVIEWS

HYOSUNG T&D

No Interviews

INTERVIEWS

Belden

No Interviews

INTERVIEWS

Subex

No Interviews

INTERVIEWS

Verizon

No Interviews

INTERVIEWS

TCS

No Interviews

INTERVIEWS

Verizon

No Interviews

Tell us how to improve this page.

Verizon Site Reliability Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 842 Interviews
Vodafone Idea Interview Questions
4.1
 • 551 Interviews
Ericsson Interview Questions
4.1
 • 409 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
ACT Fibernet Interview Questions
4.0
 • 133 Interviews
HFCL Limited Interview Questions
4.0
 • 60 Interviews
View all
Verizon Site Reliability Engineer Salary
based on 15 salaries
₹7.2 L/yr - ₹27 L/yr
15% more than the average Site Reliability Engineer Salary in India
View more details

Verizon Site Reliability Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Consultant Engineer III (Site Reliability Engineering)

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Specialist Engineer III (Site Reliability Engineering)

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
558 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
270 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
251 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
246 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
239 salaries
unlock blur

₹0 L/yr - ₹0 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