Upload Button Icon Add office photos

Filter interviews by

JavaTpoint IT (Data Analytics) Interview Questions and Answers

Updated 22 Dec 2020

JavaTpoint IT (Data Analytics) Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Can you make my future bright. I'm just asking you is your company are nice and not.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview advice I don't know write now so I can't talk to you.self confidence most important and attitude.working skills,hard worker etc.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What's difference between ETL AND ELT
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 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 - HR 

(3 Questions)

  • Q1. What is your total and relevant experience to the job you applied for?
  • Ans. I kept my answer short and just mentioned the total years of experience and the relevant skills which matched the JD along with the years of experience in each.
  • Answered by Mukul Varshney
  • Q2. Why did you apply for this job and what are your expectations from EY (Ireland in my case)?
  • Ans. Again, a short answer. Since, I am looking for a change and EY is the best fit for my experiences and EY can provide a platform for me to develop myself further personally and professionally at this stage of my career.
  • Answered by Mukul Varshney
  • Q3. Other general recruitment questionnaire (e.g., Expected CTC, Relocation preference etc.)
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are challenges you have faced while managing a team and serving an angry client?
  • Ans. I detailed my answer with precise details (examples) about the challenges I faced with the team I worked with in the past. Also, a situation where the client is unsupportive in the acceptance of the feature delivery. I always remain calm and try to have a fruitful discussion with the team and client to overcome the situation we are in. Arrange one-to-one discussions with the team members to understand their part of pr...
  • Answered by Mukul Varshney
  • Q2. What are the core values of EY?
  • Ans. 

    EY's core values include integrity, respect, teamwork, and excellence.

    • Integrity: Upholding the highest ethical standards in all actions

    • Respect: Valuing diversity and treating everyone with dignity

    • Teamwork: Collaborating effectively to achieve common goals

    • Excellence: Striving for the highest quality in everything we do

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ernst & Young Data Analytics Manager interview:
  • SQL
  • Data Engineering
  • Data Analytics
  • Predictive Analytics
  • Master data management
  • Team Management
  • Leadership Skills
  • Core Values
  • Career Development
Interview preparation tips for other job seekers - Always, remain calm and try having a healthy discussion with the recruiter or panel members rather having a traditional interview like the one asks questions and the other answers.

It is always good to deliver your answer your answers with examples from your career experiences.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2022. There were 4 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 - Aptitude Test 

There are around 45 multiple choice questions based on DSA, Operating system, DBMS

Round 3 - Coding Test 

2 coding questions in this test based on data structures array/linkedlist/stack/queue

Round 4 - One-on-one 

(5 Questions)

  • Q1. During the interview, the questions centered extensively around the content of my resume. Every skill and experience I had listed received thorough attention and discussion. The projects I had undertaken w...
  • Q2. Swap 2 adjacent elements of linked list.
  • Ans. 

    To swap 2 adjacent elements of a linked list, update the pointers accordingly.

    • Create a temporary pointer to store the address of the next node of the first element

    • Update the next pointer of the first element to point to the node after the next node

    • Update the next pointer of the temporary pointer to point to the first element

    • Update the next pointer of the node before the first element to point to the temporary pointer

  • Answered by AI
  • Q3. Binary search tree questions (target sum medium level questions from leetcode.
  • Q4. Python data structures and it's use cases ,black tree and how it is used.
  • Q5. DBMS questions (joins ,normalisation) 2 SQLqueries.

Interview Preparation Tips

Topics to prepare for Optum Global Solutions Data Analytics Intern interview:
  • Data Structures
  • OOPS
  • Operating system
  • Advance DSA
  • DBMS
Interview preparation tips for other job seekers - To get fully versed with the resume. Each bit written on a resume.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basic coding questions such as Fibonacci series and Minimum odd integer in a list. SQL questions based on window functions and tableau theoretical questions

Round 3 - Aptitude Test 

A common English speaking test

Round 4 - HR 

(4 Questions)

  • Q1. Why do you want to join deloitte
  • Q2. Salary expectations and reason for leaving current company
  • Q3. What was your salary when you started working and how much it has changed since then
  • Q4. How will you resolve conflict within your team if there's a critical deadline

Interview Preparation Tips

Topics to prepare for Deloitte Analytics Specialist interview:
  • Python
  • SQL
  • Tableau
  • Team Management
  • Interpersonal Skills
Interview preparation tips for other job seekers - Try to have some solid reasons if your salary has taken massive jumps in recent times. My package went from 3.5 LPA to 28 LPA in a span of 3.5 years which irked the interviewer in the final HR round and that's why after all the good efforts in earlier rounds I was not selected.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to Machine Learning
  • Q2. Questions related to statistics
Round 2 - Case Study 

Asked to solve a case study involving number crunching and also asked ML concepts and stats

Round 3 - HR 

(2 Questions)

  • Q1. General Behavioural questions were asked
  • Q2. Scenario questions to judge the personality

Interview Questionnaire 

1 Question

  • Q1. First gd topic given is equality in work space.
Round 1 - Technical 

(2 Questions)

  • Q1. Find triplets using python
  • Ans. 

    Python code to find triplets in an array

    • Sort the array in ascending order

    • Loop through the array and fix the first element

    • Use two pointers to find the other two elements that sum up to the negative of the fixed element

  • Answered by AI
  • Q2. SQL question of join
Round 2 - Technical 

(2 Questions)

  • Q1. Python simple code for searching element
  • Ans. 

    Python code for searching element in an array of strings

    • Use the 'in' keyword to check if the element is present in the array

    • Loop through the array and check each element

    • Use the index() method to get the index of the element if it is present

  • Answered by AI
  • Q2. SQL question for finding highest paid salary
  • Ans. 

    Use SQL query to find the highest paid salary.

    • Use the MAX() function to find the highest salary value.

    • Select the salary column from the relevant table.

    • Add any necessary joins or filters to ensure accuracy.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. General manager discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. General discussion about work and what we have mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Python basic and SQL should be good.. Make sure you know what you have written in resume

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Mostly questions were from SQL, moderate level. They asked some basic pythons questionsa and one puzzle.

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Window function in SQL,guesstimate question,python question on Pandas,Statsical test ,machine learning model,case study related to banking,puzzle (ant equilateral triangle collision)

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions will be from SQL as it can be integrate both in SAS and Python.

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
WNS Interview Questions
3.4
 • 979 Interviews
Google Interview Questions
4.4
 • 871 Interviews
Nagarro Interview Questions
4.0
 • 777 Interviews
View all
Technical Content Developer
22 salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Technical Content Writer
15 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Technical Writer
10 salaries
unlock blur

₹1 L/yr - ₹4.1 L/yr

Content Writer
10 salaries
unlock blur

₹0.7 L/yr - ₹2.7 L/yr

Graphic Designer
4 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Explore more salaries
Compare JavaTpoint with

Tutorials Point

3.9
Compare

Edureka

3.2
Compare

Simplilearn

3.2
Compare

NIIT

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