Upload Button Icon Add office photos

Filter interviews by

TeraSoftware Interview Questions and Answers

Updated 16 Jul 2024

TeraSoftware Interview Experiences

Popular Designations

2 interviews found

Network Engineer Interview Questions & Answers

user image vamshi reddy

posted on 16 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. DIFFERENCE BETWEEN UDP AND TCP
  • Ans. 

    UDP is connectionless and unreliable, while TCP is connection-oriented and reliable.

    • UDP stands for User Datagram Protocol, while TCP stands for Transmission Control Protocol.

    • UDP is faster but less reliable, while TCP is slower but more reliable.

    • UDP does not guarantee delivery of packets, while TCP ensures delivery and in order.

    • UDP is used for streaming media, online gaming, and VoIP, while TCP is used for web browsing,...

  • Answered by AI
  • Q2. IP ADDRESS CLASSIFICATION

Interview Preparation Tips

Interview preparation tips for other job seekers - ITS FOR L1 POSITION

Skills evaluated in this interview

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2022

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice place with good people around

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview questions from similar companies

I applied via Monster and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. In future will you be comfortable working from office?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is too easy, they only ask basic questions.

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ oops concepts,virtual table inheritance,socket programming
  • Q2. Prepare for above asked topics
  • Q3. What is circular linklist ?
  • Ans. 

    A circular linked list is a linked list where the last node points to the first node.

    • It is a data structure where each node points to the next node and the last node points to the first node.

    • It can be used to implement a round-robin scheduling algorithm.

    • Traversal of a circular linked list requires a condition to stop the traversal, such as reaching the starting node again.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - c++,multi threading, oops concept,socket programming

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions on destructor and constructors in cpp
  • Q2. Simple programs like fibanocci

Interview Preparation Tips

Interview preparation tips for other job seekers - Be free minded and answer in ur own way
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

(1 Question)

  • Q1. Mostly questions are based on C++
Round 3 - HR 

(2 Questions)

  • Q1. What is constructor and write it's code in C++
  • Ans. 

    Constructor is a special member function that initializes objects of a class.

    • Constructor has the same name as the class and no return type.

    • It is called automatically when an object is created.

    • It can be overloaded with different parameters.

    • Example: class Car { public: Car(string make, string model) { ... } };

    • Example: Car myCar("Toyota", "Corolla");

  • Answered by AI
  • Q2. What is operation overloading
  • Ans. 

    Operation overloading is the ability to define multiple functions with the same name but different parameters.

    • Allows multiple functions with the same name to perform different tasks

    • Functions must have different parameters or different number of parameters

    • Used to simplify code and improve readability

    • Example: + operator can be overloaded to add integers, concatenate strings, or add complex numbers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good knowledge in C++ and need know to write code based on that

Skills evaluated in this interview

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 - One-on-one 

(2 Questions)

  • Q1. Resume related question
  • Q2. Previous company-related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well before interview. know about the company to which you are applying.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Walk-in

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 

Microsoft technologies

Round 3 - Technical 

(1 Question)

  • Q1. Session management
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

I applied in campus placement first round is aptitude test

Round 2 - Technical 

(4 Questions)

  • Q1. Ask question on oops concepts
  • Q2. What ia polymorphism Pointers etc.
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is called with.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can inherit from Animal and override

  • Answered by AI
  • Q3. Asked about academic project what is your role on these project
  • Q4. Based on resume asked questions and mostly asked the oops and c++ concept
Round 3 - HR 

(1 Question)

  • Q1. Based on resume and asked weakness ,strength

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good my friend selected
Prepare for c++ and oops basic concept
Resume based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Spring MVC vs Spring Boot
  • Ans. 

    Spring MVC is a framework for building web applications using the Model-View-Controller design pattern, while Spring Boot is an opinionated framework for quickly building production-ready applications.

    • Spring MVC is more customizable and requires more configuration compared to Spring Boot.

    • Spring Boot provides a set of defaults and auto-configuration options to simplify development.

    • Spring Boot is ideal for microservices ...

  • Answered by AI
  • Q2. Collection and it's benefits
  • Ans. 

    Collections are data structures that store and organize multiple elements.

    • Collections allow for efficient storage and retrieval of data

    • They provide various operations for manipulating the data, such as adding, removing, and searching for elements

    • Examples of collections include arrays, lists, sets, and maps

  • Answered by AI

Skills evaluated in this interview

TeraSoftware Interview FAQs

How many rounds are there in TeraSoftware interview?
TeraSoftware interview process usually has 1-2 rounds. The most common rounds in the TeraSoftware interview process are Technical, Aptitude Test and HR.
How to prepare for TeraSoftware 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 TeraSoftware. The most common topics and skills that interviewers at TeraSoftware expect are CSS3, Docker, Go, HR and Html5.
What are the top questions asked in TeraSoftware interview?

Some of the top questions asked at the TeraSoftware interview -

  1. DIFFERENCE BETWEEN UDP AND ...read more
  2. IP ADDRESS CLASSIFICAT...read more

Tell us how to improve this page.

TeraSoftware Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

JK Tech Interview Questions
3.6
 • 36 Interviews
Karvy Innotech Interview Questions
2.9
 • 28 Interviews
CS Tech AI Interview Questions
4.0
 • 27 Interviews
F5 Networks Interview Questions
3.7
 • 23 Interviews
View all

TeraSoftware Reviews and Ratings

based on 74 reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.0

Salary

3.4

Job security

3.4

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 74 Reviews and Ratings
Network Engineer
47 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Software Engineer
21 salaries
unlock blur

₹3 L/yr - ₹6.9 L/yr

MIS Executive
11 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Software Developer
9 salaries
unlock blur

₹4.2 L/yr - ₹5.4 L/yr

Zonal Manager
7 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Explore more salaries
Compare TeraSoftware with

JK Tech

3.6
Compare

Kellogg Brown and Root

4.2
Compare

CS Tech AI

4.0
Compare

Karvy Innotech

2.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview