Upload Button Icon Add office photos

Filter interviews by

TA Netgables Interview Questions and Answers

Updated 10 Feb 2025

TA Netgables Interview Experiences

Popular Designations

6 interviews found

Interview Questions & Answers

user image Anonymous

posted on 5 Jan 2025

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

(5 Questions)

  • Q1. Print * in pho
  • Q2. Basic oops voncept
  • Q3. What is class in php
  • Ans. 

    Class in PHP is a blueprint for creating objects, allowing for encapsulation, inheritance, and polymorphism.

    • Classes are defined using the 'class' keyword followed by the class name.

    • Properties and methods are defined within a class.

    • Objects are instances of a class, created using the 'new' keyword.

    • Classes can inherit properties and methods from other classes using the 'extends' keyword.

    • Encapsulation allows for data hidin...

  • Answered by AI
  • Q4. What is abstract class in php?
  • Ans. 

    Abstract class in PHP is a class that cannot be instantiated and is meant to be extended by other classes.

    • Cannot be instantiated directly

    • Contains one or more abstract methods that must be implemented by child classes

    • Can have non-abstract methods as well

  • Answered by AI
  • Q5. What is trait in php
  • Ans. 

    A trait in PHP is a group of methods that can be used in multiple classes.

    • Traits allow for code reuse in PHP by enabling multiple classes to use the same methods.

    • A class can use multiple traits, providing a way to mix functionality from different sources.

    • Traits are declared using the 'trait' keyword in PHP.

    • Example: trait Logger { public function log($message) { echo $message; } }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic oops concept

Interview Questions & Answers

user image ISHAN GOEL

posted on 10 Sep 2024

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

(1 Question)

  • Q1. Write a program to identify pallindromic string
  • Ans. 

    Program to identify palindromic strings in an array

    • Iterate through each string in the array

    • Check if the string is equal to its reverse

    • If it is, then it is a palindrome

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Coding and decoding, direction, LCM, time distance

Round 3 - Coding Test 

Opps, collection, thread,sql, abstraction, encapsulation,inheritance, object

Round 4 - Technical 

(4 Questions)

  • Q1. Opps,SQL, CSS, html, MySQL
  • Q2. Based on Java and css html
  • Q3. Java,SQL, css-html, MySQL
  • Q4. Java, SQL css-html MySQL

Interview Preparation Tips

Interview preparation tips for other job seekers - I am good in java
Good in css-html
Good in SQL
Good in mysql

Java Developer Trainee Interview Questions asked at other Companies

Q1. What are 4 pillors of oops concept? And explain them with example.
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2024

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

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mathematics , apti, 40 questions including cofing

Round 2 - Coding Test 

Fabu series solve it on paper

Round 3 - Technical 

(1 Question)

  • Q1. Opps sql and basic programming questions

TA Netgables interview questions for popular designations

 Software Development Engineer

 (1)

 Java Developer Trainee

 (1)

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

I appeared for an interview before Feb 2024.

Round 1 - Assignment 

A typical employee hierarchy tool has to be made.

Round 2 - Technical 

(1 Question)

  • Q1. Basic dsa questions

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2022

I applied via Naukri.com and was interviewed in Dec 2021. 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 - One-on-one 

(1 Question)

  • Q1. Regarding Sql questions like store procedures,performance tunning ,views

Interview Preparation Tips

Interview preparation tips for other job seekers - More focused on sql and store rocedured

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ on computer fundamentals

Round 2 - Coding Test 

5 DSA questions medium , hard lvl

Round 3 - Technical 

(3 Questions)

  • Q1. About myself and my project overview
  • Q2. Oops , Abstraction in detail and mysql and nosql diff
  • Q3. DSA questions on Array , Graph and DP
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

50 questions should be answered in 45 minutes. They include Aptitude, OS, Pseudo codes, micro processors etc

Round 2 - Coding Test 

5 questions will be given 1 easy 2 med 2 hard. Atleast 3 and more should be done

Round 3 - Technical 

(2 Questions)

  • Q1. This is the only interview. No HR will be there. Mostly about the one of the codes that have given in the second round. Some technical questions include oops concepts, SQL etc
  • Q2. Why do we use JS for Web development Why not Python?
  • Ans. 

    JS is used for web development due to its compatibility with browsers, asynchronous capabilities, and large community support.

    • JavaScript is the only language that can be executed in the browser, making it essential for client-side scripting.

    • JS has asynchronous capabilities, allowing for non-blocking operations which are crucial for web development.

    • There is a large community of developers using JS for web development, p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at coding if you want to get into this company.

Skills evaluated in this interview

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 Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

50 questions were given and we were supposed to solve it in 45 mins. But from what I've heard only 12 students made it to the next round.

Round 2 - Coding Test 

Didn't qualify but it consisted of leetcode medium-hard questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep exploring other options. Good luck
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prepare well for coding question based on leetocde medium level and hard level.try to understand code you write , they ask questions from coding round also

Round 2 - Technical 

(2 Questions)

  • Q1. Tell about your brief introduction
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Developed web applications

  • Answered by AI
  • Q2. About the porjects and internships you have done, how you implemented

TA Netgables Interview FAQs

How many rounds are there in TA Netgables interview?
TA Netgables interview process usually has 2-3 rounds. The most common rounds in the TA Netgables interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for TA Netgables 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 TA Netgables. The most common topics and skills that interviewers at TA Netgables expect are Javascript, Linux, C++, Data Structures and Python.
What are the top questions asked in TA Netgables interview?

Some of the top questions asked at the TA Netgables interview -

  1. What is abstract class in p...read more
  2. Write a program to identify pallindromic str...read more
  3. What is class in ...read more

Tell us how to improve this page.

TA Netgables Interview Process

based on 7 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

Deltax Interview Questions
2.7
 • 85 Interviews
Practo Interview Questions
3.1
 • 74 Interviews
Wayfair Interview Questions
3.6
 • 57 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
View all

TA Netgables Reviews and Ratings

based on 27 reviews

4.0/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

4.2

Salary

3.9

Job security

3.8

Company culture

3.9

Promotions

3.8

Work satisfaction

Explore 27 Reviews and Ratings
Software Developer
54 salaries
unlock blur

₹1 L/yr - ₹8.4 L/yr

Software Engineer
15 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Software Development Engineer
15 salaries
unlock blur

₹4.8 L/yr - ₹22 L/yr

DOT NET Developer
7 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

fresher
7 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Explore more salaries
Compare TA Netgables with

Amazon Sellers Services

4.0
Compare

Primus Global Technologies

3.9
Compare

GAMMON INDIA

3.8
Compare

Practo

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