Upload Button Icon Add office photos

Filter interviews by

Trident Information Systems Data Scientist Interview Questions and Answers

Updated 6 May 2024

Trident Information Systems Data Scientist Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Python string , array,

Round 2 - Technical 

(2 Questions)

  • Q1. Computer vision, data science
  • Q2. What padding,convolution,maxpooling,activation function

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly about projects ml, nlp, python code would be asked
Round 2 - Technical 

(1 Question)

  • Q1. It would be focused on technical stuff in detail ml, nlp, deployments etc
Round 3 - HR 

(1 Question)

  • Q1. Organisation fit
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is overfitting in machine learning?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor performance on unseen data as the model fails to generalize well.

    • Techniques to prevent overfitting include cross-validation, regularization, and early stopping.

    • ...

  • Answered by AI
  • Q2. Overfitting accurs when a model learns the details.......etc
  • Ans. 

    Overfitting occurs when a model learns the details and noise in the training data to the extent that it negatively impacts the model's performance on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor generalization and high accuracy on training data but low accuracy on new data.

    • Techniques to prevent overfitting include cross-validation, regularization, and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company before interview.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Assignment 

Based on my CV, they assigned me a task related to data migration.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project reviews
  • Q2. Attendance regarding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(2 Questions)

  • Q1. What experience do you have in this role?
  • Q2. What tools or technologies are you comfortable using?
  • Ans. 

    I am proficient in various data analysis tools, including Excel, SQL, Python, and visualization software like Tableau.

    • Excel: Advanced functions, pivot tables, and data visualization.

    • SQL: Writing complex queries for data extraction and manipulation.

    • Python: Utilizing libraries like Pandas and NumPy for data analysis.

    • Tableau: Creating interactive dashboards for data visualization.

    • R: Statistical analysis and data visualiza

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow Up – A simple follow-up email can increase your chances of getting hired.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the pivot table in Excel
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Allows users to summarize and analyze large datasets

    • Can easily reorganize data by dragging and dropping fields

    • Provides options to calculate sums, averages, counts, etc. for data

    • Helps in creating interactive reports and charts

    • Useful for identifying trends and patterns in data

  • Answered by AI
  • Q2. A pivot table is used to summarize...........etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - "tailor your resume for each job application."

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 

(2 Questions)

  • Q1. No question was asked
  • Q2. Same as above, zero questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just for the compulsary internship scenerio, you can take it. Although, you will learn, but it is a sort of class, you aren't very encouraged to apply your knowledge much.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - CV shortlist 

(2 Questions)

  • Q1. Why do we hire you?
  • Ans. 

    I have a strong background in data analysis, machine learning, and problem-solving skills that make me a valuable asset to your team.

    • Extensive experience in data analysis and machine learning techniques

    • Proven track record of solving complex problems using data-driven approaches

    • Strong communication and collaboration skills demonstrated through team projects and internships

  • Answered by AI
  • Q2. What contributions should you make?
  • Ans. 

    As a Data Science Intern, I should contribute by analyzing data, developing models, and providing insights to drive decision-making.

    • Analyze data to identify trends and patterns

    • Develop predictive models to forecast outcomes

    • Provide actionable insights to stakeholders

    • Contribute to data-driven decision-making processes

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the full form of ETL?
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • ETL stands for Extract, Transform, Load

    • Extract: Involves extracting data from various sources such as databases, applications, and files

    • Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...

  • Answered by AI
  • Q2. ETL Full form is Exact, Transform, Load.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay persistent, network, actively, continuously upgrade your skills."
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is rmse,mse?
  • Ans. 

    RMSE and MSE are metrics used to measure the accuracy of predictive models by quantifying the difference between predicted and actual values.

    • MSE (Mean Squared Error) is the average of the squares of the errors, calculated as: MSE = (1/n) * Σ(actual - predicted)².

    • RMSE (Root Mean Squared Error) is the square root of MSE, providing error in the same units as the target variable: RMSE = √MSE.

    • Example: If actual values are [...

  • Answered by AI
  • Q2. What is the application of lasso regression?
  • Ans. 

    Lasso regression is used for feature selection and regularization in predictive modeling, enhancing model interpretability.

    • Feature selection: Lasso can shrink some coefficients to zero, effectively selecting a simpler model.

    • Regularization: It helps prevent overfitting by adding a penalty for larger coefficients.

    • High-dimensional data: Particularly useful in scenarios with many predictors, like genomics.

    • Example: In a dat...

  • Answered by AI
  • Q3. How does supervised Ml is different from unsupervised ML
  • Ans. 

    Supervised ML uses labeled data for training, while unsupervised ML identifies patterns in unlabeled data.

    • Supervised ML requires labeled data (e.g., predicting house prices based on features).

    • Unsupervised ML works with unlabeled data (e.g., clustering customers based on purchasing behavior).

    • Supervised ML is used for classification and regression tasks.

    • Unsupervised ML is used for clustering and association tasks.

    • Example...

  • Answered by AI

Trident Information Systems Interview FAQs

How many rounds are there in Trident Information Systems Data Scientist interview?
Trident Information Systems interview process usually has 2 rounds. The most common rounds in the Trident Information Systems interview process are Coding Test and Technical.
What are the top questions asked in Trident Information Systems Data Scientist interview?

Some of the top questions asked at the Trident Information Systems Data Scientist interview -

  1. What padding,convolution,maxpooling,activation funct...read more
  2. Computer vision, data scie...read more

Tell us how to improve this page.

Trident Information Systems Data Scientist Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all
Trident Information Systems Data Scientist Salary
based on 8 salaries
₹4.3 L/yr - ₹18.2 L/yr
27% less than the average Data Scientist Salary in India
View more details
Technical Consultant
67 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Associate Technical Consultant
56 salaries
unlock blur

₹1.8 L/yr - ₹6.5 L/yr

Functional Consultant
18 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Navision Technical Consultant
11 salaries
unlock blur

₹3 L/yr - ₹11.7 L/yr

Senior Functional Consultant
10 salaries
unlock blur

₹8.5 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Trident Information Systems with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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