Upload Button Icon Add office photos

Filter interviews by

Fatakpay Digital Interview Questions and Answers

Updated 2 Jul 2024

Fatakpay Digital Interview Experiences

2 interviews found

Data Analyst Intern Interview Questions & Answers

user image Kamal gopal Singh

posted on 1 Jul 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Majorly based on pandas

Round 2 - Technical 

(2 Questions)

  • Q1. How to handle null values
  • Ans. 

    Null values can be handled by imputation, deletion, or using advanced techniques like machine learning algorithms.

    • Imputation: Replace null values with mean, median, mode, or using predictive modeling.

    • Deletion: Remove rows or columns with null values.

    • Advanced techniques: Use machine learning algorithms like KNN or decision trees to predict missing values.

  • Answered by AI
  • Q2. Cleaning using pandas
  • Ans. 

    Cleaning data using pandas involves removing missing values, duplicates, and outliers.

    • Use dropna() to remove rows with missing values

    • Use drop_duplicates() to remove duplicate rows

    • Use z-score or IQR method to detect and remove outliers

  • Answered by AI

Skills evaluated in this interview

Data Analyst Intern Interview Questions asked at other Companies

Q1. Water Jug Problem Statement You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to measure exactly Z liters using thes... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Assignment on Pandas , Numpy & Matplotlib

Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL , Excel & Python

Data Analyst Intern Interview Questions asked at other Companies

Q1. Water Jug Problem Statement You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to measure exactly Z liters using thes... read more
View answer (1)
Fatakpay Digital Interview Questions and Answers for Freshers
illustration image

Interview questions from similar companies

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

I applied via Referral and was interviewed in May 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 Resume tips
Round 2 - Aptitude Test 

It consists of 60 questions we have to answer in 60 min.

Round 3 - Group Discussion 

Various trending topics were asked in GD.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for resume...

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(5 Questions)

  • Q1. If you cleared Aptitude and Coding, Mostly Interview will be cleared with some basics questions like OOPs concepts, sort functions kind of questions.
  • Q2. Explain OOPs concept in JAVA?
  • Ans. 

    OOPs concept in JAVA is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are used to define objects and their properties

    • Objects are instances of classes that can interact with each other

    • Inheritance allows for the creation of new classes based on existing ones

    • Polymo...

  • Answered by AI
  • Q3. Function to sort an array in Java?
  • Ans. 

    Java provides Arrays.sort() method to sort an array.

    • Use Arrays.sort() method to sort an array of strings.

    • The method sorts the elements in ascending order by default.

    • To sort in descending order, use Collections.reverseOrder() method.

  • Answered by AI
  • Q4. Tell me about yourself?
  • Q5. Final year project which you worked on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of people clears Aptitude/Coding round. clears interview for freshers recruit

Skills evaluated in this interview

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

System Engineer Interview Questions & Answers

TCS user image Arham Khokhar

posted on 24 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's totally based on Basic understanding of concepts such as Linear arrangement, circular arrangement، blood relation, direction sense, ratio proportion, time, speed, distance

Round 2 - Technical 

(3 Questions)

  • Q1. It's based on OOPS Concepts,
  • Q2. Strength and weaknesses
  • Q3. About yourself, about educational background, why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your confidence ✨️ you will be selected with ease

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

Entry level aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and about college project.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a really good experience working in TCS

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

The first round is an aptitude online test that had Basics of Computer Science, Mathematics, English and then finally one basic program to code and compile like Palindrome.

Round 2 - Group Discussion 

Three panellists were present and it was a face-face round, Panellist 1 and 2 takes the technical discussions like classes, inheritance, oops concept, basic syntax, and such. Panellist 3 talks more about your resume skills, hobbies and the company overview.

Interview Preparation Tips

Topics to prepare for TCS System Engineer interview:
  • Basic Promgramming Questions
  • Aptitiude
Interview preparation tips for other job seekers - Since this was my first job it was slightly challenging in several ways in terms of how to present yourself, confidence and such. But make sure to stay humble and agree to most of the requests made and stick to the resume.
Contribute & help others!
anonymous
You can choose to be anonymous

Fatakpay Digital Interview FAQs

How many rounds are there in Fatakpay Digital interview?
Fatakpay Digital interview process usually has 2 rounds. The most common rounds in the Fatakpay Digital interview process are Assignment and Technical.
How to prepare for Fatakpay Digital 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 Fatakpay Digital. The most common topics and skills that interviewers at Fatakpay Digital expect are Digital Marketing, Python, SQL, Salesforce and Data Analytics.
What are the top questions asked in Fatakpay Digital interview?

Some of the top questions asked at the Fatakpay Digital interview -

  1. How to handle null val...read more
  2. Cleaning using pan...read more
  3. Questions on SQL , Excel & Pyt...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

JOBS

ANZ Banking Group

No Jobs

REVIEWS

Signzy Technologies

No Reviews

JOBS

Fatakpay Digital

No Jobs

JOBS

Vistas Technolabs

No Jobs

JOBS

Cavitak Marketing

No Jobs

JOBS

Diligent

No Jobs

JOBS

Coders Brain

No Jobs

JOBS

Mobius India

No Jobs

JOBS

ARA Resources

No Jobs

Tell us how to improve this page.

Fatakpay Digital Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
Mobikwik Interview Questions
3.7
 • 47 Interviews
Google Pay Interview Questions
4.2
 • 34 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
Ola Money Interview Questions
3.1
 • 1 Interview
Jio Money Interview Questions
4.2
 • 1 Interview
View all

Fatakpay Digital Reviews and Ratings

based on 9 reviews

3.2/5

Rating in categories

3.6

Skill development

3.2

Work-life balance

3.6

Salary

3.6

Job security

2.8

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 9 Reviews and Ratings
Finance Head

Mumbai

6-10 Yrs

Not Disclosed

MIS - Executive

Mumbai

1-2 Yrs

Not Disclosed

Explore more jobs
Backend Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Vice President
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fatakpay Digital with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Freecharge

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