Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Trenser Technology Solutions Private Limited Team. If you also belong to the team, you can get access from here
4.4

based on 33 Reviews

Filter interviews by

Trenser Technology Solutions Private Limited Lead Analyst Interview Questions and Answers

Updated 7 Oct 2022

Trenser Technology Solutions Private Limited Lead Analyst Interview Experiences

1 interview found

Lead Analyst Interview Questions & Answers

user image SHILU LEON

posted on 7 Oct 2022

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 

(2 Questions)

  • Q1. Profile and experienjce in detail
  • Q2. Compensation and work related

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be genuine , you can make it, this is the success Mantra

Interview questions from similar companies

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

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There are 150 Mcqs (aptitude + tech+ reasoning) and 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Explain about the projects
Round 3 - HR 

(1 Question)

  • Q1. Explain about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Tiruchirappalli and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

We have given 12 puzzles on hackerearth based on probability and statistics and have to solve in 45 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. There is a biased dice with the probability of 1 and 2 is 25% each. Find the probability of even number.
  • Ans. 

    The probability of rolling an even number on a biased dice with 25% chance for 1 and 2 is 50%.

    • The biased dice has a 25% chance for rolling a 1 and a 25% chance for rolling a 2, totaling 50% for odd numbers.

    • Since there are only two odd numbers on a dice (1 and 2), the probability of rolling an even number is 50%.

    • The probability of rolling an even number on a standard dice is 50% as well, since there are 3 even numbers o

  • Answered by AI
  • Q2. What is the pdf and pmf?
  • Ans. 

    PDF stands for Probability Density Function and PMF stands for Probability Mass Function.

    • PDF is used for continuous random variables while PMF is used for discrete random variables.

    • PDF represents the probability distribution of a continuous random variable.

    • PMF represents the probability distribution of a discrete random variable.

    • Example: PDF can be used to calculate the probability of a random variable falling within a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Probability
  • Statistics
  • Puzzle
Interview preparation tips for other job seekers - Be focused on puzzle based on probability

I applied via Naukri.com and was interviewed in 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 - Technical 

(1 Question)

  • Q1. Related to Role and CV
Round 3 - One-on-one 

(1 Question)

  • Q1. With the client. Current roles and responsibility and technical.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with your basics. Brush up ur technical skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. Difference Between Union and Union All
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates

    • Union combines result sets and removes duplicates

    • Union All combines result sets without removing duplicates

    • Union is slower than Union All as it involves removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;

  • Answered by AI
  • Q2. SQL Execution order
  • Q3. Coalesce function in SQL
  • Ans. 

    Coalesce function in SQL is used to return the first non-null value in a list of expressions.

    • Coalesce function takes multiple parameters and returns the first non-null value.

    • It is commonly used to handle null values in SQL queries.

    • Example: SELECT COALESCE(column_name, 'N/A') FROM table_name;

  • Answered by AI

Skills evaluated in this interview

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

APTITUDE TEST ON MATHEMATICAL QNS

Round 2 - Technical 

(2 Questions)

  • Q1. SPEED AND DISTANCE
  • Q2. PROFIT N LOSS NUMBER SYSTEM
  • Ans. 

    Profit and loss number system is a method used to calculate the financial performance of a business.

    • Profit is the positive difference between revenue and expenses.

    • Loss is the negative difference between revenue and expenses.

    • Net profit is the total profit after deducting all expenses.

    • Net loss is the total loss after deducting all expenses.

    • Profit and loss statement shows the financial performance of a business over a spe

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic 10-15btheorotical question
  • Q2. Join + window funct question

Interview Preparation Tips

Interview preparation tips for other job seekers - prep your advance sql very well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked different variety of puzzles
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. SQL questions, puzzle
  • Q2. Cohort analysis
  • Q3. Guesstimates questions were asked
  • Q4. Project overview
  • Q5. Tableau basicquestions

Trenser Technology Solutions Private Limited Interview FAQs

How many rounds are there in Trenser Technology Solutions Private Limited Lead Analyst interview?
Trenser Technology Solutions Private Limited interview process usually has 2 rounds. The most common rounds in the Trenser Technology Solutions Private Limited interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 800 Interviews
DotPe Interview Questions
3.3
 • 37 Interviews
View all
49% less than the average Lead Analyst Salary in India
View more details

Trenser Technology Solutions Private Limited Lead Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
65 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Software Engineer
56 salaries
unlock blur

₹4.9 L/yr - ₹11.7 L/yr

Lead Engineer
32 salaries
unlock blur

₹8.5 L/yr - ₹17.2 L/yr

Softwaretest Engineer
14 salaries
unlock blur

₹3.1 L/yr - ₹7.8 L/yr

Technical Lead
13 salaries
unlock blur

₹11.5 L/yr - ₹18.2 L/yr

Explore more salaries
Compare Trenser Technology Solutions Private Limited with

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare

HCLTech

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