Upload Button Icon Add office photos

Fino Paytech

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Fino Paytech Pyspark Developer Interview Questions and Answers

Updated 13 Dec 2024

Fino Paytech Pyspark Developer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(7 Questions)

  • Q1. Hadoop architecture
  • Q2. Spark architecture
  • Q3. Difference between stage and task
  • Ans. 

    A stage is a collection of tasks that perform a specific computation, while a task is a unit of work that is executed on a single executor.

    • Stage is a higher-level unit of work that can be broken down into multiple tasks.

    • Tasks are individual units of work that are executed on a single executor.

    • Stages are used to organize and coordinate tasks in a Spark job.

    • Tasks are the actual units of computation that are performed by ...

  • Answered by AI
  • Q4. Sql questions to solve
  • Q5. Scoop
  • Q6. Action and transformation in pysaprk
  • Ans. 

    Actions and transformations are two types of operations in PySpark. Actions return a value to the driver program, while transformations create a new RDD.

    • Actions are operations that trigger the execution of the Spark job, such as collect(), count(), and saveAsTextFile().

    • Transformations are operations that create a new RDD from an existing one, such as map(), filter(), and reduceByKey().

    • Actions are lazy operations, meani...

  • Answered by AI
  • Q7. Difference between rdd and dataframe
  • Ans. 

    RDD is a distributed collection of objects, while DataFrame is a distributed collection of data organized into named columns.

    • RDD is more low-level and requires manual schema definition, while DataFrame provides a higher-level API with schema inference.

    • DataFrames are optimized for processing structured data, while RDDs are more suitable for unstructured data.

    • DataFrames support SQL queries and optimizations through Catal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was held at the company.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Asked questions of finance and aptitude

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is machine learning?
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that enable computers to learn from and make predictions or decisions based on data.

    • Machine learning is a subset of artificial intelligence that focuses on developing algorithms that can learn from and make predictions or decisions based on data.

    • It involves training models on large datasets to recognize patterns and m...

  • Answered by AI
  • Q2. What do you know about SQL?
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to retrieve and manipulate data in relational databases

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • SQL can be used to create tables, indexes, and views

    • Examples of SQL databases include MySQL, PostgreSQL, Oracle

  • Answered by AI
  • Q3. What you know about software Development?
  • Ans. 

    Software development involves creating, designing, testing, and maintaining software applications.

    • Software development includes coding, testing, debugging, and documenting software applications.

    • Developers use programming languages like Java, Python, C++, etc. to write code.

    • Agile and Waterfall are common software development methodologies.

    • Version control systems like Git are used to manage code changes.

    • Software developm...

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

(2 Questions)

  • Q1. What are the algorithms you know in machine learning and their details ?
  • Ans. 

    Various machine learning algorithms with brief details

    • Supervised Learning: Linear Regression, Logistic Regression, Support Vector Machines (SVM), Decision Trees, Random Forest

    • Unsupervised Learning: K-means Clustering, Hierarchical Clustering, Principal Component Analysis (PCA)

    • Reinforcement Learning: Q-Learning, Deep Q-Networks (DQN)

    • Neural Networks: Convolutional Neural Networks (CNN), Recurrent Neural Networks (RNN), L

  • Answered by AI
  • Q2. Python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Python and ML well.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1)Project related,
  • Q2. What is the Polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q3. What is RestController?
  • Ans. 

    RestController is a class in Spring framework used to handle HTTP requests and return responses as JSON or XML.

    • Handles HTTP requests in Spring framework

    • Returns responses as JSON or XML

    • Annotate a class with @RestController to define it as a RestController

    • Example: @RestController public class UserController {}

  • Answered by AI
Round 2 - Coding Test 

Find the number of occurrences of each element in the given ArrayList

Round 3 - HR 

(1 Question)

  • Q1. Discussion with hr like reason to switch.

Interview Preparation Tips

Interview preparation tips for other job seekers - be good with basics

Skills evaluated in this interview

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 - One-on-one 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Tell about the recent project that you have worked upon
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking fir change

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD well & do research on the company
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I was interviewed in Feb 2024.

Round 1 - Coding Test 

1 hour coding test on intermediate python programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on cloud-based technologies
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. Question on c, like storage classes
  • Q2. Can communication protocol, UDS protocol.
  • Q3. C coding on pointers.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the topics what you have mentioned in your resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. It was more related to my projects
  • Q2. Asked questions on PCA,KNN and Elbow method .
Round 2 - Technical 

(2 Questions)

  • Q1. Asked SVM and Logistic regression, their applications and real life uses
  • Q2. Matrix formation of a knockout Tournament
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked questions from python and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. What are tupples
  • Ans. 

    Tuples are ordered collections of elements, similar to lists but immutable.

    • Tuples are created using parentheses ()

    • Elements in a tuple can be of different data types

    • Tuples are immutable, meaning their elements cannot be changed once created

  • Answered by AI
  • Q2. What is credit risk
  • Ans. 

    Credit risk refers to the potential loss that a lender may incur due to a borrower's failure to repay a loan or meet their financial obligations.

    • Credit risk is the risk of default on a debt that may arise from a borrower failing to make required payments.

    • It is a key consideration for banks and financial institutions when lending money.

    • Factors that contribute to credit risk include the borrower's credit history, financi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crisp with points and don't linger with answers

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 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 - Coding Test 

Mcq related to dsa ,oops

Round 3 - Technical 

(1 Question)

  • Q1. Just basic oops questions about polymorphism,inheritance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your current role ?
  • Q2. Why are you looking for a job change?
Round 2 - Technical 

(1 Question)

  • Q1. Python based list iteration, SQL join based questions
Round 3 - Behavioral 

(1 Question)

  • Q1. What are the project you have worked upon ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure your SQL concepts are solid especially windows functions. For python try working on list and string based manipulation along with fundamentals.
Contribute & help others!
anonymous
You can choose to be anonymous

Fino Paytech Interview FAQs

How many rounds are there in Fino Paytech Pyspark Developer interview?
Fino Paytech interview process usually has 1 rounds. The most common rounds in the Fino Paytech interview process are Technical.
What are the top questions asked in Fino Paytech Pyspark Developer interview?

Some of the top questions asked at the Fino Paytech Pyspark Developer interview -

  1. difference between stage and t...read more
  2. difference between rdd and datafr...read more
  3. action and transformation in pysa...read more

Recently Viewed

INTERVIEWS

Kantar

No Interviews

INTERVIEWS

Kantar

No Interviews

INTERVIEWS

Nissin Brake

No Interviews

INTERVIEWS

Experian

No Interviews

INTERVIEWS

Tokopedia

No Interviews

INTERVIEWS

Zf Rane Automotive

No Interviews

INTERVIEWS

ConveGenius

No Interviews

DESIGNATION

INTERVIEWS

TCS

No Interviews

SALARIES

ConveGenius

Tell us how to improve this page.

Fino Paytech Pyspark Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 776 Interviews
FIS Interview Questions
3.9
 • 481 Interviews
Shriram Finance Interview Questions
4.1
 • 339 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
Bajaj Finance Interview Questions
4.0
 • 302 Interviews
Muthoot Finance Interview Questions
3.6
 • 254 Interviews
PayPal Interview Questions
3.9
 • 212 Interviews
HighRadius Interview Questions
2.9
 • 182 Interviews
View all
Assistant Manager
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Relation Officer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Branch Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fino Paytech with

Muthoot Finance

3.6
Compare

Bajaj Finance

4.0
Compare

Mahindra Finance

4.1
Compare

Shriram Finance

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