Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Nityo Infotech Team. If you also belong to the team, you can get access from here

Nityo Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nityo Infotech Data Analyst Interview Questions and Answers

Updated 5 Dec 2024

Nityo Infotech Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Jyoti Mishra

posted on 5 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Very easy based upon Client requirement

Round 2 - HR 

(2 Questions)

  • Q1. Package details , negotiation, ppf
  • Q2. Joining date related discussion

Data Analyst Jobs at Nityo Infotech

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Easy questions related to DSA and Python and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Query to join two table using different joins
  • Ans. 

    Query to join two tables using different joins

    • Use INNER JOIN to return rows that have matching values in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI
  • Q2. Delete and truncate difference
  • Ans. 

    Delete removes rows from a table while truncate removes all rows from a table.

    • Delete is a DML command while truncate is a DDL command.

    • Delete operation can be rolled back while truncate operation cannot be rolled back.

    • Delete operation is slower than truncate operation.

    • Example: DELETE FROM table_name WHERE condition; TRUNCATE TABLE table_name;

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Easy HR questions related to your previous experience

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Easy round with normal pattern matching ques

Round 2 - Group Discussion 

Topic was given than all are told to speak

Round 3 - HR 

(2 Questions)

  • Q1. Normal ques related to offer
  • Q2. Why do you want to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql and data structure
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Questions on Pyspark
  • Q2. Questions on SQL
  • Q3. Transformations
  • Q4. Questions on Sql optimizations
  • Q5. Questions About my current Project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tableau Questions 1. Difference between dimensions and measures. 2. What is RLS? 3. What are the functions you can assign in RLS? 4. Explain what is drill down approach. 5. What is LOD? 6. What is a calcul...
  • Q2. SQL Questions 1. In employee table find the 2nd highest salary. 2. Find the highest average salary in department 3. Given two tables(sales & product) find total sales per category 4. Two questions to find ...

Interview Preparation Tips

Topics to prepare for TEKsystems Data Analyst interview:
  • SQL
  • Tableau
  • DBMS
Interview preparation tips for other job seekers - Practice SQL interview questions and tableau interview questions from GfG and DataLemur.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions over python scripts and data analysis
  • Q2. Output based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Logical questions, mathematics and general knowledge.

Round 3 - HR 

(1 Question)

  • Q1. Check your communication skills face to face in English.
Round 4 - Technical 

(1 Question)

  • Q1. Basic knowledge questions for system and logical questions.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What joins you used
  • Ans. 

    I have used various types of joins including inner join, left join, right join, and full outer join.

    • Used inner join to retrieve records that have matching values in both tables

    • Utilized left join to retrieve all records from the left table and matching records from the right table

    • Employed right join to retrieve all records from the right table and matching records from the left table

    • Utilized full outer join to retrieve ...

  • Answered by AI
  • Q2. Write query for joins
  • Ans. 

    Query for joins in SQL to combine data from multiple tables

    • Use JOIN keyword to combine data from two or more tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Assignment 

3 SQL questions were given

Round 2 - Technical 

(1 Question)

  • Q1. It was based upon my work experience and technical questions from SQL
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to moderate level SQL questions will be asked.
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 May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There are one hour exam

Round 2 - Technical 

(1 Question)

  • Q1. Advance level of sql and python
  • Ans. 

    Advanced level of SQL and Python skills are essential for a Data Engineer role.

    • Strong understanding of SQL queries, joins, subqueries, and optimization techniques.

    • Proficiency in writing complex Python scripts for data manipulation, analysis, and automation.

    • Experience with data modeling, ETL processes, and working with large datasets.

    • Knowledge of data warehousing concepts and tools like SQL Server, PostgreSQL, or Snowfl...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic of SQL,some join condition
  • Q2. Basic of python

Skills evaluated in this interview

Nityo Infotech Interview FAQs

How many rounds are there in Nityo Infotech Data Analyst interview?
Nityo Infotech interview process usually has 2 rounds. The most common rounds in the Nityo Infotech interview process are Aptitude Test and HR.
How to prepare for Nityo Infotech Data Analyst interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Nityo Infotech. The most common topics and skills that interviewers at Nityo Infotech expect are Data Analysis, Big Data, Data Mining, Data Visualization and Data Warehousing.
What are the top questions asked in Nityo Infotech Data Analyst interview?

Some of the top questions asked at the Nityo Infotech Data Analyst interview -

  1. Package details , negotiation, ...read more
  2. Joining date related discuss...read more

Tell us how to improve this page.

Nityo Infotech Data Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Nityo Infotech Data Analyst Salary
based on 14 salaries
₹7.2 L/yr - ₹11.5 L/yr
26% more than the average Data Analyst Salary in India
View more details

Nityo Infotech Data Analyst Reviews and Ratings

based on 2 reviews

4.8/5

Rating in categories

1.0

Skill development

4.8

Work-life balance

4.8

Salary

2.9

Job security

4.8

Company culture

4.8

Promotions

3.9

Work satisfaction

Explore 2 Reviews and Ratings
Data Analyst

Kolkata,

Mumbai

+5

1-3 Yrs

Not Disclosed

Explore more jobs
Information Technology Recruiter
191 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Desktop Support Engineer
134 salaries
unlock blur

₹1.5 L/yr - ₹4.6 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹7.1 L/yr - ₹25.2 L/yr

Technical Recruiter
100 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Software Engineer
92 salaries
unlock blur

₹4.4 L/yr - ₹13 L/yr

Explore more salaries
Compare Nityo Infotech with

ITC Infotech

3.6
Compare

HTC Global Services

3.6
Compare

Exela Technologies

3.3
Compare

HERE Technologies

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