Upload Button Icon Add office photos

Filter interviews by

Telaverge Communications Software Engineer Interview Questions and Answers

Updated 25 Nov 2024

Telaverge Communications Software Engineer Interview Experiences

6 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Test duration was 70 minutes, Test consist of 70 MCQ's( 30 Aptitude+40 technical)

Round 2 - Technical 

(2 Questions)

  • Q1. Simple DSA Questions
  • Q2. BFS, DFS, tree graph etc.
Round 3 - Virtual GD & PI Round 

(2 Questions)

  • Q1. Self Introduction and project discussion
  • Q2. Asked what are the technologies or stack u have used in your project
Round 4 - Group Discussion 

They gave a topic of 5G network and asked us prepare and explain about it to the Interviewer.

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. My name and other details
  • Q2. Details of the Project and tech stack
Round 2 - Technical 

(2 Questions)

  • Q1. Questions based on Choice of Tech
  • Q2. 5G Network architechure questions

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

3 coding questions comprising of easy-medium level questions

Round 2 - Group Discussion 

Discussion of the coding question with the interviewer among 20-30 people

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

I applied via Referral and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

I joined through Refferal, and the first round was a GD round, where they would ask you questions regarding any of your projects and tech stack and ask a few questions based on that.
I had projects in python so the questions I was asked were:
1. Access Modifiers in python, how to declare a variable public and how to make it private
2. On project
An assignment was given to everyone, it was a URL shortner.. had to make it and submit to HR

Round 2 - Assignment 

URL shortner was the project I made, and then we had to present its working and they will ask questions from inside the code to make sure you made it.

Round 3 - Group Discussion 

The final interview was with the India Head of telaverge, and we were asked a few questions regarding our technical proficiency and a few questions on the current topics, for example how AI is affecting Software development and all.

Telaverge Communications interview questions for designations

 Software Developer

 (1)

 R&D Engineer

 (3)

 Front end Developer

 (1)

 Python Developer

 (1)

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

Basic questions and aptitude problems

Round 2 - Technical 

(1 Question)

  • Q1. Explaining the algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with what is mentioned in the cv, be prepared to learn more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at New Horizon College of Education, Bangalore and was interviewed before Oct 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 - Coding Test 

Question on file handling using python

Round 3 - HR 

(1 Question)

  • Q1. Asked few simple aptitude question and puzzle's

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for resume and python programming questions

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

First round is apti when in placement

Round 2 - Coding Test 

Too hard all are dsa questions

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

(1 Question)

  • Q1. System design question normal
Round 2 - Coding Test 

Coding question of moderate difficulty

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

I applied via Approached by Company and was interviewed in Feb 2023. There were 4 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 

If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between a stack and a queue? Give an example where you would use each.
  • Ans. 

    A stack is a LIFO data structure while a queue is a FIFO data structure.

    • Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.

    • Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.

    • Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.

  • Answered by AI
  • Q2. What is the difference between a compiler and an interpreter?
  • Ans. 

    A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.

    • A compiler converts the source code into an executable file, while an interpreter executes the code directly.

    • Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.

    • Examples of compilers include GCC, Clang, and ...

  • Answered by AI
  • Q3. A compiler is a program that translates the entire source code into machine code before executing it. The source code is fed into the compiler, which analyzes and translates it into an executable file. Thi...
Round 4 - HR 

(1 Question)

  • Q1. How do you handle stress and pressure?
  • Ans. 

    I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.

    • I prioritize tasks and create a schedule to manage my time effectively.

    • I communicate with my team and seek their assistance or guidance when needed.

    • I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.

    • I practice mindfulness and d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Technical
  • Problem Solving
  • Communication Skills
Interview preparation tips for other job seekers - Ask questions: During the interview, ask thoughtful questions about the company, the job, and the team you would be working with. This shows that you are interested and engaged in the opportunity, and can also give you valuable information to help you decide if the job is a good fit for you.

Skills evaluated in this interview

Telaverge Communications Interview FAQs

How many rounds are there in Telaverge Communications Software Engineer interview?
Telaverge Communications interview process usually has 2-3 rounds. The most common rounds in the Telaverge Communications interview process are Group Discussion, Coding Test and Technical.
How to prepare for Telaverge Communications Software 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 Telaverge Communications. The most common topics and skills that interviewers at Telaverge Communications expect are Ajax, Application Design, C++, Core Java and Db2.
What are the top questions asked in Telaverge Communications Software Engineer interview?

Some of the top questions asked at the Telaverge Communications Software Engineer interview -

  1. asked few simple aptitude question and puzzl...read more
  2. Questions based on Choice of T...read more
  3. 5G Network architechure questi...read more

Tell us how to improve this page.

Telaverge Communications Software Engineer Interview Process

based on 5 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 4 Telaverge Communications interviews
Campus Placement
Referral
75%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Telaverge Communications Software Engineer Salary
based on 33 salaries
₹3 L/yr - ₹9.5 L/yr
15% less than the average Software Engineer Salary in India
View more details

Telaverge Communications Software Engineer Reviews and Ratings

based on 7 reviews

3.2/5

Rating in categories

3.2

Skill development

2.7

Work-Life balance

2.5

Salary & Benefits

3.0

Job Security

2.9

Company culture

2.2

Promotions/Appraisal

2.5

Work Satisfaction

Explore 7 Reviews and Ratings
Software Engineer
33 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

R&D Engineer
16 salaries
unlock blur

₹4.2 L/yr - ₹11.8 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹7.3 L/yr - ₹16 L/yr

Lead Engineer
7 salaries
unlock blur

₹19.3 L/yr - ₹28 L/yr

Software Developer
6 salaries
unlock blur

₹5.5 L/yr - ₹15.4 L/yr

Explore more salaries
Compare Telaverge Communications with

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Jio

3.9
Compare

Tata Communications

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