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

based on 1.3k Reviews

Filter interviews by

Verizon SDE Interview Questions and Answers

Updated 28 Dec 2024

Verizon SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 28 Dec 2024

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

I applied via Campus Placement

Round 1 - Coding Test 

The online assessment was of 3 parts.
First - We were asked to write a 200 word paragraph on a given topic.
Second - We had to solve 2 coding questions.
Third - It tested our vocabulary and grammar skills.

Round 2 - Group Discussion 

We were split into groups of 15 and had to have a group discussion on the given topic for 10 minutes. The one our group got was about Gen AI.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to Data Structures
  • Q2. Questions related to my projects.

Interview questions from similar companies

SDE Interview Questions & Answers

Telstra user image Anonymous

posted on 29 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode easy and medium questions. It was easy to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dry run bubble and insertion sort
  • Q2. One SQL query easy level
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion about projects
  • Q2. Do you have any questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. This was Tech 1 round, linux basic commands were asked. Below are some of the topics- monitoring disk utilization File system creation User management Ownership and permissions
  • Ans. It was an easy round for me, if you are working as linux admin you can easily go through that. Monitoring - top, sar Disk utilization - du
  • Answered Anonymously
  • Q2. Define the steps of File system creation.
  • Ans. 

    Steps for file system creation involve partitioning, formatting, and mounting the file system.

    • Partition the disk using tools like fdisk or parted

    • Format the partition with a file system like ext4 or xfs

    • Create a mount point directory

    • Mount the file system to the mount point

    • Update /etc/fstab to automatically mount the file system on boot

  • Answered by AI
  • Q3. Why tcpdump is used?
  • Ans. 

    tcpdump is used for network troubleshooting and analysis by capturing and analyzing network packets.

    • Captures network packets for analysis

    • Helps in troubleshooting network issues

    • Can be used to monitor network traffic

    • Provides detailed information about network communication

    • Useful for security analysis and monitoring

  • Answered by AI
  • Q4. How we can transfer file from one server to other server?
  • Ans. 

    Files can be transferred from one server to another using tools like SCP, SFTP, or rsync.

    • Use SCP (Secure Copy Protocol) to securely transfer files between servers. Example: scp file.txt user@server2:/path/to/directory

    • Use SFTP (SSH File Transfer Protocol) for interactive file transfers. Example: sftp user@server2

    • Use rsync for efficient synchronization of files between servers. Example: rsync -avz file.txt user@server2:/

  • Answered by AI
  • Q5. How you can schedule a job regularly?
  • Ans. 

    You can schedule a job regularly using cron jobs in Linux.

    • Use the crontab command to edit the cron table

    • Specify the schedule using the appropriate syntax (minute, hour, day of month, month, day of week)

    • For example, to schedule a job to run every day at 3am, you would add the following line to the cron table: 0 3 * * * /path/to/command

  • Answered by AI
  • Q6. What is Hard link and soft link?
  • Ans. 

    Hard links and soft links are two types of links used in Unix-like operating systems to create shortcuts to files.

    • Hard links are direct pointers to the inode of a file, while soft links are indirect pointers to the file name.

    • Hard links cannot link directories or files on different filesystems, while soft links can.

    • If the original file is deleted, hard links will still point to the data, while soft links will be broken.

    • ...

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. What is /mnt and fstab?
  • Ans. 

    The /mnt directory is used as a mount point for temporary mounting of filesystems, and fstab is a configuration file that lists filesystems to be mounted at boot.

    • The /mnt directory is commonly used for temporarily mounting external storage devices or network shares.

    • The fstab file is located at /etc/fstab and contains information about filesystems to be mounted at boot time.

    • Entries in fstab include the device to mount, ...

  • Answered by AI
  • Q2. You are unable to unmount a file system, what will you do?
  • Ans. 

    Check for any processes or open files using the file system, then force unmount if necessary.

    • Check for any processes or applications currently using the file system with 'lsof' command

    • Kill any processes that are using the file system if necessary

    • Try unmounting the file system again using 'umount -l' to force unmount if needed

  • Answered by AI
  • Q3. What do you understand by NFS?
  • Ans. 

    NFS stands for Network File System, a distributed file system protocol that allows a user on a client computer to access files over a network.

    • NFS allows a user to access files on a remote server as if they were local files.

    • It is commonly used in Unix and Linux environments for sharing files and directories.

    • NFS uses RPC (Remote Procedure Call) to communicate between the client and server.

    • It provides centralized storage ...

  • Answered by AI
  • Q4. Define Boot process.
  • Ans. 

    Boot process is the sequence of steps that occur when a computer system is starting up.

    • BIOS/UEFI initialization

    • Loading the bootloader

    • Loading the kernel

    • Init process starts

    • Launching user space processes

  • Answered by AI
  • Q5. Disk is assigned from the storage/VMware nut it is not visible for fs expansion, what will you do?
Round 3 - Behavioral 

(2 Questions)

  • Q1. In this round, most of the questions from the Resume. Questions related to background, academics, feasibility.
  • Q2. Behavioral questions and your stickness to the organisation is checked at this level.

Interview Preparation Tips

Interview preparation tips for other job seekers - I would say it was a good experience, first round was very easy. For second round you must have depth knowledge, you can expect cross questions from your answer.
Managerial round was also easy.

When I am writing this, 3 days past my managerial round. Results are still awaited.

All the Best Folks!

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What are your skills?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - One-on-one 

(1 Question)

  • Q1. Previous experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Why you want to join in sales
  • Ans. 

    I am passionate about building relationships, meeting new people, and achieving targets in a dynamic and competitive environment.

    • Enjoy interacting with people and building relationships

    • Excited about meeting new challenges and targets

    • Thrives in a dynamic and competitive environment

    • Have a natural flair for persuasion and negotiation

    • Seeking opportunities for growth and advancement in sales

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. When will sedhule interviw
  • Q2. Will you sedhule technical round
  • Q3. When sedhule interviw
Round 2 - Technical 

(1 Question)

  • Q1. How round will take interview
Round 3 - Technical 

(1 Question)

  • Q1. I will be available
Interview experience
2
Poor
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. Very appropriate questions
Round 3 - Technical 

(1 Question)

  • Q1. About yourself why you select
Round 4 - HR 

(1 Question)

  • Q1. Discussion with salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Asked about work experience

I applied via Company Website and was interviewed in Sep 2022. There were 2 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is company revenue
  • Ans. 

    Company revenue refers to the total amount of money earned by a company through its sales and other sources of income.

    • It includes all the revenue generated by the company from its products or services

    • It also includes revenue from other sources such as investments, interest, and royalties

    • Company revenue is an important metric for measuring the financial health and performance of a company

    • Examples of companies with high

  • Answered by AI
  • Q2. How many types of company product
  • Ans. 

    There are multiple types of company products depending on the industry and market.

    • The types of company products vary depending on the industry and market.

    • Some companies may have multiple product lines or categories.

    • Examples of product types include physical goods, digital products, and services.

    • Companies may also have different product offerings for different customer segments.

    • The number of product types can range from

  • Answered by AI
  • Q3. New harring person watching to attitude
  • Q4. New hiring person talking to clearly
  • Q5. New hirings person watching to speak body to match

Interview Preparation Tips

Topics to prepare for Nokia Sales Executive interview:
  • Graduate
  • Bsc
  • Marketing
  • mba
Interview preparation tips for other job seekers - New harring sales person will grooming talking to confidence .
And customer to talk to eyes to eyes fully confident.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Executive with a proven track record in leading teams and driving business growth.

    • Over 10 years of experience in senior leadership roles

    • Successfully implemented strategic initiatives resulting in increased revenue by 30%

    • Strong communication and negotiation skills

    • Led cross-functional teams to achieve company goals

    • MBA in Business Administration from a top university

  • Answered by AI
  • Q2. Difficult situation while working
  • Ans. 

    Dealing with a difficult situation while working

    • Handled a project delay by reallocating resources and adjusting timelines

    • Resolved a conflict between team members by facilitating open communication

    • Managed a difficult client by actively listening to their concerns and finding solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go with the flow and give honest answers.

Verizon Interview FAQs

How many rounds are there in Verizon SDE interview?
Verizon interview process usually has 3 rounds. The most common rounds in the Verizon interview process are Coding Test, Group Discussion and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Verizon interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Verizon A place to share your Ideas freely

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 810 Interviews
Vodafone Idea Interview Questions
4.1
 • 540 Interviews
Ericsson Interview Questions
4.2
 • 403 Interviews
Nokia Interview Questions
4.2
 • 271 Interviews
ACT Fibernet Interview Questions
4.0
 • 130 Interviews
HFCL Limited Interview Questions
4.1
 • 56 Interviews
View all
Verizon SDE Salary
based on 4 salaries
₹6 L/yr - ₹7 L/yr
67% less than the average SDE Salary in India
View more details
Software Engineer
551 salaries
unlock blur

₹8 L/yr - ₹18.4 L/yr

Software Developer
268 salaries
unlock blur

₹5.6 L/yr - ₹20.1 L/yr

Analyst
258 salaries
unlock blur

₹4 L/yr - ₹16.2 L/yr

Senior Software Engineer
257 salaries
unlock blur

₹9 L/yr - ₹36 L/yr

Consultant
245 salaries
unlock blur

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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview