Upload Button Icon Add office photos

Capri Global Capital

Compare button icon Compare button icon Compare

Filter interviews by

Capri Global Capital Python Software Developer Interview Questions and Answers

Updated 15 Oct 2022

Capri Global Capital Python Software Developer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Apr 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Differencce between unit testing and integration testing
  • Ans. 

    Unit testing tests individual units of code while integration testing tests how multiple units work together.

    • Unit testing is done by developers and focuses on testing individual functions or methods.

    • Integration testing is done by testers and focuses on testing how different modules or components work together.

    • Unit tests are usually automated and run frequently during development.

    • Integration tests are usually manual and...

  • Answered by AI
  • Q2. What are dependency injection
  • Ans. 

    Dependency injection is a design pattern that allows objects to receive dependencies from external sources rather than creating them internally.

    • Dependency injection helps to decouple the code and make it more testable and maintainable.

    • It allows for easier swapping of dependencies and promotes code reusability.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do practise time complexity and space complexity . And be chill

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is sap?
  • Ans. 

    SAP is a software company that provides enterprise resource planning (ERP) software to manage business operations.

    • SAP stands for Systems, Applications, and Products in Data Processing.

    • It offers a range of software solutions for various industries such as finance, logistics, and manufacturing.

    • SAP ERP software helps businesses to streamline their operations and improve efficiency.

    • SAP also offers cloud-based solutions and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Challenging interview... Be very prepare don't take it lightly

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. 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 tips
Round 2 - Coding Test 

Discussion on Oops and asked to implement linked list and then asked to modify it to fit for a binary tree.

One qsts related to algos was asked too which I don't remember

Round 3 - HR 

(1 Question)

  • Q1. Formal introduction of ourselves . Followed by few qsts on family and why IIFL

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview process. Focus on algos and oops concepts more.
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

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Being electrical Engineer , why IT?
  • Ans. 

    I chose IT because of my passion for problem-solving and my interest in software development.

    • I have always been fascinated by technology and computers.

    • During my electrical engineering studies, I realized that I enjoyed programming and software development more than other aspects of the field.

    • I took additional courses in computer science to enhance my skills and knowledge in software engineering.

    • I have successfully comp...

  • Answered by AI
  • Q2. Why programming
  • Ans. 

    Programming is a way to solve problems and create innovative solutions using logic and creativity.

    • Programming allows me to create something from scratch and see it come to life.

    • It challenges me to think critically and find efficient solutions to complex problems.

    • It offers endless opportunities for learning and growth, as technology is constantly evolving.

    • Programming is a versatile skill that can be applied to various i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good an best and forward

I applied via Naukri.com and was interviewed in Aug 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Jdbc , Spring , Collection in java
  • Q2. Final vs finally . Explain
  • Ans. 

    Final and finally are two different words with different meanings.

    • Final is an adjective that means last or ultimate, as in final exam or final decision.

    • Finally is an adverb that means at last or in the end, as in finally, we reached our destination.

    • Final is used to describe something that is definitive or conclusive, while finally is used to describe the end of a process or event.

    • Examples: The final score of the game w...

  • Answered by AI
  • Q3. Abstraction and encapsulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Have edact knowledge as u mentioned in CV
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Maths
Logical
English
C

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on projects
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Pen paper test with 5 mcq and 3 coding questions mostly on array sorting etc

Round 2 - Technical 

(1 Question)

  • Q1. Write a code for concatenation of two arrays without using Math function
  • Ans. 

    Concatenate two arrays without using Math function

    • Create a new array with the combined length of the two input arrays

    • Iterate through the first array and copy elements to the new array

    • Continue iterating through the second array and copy elements to the new array

  • Answered by AI
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 - 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
-
Round 1 - Coding Test 

Coding test with questions on aptitude and coding problem solving with 15 test cases

Round 2 - One-on-one 

(2 Questions)

  • Q1. Rotation of array
  • Ans. 

    Rotate an array of strings by a specified number of positions.

    • Create a new array and copy elements from original array based on rotation index.

    • Use modulo operator to handle cases where rotation index exceeds array length.

    • Handle edge cases like empty array or negative rotation index.

    • Example: Original array ['a', 'b', 'c', 'd', 'e'] rotated by 2 positions becomes ['c', 'd', 'e', 'a', 'b'].

  • Answered by AI
  • Q2. Sql query for 2
  • Ans. 

    SQL query to retrieve data from 2 tables using a join condition.

    • Use JOIN keyword to combine data from 2 tables based on a related column

    • Specify the columns you want to retrieve using SELECT statement

    • Add the table names and join condition in the FROM clause

  • Answered by AI

Skills evaluated in this interview

Capri Global Capital Interview FAQs

How many rounds are there in Capri Global Capital Python Software Developer interview?
Capri Global Capital interview process usually has 2 rounds. The most common rounds in the Capri Global Capital interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Capri Global Capital Python Software Developer interview?

Some of the top questions asked at the Capri Global Capital Python Software Developer interview -

  1. Differencce between unit testing and integration test...read more
  2. What are dependency inject...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Muthoot Fincorp Interview Questions
4.5
 • 510 Interviews
Shriram Finance Interview Questions
4.1
 • 346 Interviews
Muthoot Finance Interview Questions
3.6
 • 256 Interviews
IIFL Finance Interview Questions
4.0
 • 252 Interviews
L&T Finance Interview Questions
3.9
 • 152 Interviews
Mahindra Finance Interview Questions
4.1
 • 152 Interviews
TVS Credit Interview Questions
4.3
 • 107 Interviews
View all
Relationship Manager
323 salaries
unlock blur

₹1.4 L/yr - ₹4 L/yr

Branch Manager
280 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Brach Operation Manager
184 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Branch Sales Manager
162 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Senior Loan Officer
146 salaries
unlock blur

₹2.6 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Capri Global Capital with

Shriram Finance

4.1
Compare

Muthoot Fincorp

4.5
Compare

IIFL Finance

4.0
Compare

Muthoot Finance

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