Upload Button Icon Add office photos

Filter interviews by

Anicca Data Science Solutions Interview Questions, Process, and Tips

Updated 30 Oct 2024

Top Anicca Data Science Solutions Interview Questions and Answers

Anicca Data Science Solutions Interview Experiences

Popular Designations

4 interviews found

Data Engineer Interview Questions & Answers

user image Shubham Yadav

posted on 30 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What was your role at your previous organisation
  • Q2. What technologies did you work on
  • Ans. 

    I have worked on technologies such as Apache Spark, Hadoop, SQL, Python, and AWS.

    • Apache Spark

    • Hadoop

    • SQL

    • Python

    • AWS

  • Answered by AI

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2024

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

I applied via campus placement at International Institute of Information Technology (IIIT), Bhubaneswar and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They just asked about the oops concepts.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain linked lists
  • Ans. 

    Linked lists are data structures consisting of nodes linked together in a sequence.

    • Each node contains data and a reference to the next node

    • Linked lists can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Example: Singly linked list: 1 -> 2 -> 3 -> null

  • Answered by AI
  • Q2. Normalisation in DBMS
  • Ans. 

    Normalisation in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalisation involves breaking down a large table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured manner.

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules to follow.

    • For example...

  • Answered by AI
  • Q3. Asked me to write code for dsa code

Skills evaluated in this interview

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2024

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

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic oops mcqs were asked in this round

Round 2 - One-on-one 

(2 Questions)

  • Q1. Linked lists,circular linked lists
  • Q2. Normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured way.

    • Normalization ensures data integrity by minimizing the chances of anomalies like insertion, update, and deletion anomalies.

    • There are different nor...

  • Answered by AI

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)
Round 1 - Technical 

(1 Question)

  • Q1. Oops in code optimization
  • Ans. 

    Oops in code optimization

    • Identify the bottleneck in the code

    • Use profiling tools to measure performance

    • Avoid premature optimization

    • Consider trade-offs between time and space complexity

    • Use appropriate data structures and algorithms

    • Test and benchmark the optimized code

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Major challenges and contributions
  • Ans. 

    As a Senior Software Engineer, my major challenges include managing complex projects, leading teams, and solving technical problems.

    • Managing complex projects and ensuring timely delivery

    • Leading and mentoring teams to achieve high-quality results

    • Solving technical problems and implementing innovative solutions

    • Collaborating with cross-functional teams to align software development with business goals

    • Staying updated with e...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open and sincere in answering questions

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Anicca Data Science Solutions interview questions for popular designations

 Web Developer

 (2)

 Data Engineer

 (1)

 Senior Software Engineer

 (1)

Interview questions from similar companies

Data Platform Architect Interview Questions & Answers

Deloitte user image Anonymous

posted on 25 Feb 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(14 Questions)

  • Q1. What is the code to read a CSV file into a DataFrame using PySpark?
  • Q2. What is your approach to refactoring code?
  • Q3. How do you optimize pyspark code, how is peer review done,
  • Q4. What is the SQL query to join employee departments along with the count of employees in each department?
  • Q5. What is lazy evaluation in PySpark, and can you provide examples to illustrate this concept?
  • Q6. How do you write SQL queries using PySpark code?
  • Q7. What are the methods used to load data into a database?
  • Q8. What is the redshift spectrum?
  • Q9. What are the different types of indexing used in databases?
  • Q10. Could you describe your experience with sharing your screen to write PySpark code during scenarios in a Teams call, especially when you were using a mobile device?
  • Q11. What types of documentation are typically created during a project, and how is this documentation prepared?
  • Q12. How do you ensure that your code is written optimally, and how do you evaluate, debug, and test it for various scenarios?
  • Q13. What kind of documentation is written for pyspark code
  • Q14. What are the best practices that you follow?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. The role would have client round and the candidate will have to write code and solve issues immediately in client interview call, this is what interviewer said
2. As a data platform architect, the role requires extreme level understanding of pyspark and sql not just overview as in other data architect role.
3. Docu
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sale price on on day
  • Q2. Start working

Interview Preparation Tips

Interview preparation tips for other job seekers - Fofocus heavily on networking, tailoring your resume with relevant keywords, actively following up with potential employers, showcasing your sales skills in interviews through storytelling, and monitoring companies you're interested in to stay updated on opportunities.
Key points to remember:
Prioritize networking:
Utilize your network to connect with people in the industry, attend industry events, and leverage platforms like LinkedIn to build relationships with potential hiring managers.
Tailor your resume:
Include relevant sales keywords throughout your resume to catch the attention of recruiters and ensure your experience aligns with the job description.
Practice your sales pitch:
Prepare compelling stories from your past experiences to demonstrate your ability to close deals, overcome objections, and build rapport during interviews.
Follow up consistently:
After submitting applications, send personalized follow-up emails to maintain engagement with potential employers.
Research companies:
Actively monitor companies you're interested in by following their social media and news to stay informed about potential openings.
Highlight transferable skills:
Even if you lack direct sales experience, emphasize skills like communication, persuasion, relationship building, and problem-solving that translate well to a sales role.
Ask insightful questions:
During interviews, demonstrate your knowledge of the company and role by asking thoughtful questions that show your genuine interest.
Be enthusiastic and confident:
Convey a positive attitude and express your passion for sales to make a strong impression on potential employers.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(8 Questions)

  • Q1. Self intro and project architecture
  • Q2. What are the data sources used?
  • Q3. Bigquery architecture
  • Q4. Partition vs clustering
  • Q5. Bq commands on create table and load csv file
  • Q6. Bq commands on show the schema of the table
  • Q7. Explain about leaf nodes and columnar storage.
  • Q8. How many slots are there in bigquery?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8

The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.

Round 2 - Technical 

(6 Questions)

  • Q1. Interviewer was himself not knowing anything as it was walkin drive he was sitting infront of me and checking questions on phone Introduction that he inturrepted in between when I was introducing myself
  • Q2. What are the features of Java 17, specifically related to sealed classes, including their syntax and necessity, along with the potential errors encountered when invoking a sealed class?
  • Ans. 

    Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.

    • Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.

    • Subclasses of a sealed class must be either final or sealed themselves.

    • Errors may occur when trying to extend a sealed class with a non-permitted subclass.

  • Answered by AI
  • Q3. Java 8 feathers stream api, functional interface, Intermittent operator ,Ternary operator, Prediction,Bi predicate. Answered all successfully
  • Q4. Draw low level design of implementation of notify me if item is back in stock in a ecommerce application
  • Ans. 

    Implementation of 'notify me if item is back in stock' feature in an ecommerce application

    • Create a database table to store user notifications for out-of-stock items

    • Implement a service to check item availability and send notifications to subscribed users

    • Provide a user interface for users to subscribe to notifications for specific items

  • Answered by AI
  • Q5. All design patterns which I know. Asked me to implement adapter pattern on paper
  • Q6. Then given a problem that concurrent way perform operation on excell to decrease the response time

Interview Preparation Tips

Interview preparation tips for other job seekers - I always suggest staying away from these companies commonly referred to as WITCH (Wipro, Infosys, TCS, Cognizant, HCL). You will rarely encounter good interviewers there unless there is an extreme necessity. Interview was judging me on the basis of syntex by seeing in his phone. How can everyone write each and everything on copy. For the low level design first time in my 6 years carrier someone asked to design without using kafka or any other library like spring boot to achieve that add in reminder list problem 😂. At first it was my bad after holding a offer of almost 27 lakh I somehow agreed for giving interview. Second thing I also know that after Even clearing they cannot afford 30LPA which I asked. I just went there because from last 6.5 year I have never attended any walking or face to face interview so was curious for it. Currently also working with somewhat premium product development company only. My experience was very bad. May be it can get vary person to person.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. As per hr question
  • Q2. What is your strength
  • Q3. Why are you choose this company?
  • Q4. After 5 years where you see which position?
  • Q5. Why should we hire you?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. How many variance in sap?
  • Q2. We cac explain the all accounts receivable and accounts payable
  • Q3. What is the cost element and cost center?
  • Q4. How many we have currencies in sap?
  • Q5. How many types of projects

Interview Preparation Tips

Topics to prepare for Accenture P2P Accounts Payable Executive interview:
  • mba fresher
Interview preparation tips for other job seekers - 1. Self-Reflection & Goal Setting
* Identify Your Strengths & Weaknesses:
* Strengths: What are you good at? What do you enjoy doing? What are your unique skills and talents?
* Weaknesses: What areas do you need to improve? What are your biggest challenges?
* Define Your Career Goals:
* Short-term: What kind of job are you looking for? What industry are you interested in? What salary range are you targeting?
* Long-term: What is your ideal career path? What are your long-term professional aspirations?
2. Enhance Your Job Search Strategy
* Build a Strong Online Presence:
* LinkedIn: Create a professional and engaging LinkedIn profile.
* Portfolio/Website: If applicable, showcase your work through a portfolio or personal website.
* Network, Network, Network:
* Attend industry events: Conferences, meetups, and workshops.
* Informational interviews: Connect with people working in your field of interest.
* Leverage your existing network: Let your friends, family, and former colleagues know you're job searching.
* Tailor Your Resume & Cover Letter:
* Customize: Tailor your resume and cover letter to each specific job application.
* Keywords: Use keywords from the job description to increase your chances of getting noticed by Applicant Tracking Systems (ATS).
* Quantify your achievements: Use numbers and data to demonstrate your accomplishments.
* Master the Job Interview:
* Practice: Prepare for common interview questions (behavioral, technical, etc.).
* Research: Learn about the company and the role you're interviewing for.
* Ask insightful questions: Demonstrate your interest and engagement.
3. Continuous Improvement
* Skill Development:
* Online courses: Platforms like Coursera, Udemy, and edX offer a wide range of courses.
* Certifications: Obtain relevant industry certifications to enhance your credentials.
* Volunteer work: Gain valuable experience and build your network.
* Stay Updated:
* Industry news: Keep up-to-date with the latest trends and developments in your field.
* Job market trends: Monitor job boards and industry publications to understand the current job market.
Key Advice:
* Be patient and persistent: The job search process can be challenging, but don't give up.
* Stay positive and maintain a growth mindset: Focus on your strengths and opportunities for improvement.
* Take care of yourself: Prioritize your physical and mental well-being during your job search.
Remember: The job market is constantly evolving. Be adaptable, proactive, and resourceful in your job search efforts. Good luck!

Anicca Data Science Solutions Interview FAQs

How many rounds are there in Anicca Data Science Solutions interview?
Anicca Data Science Solutions interview process usually has 1-2 rounds. The most common rounds in the Anicca Data Science Solutions interview process are Technical, HR and Coding Test.
How to prepare for Anicca Data Science Solutions 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 Anicca Data Science Solutions. The most common topics and skills that interviewers at Anicca Data Science Solutions expect are XML, C++, Python, ARM and Analytical Chemistry.
What are the top questions asked in Anicca Data Science Solutions interview?

Some of the top questions asked at the Anicca Data Science Solutions interview -

  1. Oops in code optimizat...read more
  2. Normalisation in D...read more
  3. normalization in d...read more

Tell us how to improve this page.

Anicca Data Science Solutions Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.6
 • 221 Interviews
Fractal Analytics Interview Questions
4.0
 • 207 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
4.0
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Anicca Data Science Solutions Reviews and Ratings

based on 10 reviews

4.0/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

3.4

Salary

2.8

Job security

4.1

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
16 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

Software Developer
5 salaries
unlock blur

₹7.5 L/yr - ₹12 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹13.8 L/yr - ₹27 L/yr

Data Engineer
3 salaries
unlock blur

₹15 L/yr - ₹20 L/yr

Software Engineer Level 1
3 salaries
unlock blur

₹8 L/yr - ₹8 L/yr

Explore more salaries
Compare Anicca Data Science Solutions with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.6
Compare

LatentView Analytics

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