Upload Button Icon Add office photos

Filter interviews by

Trainity Interview Questions and Answers

Updated 25 Feb 2025
Popular Designations

Trainity Interview Experiences

7 interviews found

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

I appeared for an interview in Jan 2025.

Round 1 - Assignment 

Good and comfortable

Round 2 - HR 

(2 Questions)

  • Q1. What is coding and explain
  • Ans. 

    Coding is the process of creating instructions for a computer to execute a specific task.

    • Coding involves writing lines of code using programming languages like Python, Java, or C++

    • The code is then compiled or interpreted by a computer to perform the desired actions

    • Coding is used to create software, websites, apps, and automate tasks

  • Answered by AI
  • Q2. What are systems
  • Ans. 

    Systems are a set of interconnected components working together to achieve a specific goal.

    • Systems consist of inputs, processes, outputs, and feedback loops.

    • They can be physical (e.g. a computer system) or abstract (e.g. an organizational system).

    • Systems can be open (interact with their environment) or closed (self-contained).

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

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

Round 1 - Assignment 

They gave assignment to test

Round 2 - Coding Test 

SQL,Power BI 30 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Case Study 

Netflix Case study- analysis and visualization with real datasets

Round 2 - project 

(1 Question)

  • Q1. Had to work on 4 real-life projects and complete them within the given deadline

Interview Preparation Tips

Interview preparation tips for other job seekers - They focus more on execution rather than theoretical knowledge, so you should have practical experience in your field

Intern Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2024

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

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

Round 1 - Case Study 

Case study related Data Analytics

Round 2 - HR 

(1 Question)

  • Q1. Describe yourself , travelling related questions

Data Analyst Trainee Interview Questions & Answers

user image SHIVAM CHOUDHURY

posted on 11 Sep 2023

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

I applied via Referral and was interviewed in Aug 2023. 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 

It was simple like tell me about yourself? And why you joined?

Round 3 - Case Study 

Case study was provided based on which you have to tell your findings

Interview Preparation Tips

Topics to prepare for Trainity Data Analyst Trainee interview:
  • Data Analytics
Interview preparation tips for other job seekers - They don't have any kind of interview round while applying but after completion of projects they have a graduation interview
Questions that i was asked were
1. Describe entire project(they will give one project from the works you completed)
2. Case study(I was given a case study about retail store)
3. Some basic questions like
(1. What is outliers?
2.Tell any three queries to sort in Sql
3. Tell any three functions to find NULL values in SQL
4. Difference between Graphs and uses)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Rolling average
Round 2 - Case Study 

Situation based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete assignments on time

I applied via Approached by Company

Round 1 - You just have to join their sess 

(2 Questions)

  • Q1. 1.No interview will happend. If you want to work as a Trainee you just have to join their session, pay the money and go on live on you dashboard, start working with the project, complete it within 100 days...
  • Ans. Yeah this is a great opportunity to start yoir career as a Data Analyst. Because you may not have any idea about what kind of project a data analyst do. So you will eventually comes to know. Some projects may give you stress but trust me you will love the work.
  • Answered Anonymously
  • Q2. In the starting session they will ask you whether you want to join as a Data Analyst or Data Scientist
  • Ans. You choose wisely. If you are new to this data mining then choose Data Analyst. But if you're experienced then choose Data Scientist
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just complete your project as soon as possible because if they find any error or plagiarism in your work they will bounce back the project to you and you have to solve it again. So don't copy your project from any where, do it yourself and complete it asap.
Are these interview questions helpful?

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Trainity?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 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 - Pseudo code, verbal, gaming 

(1 Question)

  • Q1. Questions will be related to ds, pseudo code and logical reasoning
Round 3 - Technical 

(6 Questions)

  • Q1. Tell me about yourself
  • Q2. Exceptional handling in java
  • Ans. 

    Exceptional handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Java provides try-catch blocks to handle exceptions

    • Multiple catch blocks can be used to handle different types of exceptions

    • Finally block is used to execute code regardless of whether an exception is thrown or not

  • Answered by AI
  • Q3. Primary key, unique key, candidate key in sql
  • Q4. Oops concepts in java
  • Ans. 

    Oops concepts are fundamental to Java programming and include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of a class and only exposes necessary information.

    • Abstraction focuses on t...

  • Answered by AI
  • Q5. Memory management and hash map in java
  • Ans. 

    Memory management and hash map are important concepts in Java programming.

    • Memory management is the process of allocating and deallocating memory in a program.

    • Java uses automatic memory management through garbage collection.

    • Hash map is a data structure that stores key-value pairs and uses hashing to retrieve values efficiently.

    • Java's HashMap class implements the Map interface and provides constant-time performance for b...

  • Answered by AI
  • Q6. List all languages in sql
  • Ans. 

    List of SQL languages

    • MySQL

    • Oracle

    • PostgreSQL

    • Microsoft SQL Server

    • SQLite

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Data Analyst Intern interview:
  • Pseudo code
  • Data Structures
  • Any programming language
  • MySQL
Interview preparation tips for other job seekers - Technical assessment consists of four rounds data structure and pseudo code, logical ability, gaming and finally behavioral questions each round is an elimination round
Once clearing it we get mail regarding tr round
Interviewer asked questions related to skills I mentioned in resume
Don't lie in resume
They can easily find out
After 20 days i got message that i got selected
Go through capgemini technical assessment video in YouTube
To get better understanding

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2021. 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 - Psudo code round, verbal, gaming 

(1 Question)

  • Q1. Question from pseudo code, ds and grammar are asked
Round 3 - Technical 

(8 Questions)

  • Q1. Tell me about yourself
  • Q2. Exception handling in java
  • Ans. 

    Exception handling in Java allows for the handling of errors and exceptions that may occur during program execution.

    • Java provides try-catch blocks to handle exceptions.

    • The try block contains the code that may throw an exception.

    • The catch block catches and handles the thrown exception.

    • Multiple catch blocks can be used to handle different types of exceptions.

    • The finally block is optional and is executed regardless of whe...

  • Answered by AI
  • Q3. Memory management in java
  • Ans. 

    Memory management in Java involves automatic garbage collection and manual memory allocation.

    • Java uses automatic garbage collection to free up memory

    • Developers can manually allocate memory using the 'new' keyword

    • Java also has a 'finalize' method to clean up resources before garbage collection

    • Memory leaks can occur if objects are not properly released

  • Answered by AI
  • Q4. What is Hash map in java
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows fast retrieval of values based on keys.

    • Hash map uses hashing to store and retrieve values based on keys

    • It allows null values and null keys

    • It is not synchronized and not thread-safe

    • Example: HashMap<String, Integer> map = new HashMap<>();

    • map.put("apple", 1); int value = map.get("apple");

  • Answered by AI
  • Q5. Primary key and candidate key difference
  • Ans. 

    Primary key uniquely identifies a record while candidate key can also uniquely identify a record but may not be chosen as primary key.

    • Primary key is a column or set of columns that uniquely identifies each record in a table

    • Candidate key is a column or set of columns that can also uniquely identify each record in a table

    • A table can have multiple candidate keys but only one primary key

    • Primary key cannot have null values ...

  • Answered by AI
  • Q6. Super key and foreign key difference
  • Ans. 

    Super key is a set of attributes that uniquely identifies a record, while foreign key is a reference to a primary key in another table.

    • Super key is a combination of one or more attributes that uniquely identifies a record in a table.

    • Foreign key is a field in a table that refers to the primary key of another table.

    • Super key can have additional attributes that are not necessary for uniqueness.

    • Foreign key establishes a re...

  • Answered by AI
  • Q7. List all languages in Sql and explain
  • Ans. 

    List of SQL languages and their brief explanation

    • SQL (Structured Query Language) is a standard language for managing relational databases

    • T-SQL (Transact-SQL) is a proprietary extension of SQL used by Microsoft SQL Server

    • PL/SQL (Procedural Language/Structured Query Language) is Oracle Corporation's proprietary extension of SQL

    • MySQL is an open-source relational database management system that uses SQL

    • PostgreSQL is an ope...

  • Answered by AI
  • Q8. And some questions related to project

Interview Preparation Tips

Topics to prepare for Capgemini Data Analyst Intern interview:
  • SQL Server
  • Java
  • Python
Interview preparation tips for other job seekers - My interview process :
First I registered myself in the link provided by the college and then I got mail for attending technical assessment, It consists of four rounds namely Data Structure& Pseudo Code, logical ability,gaming round and finally Behavioral questions round each round is elimination after clearing all those rounds.I was assigned to attend my technical interview after clearing that I got a message in Capgemini what's up saying ,I am selected to be a part of Capgemini Technology Service India Limited .
Don't lie in resume
Before attending any exam see related videos in YouTube to perform better

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 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 

Aptitude test was the basics asked in every exam

Round 3 - Technical 

(2 Questions)

  • Q1. What is difference between 4stroke and 2 stroke engine?
  • Ans. 

    4-stroke engines have 4 strokes per cycle, while 2-stroke engines have 2 strokes per cycle.

    • 4-stroke engines are more fuel-efficient and produce less pollution than 2-stroke engines.

    • 2-stroke engines are simpler and lighter than 4-stroke engines.

    • 4-stroke engines have separate intake, compression, power, and exhaust strokes, while 2-stroke engines combine intake and compression, and power and exhaust strokes.

    • Examples of 4...

  • Answered by AI
  • Q2. What is a bevel gear? Give an example
  • Ans. 

    A bevel gear is a type of gear used to transmit power between shafts at an angle.

    • Bevel gears have conical shapes and are used to change the direction of rotation.

    • They are commonly used in automobiles, airplanes, and power plants.

    • An example of a bevel gear is the ring and pinion gear in a car's differential.

    • Another example is the bevel gear used in a hand drill to transmit power from the motor to the chuck.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong , be calm and you can crack the interview

Trainity Interview FAQs

How many rounds are there in Trainity interview?
Trainity interview process usually has 2-3 rounds. The most common rounds in the Trainity interview process are Case Study, Resume Shortlist and HR.
What are the top questions asked in Trainity interview?

Some of the top questions asked at the Trainity interview -

  1. What is coding and expl...read more
  2. What are syst...read more
  3. Rolling aver...read more
How long is the Trainity interview process?

The duration of Trainity interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 7 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Trainity Reviews and Ratings

based on 42 reviews

3.6/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.0

Salary

3.0

Job security

3.3

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 42 Reviews and Ratings
Data Analyst Intern
42 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Data Analyst Trainee
41 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Data Analyst
24 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

Intern
4 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Business Analyst
3 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Explore more salaries
Compare Trainity with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview