Upload Button Icon Add office photos

Filter interviews by

Analyttica Datalab Interview Questions and Answers

Updated 29 Aug 2024

Analyttica Datalab Interview Experiences

Popular Designations

4 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to decide upon Spark cluster sizing?
  • Ans. 

    Spark cluster sizing depends on workload, data size, memory requirements, and processing speed.

    • Consider the size of the data being processed

    • Take into account the memory requirements of the Spark jobs

    • Factor in the processing speed needed for the workload

    • Scale the cluster based on the number of nodes and cores required

    • Monitor performance and adjust cluster size as needed

  • Answered by AI
  • Q2. Question on Spark internals
Round 2 - Case Study 

Implement a pipeline based on given conditions and data requirement

Round 3 - HR 

(1 Question)

  • Q1. There were no questions as such. They want me join on very next day when the HR discussion was over and started itimidating me with aggressive approach even without discussing the salary part and the benef...

Interview Preparation Tips

Interview preparation tips for other job seekers - I could clear both the rounds and salary discussion was the only thing left I decided not to join the company because of the way HR handled the process.
Based on the HR behaviour, I can say there is no respect for an employee/ candidate.
The behaviour was like as if I am at the mercy of the employer and I don't have any other company in this world.

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. What project have you done in your academics
  • Q2. Introduce yourself

Analyst Intern Interview Questions asked at other Companies

Q1. What is the difference between Bagging and boosting ?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple mcq questions from java, msql, html, css, javascript

Round 2 - Technical 

(1 Question)

  • Q1. They asked everything mentioned in resume, asked situation based coding questions and the projects.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

Datastructures binary search

Round 3 - Technical 

(2 Questions)

  • Q1. About SQL and some basics of Java quetions
  • Q2. What is DBMS RDBMS
  • Ans. 

    DBMS stands for Database Management System and RDBMS stands for Relational Database Management System.

    • DBMS is a software system that manages databases and provides an interface between the database and the user.

    • RDBMS is a type of DBMS that stores data in the form of tables with relations between them.

    • RDBMS uses SQL (Structured Query Language) to manipulate data.

    • Examples of RDBMS include MySQL, Oracle, and Microsoft SQL

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Analyttica Datalab interview questions for popular designations

 Analyst Intern

 (1)

 Associate Software Engineer

 (1)

 Data Engineer

 (1)

 Java Developer

 (1)

Jobs at Analyttica Datalab

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to django and python.
Round 2 - Coding Test 

One python coding(easy) and django ORM queries

Round 3 - Behavioral 

(1 Question)

  • Q1. Some technical and about company.
Round 4 - Behavioral 

(1 Question)

  • Q1. About company and some technical.

Interview Preparation Tips

Topics to prepare for Advanced Structures India Python Software Developer interview:
  • Python
  • Django
  • about company
  • django ORM
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain promises and callback functions with example
  • Ans. 

    Promises and callback functions are used in Node.js for handling asynchronous operations.

    • Callback functions are functions passed as arguments to another function to be executed later.

    • Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Example of callback function: fs.readFile('file.txt', (err, data) => { if (err) throw err; console.log(data); });

    • Example of promise: const re...

  • Answered by AI
  • Q2. What is middleware
  • Ans. 

    Middleware is a function that has access to the request and response objects in Node.js, and can modify or terminate the request-response cycle.

    • Middleware functions can perform tasks like logging, authentication, error handling, etc.

    • They are executed sequentially in the order they are defined in the code.

    • Example: Express.js uses middleware to handle requests before they reach the route handler.

  • Answered by AI
Round 2 - Coding Test 

Find the second largest elements in an array

Round 3 - Assignment 

Student crud operations

Round 4 - Technical 

(1 Question)

  • Q1. What is event loop
  • Ans. 

    Event loop is a mechanism in Node.js that allows asynchronous operations to be executed non-blocking.

    • Event loop is responsible for handling asynchronous operations in Node.js.

    • It allows Node.js to perform non-blocking I/O operations.

    • Event loop continuously checks the event queue for new events to execute.

    • Event loop helps in efficient handling of multiple concurrent operations in Node.js.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - this is a fraud company. taking ghost interview only.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Guesstimates 

(1 Question)

  • Q1. Estimate number of burgers sold by one burger Outlet in your city.
  • Ans. 

    The number of burgers sold by a burger outlet in a city can vary based on factors like location, menu offerings, pricing, and customer demand.

    • Consider the population of the city and the popularity of the outlet.

    • Analyze the outlet's menu offerings and pricing compared to competitors.

    • Take into account any special promotions or events that may impact sales.

    • Look at historical sales data if available.

    • Interview employees or

  • Answered by AI
Round 2 - Guesstimates 

(1 Question)

  • Q1. Estimate transportation cost for raw materials.
  • Ans. 

    Transportation cost for raw materials can be estimated based on distance, mode of transportation, quantity, and current market rates.

    • Consider the distance between the supplier and the manufacturing facility

    • Take into account the mode of transportation (road, rail, sea, air)

    • Calculate the quantity of raw materials being transported

    • Research current market rates for transportation services

    • Factor in any additional costs such

  • Answered by AI
Round 3 - Guesstimates 

(2 Questions)

  • Q1. Asked about past experience
  • Q2. Some guesstimate question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are very rude. Everyone was using phone and laptop all the time and not much attention was given to the candidate during the interview.
Worst Interview Experience ever.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Assessment on Sql Expertise, 2 lengthy sql questions in 30 mins time

Round 2 - Technical 

(2 Questions)

  • Q1. Hard Questions on sql
  • Q2. Basic questions on Python
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Basic Features of Excel and Keywords
  • Ans. 

    Excel is a spreadsheet program used for data organization and analysis.

    • Basic features include formulas, functions, charts, and sorting/filtering.

    • Keywords include cells, rows, columns, and worksheets.

    • Examples: SUM function, PivotTables, VLOOKUP formula.

  • Answered by AI
  • Q2. What you do in a customer service job and how you interact with the customers and solve their query.
  • Ans. 

    In a customer service job, I interact with customers to understand their queries and provide solutions to their problems.

    • Listen actively to customers to understand their concerns

    • Empathize with customers to show understanding and build rapport

    • Offer solutions or alternatives to address customer issues

    • Follow up with customers to ensure their concerns are resolved

    • Maintain a positive and professional attitude throughout int

  • Answered by AI
  • Q3. Procedure of Online KYC
  • Ans. 

    Online KYC is the process of verifying the identity of customers remotely through digital means.

    • Collect customer information such as name, address, date of birth, and identification documents.

    • Use verification methods like biometric authentication, facial recognition, or document verification.

    • Verify the authenticity of the documents provided by the customer.

    • Comply with regulatory requirements and data protection laws.

    • No...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Branch International Customer Success Associate interview:
  • Excel
Interview preparation tips for other job seekers - Be prepared with the Excel Skills and Have a good typing speed above 35 that's it and rest try to explore the domain in which you're gonna work

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. WAY OF QUESTION TREND
  • Ans. 

    Question trends in customer service are constantly evolving based on customer needs and technological advancements.

    • Stay updated on industry trends through research and training

    • Adapt communication style to match current trends (e.g. chatbots, social media)

    • Utilize data analytics to understand customer preferences and behavior

    • Provide personalized and efficient service to meet evolving customer expectations

  • Answered by AI
  • Q2. REPLY MY WAY OF PERFECT ENGLISH
  • Q3. ALL BESED ON COMPUTER WORKS IN NON VOICE PROCESS
  • Q4. I FLEXIBLE IN DAY SHIFT
  • Q5. MY EXPECT 25K SALARY

Interview Preparation Tips

Interview preparation tips for other job seekers - I PREFERED GOOD SALARY NEED

Analyttica Datalab Interview FAQs

How many rounds are there in Analyttica Datalab interview?
Analyttica Datalab interview process usually has 2-3 rounds. The most common rounds in the Analyttica Datalab interview process are Technical, HR and Aptitude Test.
How to prepare for Analyttica Datalab 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 Analyttica Datalab. The most common topics and skills that interviewers at Analyttica Datalab expect are Java, Microservices, Python, SQL and Spring Boot.
What are the top questions asked in Analyttica Datalab interview?

Some of the top questions asked at the Analyttica Datalab interview -

  1. How to decide upon Spark cluster sizi...read more
  2. What is DBMS RD...read more
  3. They asked everything mentioned in resume, asked situation based coding questio...read more

Tell us how to improve this page.

Analyttica Datalab Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.7
 • 221 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
C5i Interview Questions
4.0
 • 45 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

Analyttica Datalab Reviews and Ratings

based on 18 reviews

3.4/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

2.9

Salary

2.9

Job security

3.3

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 18 Reviews and Ratings
System Administrator

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
17 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Software Engineer
10 salaries
unlock blur

₹6.8 L/yr - ₹16.4 L/yr

Analyst
8 salaries
unlock blur

₹4.5 L/yr - ₹6.5 L/yr

Data Scientist
7 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Senior Analyst
7 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Explore more salaries
Compare Analyttica Datalab with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

LatentView Analytics

3.7
Compare

Tiger Analytics

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