Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Tata Institute of Social Sciences Software Engineer Interview Questions and Answers

Updated 30 Sep 2024

Tata Institute of Social Sciences Software Engineer Interview Experiences

1 interview found

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

I applied via Indeed and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are rest api
  • Ans. 

    REST API stands for Representational State Transfer Application Programming Interface, used for communication between software systems.

    • REST API is a set of rules and conventions for building and interacting with web services.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • REST APIs are stateless, meaning each request from a client to the server must contain all the information neede

  • Answered by AI
  • Q2. What are the project key role
  • Ans. 

    Project key roles are essential positions within a project team responsible for specific tasks and deliverables.

    • Project Manager: oversees the project from initiation to completion

    • Software Engineer: responsible for developing and implementing software solutions

    • Quality Assurance Analyst: ensures the quality of the software through testing

    • Business Analyst: gathers and analyzes requirements from stakeholders

    • UI/UX Designer:...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Asked for excel test and tested my email etiquette .

Round 3 - HR 

(2 Questions)

  • Q1. Where do you stay
  • Q2. How do you travel

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on communication and be confident answer wisely
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Previous experiences
Round 2 - Technical 

(1 Question)

  • Q1. Excellency in operating systems
  • Ans. 

    Excellency in operating systems is crucial for an Assistant Manager role as it involves overseeing system operations and troubleshooting issues.

    • Proficiency in various operating systems such as Windows, macOS, and Linux

    • Experience in managing system updates, installations, and configurations

    • Ability to troubleshoot system issues and provide technical support to users

    • Knowledge of security protocols and data protection meas...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Skills evaluated in this interview

Interview Questions & Answers

National Institute of Fashion Technology user image Anonymous

posted on 10 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad 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 Resume tips
Round 2 - Aptitude Test 

MCQs general english, maths, analytical, general ability

Round 3 - Assignment 

A mock teaching drill, a write up on the given topic and personal interview

Interview Preparation Tips

Interview preparation tips for other job seekers - If u have contacts with an IAS Or some politician or you are from NID/ NIFT then u stand a chance

Interview Questions & Answers

National Institute of Fashion Technology user image Anonymous

posted on 8 Oct 2021

I applied via Walk-in and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About family.. My past experience, my preference of centre... Course and subjects of interest..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself.. Wear comfortable and simply clothes... Carry all your files and papers..

I applied via Shine and was interviewed in Mar 2022. There were 7 interview rounds.

Round 1 - Aptitude Test 

We can interact with blooming up Designers.

Round 2 - Technical 

(1 Question)

  • Q1. What is Innovation ,Creative , GD .Most Creative Idea
Round 3 - Case Study 

Women Power, why world is leading to 3 world war. What is NEtO Power.

Round 4 - Aptitude Test 
Round 5 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all GD tips
Round 6 - Aptitude Test 

5pt to each member four rounds

Round 7 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - we should help the up coming Designers.
We should guide them.

Interview Questions & Answers

National Institute of Fashion Technology user image Anonymous

posted on 13 Oct 2022

I applied via Company Website and was interviewed in Sep 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 Resume tips
Round 2 - Normal 

(2 Questions)

  • Q1. What is fashion designing ❓
  • Ans. Fashion designing is a art of sketching.
  • Answered Anonymously
  • Q2. What else do you know ❓
  • Ans. I know embroidery Mandala painting Madhubani painting craft work
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - According to me people who are finding jobs for fashion technology please do course of fashion designing learn interior drawing stitching and learn something extra like embroidery Mandala painting and Madhubani painting.

Interview Questionnaire 

5 Questions

  • Q1. 1. Questions on conditional probability
  • Q2. 2. How to obtain minimum value of a function without using derivatives.
  • Ans. 

    To obtain minimum value of a function without using derivatives, use methods like bisection, golden section search, or simulated annealing.

    • Bisection method involves repeatedly dividing the interval in half and checking which half contains the minimum value.

    • Golden section search is similar to bisection but uses a fixed ratio to divide the interval.

    • Simulated annealing is a probabilistic method that randomly explores the

  • Answered by AI
  • Q3. 3. A simple problem on linear property.
  • Q4. 4. How to define 3 dimensional array using MATLAB or python. Obtaining maximum from matrix elements.
  • Ans. 

    To define 3D array in MATLAB or Python, use array indexing. To obtain maximum from matrix elements, use max() function.

    • In MATLAB, use array indexing with three dimensions: A(x,y,z)

    • In Python, use numpy library to create 3D array: np.array([[[1,2],[3,4]],[[5,6],[7,8]]])

    • To obtain maximum from matrix elements, use max() function: max(A)

    • In Python, use np.max() function to obtain maximum from matrix elements

  • Answered by AI
  • Q5. 5. How to get median of a data sequence
  • Ans. 

    To get the median of a data sequence, sort the data and find the middle value.

    • Sort the data sequence in ascending or descending order

    • If the sequence has an odd number of values, the median is the middle value

    • If the sequence has an even number of values, the median is the average of the two middle values

    • Example: For the sequence [3, 1, 4, 2, 5], sort it to [1, 2, 3, 4, 5] and the median is 3

    • Example: For the sequence [3,...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic mathematics probability
  • Q2. Basic coding implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Must apply for research
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 - One-on-one 

(1 Question)

  • Q1. What is research? What is reliability?
  • Ans. 

    Research is a systematic investigation to discover new knowledge or validate existing knowledge. Reliability refers to the consistency and stability of research findings.

    • Research involves collecting and analyzing data to answer a specific question or solve a problem

    • It is a systematic and organized process that follows a set of procedures and methods

    • Reliability refers to the consistency and stability of research finding...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, perform well, have clear knowledge on the content
Contribute & help others!
anonymous
You can choose to be anonymous

Tata Institute of Social Sciences Interview FAQs

How many rounds are there in Tata Institute of Social Sciences Software Engineer interview?
Tata Institute of Social Sciences interview process usually has 1 rounds. The most common rounds in the Tata Institute of Social Sciences interview process are Technical.

Recently Viewed

LIST OF COMPANIES

N L Dalmia Institute Management Studies Research

Overview

INTERVIEWS

L&T Technology Services

No Interviews

SALARIES

N L Dalmia Institute Management Studies Research

SALARIES

N L Dalmia Institute Management Studies Research

INTERVIEWS

Tata Institute of Social Sciences

No Interviews

SALARIES

N L Dalmia Institute Management Studies Research

No Salaries

COMPANY BENEFITS

N L Dalmia Institute Management Studies Research

No Benefits

JOBS

L&T Technology Services

No Jobs

REVIEWS

N L Dalmia Institute Management Studies Research

No Reviews

INTERVIEWS

IIFC

No Interviews

Tell us how to improve this page.

Tata Institute of Social Sciences Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Tata Institute of Social Sciences Software Engineer Salary
based on 5 salaries
₹7.2 L/yr - ₹7.7 L/yr
11% less than the average Software Engineer Salary in India
View more details
Counsellor
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Social Worker
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Account Assistant
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Assistant
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tata Institute of Social Sciences with

Indian Institute of Management

3.7
Compare

Xavier School

3.1
Compare

National Institute of Fashion Technology

3.6
Compare

Indian School of Business

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent