Upload Button Icon Add office photos

LatentView Analytics

Compare button icon Compare button icon Compare

Filter interviews by

LatentView Analytics Analyst 1 Interview Questions and Answers

Updated 26 Jul 2023

LatentView Analytics Analyst 1 Interview Experiences

1 interview found

Analyst 1 Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2023

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

I applied via Campus Placement and was interviewed before Jul 2022. 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 

The test was for 1hr around. Topics: Quantitative Analysis, Verbal, Reasoning, and Basic Programming.

Round 3 - Group Discussion 

The group discussion was held on the topic of "Is online business a Boon or a Bane? Support or oppose the motion with reasons."

Round 4 - Technical 

(3 Questions)

  • Q1. SQL: 2nd max number from a column stored in a table.
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find 2nd max number from a column in a table.

    • Use SELECT MAX(column_name) to find the max number in the column.

    • Use SELECT column_name FROM table_name ORDER BY column_name DESC LIMIT 1,1 to find the 2nd max number.

    • Example: SELECT column_name FROM table_name ORDER BY column_name DESC LIMIT 1,1;

  • Answered by AI
  • Q2. SQL: Select all employees whose employee IDs are odd.
  • Ans. 

    Use SQL query to select employees with odd employee IDs.

    • Use the modulo operator (%) to check if employee ID is odd (e.g. id % 2 = 1)

    • Write SQL query like 'SELECT * FROM employees WHERE employee_id % 2 = 1;'

  • Answered by AI
  • Q3. SQL: Group all employees by department whose salary is greater than 50,000.
  • Ans. 

    Group employees by department with salary > 50,000 in SQL.

    • Use GROUP BY clause to group employees by department.

    • Use WHERE clause to filter employees with salary > 50,000.

    • Example: SELECT department, COUNT(employee_id) FROM employees WHERE salary > 50000 GROUP BY department;

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. It had mostly behavioral questions and salary expectations.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

Coding Questions on one of the preffered programming language. Most importantly Data Structures and algorithms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well

Interview Questionnaire 

1 Question

  • Q1. Three to four rounds of interview. 2t and 1m and 1hr round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 - Coding Test 

It was a 30 minutes round questions on Python, SQL, Pyspark - scenario based question to write the code.

Round 3 - Technical 

(4 Questions)

  • Q1. Here you will be asked few theoretical question like defination, where to use, what is the advantage etc. - Focused on Azure (ADF,ADLS,Synapse), SQL, Pyspark,python
  • Q2. SQL Optimization
  • Q3. Dynamic file ingestion in ADF
  • Ans. 

    Dynamic file ingestion in ADF involves using parameters to dynamically load files into Azure Data Factory.

    • Use parameters to specify the file path and name dynamically

    • Utilize expressions to dynamically generate file paths

    • Implement dynamic mapping data flows to handle different file structures

  • Answered by AI
  • Q4. Agregation in databricks
  • Ans. 

    Aggregation in Databricks refers to the process of combining and summarizing data in a Spark environment.

    • Aggregation functions like sum, count, avg, min, max can be used in Databricks to summarize data.

    • Grouping data based on certain columns and then applying aggregation functions is a common practice.

    • Aggregation can be performed on large datasets efficiently using Databricks' distributed computing capabilities.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. It would be basic HR round to understand your expectation and expertise.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basic clear, read JD carefully. Consider performance of code before answering. discuss what you are thinking before write the code.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Synthetic events in react
  • Ans. 

    Synthetic events in React are custom events created by developers to handle specific interactions.

    • Synthetic events are created using the SyntheticEvent object provided by React.

    • Developers can use synthetic events to handle user interactions like clicks, key presses, etc.

    • Synthetic events have the same interface as native browser events but are normalized across different browsers.

  • Answered by AI
  • Q2. How do you create forms in react?
  • Ans. 

    Forms in React can be created using controlled components, state management, and event handling.

    • Use controlled components to manage form data through state

    • Handle form submission using event handlers like onSubmit

    • Utilize form elements like input, textarea, and select to collect user input

  • Answered by AI
Round 2 - Coding Test 

Create a simple react web app using npm

Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work with us?
  • Ans. 

    I am drawn to your company's reputation for innovative solutions and collaborative work environment.

    • Impressed by company's track record of successful projects

    • Excited about the opportunity to work with a talented team

    • Interested in contributing to cutting-edge solutions

    • Appreciate the focus on collaboration and teamwork

  • Answered by AI
  • Q2. Where do you see yourselves in next 5 years
  • Ans. 

    In the next 5 years, I see myself advancing in my career as a consultant, taking on more challenging projects and expanding my expertise.

    • Continuing to build strong relationships with clients and colleagues

    • Seeking opportunities for professional development and training

    • Exploring new industries and sectors to broaden my experience

    • Working towards leadership roles within the consulting firm

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - know about the company that you are interviewing for
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

Normal coding test..not much dsa

Round 2 - Technical 

(1 Question)

  • Q1. Language fundamentals
Round 3 - HR 

(1 Question)

  • Q1. Managerial round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Screen sharing with code testing

Round 2 - Group Discussion 

Intro and some code test

Round 3 - Group Discussion 

.net and details information of pervious company

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Consultant Interview Questions & Answers

Neudesic Technologies user image vivekvardhan Shanigaram

posted on 27 Aug 2024

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

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

Asked to write Selenium code to launch flipkart and handle the popup that shows up and asked to write code to reverse an entire string later asked reverse each word in that string without reversing the relative order of that string

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

Case study regarding BA role in Insurance business

Round 3 - Technical 

(2 Questions)

  • Q1. Technical round
  • Q2. Quesirons related to Insurance P&C claims process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Technical BA questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical and Functional questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work with. LinkedIn helped me to get this job however, my experience with the interview process was smooth and working environment is also very nice

LatentView Analytics Interview FAQs

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

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

  1. SQL: Group all employees by department whose salary is greater than 50,0...read more
  2. SQL: Select all employees whose employee IDs are o...read more
  3. SQL: 2nd max number from a column stored in a tab...read more

Tell us how to improve this page.

LatentView Analytics Analyst 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Damco Solutions Interview Questions
3.9
 • 38 Interviews
Stefanini Interview Questions
3.0
 • 35 Interviews
Simform Interview Questions
3.4
 • 34 Interviews
View all
LatentView Analytics Analyst 1 Salary
based on 7 salaries
₹6.7 L/yr - ₹7.5 L/yr
22% more than the average Analyst 1 Salary in India
View more details
Senior Analyst
332 salaries
unlock blur

₹7.2 L/yr - ₹19 L/yr

Data Analyst
298 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Analyst
244 salaries
unlock blur

₹4 L/yr - ₹12.8 L/yr

Assistant Manager
241 salaries
unlock blur

₹14 L/yr - ₹26.3 L/yr

Data Engineer
121 salaries
unlock blur

₹5 L/yr - ₹13.8 L/yr

Explore more salaries
Compare LatentView Analytics with

Tekwissen

4.8
Compare

Damco Solutions

3.9
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

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