Upload Button Icon Add office photos

Filter interviews by

Digtinctive Trainee Analyst Interview Questions and Answers

Updated 24 Oct 2024

Digtinctive Trainee Analyst Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Python Based Questions (Data Types, IF-Else, Loops, OOPs, Filters, Map, Libraries, Outliers, Python Codes
  • Q2. SQL Based Questions(Data Warehousing, Windows Function, Group By, Normalization, Stored Procedures, Sql Queries using Windows Function and Sub-Query)
  • Q3. Focus on Scenario Based Questions
Round 2 - One-on-one 

(5 Questions)

  • Q1. Python Based Questions and Codes
  • Q2. Advanced SQL Based Questions and Queries
  • Q3. Tableau Questions (Optimization, Labels)
  • Q4. Excel Questions (Filters, Vlookup, Hlookup, Slicers, Pivot Tables)
  • Q5. Case Studies and Puzzles
Round 3 - HR 

(2 Questions)

  • Q1. Personal Information related to educational and Family Background
  • Q2. Salary Expectation

Interview Preparation Tips

Topics to prepare for Digtinctive Trainee Analyst interview:
  • Python
  • Excel
  • SQL
  • Power Bi
  • Tableau
  • Puzzles
  • Case Studies
  • SQL Queries
  • Python code

Interview questions from similar companies

Trainee Analyst Interview Questions & Answers

Deloitte user image Bindu Madhavi Akula

posted on 7 Dec 2024

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

(1 Question)

  • Q1. What are osi layers
  • Ans. 

    The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers.

    • Layer 1 - Physical layer: Deals with physical connections and transmission of raw data.

    • Layer 2 - Data link layer: Manages data frames and error detection.

    • Layer 3 - Network layer: Handles routing and logical addressing.

    • Layer 4 - Transport layer: Ensu...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 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 

Just Basic Questions

Round 3 - Technical 

(1 Question)

  • Q1. SQL and SDLC Questions asked. Not too difficult.
Round 4 - HR 

(1 Question)

  • Q1. Just Basic Discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and speak clear. All the best.

I was interviewed in Dec 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

Coding question 2 easy,1 hard

  • Q1. Ninja And Stops

    Ninja wants to travel from his house to a given destination, which is ‘X’ miles from his house. Along the way, he needs to fill gas in his vehicle. He knows there are ‘Y’ stations in his wa...

  • Ans. Recursion

    The simple idea that we use in this approach will be to check all the available paths. For this we create a recursive function let’s say MINIMUM_STOP_HELPER() that will return the desired path. The function will take fuel left, distance travelled, next gas station, and the array of all the stations as its parameters.

     

    The base conditions for this recursive function will be:

     

    • If you have enough fuel
    • If y...
  • Answered by CodingNinjas
  • Q2. Black Friday

    It’s black friday and the supermarket near Ninja’s house is offering a special discount to every Nth customer that generates a bill. You are initially given 2 arrays, “PRODUCTS” and “PRICES” w...

  • Ans. Counting Number of Previous Customers

    We can simply start by creating a hashmap that stores each product ID and corresponding price. For each customer, calculating the bill amount is simple, just multiply the quantity by the price of each product they purchased.

     

    We also keep a count of previous customers and increase it as soon as generateBill is called. If this count is divisible by ‘N’, we simply apply the discou...

  • Answered by CodingNinjas
  • Q3. Ninja And His Secret Information

    Ninja has recently joined the FBI. Ninja got some secret information ‘SECRET_INFORMATION’ which he wants to share with his team. But he can not send this information di...

  • Ans. Brute Force

    For encoding the given ‘SECRET_INFORMATION’ we can use any algorithm. Here first, we append the number of words of ‘SECRET_INFORMATION’ and ‘!’ into our resultant decoding string ‘ENCODED_INFORMATION’. Then we append the length of each word and ‘!’. At last, we find the ‘ASCII’ value of each character and then add 3 into the ASCII value. Then we convert this ASCII value into a character and replace this with...

  • Answered by CodingNinjas
Round 2 - Face to Face 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

Asked me how to reverse string,tell me about yourself,visualise data structures in real life,dbms questions easy one

  • Q1. Reverse the String

    You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

    For example:

     If the given string is: STR...
  • Ans. Optimal Solution
    • Traverse the string and swap the first character with the last character, the second character with the second last character and so on.
    • Basically, you need to swap the i-th character with the (N-i-1)-th character where N is the length of the string and 0-based indexing is considered.
    Space Complexity: O(1)Explanation:

    O(1).

     

    In the worst case, only constant extra space is required.

    Time Complexity: O(...
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as Analyst Trainee in GurgaonEligibility criteriaAbove 70 percent marksCognizant interview preparation:Topics to prepare for the interview - Basic of data structures, OOPS theory, classes, python, dbmsTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : don't get afraid
Tip 2 : keep your machine ready, there should not be technical probelem like mic not working
Tip 3 : dress well

Application resume tips for other job seekers

Tip 1 : mention your project
Tip 2 : mention your skills

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Oct 2021. 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 tips
Round 2 - Versant test 

(1 Question)

  • Q1. It will be a computer based versant test.
  • Ans. In this round, you will have to give a test based on your communication skills. Basically, the test checks your reading, writing, and listening and speaking skills.
  • Answered by S K
Round 3 - Technical 

(2 Questions)

  • Q1. In this round, they will ask questions related to troubleshooting
  • Q2. Network related questions will also be asked like OSI Layers, different type of network, RJ45 connector

Interview Preparation Tips

Topics to prepare for HCLTech Trainee Analyst interview:
  • Computer Hardware
  • Troubleshooting Skills
Interview preparation tips for other job seekers - Your communication skills needs to be improved and you should have a good computer knowledge. Then I think it will be easier to crack the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative , Reasoning and verbal

Round 2 - Coding Test 

Any one language that you can choose and there will be given 2 codes with limited time and each consists 3-4 test cases each.

Round 3 - Technical 

(2 Questions)

  • Q1. Based on my projects & skills that i have mentioned in my resume also we have to thorough with the latest technologies.
  • Q2. Some coding questions that we have to type code in their console and some hr questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with the updated resume and improve your skills day by day.

I applied via Company Website and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic OOPs

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare what you have given in resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Easy test apti questions

Round 2 - Coding Test 

Dsa was asked in it to solve, 2 q

Round 3 - One-on-one 

(2 Questions)

  • Q1. Sql asked by them
  • Q2. Normalization, define example 1nf,2nf
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • 1NF (First Normal Form) - Each column in a table must contain atomic values, and each row must be unique.

    • 2NF (Second Normal Form) - Table is in 1NF and all non-key attributes are fully functional dependent on the primary key.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepaee well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Feb 2024.

Round 1 - Coding Test 

It was deloitte NLA test , has 2 coding questions easy to moderate and aptitude questions

Round 2 - Technical 

(4 Questions)

  • Q1. Write a program to reverse a string
  • Ans. 

    Program to reverse a string

    • Create a function that takes a string as input

    • Use a loop to iterate through the characters of the string in reverse order

    • Append each character to a new string to build the reversed string

  • Answered by AI
  • Q2. Write a program to swap the substrings of two strings
  • Ans. 

    Program to swap substrings of two strings

    • Create a function that takes in two strings and two indices representing the start and end of the substrings to swap

    • Use string slicing to extract the substrings and swap them

    • Combine the modified substrings with the rest of the strings to get the final swapped strings

  • Answered by AI
  • Q3. About binary search
  • Q4. Introduce yourself

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

First round was aptitude and coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Questions were asked from resume
  • Q2. And concepts from OOP, DBMS, Computer Networking etc

Digtinctive Interview FAQs

How many rounds are there in Digtinctive Trainee Analyst interview?
Digtinctive interview process usually has 3 rounds. The most common rounds in the Digtinctive interview process are Technical, One-on-one Round and HR.
What are the top questions asked in Digtinctive Trainee Analyst interview?

Some of the top questions asked at the Digtinctive Trainee Analyst interview -

  1. Python Based Questions (Data Types, IF-Else, Loops, OOPs, Filters, Map, Librari...read more
  2. SQL Based Questions(Data Warehousing, Windows Function, Group By, Normalization...read more
  3. Excel Questions (Filters, Vlookup, Hlookup, Slicers, Pivot Tabl...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Digtinctive interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Trainee Analyst Interview Questions from Similar Companies

View all

Digtinctive Trainee 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 & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Analyst
5 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Senior Analyst
4 salaries
unlock blur

₹9.5 L/yr - ₹20 L/yr

Explore more salaries
Compare Digtinctive with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview