Upload Button Icon Add office photos

LatentView Analytics

Compare button icon Compare button icon Compare

Filter interviews by

LatentView Analytics Junior Data Analyst Interview Questions and Answers

Updated 8 Aug 2023

LatentView Analytics Junior Data Analyst Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jul 2023. There were 5 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 

Basic apti questions related to excel ,sql and python

Round 3 - Coding Test 

I was asked to do graph colouring in python

Round 4 - Technical 

(1 Question)

  • Q1. Basic questions related to resume and sql
Round 5 - HR 

(1 Question)

  • Q1. It was only some personal questions

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude asked for all company

Round 2 - Coding Test 

One question to find substring of string which has double chars

Round 3 - Technical 

(2 Questions)

  • Q1. Basic oops and sql
  • Q2. Write pandas for dataframe
  • Ans. 

    Pandas is a Python library used for data manipulation and analysis, including creating and working with dataframes.

    • Import the pandas library: import pandas as pd

    • Create a dataframe: df = pd.DataFrame(data)

    • Accessing data in a dataframe: df['column_name']

    • Filtering data in a dataframe: df[df['column_name'] > value]

    • Adding a new column: df['new_column'] = values

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Give angle betweeen hour hand and min hand art 12:20
  • Ans. 

    The angle between the hour hand and minute hand at 12:20 is 10 degrees.

    • Calculate the angle made by the hour hand from 12 o'clock position: (20/60)*30 = 10 degrees

    • Calculate the angle made by the minute hand from 12 o'clock position: (20/60)*360 = 120 degrees

    • Find the difference between the two angles: 120 - 10 = 110 degrees

  • Answered by AI
  • Q2. Basic operating system questions

Interview Preparation Tips

Interview preparation tips for other job seekers - they provide good feeling of friend around you during interview

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based on coding

Round 2 - Coding Test 

Based on coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Introduction of yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.

    • Recent graduate in Computer Science

    • Proficient in Java, Python, and web development

    • Passionate about coding

  • Answered by AI
  • Q2. About dbms , sql queries..

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Geomatry ,algebra ,train,

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

I applied via campus placement at Arya College of Engineeringg, Jaipur and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Test contain mix question from computer fundamentals and aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Find the leaf node of the binary tree
  • Ans. 

    A leaf node in a binary tree is a node that does not have any children.

    • Traverse the binary tree and check if a node has no left or right child, then it is a leaf node.

    • Example: In the binary tree 1 -> 2, 3 -> 4, 5, 6 -> 7, 8, the leaf nodes are 4, 5, 7, 8.

  • Answered by AI
  • Q2. Check if the given linked list contain loop
  • Ans. 

    Check if a linked list contains a loop by using Floyd's cycle detection algorithm.

    • Use two pointers, one moving at twice the speed of the other

    • If there is a loop, the two pointers will eventually meet

    • Example: 1->2->3->4->5->2 (loop at 2)

  • Answered by AI
  • Q3. Find the fist non repeating element in string
  • Ans. 

    Find the first non-repeating element in a string

    • Create a frequency map of characters in the string

    • Iterate through the string and check the frequency of each character

    • Return the first character with frequency 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study oops, dsa, core computer subjects and good knowledge about project

Skills evaluated in this interview

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

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

Core subjects questions -MCQ + basic aptitude questions

Round 2 - Coding Test 

90 degree rotate 2d array

Round 3 - Technical 

(2 Questions)

  • Q1. Oops based questions were asked
  • Q2. Find first missing number in array
Round 4 - Technical 

(2 Questions)

  • Q1. Acid properties used in real life project mentioned in resume
  • Q2. Normalisation based questions
Round 5 - HR 

(1 Question)

  • Q1. Family background
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA and oops questions

Interview Preparation Tips

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

I applied via campus placement at Geetanjali Institute of Technical Studies, Udaipur and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Percentage ,ratio,time & speed

Round 2 - Coding Test 

Array,string basic question

Round 3 - Technical 

(2 Questions)

  • Q1. Basic of object oriented programming language
  • Q2. Whatever there was in my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and be confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at BV Bhoomareddi College of Engineering and Technology, Hubli and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Multiple coding questions like fibonacy are asked

Round 2 - Technical 

(1 Question)

  • Q1. Asked about OS and memory management

I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked about the opps concepts.. For freshers they expect you to be good in basics rest they will teach you in training itself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please attend the interview if and only if you are passionate about coding and this the platform where you can grow as an individual. I started to talk to the clients after 4 to 5 months only and that will never happen in any company. Join the company if u r hungry to learn and ready to take responsibility.

LatentView Analytics Interview FAQs

How many rounds are there in LatentView Analytics Junior Data Analyst interview?
LatentView Analytics interview process usually has 5 rounds. The most common rounds in the LatentView Analytics interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in LatentView Analytics Junior Data Analyst interview?

Some of the top questions asked at the LatentView Analytics Junior Data Analyst interview -

  1. basic questions related to resume and ...read more
  2. it was only some personal questi...read more

Tell us how to improve this page.

LatentView Analytics Junior Data Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Tredence Interview Questions
3.6
 • 123 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
Apisero Interview Questions
4.3
 • 64 Interviews
C5i Interview Questions
4.0
 • 45 Interviews
TestingXperts Interview Questions
4.0
 • 40 Interviews
View all
LatentView Analytics Junior Data Analyst Salary
based on 5 salaries
₹6 L/yr - ₹7.7 L/yr
56% more than the average Junior Data Analyst Salary in India
View more details

LatentView Analytics Junior Data Analyst Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

1.0

Work-life balance

2.0

Salary

4.0

Job security

4.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Analyst
333 salaries
unlock blur

₹8 L/yr - ₹19 L/yr

Data Analyst
299 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Analyst
240 salaries
unlock blur

₹4 L/yr - ₹12.8 L/yr

Assistant Manager
238 salaries
unlock blur

₹14 L/yr - ₹23 L/yr

Data Engineer
121 salaries
unlock blur

₹5 L/yr - ₹13.8 L/yr

Explore more salaries
Compare LatentView Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

Bridgei2i Analytics Solutions

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