Upload Button Icon Add office photos

Filter interviews by

Tip Sons Financial Services Intern Interview Questions and Answers

Updated 18 Feb 2024

Tip Sons Financial Services Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 18 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ration analysis

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Tip Sons Financial Services?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java, Python, SQL Technical Questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Questions from SQL, Python, Java.
  • Q2. Asked to print 2 max salary in emp table.
  • Ans. 

    To find the top two maximum salaries from the emp table, we can use SQL queries with ORDER BY and LIMIT clauses.

    • Use SQL query: SELECT DISTINCT salary FROM emp ORDER BY salary DESC LIMIT 2;

    • DISTINCT ensures unique salary values are considered.

    • ORDER BY salary DESC sorts the salaries in descending order.

    • LIMIT 2 restricts the output to the top two salaries.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic Personal questions.
Round 4 - Coding Test 

Total 10ques, 3 from python and java, 4 from SQL.

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. There is a housing society “The wasteful society”. You collect al ... read more
Q2. Which programming language are you comfortable with?
asked in Accenture
Q3. A marketing strategy case: A perfume seller in Jaipur has unique ... read more
asked in Deloitte
Q4. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q5. Huffman Coding Challenge Given an array ARR of integers containin ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. DSA questions in strings and DBMS.
  • Q2. Puzzels and Logical Reasoning.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well versed in your domain.

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Write a program to get minimum number of coins.
  • Ans. 

    Program to get minimum number of coins.

    • Create an array of coin denominations

    • Sort the array in descending order

    • Loop through the array and subtract the highest denomination possible

    • Repeat until the remaining amount is 0

  • Answered by AI
  • Q2. Circular linked list.
  • Q3. Logic for a program to sort an array in which we have an array of infinite length but contains only three elements like -1, 0,1.
  • Ans. 

    Sorting an array of infinite length with only three elements (-1, 0, 1)

    • Use counting sort algorithm to count the frequency of each element

    • Create a new array with sorted elements based on their frequency

    • Time complexity is O(n) and space complexity is O(1)

    • Example: [-1, 1, 0, 1, -1, 0, 1, -1, 0, 1, ...]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly refer data structures, basics of SQL and basic idea about Cloud Computing.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Explain about data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures can be linear or non-linear

    • Examples of linear data structures include arrays, linked lists, and stacks

    • Examples of non-linear data structures include trees and graphs

    • Choosing the right data structure can greatly impact the efficiency of algorithms

  • Answered by AI
  • Q2. I have answered

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with all the cse core subjects

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apptitude test is so easy it consists of English, technical mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. SQL rank function
  • Q2. Difference between count, count(*)

Skills evaluated in this interview

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

(1 Question)

  • Q1. Field relatimed questions SAP wms
Round 2 - Technical 

(1 Question)

  • Q1. Field related questions
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is your experience with managing on-premises Linux servers?
  • Ans. 

    I have extensive experience managing on-premises Linux servers, focusing on performance, security, and automation.

    • Configured and maintained Apache and Nginx web servers for hosting applications.

    • Implemented security measures using firewalls and SELinux to protect server data.

    • Automated server updates and backups using cron jobs and shell scripts.

    • Monitored server performance with tools like Nagios and Grafana to ensure up...

  • Answered by AI
  • Q2. Devops tools AWS kubernetes in depth
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 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 tips
Round 2 - Coding Test 

1. One question regarding the MaxPartitions for a given array, if array is [4, 3, 2, 6 , 5, 10, 9] => upon sorting it appears like [2, 3, 4, 5, 6, 7, 9, 10] ..Max slices are [2,3,4] [5, 6] [9, 10] so slice count is 3

2. Another one Max integer upon removal 5 digit

Round 3 - Technical 

(1 Question)

  • Q1. Two technical rounds happened 1. One technical round : It was all about the Architecture , Design patterns on Microservices like CircuitBreaker etc and also security concepts, 2. Another technical round...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview of 2 hours each which is more than expected time and Interviewers were unable to judge properly or efficiently and On the last day was told that you are not right fitment, Actually the role is for Desktop applications and interviewers are expecting to have all the design experience, Felt so disappointed as Hiring manager was not interested to proceed and Status of the Interview was not shared properly it was positive but not proceeding further it was mixed up
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Discussion
  • Q2. Tell me About yourself
  • Ans. 

    Experienced Technical Lead with a strong background in software development and team management.

    • Over 8 years of experience in leading software development teams

    • Proficient in various programming languages such as Java, Python, and JavaScript

    • Skilled in project management and Agile methodologies

    • Strong communication and problem-solving skills

    • Passionate about mentoring and guiding team members to success

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. About projects you worked
  • Q2. Data base testing
  • Q3. API Testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - do Not join this company politics and Favoritism all peoples are Involved in Politics

Tip Sons Financial Services Interview FAQs

How many rounds are there in Tip Sons Financial Services Intern interview?
Tip Sons Financial Services interview process usually has 1 rounds. The most common rounds in the Tip Sons Financial Services interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

ZIGRAM Interview Questions
3.5
 • 44 Interviews
Kissht Finance Interview Questions
3.9
 • 37 Interviews
Uni Cards Interview Questions
3.9
 • 25 Interviews
Silverskills Interview Questions
3.7
 • 24 Interviews
Experian Interview Questions
3.7
 • 23 Interviews
Modak Analytics Interview Questions
3.4
 • 23 Interviews
indiagold Interview Questions
4.2
 • 23 Interviews
View all
Manager
16 salaries
unlock blur

₹5.6 L/yr - ₹10.2 L/yr

Relationship Manager
12 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Manager
7 salaries
unlock blur

₹8.3 L/yr - ₹14.4 L/yr

Assistant Vice President
5 salaries
unlock blur

₹13 L/yr - ₹19 L/yr

Assistant Manager
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Tip Sons Financial Services with

Descon Engineering

4.2
Compare

Resurgent India

4.3
Compare

Bluechip Corporate Investment Centre

3.9
Compare

MMC Infotech Services

3.5
Compare
write
Share an Interview