Upload Button Icon Add office photos

Filter interviews by

CashLink Global Systems Java Developer Interview Questions and Answers

Updated 18 Apr 2024

CashLink Global Systems Java Developer Interview Experiences

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is Session in Java
  • Ans. 

    Session in Java is a way to maintain state between client and server over multiple requests.

    • Session is a server-side storage of information related to a specific user.

    • It allows data to be persisted across multiple requests from the same client.

    • Sessions are typically managed using cookies or URL rewriting.

    • Example: Storing user login information in a session to keep the user authenticated across multiple pages.

  • Answered by AI
  • Q2. Hand's on example on Array

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

Logic based multiple mcq type questions

Round 3 - Technical 

(1 Question)

  • Q1. Opps concepts, multi threaded
Round 4 - Coding Test 

Reverse of string code

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is DBMS structure
  • Q2. What is API and MQTT

Interview Preparation Tips

Interview preparation tips for other job seekers - Super easy interview, practically free entry to prison
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java - collection framework
Round 2 - Technical 

(1 Question)

  • Q1. Advance java - spring boot
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Code singleton design pattern in java
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Create a private static instance of the class

    • Provide a public static method to access the instance

    • Ensure the constructor is private to prevent instantiation of multiple objects

  • Answered by AI
  • Q2. 2 sum in java
  • Ans. 

    2 sum problem in Java involves finding two numbers in an array that add up to a specific target value.

    • Use a HashMap to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the HashMap.

    • Return the indices of the two numbers that add up to the target value.

  • Answered by AI
  • Q3. How to make a class immutable
  • Ans. 

    To make a class immutable, ensure that its state cannot be changed after instantiation.

    • Make all fields private and final

    • Do not provide setter methods

    • Ensure that any mutable objects within the class are also made immutable

  • Answered by AI
  • Q4. Async annotation
  • Q5. Spring-starter dependencies
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is cyclomacic complexity
  • Ans. 

    Cyclomatic complexity is a software metric used to measure the complexity of a program.

    • It measures the number of linearly independent paths through a program's source code.

    • It helps in identifying complex code that may be difficult to maintain or test.

    • A higher cyclomatic complexity indicates a higher risk of errors and bugs in the code.

    • It is calculated using the formula: E - N + 2P, where E is the number of edges, N is ...

  • Answered by AI
  • Q2. Simple output questions based on inheritance
  • Q3. OWASP top 10 security vulnerabilities

Interview Preparation Tips

Topics to prepare for Experian Senior Java Developer interview:
  • Collections
Interview preparation tips for other job seekers - Prepare based on role. If you apply for java developer role, focus more on java concepts than DSA

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Questions - One Easy and One Medium

Round 2 - Technical 

(1 Question)

  • Q1. Some Basics of DBMS and one DSA related question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. There were 3 dsa questions which were of topic arrays and strings
Round 3 - Technical 

(1 Question)

  • Q1. It was more like a managerial round where they asked questions about resume projects and past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a nice company to work with!
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 4 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 tips
Round 2 - Aptitude Test 

Basic quant questions and logical reasoning, c++ and java

Round 3 - Technical 

(2 Questions)

  • Q1. Find the palindrome in the string?
  • Ans. 

    To find palindromes in a string, compare characters from both ends towards the middle.

    • Iterate through each string in the array

    • Check if the string is equal to its reverse to determine if it's a palindrome

    • Examples: 'level', 'radar', 'madam'

  • Answered by AI
  • Q2. Difference between linked list and array?
  • Ans. 

    Arrays store elements in contiguous memory locations, while linked lists store elements in nodes with pointers to the next node.

    • Arrays have fixed size, while linked lists can dynamically grow or shrink.

    • Accessing elements in arrays is faster (O(1)), while in linked lists it is slower (O(n)).

    • Inserting or deleting elements in arrays can be inefficient, while in linked lists it is efficient.

    • Example: Array - [1, 2, 3, 4], L

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Are you comfortable with relocating?
  • Q2. Tell us about your family members?

Interview Preparation Tips

Topics to prepare for Nomura Research Institute Financial Technologies India Software Developer interview:
  • Oops
  • Dbms
  • C++
  • Java
Interview preparation tips for other job seekers - Confidence

Skills evaluated in this interview

CashLink Global Systems Interview FAQs

How many rounds are there in CashLink Global Systems Java Developer interview?
CashLink Global Systems interview process usually has 2 rounds. The most common rounds in the CashLink Global Systems interview process are Coding Test and Technical.
How to prepare for CashLink Global Systems Java Developer 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 CashLink Global Systems. The most common topics and skills that interviewers at CashLink Global Systems expect are Java, Spring Boot, Spring, Struts and Hibernate.

Tell us how to improve this page.

Software Engineer
44 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹4.6 L/yr - ₹11.8 L/yr

Software Developer
13 salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Team Lead
11 salaries
unlock blur

₹2.9 L/yr - ₹8.8 L/yr

Product Lead
7 salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Explore more salaries
Compare CashLink Global Systems with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

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