Upload Button Icon Add office photos

Filter interviews by

Jocata Financial Advisory and Technology Associate Software Engineer Interview Questions and Answers

Updated 24 Sep 2024

Jocata Financial Advisory and Technology Associate Software Engineer Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on Java, Strings, and coding questions of arrays and strings.
Round 2 - Technical 

(1 Question)

  • Q1. Final face-to-face round, where experience and projects were discussed.

Interview Preparation Tips

Topics to prepare for Jocata Financial Advisory and Technology Associate Software Engineer interview:
  • Java
  • DSA
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions on Collection Framework.
  • Q2. Recursion and Backtracking
Round 2 - Technical 

(2 Questions)

  • Q1. Sort a linked list.
  • Ans. 

    To sort a linked list, use merge sort or quick sort algorithms.

    • Implement merge sort or quick sort algorithm for linked list

    • For merge sort, divide the list into two halves, recursively sort each half, and merge them back together

    • For quick sort, choose a pivot element, partition the list around the pivot, and recursively sort the sublists

    • Time complexity for merge sort and quick sort is O(n log n)

  • Answered by AI
  • Q2. String rotation considering memory and time optimization. Furthermore discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not best but it's a good company. Don't get attached too much if you're not a South Indian.

Skills evaluated in this interview

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more

Interview questions from similar companies

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

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One machine coding round, parking lot question

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to parking lot
  • Q2. Current project related questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. High level design
  • Q2. Yet to appear ......
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing mock dependencies.

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

  • Answered by AI
  • Q2. What is state in react
  • Ans. 

    State in React is a JavaScript object that stores data and determines how a component renders and behaves.

    • State is mutable and can be updated using the setState() method

    • State should be used for data that will change over time and affect the component's rendering

    • State should not be modified directly, use setState() instead

  • Answered by AI

Skills evaluated in this interview

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

There was aptitude test out of which 12 candidate selected

Round 2 - Technical 

(3 Questions)

  • Q1. Asked me about my project in details
  • Q2. What does group by do in SQL.
  • Ans. 

    GROUP BY in SQL is used to group rows that have the same values into summary rows.

    • GROUP BY is used with aggregate functions like COUNT, SUM, AVG, etc.

    • It is used to summarize data by grouping rows based on specified columns.

    • GROUP BY is often used in conjunction with the SELECT statement.

  • Answered by AI
  • Q3. Then asked about spring boot

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain OOPS Concept ?
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • For example, a class 'Car' can have objects like 'Toyota', 'Honda', etc., each with their own properties and methods.

    • Inheritan...

  • Answered by AI
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 May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round interview with Java Spring Boot questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Question related to API pattern, core fundamentals.
Round 1 - One-on-one 

(1 Question)

  • Q1. Simple question not very hard related to java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident n do not over sell your

Interview Questionnaire 

7 Questions

  • Q1. Choose between Mahatma Gandhi and Subhash Chandra Bose.
  • Ans. 

    Both Mahatma Gandhi and Subhash Chandra Bose were important figures in India's struggle for independence.

    • Mahatma Gandhi was a non-violent activist who led the Indian National Congress and played a key role in India's independence movement.

    • Subhash Chandra Bose was a militant nationalist who formed the Indian National Army to fight against British rule.

    • Both had different ideologies and approaches towards achieving indepe...

  • Answered by AI
  • Q2. What would you do if you were given 1 lakh and were told to jump off the first floor? 5 lakh for the 2nd floor? 10 for the 3rd floor?
  • Ans. 

    I would not jump off any floor for any amount of money as it is a dangerous and foolish act.

    • I would politely decline the offer and explain that my safety and well-being are more important than any amount of money.

    • Jumping off any floor, regardless of the amount of money offered, is a dangerous and potentially life-threatening act.

    • I would suggest finding a safer and more productive way to earn money.

    • I would also question...

  • Answered by AI
  • Q3. I give you 5 lakhs right now. Go and kiss the girl standing outside. Will you take the risk?
  • Q4. Calculate 12*92 within 15 seconds (without the pen of course)
  • Ans. 

    Answer: 1104

    • Use multiplication rules to simplify calculation

    • Break down numbers into smaller parts

    • Use mental math techniques like rounding and estimation

  • Answered by AI
  • Q5. 657*53 within 15 seconds (again without the pen)
  • Q6. The interviewer asked me the length of the room. I said that it was around 18 feet. He asked me to convince him of the same
  • Q7. Question about finance sector and related to company profile and share trading were asked. Main emphasis was on observation skills and stress testing of students

Interview Preparation Tips

Round: Test
Experience: Two tests completely based on mathematical and logical aptitude and Interviews.
Top 10 rankers of Trade Mogul competition(Trading competition conducted by Future First) are directly called for interview.
Total Questions: 2

Round: Test
Experience: Their sole purpose was to know whether you are capable of handling mathematical calculations easily and quickly. You just need to practice lots of multiplication, division and other simple stuff so that you become quick during the test.
Duration: 30 minutes

Round: HR Interview
Experience: - Choose between Mahatma Gandhi and Subhash Chandra Bose. I personally, would advise you to go for Mahatma Gandhi. If you go for Bose, they will reject you saying that you have a violent side to your personality which of course is not good for them.- What would you do if you were given 1 lakh and were told to jump off the first floor? 5 lakh for the 2nd floor? 10 for the 3rd floor?
Assess the risk in every situation and then using your reasoning, give the answer. I answered that for the amount of money involved i would jump off the 1st and 2nd floors but not the 3rd floor. At maximum I would break my bones or suffer a few fractures which is good enough for the money.
-I give you 5 lakhs right now. Go and kiss the girl standing outside. Will you take the risk?
I said yes I will. She will slap me on the face or maybe get a complaint registered against me with the Dean. It will be a fair deal for the money involved.
-I said, “Sir, my height is about 6 feet. So if I lie down 3 times along the length that should be enough reason for you to get convinced”. So I lied down on the floor along the length of the room thrice.The HR interview was a very different experience for me. I felt that they were looking for a guy who would fit best in their culture and has the ability not only to take risks but also assess it and mitigate it. Besides this they also asked me some HR questions like why should we hire you, what are your goals and why are you suitable for the company. There were few other HR questions as well which were not so different form the regular ones.Overall it was a very good interview experience. They were looking for people who can take risks and were not hesitant to take an initiative and then back their decision with sound thought process.

Skills: Algorithm, maths, Social
College Name: na

Jocata Financial Advisory and Technology Interview FAQs

How many rounds are there in Jocata Financial Advisory and Technology Associate Software Engineer interview?
Jocata Financial Advisory and Technology interview process usually has 2-3 rounds. The most common rounds in the Jocata Financial Advisory and Technology interview process are Technical and Resume Shortlist.
What are the top questions asked in Jocata Financial Advisory and Technology Associate Software Engineer interview?

Some of the top questions asked at the Jocata Financial Advisory and Technology Associate Software Engineer interview -

  1. Sort a linked li...read more
  2. Basic questions on Java, Strings, and coding questions of arrays and strin...read more
  3. String rotation considering memory and time optimization. Furthermore discussio...read more

Tell us how to improve this page.

Jocata Financial Advisory and Technology Associate Software Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
23% more than the average Associate Software Engineer Salary in India
View more details

Jocata Financial Advisory and Technology Associate Software Engineer Reviews and Ratings

based on 11 reviews

3.6/5

Rating in categories

3.6

Skill development

2.5

Work-life balance

3.4

Salary

3.6

Job security

2.8

Company culture

3.1

Promotions

2.8

Work satisfaction

Explore 11 Reviews and Ratings
Software Engineer
113 salaries
unlock blur

₹4.4 L/yr - ₹17 L/yr

Associate Software Engineer
76 salaries
unlock blur

₹2.5 L/yr - ₹11.3 L/yr

Business Analyst
39 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Senior Business Analyst
38 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹6.4 L/yr - ₹24 L/yr

Explore more salaries
Compare Jocata Financial Advisory and Technology with

Nucleus Software Exports

3.5
Compare

Intellect Design Arena

4.0
Compare

TCS

3.7
Compare

Infosys

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