Upload Button Icon Add office photos

Filter interviews by

Source Code Control Data Analyst Interview Questions and Answers for Experienced

Updated 11 Oct 2023

Source Code Control Data Analyst Interview Experiences for Experienced

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2023

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

I applied via LinkedIn and was interviewed in Sep 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 - One-on-one 

(3 Questions)

  • Q1. General work experience
  • Q2. Will you be able to work in shift
  • Q3. How comfortable working with ticketing tool
  • Ans. 

    I am very comfortable working with ticketing tools and have experience using them in previous roles.

    • I have used ticketing tools such as Jira and Zendesk extensively in my previous roles

    • I am comfortable creating, updating, and resolving tickets efficiently

    • I have experience in setting up workflows and automations within ticketing tools

    • I am adept at analyzing ticket data to identify trends and improve processes

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. GPO for port opening
  • Ans. 

    Group Policy Object (GPO) can be used to control port opening on Windows machines.

    • GPO can be used to restrict or allow specific ports on Windows machines

    • GPO settings can be configured in Group Policy Management Console

    • Examples of port opening using GPO include allowing port 80 for web traffic and blocking port 25 for email traffic

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Can you provide an overview of your background, including your past experiences and daily activities, as well as the tools you use in your routine?
  • Ans. 

    I have a background in data analysis with experience in using tools like Python, SQL, and Tableau.

    • I have a degree in Statistics and have worked as a Data Analyst for 3 years.

    • My daily activities include cleaning and analyzing data, creating visualizations, and presenting insights to stakeholders.

    • I use Python for data manipulation and analysis, SQL for querying databases, and Tableau for creating interactive dashboards.

    • I...

  • Answered by AI
  • Q2. What are the concepts of advanced Excel and Power BI projects, and how are they utilized within a company or for clients?
  • Ans. 

    Advanced Excel and Power BI are tools used for data analysis and visualization in companies and for clients.

    • Advanced Excel allows for complex data manipulation, analysis, and visualization using features like pivot tables, macros, and VBA programming.

    • Power BI is a business analytics tool that provides interactive visualizations and business intelligence capabilities, connecting to various data sources.

    • These tools are u...

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

(2 Questions)

  • Q1. Can you explain your project experience related to Advanced Excel and Power BI?
  • Ans. 

    I have extensive experience in using Advanced Excel and Power BI for data analysis projects.

    • Created complex formulas and macros in Excel to automate data processing tasks

    • Designed interactive dashboards in Power BI to visualize and analyze data trends

    • Integrated data from multiple sources into Power BI for comprehensive analysis

    • Used Power Query and Power Pivot in Excel to manipulate and analyze large datasets

    • Provided dat...

  • Answered by AI
  • Q2. What are the concepts of credit and operations, particularly in relation to Know Your Customer (KYC) procedures and the privacy of client data?
  • Ans. 

    Credit and operations concepts in relation to KYC procedures and client data privacy.

    • Credit refers to the extension of money or resources to a client based on their financial history and ability to repay.

    • Operations involve the day-to-day processes and procedures within a financial institution to ensure smooth functioning.

    • KYC procedures are used to verify the identity of clients to prevent fraud and money laundering.

    • Pri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If your resume is shortlisted, then there is a higher chance that you will be selected.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via AmbitionBox and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. I have finished Btech in Cse AI&ML taken datascience course looking for job
Round 2 - Case Study 

NLP is my favorite subject. Is relatated medical and sign language. I have done reseach with mechien learning and AI TOOLS used for problem solving approach.

Round 3 - Group Discussion 

A group discussion was conducted on data-based management regarding Mr. Adani's food industry products in the state of Gujarat and their exports to other countries, utilizing data analytics.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am willing to work hard and invest ample time in the company's development, demonstrating effective time management while sincerely engaging in daily scheduled project-based research and maintaining team spirit.
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 

(1 Question)

  • Q1. How to perform Set Actions, LOD's
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Explain difference between joins
  • Q2. What is your area of intrest

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , preparely nicely with sql
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Write a code to determine average salary wrt location
  • Ans. 

    Code to calculate average salary based on location

    • Create a dictionary to store salaries based on location

    • Calculate average salary for each location using the dictionary

    • Return the average salaries for each location

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Data analysis questions 

(2 Questions)

  • Q1. Calculate avg value and standard deviation from given data
  • Ans. 

    Calculate avg value and standard deviation from given data

    • Calculate the average value by summing all data points and dividing by the total number of data points

    • Calculate the standard deviation by finding the square root of the average of the squared differences between each data point and the mean

    • Example: Data points - 5, 7, 9, 11. Average = (5+7+9+11)/4 = 8. Standard deviation = sqrt(((5-8)^2 + (7-8)^2 + (9-8)^2 + (11

  • Answered by AI
  • Q2. From given graph answer below questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Primary key and foreign key?
  • Ans. 

    Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.

    • Primary key ensures each record in a table is unique

    • Foreign key establishes a relationship between two tables

    • Primary key can be a single column or a combination of columns

    • Foreign key references the primary key of another table

  • Answered by AI
  • Q2. What is Artificial intelligence?
  • Ans. 

    Artificial intelligence is the simulation of human intelligence processes by machines, especially computer systems.

    • AI involves machines performing tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation.

    • Examples of AI include virtual assistants like Siri and Alexa, self-driving cars, recommendation systems like Netflix's algorithm, and fa...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why did you choose Capgemini?

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the different kinds of joins
  • Ans. 

    Different kinds of joins include inner join, outer join, left join, and right join.

    • Inner join: Returns only the rows that have matching values in both tables.

    • Outer join: Returns all rows when there is a match in one of the tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

  • Answered by AI
  • Q2. What is the difference between columns and measures in power BI
  • Ans. 

    Columns are the fields in a dataset, while measures are calculations based on those fields in Power BI.

    • Columns are the raw data fields in a dataset, such as 'Sales Amount' or 'Product Category'.

    • Measures are calculations performed on columns, like sum, average, count, etc.

    • Measures are created using DAX (Data Analysis Expressions) in Power BI.

    • Columns are used for grouping, filtering, and slicing data, while measures are

  • Answered by AI
  • Q3. How can you remove duplicates in sql
  • Ans. 

    Use the DISTINCT keyword in a SELECT statement to remove duplicates in SQL.

    • Use the DISTINCT keyword in a SELECT statement to retrieve unique values.

    • Example: SELECT DISTINCT column_name FROM table_name;

    • Another way is to use the GROUP BY clause to remove duplicates.

    • Example: SELECT column_name FROM table_name GROUP BY column_name;

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Data Analyst interview:
  • SQL Server
  • Power Bi
  • alteryx
Interview preparation tips for other job seekers - Be confident they want to know whether your basics are clear or not.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C, c++ , aptitude questions , statistics

Source Code Control Interview FAQs

How many rounds are there in Source Code Control Data Analyst interview for experienced candidates?
Source Code Control interview process for experienced candidates usually has 3 rounds. The most common rounds in the Source Code Control interview process for experienced candidates are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Source Code Control Data Analyst interview for experienced candidates?

Some of the top questions asked at the Source Code Control Data Analyst interview for experienced candidates -

  1. how comfortable working with ticketing t...read more
  2. GPO for port open...read more

Tell us how to improve this page.

Data Analyst Interview Questions from Similar Companies

View all
Technical Analyst
3 salaries
unlock blur

₹7.2 L/yr - ₹8 L/yr

Explore more salaries
Compare Source Code Control with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

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