Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Nettur Technical Training Foundation Trainee Interview Questions and Answers

Updated 23 Feb 2021

Nettur Technical Training Foundation Trainee Interview Experiences

1 interview found

Trainee Interview Questions & Answers

user image Anonymous

posted on 18 Feb 2021

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Whay al not providing job to Nttf pantnagr student
  • Q2. Why vRS given only Nttf student
  • Ans. 

    vRS is given only to NTTF students because of their technical expertise and practical knowledge.

    • vRS is a high-performance variant of Skoda cars.

    • NTTF is a technical training institute that focuses on practical knowledge.

    • Skoda has partnered with NTTF to provide hands-on training to their students.

    • NTTF students have the technical expertise and practical knowledge required to handle high-performance cars like vRS.

    • Skoda bel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ww dont need Fake interview formalities which shown by the NTTF

ServiceNow

Our employees have rated us 4.1 on AmbitionBox

Join a company where our employee's ratings speak volumes.

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 Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Ask about sorting array
Some basic logical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about urself Project More in detail about project
  • Q2. Inheritance based question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. Do you know about sunstone
  • Ans. 

    Sunstone is a type of feldspar mineral that exhibits a unique glittery appearance due to inclusions of hematite or goethite.

    • Sunstone is commonly found in countries like Norway, India, Russia, and the United States.

    • It is often used in jewelry making due to its attractive appearance.

    • Sunstone is believed to have metaphysical properties such as promoting leadership, vitality, and creativity.

  • Answered by AI
  • Q2. What's the salary expectation
  • Q3. Are you comfortable with calling
Round 2 - One-on-one 

(3 Questions)

  • Q1. What do you know about sales
  • Ans. 

    Sales involves the process of selling products or services to customers in exchange for money.

    • Sales is the process of identifying potential customers, understanding their needs, and persuading them to purchase a product or service.

    • It involves building relationships with customers, providing information about products, and closing deals.

    • Sales can be done through various channels such as direct selling, online sales, or ...

  • Answered by AI
  • Q2. How can you convince someone
  • Q3. Comfortable with sales? With calling more that 100 clients?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Internshala and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Can you provide some information about yourself?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Introduction, background, why sales, goals etc
Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction, background, pitch, product knowledge etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 5 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 Resume tips
Round 2 - HR 

(3 Questions)

  • Q1. Normal question about your previous experience
  • Q2. Tell about yourself
  • Q3. Are you flexible with domestic or international clients
Round 3 - Assignment 

Various questions related to sale. How to close a deal. What are the process involved. What is value selling. Difference between marketing and sales

Round 4 - Technical 

(1 Question)

  • Q1. With the operation manager discussion about the process involved in closing a sale. How to understand client requirements. How to streamline the process of selling. How to get referral.how to convince the ...
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join us and where do you see yourself 5 years down the lane
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 3 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is method overloading?
  • Ans. 

    Method overloading is when multiple methods in a class have the same name but different parameters.

    • Allows multiple methods with the same name but different parameters to be defined in a class

    • Parameters can differ in number, type, or order

    • Example: void print(int num) and void print(String text) are overloaded methods

  • Answered by AI
  • Q2. What is method overiding ?
  • Ans. 

    Method overriding is a feature in object-oriented programming that allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • Method overriding is done when a subclass provides a specific implementation for a method that is already defined in its superclass.

    • The method in the subclass must have the same name, return type, and parameters as the method in the superclass.

    • M...

  • Answered by AI
  • Q3. What is sigleton class ?
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They typically have a private constructor to prevent instantiation from outside the class.

    • The class itself usually provides a static method to access the single instance.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What are Oops Pillars?
  • Ans. 

    Oops Pillars are the four main concepts of Object-Oriented Programming: Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundles data and methods into a single unit, protecting data from outside interference.

    • Polymorphism: Allows objects to be treated as instances of their parent class, enabling flexibility in code.

    • ...

  • Answered by AI
  • Q2. What is Dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. About past experiences About koenig solutions
Round 3 - One-on-one 

(1 Question)

  • Q1. About past experiences
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Mar 2024.

Round 1 - Assignment 

Mcq test on c#, sql, Mvc

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce your self?
  • Q2. What is pipeline? Explained in brif?
  • Ans. 

    A pipeline is a series of interconnected steps or stages in a process, where output of one step is input to the next step.

    • Pipeline is commonly used in software development for continuous integration and continuous delivery processes.

    • Each step in the pipeline performs a specific task, such as building, testing, and deploying code.

    • Pipeline automation tools like Jenkins, GitLab CI/CD, and Azure DevOps help in managing and

  • Answered by AI
  • Q3. Explained the dot net framework
  • Ans. 

    The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.

    • Developed by Microsoft

    • Provides a large library of pre-coded solutions

    • Supports multiple programming languages like C#, VB.NET, F#

    • Consists of Common Language Runtime (CLR) and Framework Class Library (FCL)

  • Answered by AI
  • Q4. What Are The Different Components Of DOT-NET?
  • Ans. 

    The different components of DOT-NET include Common Language Runtime (CLR), Framework Class Library (FCL), and ASP.NET.

    • Common Language Runtime (CLR) - provides various services such as memory management, exception handling, and security.

    • Framework Class Library (FCL) - a collection of reusable classes, interfaces, and value types that provide access to system functionality.

    • ASP.NET - a web application framework for buildi...

  • Answered by AI
  • Q5. What Is The Difference Between Abstract Classes And Interfaces In C#?
  • Ans. 

    Abstract classes can have implementation details while interfaces cannot.

    • Abstract classes can have method implementations while interfaces cannot.

    • A class can inherit only one abstract class but can implement multiple interfaces.

    • Abstract classes can have access modifiers on their members while interfaces cannot.

    • Interfaces are used to define a contract for classes to implement.

    • Abstract classes are used to provide a commo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After 1 hour interview they rejected you. Slow process.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about the gist of resume and working experience
  • Q2. Asked about the tools they use and if I've working knowledge of those tools.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do one wanna join the company?
  • Q2. If i'm availabe for three months and what day to day activity would look like.
  • Ans. 

    As a data analyst for three months, I would be responsible for analyzing data, creating reports, and presenting insights to stakeholders.

    • Analyze data to identify trends and patterns

    • Create reports and visualizations to communicate insights

    • Collaborate with stakeholders to understand their needs and provide recommendations

    • Use statistical tools and techniques to validate findings

    • Continuously monitor and improve data qualit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply if your skills matches with the JD and you're good to go.
Contribute & help others!
anonymous
You can choose to be anonymous

Nettur Technical Training Foundation Interview FAQs

What are the top questions asked in Nettur Technical Training Foundation Trainee interview?

Some of the top questions asked at the Nettur Technical Training Foundation Trainee interview -

  1. why vRS given only Nttf stude...read more
  2. Whay al not providing job to Nttf pantnagr stude...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

JOBS

Okta

No Jobs

JOBS

Kong

No Jobs

JOBS

Simplilearn

No Jobs

JOBS

Playto Labs

No Jobs

REVIEWS

GlobalLogic

No Reviews

REVIEWS

GlobalLogic

No Reviews

Tell us how to improve this page.

Nettur Technical Training Foundation Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Nettur Technical Training Foundation Trainee Salary
based on 10 salaries
₹0.6 L/yr - ₹3 L/yr
30% less than the average Trainee Salary in India
View more details

Nettur Technical Training Foundation Trainee Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

4.9

Skill development

3.8

Work-life balance

3.7

Salary

3.2

Job security

4.6

Company culture

3.6

Promotions

3.2

Work satisfaction

Explore 5 Reviews and Ratings
Training Officer
269 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Training Officer
120 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Training Officer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Training Coordinator
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nettur Technical Training Foundation with

Central Tool Room & Training Centre

4.0
Compare

Advanced Training Institutes

3.6
Compare

Institute Design Electrical Measuring Instruments

3.2
Compare

Central Institute of Tool Design

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