AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Gazon Communications

Compare button icon Compare button icon Compare
3.7

based on 50 Reviews

Play video Play video Video summary
  • About
  • Reviews
    50
  • Salaries
    238
  • Interviews
    6
  • Jobs
    3
  • Benefits
    7
  • Photos
    -

Filter interviews by

Gazon Communications Full Stack Developer Interview Questions and Answers

Updated 3 May 2019

Gazon Communications Full Stack Developer Interview Experiences

1 interview found

Full Stack Developer Interview Questions & Answers

user image Anonymous

posted on 3 May 2019

Interview Questionnaire 

2 Questions

  • Q1. Opps concept, basic php, Python, MVC framework, API, Angular, SQL, MongoDB, projects.
  • Add your answer
  • Q2. Joining date, salary discussion
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Gazon Communications?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Developer Interview Questions & Answers

Bharti Airtel user image Anonymous

posted on 16 Sep 2021

I appeared for an interview in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes (60 minutes for coding and 30 minutes for MCQs)
Round difficulty - Medium

The test was conducted in the evening from 7:00 pm to 8:30 pm. Because of the covid situation, the test was online and was given by all the students from their home. 
Login window of 15 minutes was given and all students were supposed to login within initial 15 minutes (between 7:00 and 7:15 pm). The test was conducted on AMCAT and webcam was on during the whole test duration.
There were two sections in the test: 1.) Coding round with 2 coding questions - 60 minutes (2.) MCQ round with 30 MCQs - 30 minutes
120 students appeared for this round and 20 were shortlisted for further process.

  • Q1. 

    Character Frequency Problem Statement

    You are given a string 'S' of length 'N'. Your task is to find the frequency of each character from 'a' to 'z' in the string.

    Example:

    Input:
    S : abcdg
    Output:
    1...
  • Ans. 

    Given a string, find the frequency of each character from 'a' to 'z' in the string.

    • Create an array of size 26 to store the frequency of each character from 'a' to 'z'.

    • Iterate through the string and increment the count of the corresponding character in the array.

    • Print the array of frequencies as the output for each test case.

  • Answered by AI
    Add your answer
  • Q2. 

    Longest Common Prefix After Rotation

    You are given two strings 'A' and 'B'. While string 'A' is constant, you may apply any number of left shift operations to string 'B'.

    Explanation:

    Your task is to calcu...

  • Ans. 

    Calculate the minimum number of left shift operations needed to achieve the longest common prefix between two strings.

    • Apply left shift operations to string B to find the longest common prefix with string A

    • Count the number of left shifts needed to achieve the longest common prefix

    • Return the minimum number of left shift operations for each test case

  • Answered by AI
    View 1 more answer
Round 2 - Video Call 

(1 Question)

Round duration - 50-60 minutes
Round difficulty - Medium

This round started at 11 am and went till 3 pm. 
Out of 120 students that appeared in online coding test, 20 were shortlisted for the first round of interviews.
In this round, everyone was asked some moderate level coding questions. We were supposed to write the code in our IDE, present the screen and show the interviewer the output of our code.
The interview started with the introduction being followed by 2 coding problems.

  • Q1. 

    Longest Subarray with Zero Sum

    Ninja enjoys working with numbers, and as a birthday challenge, his friend provides him with an array consisting of both positive and negative integers. Ninja is curious to ...

  • Ans. 

    Find the length of the longest subarray with zero sum in an array of integers.

    • Iterate through the array and keep track of the running sum using a hashmap.

    • If the running sum is seen before, the subarray between the current index and the previous index with the same sum is a subarray with zero sum.

    • Update the length of the longest subarray with zero sum as you iterate through the array.

    • Example: For arr1 = [1, -1, 3, 2, -2...

  • Answered by AI
    View 1 more answer
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Medium

7 students were shortlisted for the HR round. This round started at 7:30 pm and went till 8:30 pm.
Like all the other rounds, this round too was virtual (on google meet). In the beginning, the interviewer introduced himself and then asked questions based on my resume.
All the 7 candidates were selected in the HR round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology, Kurukshetra. Eligibility criteriaAbove 7.5 CGPAAirtel interview preparation:Topics to prepare for the interview - Object-Oriented Programming, Data Structures and Algorithms, Operating System, Database Management System, Computer NetworksTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Questions are asked on DSA, so practice questions and it is not the number of questions you practice, but how well you practice the questions. Prepare a notebook and write down the approach you follow. Make proper notes and maintain that notebook. Will help for quick revision.
Tip 2 : Conceptual questions are asked from topics other than DSA. So watching videos on youtube will not help. Read the book thoroughly to make yourself ready for interviews.
Tip 3 : ALWAYS read about the real-life examples of the concepts you read. This is often asked in interviews and you will definitely regret failing to answer this question.

Application resume tips for other job seekers

Tip 1 : Having projects in resume will help you to give the direction to your interview, which increases the chances of selection.
Tip 2 : Add some achievements other than academics, it shows that you are a team player and increases the probability of getting shortlisted. BUT do not write anything that is not true or else, it will backfire.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
View answer (1)
asked in MakeMyTrip
Q2. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
View answer (1)
asked in Tech Mahindra
Q3. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
View answers (2)
asked in Samsung
Q4. LCA of Binary Tree Problem Statement You are given a binary tree ... read more
View answer (1)
asked in Hewlett Packard Enterprise
Q5. Count Set Bits Problem Statement Given a positive integer N, comp ... read more
View answer (1)
View All
company Logo

Software Developer Interview Questions & Answers

Jio user image Anonymous

posted on 19 Apr 2021

I applied via Campus Placement and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic java questions and a few easy to medium leetcode.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from leetcode and language according to the profile.
Anonymous
company Logo

Software Developer Interview Questions & Answers

Dish Network user image Anonymous

posted on 7 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to handle exception?
  • Ans. 

    Handle exceptions by using try-catch blocks to gracefully manage errors in code execution.

    • Use try-catch blocks to catch exceptions and handle them appropriately.

    • Throw custom exceptions when necessary to provide more specific error information.

    • Use finally block to execute code that should always run, regardless of whether an exception is thrown.

    • Avoid catching generic exceptions like Exception class, instead catch specif...

  • Answered by AI
    Add your answer
  • Q2. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability by creating a new class based on an existing class

    • Derived class inherits properties and behaviors of the base class

    • Supports the 'is-a' relationship, where a derived class is a specialized version of the base class

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous
company Logo

Software Developer Interview Questions & Answers

Tata Communications user image Anonymous

posted on 1 May 2024

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

I appeared for an interview before May 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain yourself
  • Add your answer
Round 2 - Coding Test 

Programming easy question to understand your logical thinking.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go basics... Do not focus on advance topics.
Anonymous
company Logo

Software Developer Interview Questions & Answers

Tata Communications user image Anonymous

posted on 13 Dec 2021

I appeared for an interview in Nov 2021.

Interview Questionnaire 

2 Questions

  • Q1. Programming Questions were given the prime importance
  • Add your answer
  • Q2. Questions related to Software Engineering , Networking
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Programming Questions were given the most importance
Anonymous
company Logo

Software Developer Interview Questions & Answers

Tata Communications user image Anonymous

posted on 9 Feb 2022

I applied via Campus Placement and was interviewed in Jan 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 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Add your answer
  • Q2. What is your family background?
  • Add your answer
  • Q3. What are your strengths and weaknesses?
  • Add your answer
  • Q4. Tell me about yourself.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills employee
Anonymous
Are these interview questions helpful?
company Logo

Full Stack Developer Interview Questions & Answers

Bharti Airtel user image Prathamesh Patil

posted on 20 Sep 2023

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

I applied via Shine and was interviewed before Sep 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 - Aptitude Test 

It is very easy. Practice daily on Indiabix

Round 3 - Group Discussion 

I was given 2-3mins yo speak on the topic. It was is Indian Education system needs modification. Be confident while speaking.

Anonymous
company Logo

Software Developer Interview Questions & Answers

Bharti Airtel user image Anonymous

posted on 17 May 2022

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Online Technical Interview ( Coding Round) with 2 medium-hard problem

  • Q1. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    Calculate the total amount of rainwater that can be trapped between given elevations in an elevation map.

    • Iterate through the array to find the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped above each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water above each bar to get the total trapped water for the elevation map.

  • Answered by AI
    Add your answer
  • Q2. 

    Longest Consecutive Sequence Problem Statement

    You are provided with an unsorted array/list ARR of N integers. Your task is to determine the length of the longest consecutive sequence present in the array...

  • Ans. 

    Find the length of the longest consecutive sequence in an unsorted array of integers.

    • Iterate through the array and store each element in a set for constant time lookup.

    • For each element, check if it is the start of a sequence by looking for its previous number in the set.

    • Update the length of the current consecutive sequence and track the longest sequence found so far.

    • Return the length of the longest consecutive sequence...

  • Answered by AI
    Add your answer
Round 2 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Online Technical Coding Interview

  • Q1. 

    Stack using Two Queues Problem Statement

    Develop a Stack Data Structure to store integer values using two Queues internally.

    Your stack implementation should provide these public functions:

    Explanation:

    ...
  • Ans. 

    Implement a stack using two queues to store integer values with specified functions.

    • Create a stack using two queues internally

    • Implement functions for push, pop, top, size, and isEmpty

    • Handle edge cases such as empty stack or invalid data

    • Ensure the stack functions work correctly and efficiently

    • Test the implementation with sample inputs and outputs

  • Answered by AI
    Add your answer
  • Q2. 

    Left View of a Binary Tree

    Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side.

    Inpu...

  • Ans. 

    Print the left view of a binary tree, containing nodes visible from the left side.

    • Traverse the tree in a level order manner and print the first node at each level.

    • Use a queue to keep track of nodes at each level.

    • Handle null nodes represented by -1 in the input.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Eligibility criteriaAbove 7 cgpaAirtel interview preparation:Topics to prepare for the interview - Data structure and algorithms, Object Oriented Programming, Database, SQL, Coding BasicsTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice problem solving as much as you can 
Tip 2 : Try to solve online coding problem as much as possible to get good understanding of DSA
Tip 3 : Be confident with your Resume

Application resume tips for other job seekers

Tip 1 : Should have some projects on resume 
Tip 2 : Resume sections should be clear and no false information

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous
company Logo

Software Developer Interview Questions & Answers

Bharti Airtel user image Anonymous

posted on 17 May 2022

I appeared for an interview in Jan 2022.

Round 1 - Video Call 

Round duration - 60 Minutes
Round difficulty - Medium

The round started with the Introduction followed by the discussion of projects done mentioned in my resume(all related to Machine Learning and Deep Learning). Then the recruiter asked me about my previous company experience and the work which I was doing there. After the discussion, interviewer started asking basic questions of SQL and PLSQL.

Round 2 - Video Call 

(1 Question)

Round duration - 70 Minutes
Round difficulty - Hard

Interviewer directly started asking questions in SQL,PLSQL AND SHELL SCRIPTING

  • Q1. Write an SQL query to find the second highest salary.
  • Ans. 

    SQL query to find the second highest salary

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to limit the result to the second row

    • Use a subquery to exclude the highest salary from the result

  • Answered by AI
    Add your answer

Interview Preparation Tips

Eligibility criteriaMandatory Experience in SQL, PLSQLAirtel interview preparation:Topics to prepare for the interview - DBMS, MySQL, PLSQL, Linux, Shell Scripting, Oracle Apps, Machine Learning with PythonTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Remember all the basic commands and their syntax in PLSQL
Tip 2 : Try to optimize the query being asked in the interview.

Application resume tips for other job seekers

Tip 1 : No false things.
Tip 2 : Highlight your achievements and skills.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous
More about working at Gazon Communications
  • HQ - Pune, India
  • Telecom
  • 11-50 Employees (India)
  • Public

Gazon Communications Interview FAQs

How to prepare for Gazon Communications Full Stack Developer 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 Gazon Communications. The most common topics and skills that interviewers at Gazon Communications expect are Bootstrap, CSS, HTML, JQuery Mobile and Java.

Tell us how to improve this page.

Gazon Communications Interviews By Designations

  • Gazon Communications HR Executive Interview Questions
  • Gazon Communications Network Engineer Interview Questions
  • Gazon Communications L2 Engineer Interview Questions
  • Gazon Communications Financial Associate Interview Questions
  • Gazon Communications Full Stack Developer Interview Questions
  • Gazon Communications Assistant Corporate Sales Manager Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Java Developer Interview Questions
  • Front end Developer Interview Questions
  • Web Developer Interview Questions
  • Senior Software Developer Interview Questions
  • Application Developer Interview Questions
  • Salesforce Developer Interview Questions
  • Junior Software Developer Interview Questions
  • Show more
  • Developer Interview Questions
  • Java Full Stack Developer Interview Questions

Interview Questions from Similar Companies

Jio
Jio Interview Questions
4.1
 • 2.3k Interviews
Bharti Airtel
Bharti Airtel Interview Questions
3.9
 • 961 Interviews
Vodafone Idea
Vodafone Idea Interview Questions
4.0
 • 596 Interviews
Tata Communications
Tata Communications Interview Questions
4.0
 • 273 Interviews
Reliance Communications
Reliance Communications Interview Questions
4.0
 • 97 Interviews
HFCL Limited
HFCL Limited Interview Questions
3.9
 • 73 Interviews
Dish Network
Dish Network Interview Questions
3.5
 • 32 Interviews
Tata Teleservices
Tata Teleservices Interview Questions
4.0
 • 31 Interviews
Tcil
Tcil Interview Questions
3.9
 • 18 Interviews
Etisalat
Etisalat Interview Questions
3.3
 • 15 Interviews
View all
Gazon Communications Salaries in India
Network Engineer
24 salaries
unlock blur

₹1.4 L/yr - ₹3.5 L/yr

Associate NOC Engineer
11 salaries
unlock blur

₹1.3 L/yr - ₹3 L/yr

Service Assurance Manager
7 salaries
unlock blur

₹4.6 L/yr - ₹8 L/yr

Sales Manager
6 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

L2 Network Engineer
5 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Gazon Communications with
Jio

Jio

4.1
Compare
Vodafone Idea

Vodafone Idea

4.0
Compare
Bharti Airtel

Bharti Airtel

3.9
Compare
Reliance Communications

Reliance Communications

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Gazon Communications Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter