Upload Button Icon Add office photos

Filter interviews by

Tata Strive Skill Development Centre Java Full Stack Developer Interview Questions and Answers

Updated 29 Oct 2023

Tata Strive Skill Development Centre Java Full Stack Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Apr 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 

Simple aptitude test

Round 3 - Coding Test 

A little bit tough but not impossible

Round 4 - HR 

(2 Questions)

  • Q1. Simply interview
  • Q2. Tell me about yourself and why u should hire u

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic dsa of languages like c and java

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2022. 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 - One-on-one 

(1 Question)

  • Q1. Related to skills that you have mentioned in your resume.
Round 3 - Aptitude Test 

It's Amcat test having 4 parts which is grammar, logical reasoning, basic mathematics and coding.

Round 4 - One-on-one 

(1 Question)

  • Q1. Another on screening nterview .

Interview Preparation Tips

Topics to prepare for NIIT Software Developer interview:
  • DSA
  • SQL
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is indexing in dbms and oops qrelated questions
  • Q2. Indexing is way to optimize data retrival process

Interview Preparation Tips

Topics to prepare for NIIT Software Developer interview:
  • OOPS
  • SQL
Interview preparation tips for other job seekers - study oops
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

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 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is java? what is database? what is springboot? what is package?
  • Ans. 

    Java is a popular programming language used for developing various applications. Database is a structured collection of data. Spring Boot is a framework for building Java-based applications. Package is a way to organize classes and interfaces in Java.

    • Java is a high-level, object-oriented programming language known for its portability and versatility.

    • Database is a structured collection of data organized for easy access,...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. What you want to change with 2 poor faimily?
  • Q2. What do you think about organic and sustainable agriculture?
  • Ans. 

    I believe in the importance of organic and sustainable agriculture for the health of our planet and future generations.

    • Organic agriculture avoids the use of harmful pesticides and fertilizers, which can contaminate soil and water sources.

    • Sustainable agriculture practices help to preserve natural resources and reduce waste.

    • Supporting local and organic farmers can also have positive impacts on the economy and community.

    • E...

  • Answered by AI
  • Q3. Any experiment have you done on any crop by you?
  • Ans. 

    Yes, I have conducted experiments on tomato plants.

    • I conducted an experiment on the effect of different fertilizers on tomato plant growth.

    • I also experimented with different watering schedules and their impact on tomato yield.

    • I kept detailed records of the growth and yield of each plant to analyze the results.

    • The experiment helped me understand the importance of proper fertilization and watering for crop growth.

  • Answered by AI
  • Q4. Why you want to join Reliance Foundation?

I applied via Job Fair and was interviewed in Mar 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 

(1 Question)

  • Q1. What you have done in Education?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are holding respectful positions like project coordinator, program manager, program officer, or district manager somewhere, I would suggest you not join Bharti Foundation as Academic Mentor or any other position below the state head, just for the sake of a 10-30% hike in your salary, believe me, it will kill your potential, and you will face a lot of difficulties in changing your job, after 2-3 years. You will be instructed to beautify the notice board, make children's clubs and fix posters in school classrooms, get a signed copy of the children's attendance even after distributing sweets to the children, they will require the attendance sheet as proof.
I have shared my tips for 30+ qualified, professional, development experts. Other please join without wasting your time.
If you love working in the field with children, you will definitely love the way Bharti works in the field.

Tips to join:
Good Communication skills
Good Personality
Strong Resume
Knowledge of Working with schools teachers

Thanks

Interview Questionnaire 

1 Question

  • Q1. Any type of questions in data field
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write the program to swipe number

Round 2 - HR 

(2 Questions)

  • Q1. How much salary do you want and what was you last ctc
  • Q2. Tell me about your family

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the code properly and they will ask you to write code on notepad

Tata Strive Skill Development Centre Interview FAQs

How many rounds are there in Tata Strive Skill Development Centre Java Full Stack Developer interview?
Tata Strive Skill Development Centre interview process usually has 4 rounds. The most common rounds in the Tata Strive Skill Development Centre interview process are Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

Tata Strive Skill Development Centre Java Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
46% less than the average Java Full Stack Developer Salary in India
View more details

Tata Strive Skill Development Centre Java Full Stack Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

2.7

Salary

5.0

Job security

2.7

Company culture

3.3

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Facilitator
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Center Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Officer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Soft Skills Trainer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tata Strive Skill Development Centre with

Skill Fillers

3.8
Compare

Mahindra Pride School

3.4
Compare

IL&FS SKILLS

4.3
Compare

Reliance Foundation India

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