Upload Button Icon Add office photos

Arcesium

Compare button icon Compare button icon Compare

Filter interviews by

Arcesium Data Analyst Interview Questions and Answers

Updated 5 Nov 2024

Arcesium Data Analyst Interview Experiences

5 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1 python question and 1 sql question for coding and rest were the mcqs based on sql and python.

Round 2 - Technical 

(2 Questions)

  • Q1. Python code was asked for checking the anagrams
  • Q2. Sql code asked to solve on screen share using various use cases like group by, having, count
Round 3 - Technical 

(2 Questions)

  • Q1. Python code was asked for swaping any number but without using python libraries
  • Q2. Sql code was asked using concepts of rank dense,rank, partition by

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic to Intermediate SQL Based questions
  • Q2. Basic to Intermediate Python Based questions

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2024

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

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerra test with sql ,python coding and theory

Round 2 - Coding Test 

Sql advanced coding round

Round 3 - Coding Test 

Python basic coding test

Round 4 - HR 

(1 Question)

  • Q1. General discussion

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

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

Hard 2 questions in 45 mins

Arcesium interview questions for designations

 Clinical Data Analyst

 (1)

 Senior Data Analyst

 (1)

 Analyst

 (12)

 Junior Analyst

 (2)

 Senior Analyst

 (1)

 Financial Analyst

 (3)

 Corporate Actions Analyst

 (1)

 Software Test Analyst

 (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2024

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

(1 Question)

  • Q1. Wildcard in excel
  • Ans. 

    Wildcard in Excel is a symbol used to represent one or more characters in a search string.

    • Wildcards include * (asterisk) for multiple characters and ? (question mark) for a single character.

    • Example: 'te*t' can match 'test' or 'text'.

    • Wildcards are commonly used in functions like VLOOKUP and SUMIF.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Mar 2018. There was 1 interview round.

Interview Preparation Tips

General Tips: Interview was short. Explained the role which was similar to the work I was doing before in my previous healthcare organization.

EDI related questions were asked. All type of file conversion and Excel formulas been asked.

Prepare well with on the above areas. It takes around 30 minutes.
Skills: Problem Solving, Analytical Skills, Presentation Skills, Time Management
Duration: <1 week
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How SQL DB works
  • Ans. 

    SQL DB works by storing and managing data in a structured format using tables and relationships.

    • SQL DB uses tables to store data in rows and columns.

    • It allows for querying data using SQL commands like SELECT, INSERT, UPDATE, DELETE.

    • Relationships between tables can be established using foreign keys.

    • Indexes can be used to optimize query performance.

    • ACID properties ensure data integrity and consistency.

  • Answered by AI

Skills evaluated in this interview

I applied via twocom.com and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - Coding Test 

We were provided with 3 basic data stucture questions all three were leetcode medium easy question. Total time alloted was 1hr for three questions.

Round 2 - Coding Test 

2nd round was again coding round but this time question level was hard plus 10 MCQs were also given based on basic computer science knowledge.
There were 2 data structure question that was leetcode medium hard questions.

Round 3 - One-on-one 

(3 Questions)

  • Q1. How can you prove to the client that a students with higher classes are taller than that of lower classes?
  • Ans. 

    We can use statistical analysis to prove that students in higher classes are taller than those in lower classes.

    • Collect height data of students from different classes

    • Use statistical measures like mean, median, and mode to compare the heights of students in different classes

    • Perform hypothesis testing to determine if the difference in height between classes is statistically significant

    • Visualize the data using graphs and ...

  • Answered by AI
  • Q2. Compare two arrays in python and print if both of them are same or not?
  • Ans. 

    Compare two arrays in python and print if both of them are same or not.

    • Use the '==' operator to compare the arrays.

    • If the arrays have the same elements in the same order, they are considered the same.

    • If the arrays have different elements or different order, they are considered different.

    • Print 'Same' if the arrays are the same, otherwise print 'Different'.

  • Answered by AI
  • Q3. What is permutation and combination and how is it used in data science?
  • Ans. 

    Permutation and combination are mathematical concepts used to count the number of possible outcomes in a given scenario.

    • Permutation is the arrangement of objects in a specific order while combination is the selection of objects without considering the order.

    • Permutation formula: nPr = n!/(n-r)! where n is the total number of objects and r is the number of objects selected.

    • Combination formula: nCr = n!/r!(n-r)! where n i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont stuck on any question, think, take time be vocal on what you are thinking and if you are not getting anything let the interviewer know this. Dont waste his/her time.

Skills evaluated in this interview

I appeared for an interview in Jun 2022.

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 

2 easy level coding questions and aptitude mcqs

Round 3 - One-on-one 

(1 Question)

  • Q1. 3 coding questions easy to medium level. Discussion on my project and past internship experience. Basic maths questions from probability, statistic, pnc etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a look on basic dsa and 12th class maths question.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2021. 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 an online coding test, with 2 python questions(DP and String) and 8 MCQs.

Round 3 - Technical 

(1 Question)

  • Q1. Asked about a coding question(easy level array question) , my one of project(explain line by line), permutation and combination question.
Round 4 - Technical 

(1 Question)

  • Q1. Same as second round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare your basic coding(array and string well from leetcode easy level)

Arcesium Interview FAQs

How many rounds are there in Arcesium Data Analyst interview?
Arcesium interview process usually has 2 rounds. The most common rounds in the Arcesium interview process are Coding Test, Technical and HR.
What are the top questions asked in Arcesium Data Analyst interview?

Some of the top questions asked at the Arcesium Data Analyst interview -

  1. Wildcard in ex...read more
  2. python code was asked for swaping any number but without using python librar...read more
  3. sql code was asked using concepts of rank dense,rank, partition...read more

Tell us how to improve this page.

Arcesium Data Analyst Interview Process

based on 5 interviews

1 Interview rounds

  • Coding Test Round
View more
Arcesium Data Analyst Salary
based on 5 salaries
₹8 L/yr - ₹12 L/yr
62% more than the average Data Analyst Salary in India
View more details

Arcesium Data Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Analyst
343 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Analyst
321 salaries
unlock blur

₹7.6 L/yr - ₹20.5 L/yr

Senior Software Engineer
232 salaries
unlock blur

₹15 L/yr - ₹41.8 L/yr

Software Engineer
186 salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Financial Analyst
155 salaries
unlock blur

₹8.5 L/yr - ₹18.7 L/yr

Explore more salaries
Compare Arcesium with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

3i Infotech

3.4
Compare

Xoriant

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