Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Total AI Systems Team. If you also belong to the team, you can get access from here

Total AI Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Total AI Systems Interview Questions and Answers

Updated 9 Oct 2024

Total AI Systems Interview Experiences

Popular Designations

6 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

HR screening round which was 15 min

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process was too longer than I expected taking almost 2 months

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Team Manager Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

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

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. An example which challanged u
  • Ans. 

    Managing a team with conflicting personalities and work styles.

    • Identifying the root cause of conflicts within the team

    • Implementing strategies to improve communication and collaboration

    • Mediating disputes and finding common ground for all team members

  • Answered by AI
Round 2 - Assignment 

To be decided i am yet to clear

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

They use test gorilla for screening mostly PHP, MySQL, HTML, and javascript

Round 3 - HR 

(2 Questions)

  • Q1. Basically about work background and have to sign some documents
  • Q2. How much do you expect

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

I applied via Indeed and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Project-oriented questions. Real-time problem-solving questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Answers should be on point, Not too lengthy not too short. For that, you need to prepare your skills and organize your answers. Mainly, focus on the skillsets mentioned in JD.

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Find Permutation Problem Statement Given an integer N, determine an array of size 2 * N that satisfies the following conditions: Each number from 1 to N appears exactly twice in the array. The distance between the second and first occurren... read more
View answer (1)

Total AI Systems interview questions for popular designations

 Machine Learning Engineer

 (2)

 Software Developer

 (1)

 Test Engineer

 (1)

 Team Manager

 (1)

Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2021

I applied via Indeed and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is MVC? A scenario was given and was asked to explain how it should work effectively.
  • Q2. Logical question from array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was cool, and he really tried to keep me stress free and he did not make me feel nervous. Interview was in very friendly environment. I was selected at the end.

I applied via Indeed and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Are you familiar with Decision tree and Random Forest ?
  • Ans. 

    Yes, Decision tree is a supervised learning algorithm and Random Forest is an ensemble learning method.

    • Decision tree is a tree-like model where each internal node represents a test on an attribute, each branch represents the outcome of the test, and each leaf node represents a class label.

    • Random Forest is a collection of decision trees where each tree is built using a random subset of the training data and a random sub...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions were tricky but not hard to answer if you have good experience. Mostly it was related to algorithm and underlying logic behind using that particular algorithm.

Skills evaluated in this interview

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Find Permutation Problem Statement Given an integer N, determine an array of size 2 * N that satisfies the following conditions: Each number from 1 to N appears exactly twice in the array. The distance between the second and first occurren... read more
View answer (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Project Description as per resume.
  • Q2. What is BERT? Explain the architecture
  • Ans. 

    BERT is a pre-trained natural language processing model developed by Google.

    • Bidirectional Encoder Representations from Transformers

    • Utilizes transformer architecture with attention mechanisms

    • Pre-trained on large corpus of text data for various NLP tasks

    • Fine-tuned for specific tasks like text classification, question answering, etc.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Stats questions
  • Q2. Basic ML questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is evaluation Matrix for classification
  • Ans. 

    Evaluation metrics for classification are used to assess the performance of a classification model.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the proportion of correctly classified instances out of the total instances.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive p...

  • Answered by AI
  • Q2. What L1 and L2 regression
  • Ans. 

    L1 and L2 regression are regularization techniques used in machine learning to prevent overfitting.

    • L1 regression adds a penalty equivalent to the absolute value of the magnitude of coefficients.

    • L2 regression adds a penalty equivalent to the square of the magnitude of coefficients.

    • L1 regularization can lead to sparse models, while L2 regularization tends to shrink coefficients towards zero.

    • L1 regularization is also know...

  • Answered by AI
  • Q3. Explain random forest algorithm
  • Ans. 

    Random forest is an ensemble learning algorithm that builds multiple decision trees and combines their predictions.

    • Random forest creates multiple decision trees using bootstrapping and feature randomization.

    • Each tree in the random forest is trained on a subset of the data and features.

    • The final prediction is made by averaging the predictions of all the trees (regression) or taking a majority vote (classification).

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about self
  • Ans. 

    I am a dedicated and passionate Machine Learning Engineer with a strong background in computer science and data analysis.

    • Experienced in developing machine learning models for various applications

    • Proficient in programming languages such as Python, R, and Java

    • Skilled in data preprocessing, feature engineering, and model evaluation

    • Strong understanding of algorithms and statistical concepts

    • Excellent problem-solving and ana

  • Answered by AI
  • Q2. Questions about salary discuss

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical, Verbal, reasoning 90 mins

Round 2 - Technical 

(2 Questions)

  • Q1. ML algorithms and Explain it?
  • Q2. Print even numbers in for loop?

Total AI Systems Interview FAQs

How many rounds are there in Total AI Systems interview?
Total AI Systems interview process usually has 2 rounds. The most common rounds in the Total AI Systems interview process are Aptitude Test, HR and Resume Shortlist.
How to prepare for Total AI Systems 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 Total AI Systems. The most common topics and skills that interviewers at Total AI Systems expect are PHP, Codeigniter, Javascript, MySQL and Bootstrap.
What are the top questions asked in Total AI Systems interview?

Some of the top questions asked at the Total AI Systems interview -

  1. Are you familiar with Decision tree and Random Fores...read more
  2. An example which challange...read more
  3. What is MVC? A scenario was given and was asked to explain how it should work e...read more

Tell us how to improve this page.

Total AI Systems Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
CGS Interview Questions
3.6
 • 25 Interviews
View all

Total AI Systems Reviews and Ratings

based on 26 reviews

3.7/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

3.2

Salary

2.8

Job security

3.3

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 26 Reviews and Ratings
Softwaretest Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI/UX Designer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

PHP Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Total AI Systems with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

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