Upload Button Icon Add office photos

Filter interviews by

Zoom Video Communications Software Engineer Interview Questions and Answers for Experienced

Updated 2 Aug 2022

Zoom Video Communications Software Engineer Interview Experiences for Experienced

1 interview found

I applied via Approached by Company and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Medium to high level coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions were asked
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding and LLD + HLD
Prepare your coding language technical questions

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

In Atitude can be text over general knowledge

Round 2 - Group Discussion 

They can be seen over performance , and communication skills

Round 3 - Coding Test 

They can be seen over problem solving skills

Round 4 - Technical 

(2 Questions)

  • Q1. Which language ur perfect
  • Ans. 

    I am proficient in multiple languages, including Java, Python, and C++.

    • Proficient in Java, Python, and C++

    • Experience with web development languages like JavaScript and HTML/CSS

    • Familiarity with scripting languages like Bash and PowerShell

  • Answered by AI
  • Q2. Solve the problem in the default situation
Round 5 - HR 

(2 Questions)

  • Q1. Why I should be appointe you
  • Ans. 

    I have the technical skills, experience, and passion to excel in this role.

    • I have a strong background in software development, with expertise in languages such as Java, Python, and C++.

    • I have successfully completed projects that demonstrate my problem-solving abilities and attention to detail.

    • I am a quick learner and thrive in fast-paced environments, adapting easily to new technologies and methodologies.

    • I am a team pl...

  • Answered by AI
  • Q2. What is ur strength and weakness
  • Ans. 

    Strength: Strong problem-solving skills. Weakness: Difficulty delegating tasks.

    • Strength: Able to quickly identify and solve complex problems.

    • Strength: Strong analytical skills to break down problems into manageable parts.

    • Weakness: Struggle with delegating tasks to others, preferring to handle everything myself.

    • Weakness: Working on improving communication to effectively delegate tasks.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I experienced a lot ,I can now how to be perfor
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

2 coding question were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Sum on node in binary tree
  • Ans. 

    Recursively sum the values of nodes in a binary tree

    • Use a recursive function to traverse the tree and add the values of each node

    • Base case: if the current node is null, return 0

    • Recursive step: return the sum of current node value, left subtree sum, and right subtree sum

  • Answered by AI
  • Q2. Lp question asked
Round 3 - Technical 

(2 Questions)

  • Q1. Question on string manipulation
  • Q2. Lp question asked
Round 4 - Technical 

(2 Questions)

  • Q1. Managerial question on projects were asked
  • Q2. Past experience and leadership question

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Internal working of Hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed a...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain Oops Concept
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes to organize code and promote reusability.

    • Oops stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for objects, defining their properties and behaviors

    • Objects are instances of classes, representing real-world entities

    • Inheritance allows classes to inherit p...

  • Answered by AI
  • Q2. Explain SOLID Principles
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable...

  • Answered by AI
  • Q3. Explain auto layout
  • Ans. 

    Auto layout is a constraint-based layout system used in iOS and macOS development to create user interfaces that adapt to different screen sizes and orientations.

    • Auto layout allows developers to create flexible and adaptive user interfaces by defining relationships between UI elements.

    • Constraints are used to specify the position and size of UI elements relative to each other or to the parent view.

    • Auto layout automatica...

  • Answered by AI
  • Q4. Explain Content hugging
  • Ans. 

    Content hugging is a constraint used in Auto Layout to determine how much a view resists growing beyond its intrinsic content size.

    • Content hugging priority is a value between 1 and 1000, with higher values indicating a stronger resistance to growing.

    • Views with higher content hugging priorities will try to maintain their intrinsic content size rather than expand to fill available space.

    • Content hugging is often used in c...

  • Answered by AI
  • Q5. Explain retain cycle
  • Ans. 

    Retain cycle occurs when two objects hold a strong reference to each other, preventing them from being deallocated.

    • Occurs in iOS development when two objects have strong references to each other

    • Can lead to memory leaks as the objects are never deallocated

    • Prevented by using weak or unowned references in Swift

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What technical skills you've learned so far in the college
  • Q2. Where do you see yourself in the next 5 years.
  • Q3. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Iterate through the linked list and change the direction of pointers

    • Use three pointers - prev, current, next to reverse the list

    • Update the head pointer to point to the new first node

  • Answered by AI
  • Q4. General dbms, os, and cn questions

Interview Preparation Tips

Topics to prepare for Johnson Controls Software Engineer interview:
  • dsa
  • C++
  • computer networks
  • OS
  • sql
Interview preparation tips for other job seekers - just learn basics of computer fundamentals, and know about your project you mentioned in resume, and be good with normal dsa questions like arrays, strings, linked list, stacks and queues, and you should be good mostly

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. CAN protocol frames
  • Q2. UDS services ids

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s nice experiance
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Only one round of c language and then shortlisted

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with c
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sql queries, java coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics
Interview experience
5
Excellent
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. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions

Zoom Video Communications Interview FAQs

How many rounds are there in Zoom Video Communications Software Engineer interview for experienced candidates?
Zoom Video Communications interview process for experienced candidates usually has 3 rounds. The most common rounds in the Zoom Video Communications interview process for experienced candidates are Technical and Coding Test.

Tell us how to improve this page.

Zoom Video Communications Software Engineer Salary
based on 6 salaries
₹24 L/yr - ₹36 L/yr
296% more than the average Software Engineer Salary in India
View more details

Zoom Video Communications Software Engineer Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

3.5

Skill development

4.4

Work-Life balance

5.0

Salary & Benefits

3.5

Job Security

4.2

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 Reviews and Ratings
Devops Engineer
7 salaries
unlock blur

₹20 L/yr - ₹39.7 L/yr

Front end Engineer
7 salaries
unlock blur

₹7.5 L/yr - ₹7.5 L/yr

Executive Accountant
7 salaries
unlock blur

₹25 L/yr - ₹46 L/yr

Data Engineer
7 salaries
unlock blur

₹28 L/yr - ₹75 L/yr

Software Engineer
6 salaries
unlock blur

₹24 L/yr - ₹36 L/yr

Explore more salaries
Compare Zoom Video Communications with

Microsoft Corporation

4.1
Compare

Cisco

4.2
Compare

Google

4.4
Compare

Amazon

4.1
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