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

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What are new technologies you learnt?
  • Q2. Which technical books you read?
  • Ans. 

    I have read several technical books on programming languages, algorithms, and software design.

    • Clean Code by Robert C. Martin

    • The Pragmatic Programmer by Andrew Hunt and David Thomas

    • Cracking the Coding Interview by Gayle Laakmann McDowell

    • Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides

  • Answered by AI
  • Q3. How could you solve problem of customer without customer care help?
  • Ans. 

    By providing self-service options and resources, such as FAQs and online documentation.

    • Create a comprehensive FAQ section on the company's website

    • Develop an online knowledge base with step-by-step guides and troubleshooting tips

    • Offer live chat support with automated responses and chatbots

    • Provide video tutorials and instructional videos

    • Implement a community forum where customers can help each other

  • Answered by AI
  • Q4. Any question for me?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be comfortable in any one programming language and ready for case study.

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 Questionnaire 

1 Question

  • Q1. 1. difference between applicationContext and beanFactory. 2. questions related to synchronization in multi threading.

I appeared for an interview before May 2016.

Interview Preparation Tips

College Name: GPREC kurnool

I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. On Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it went good

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 appeared for an interview 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 appeared for an interview in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: It was a simple aptitude test in which around 150 students cleared the test.
Duration: 1 hour
Total Questions: 40

Round: Test
Experience: Three programs were given and we had to write the code in either java ,c or c++ and get the required output.Around 90 students cleared this round.
Duration: 1 hour 30 minutes
Total Questions: 3

College Name: VIT Vellore

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The test was conducted through Cocubes. It was moderately difficult. Some of the questions are time taking. We need to be decisive in attempting such questions.
Tips: Need to manage time properly. Should assess and choose which questions to attempt and which ones to leave.
Duration: 1 hour
Total Questions: 30

Round: Test
Experience: The three questions are of three different levels.

1. You will be given two numbers. The first one is the starting point and the second one is the ending point of a range of integers. You have to count the number of integers in that range which are divisible by the first number.

Ex : INPUT : 3 18
OUTPUT : 6

2. You will be given a number. You have to find the sum of the digits. If the sum exceeds 9, you have to add the digits of the sum recursively until you a get a single digit sum.

EX : INPUT : 9999
OUTPUT : 9

Explanation: 9999 => 9 +9+9+9=36 => 3+6 =9

3. You will be given an array of characters which include ( L, R , or a number in the range '0' to '9'). A ball is kept on a line of integers initially kept at zero. The ball has to execute the instructions sequentially as follows:
(i) If an 'L' character is encountered, the ;position of the ball has to be decremented.
(ii) If an 'R' character is encountered, the position of the ball has to be incremented.
(iii) If an integer (in the range '0' to '9) is encountered , we have to go to that index in the array and execute the instruction present in that index.

Finally, after all the instructions are executed, you have to print the final position of the ball.

EX : INPUT :
Number of instruction : 5
Instructions: LR1R2

OUTPUT : 3

Explanation :
(i) Initially, the ball is at 0. Since the 0th index in the array is 'L' , the ball moves to 0-1= -1 position.
(ii) The 1st index is 'R' hence, the position of the ball is -1 +1 = 0 position.
(iii) The 2nd index is '1', hence we have to go to index 1 in the array which is 'R', hence the new position is 0+1 =1.
(iv) The 3rd index is 'R', hence the new position is 1 +1 =2.
(v) The 4th index is '2' , hence we have to go to 2nd index is '1' , hence we have to go again to 1st index , which is 'R' hence the final position is 2+1 =3.

Tips: We need to solve all the three the problems to have better chances of clearing this round.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: The interview was focussed majorly on coding. It went for about 45min with around 10 coding problems given to solve. Some basics of Computer networking are also tested in this round.
Tips: Be prepared with some basics of networking. As the company's main focus is on Telecom, good knowledge in telecom and networking would be a big advantage.

Round: Technical Interview
Experience: This round was focused on the aptitude and reasoning skills. Some puzzles were given in this round. These puzzles are of moderately complex and are more common ones in interviews. Like the (find the heavier ball among three balls using a balance in min no. of attempts).
Tips: Sometimes the interviewer tries to confuse. You need to be confident with your answers and explaination.

Round: HR Interview
Experience: The interview was more of a traditional HR round. Majorly concentrated on the final year project, personal strengths and weaknesses.

Skills: Coding Skills, Computer Networking, C Language Basics
College Name: G Pulla Reddy College of Engineering & Technology

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

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
4.0
 • 1.9k Interviews
Bharti Airtel Interview Questions
3.9
 • 876 Interviews
Vodafone Idea Interview Questions
4.0
 • 561 Interviews
Ericsson Interview Questions
4.1
 • 416 Interviews
Nokia Interview Questions
4.1
 • 268 Interviews
BT Group Interview Questions
3.9
 • 184 Interviews
ACT Fibernet Interview Questions
4.0
 • 137 Interviews
View all
Verizon Site Reliability Engineer Salary
based on 15 salaries
₹11 L/yr - ₹23 L/yr
11% 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
Software Engineer
571 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
236 salaries
unlock blur

₹5.5 L/yr - ₹22 L/yr

Consultant
229 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