Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Lulu International Exchange Team. If you also belong to the team, you can get access from here

Lulu International Exchange Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Lulu International Exchange Interview Questions and Answers

Updated 30 Apr 2024

Lulu International Exchange Interview Experiences

Popular Designations

2 interviews found

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 Apr 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. How do you know about the Company
  • Q3. What are your strength and weakness
  • Q4. What do you know about lulu International Exchange
  • Q5. What are the AML CFT Policies
  • Ans. 

    AML CFT policies refer to Anti-Money Laundering and Countering the Financing of Terrorism policies.

    • AML CFT policies are designed to prevent money laundering and terrorist financing activities.

    • These policies include customer due diligence, transaction monitoring, and reporting suspicious activities.

    • Examples of AML CFT policies include verifying customer identities, monitoring large transactions, and conducting risk asse...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give all answer in calm and polite way

Front Line Associate Interview Questions asked at other Companies

Q1. What are the AML CFT Policies
View answer (1)

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 4 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 - Technical 

(2 Questions)

  • Q1. Working of Java Threads and Pools
  • Ans. 

    Java threads allow concurrent execution of code. Thread pools manage a group of threads to improve performance.

    • Threads are lightweight processes that can run concurrently within a program.

    • Thread pools manage a group of threads to improve performance by reusing threads instead of creating new ones.

    • Java provides built-in support for threads and thread pools through the java.util.concurrent package.

    • Thread pools can be cre...

  • Answered by AI
  • Q2. Java String Pools and uses
  • Ans. 

    Java String Pools are a cache of String literals to optimize memory usage.

    • String literals are stored in a pool and reused to save memory

    • String objects created using the 'new' keyword are not stored in the pool

    • String.intern() method can be used to add a String to the pool

    • String pools can be disabled using the -XX:-UseStringDeduplication flag

  • Answered by AI
Round 3 - Coding Test 

An algorithm to filter 2 different json with a comparable key

Round 4 - HR 

(1 Question)

  • Q1. Asked about job preferences

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java data structures, have a good teck stack

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

All questions were 80 in which have pass marks were 50 so i was easily passed in apptitude Test exam and i get good results

Round 2 - One-on-one 

(2 Questions)

  • Q1. Banking retaled questions
  • Q2. What is ABB?, What is the full form of FOIR, etc.
Round 3 - One-on-one 

(2 Questions)

  • Q1. What is the full form of EMI
  • Q2. What is the diffrences beween FD and RD?
Round 4 - One-on-one 

(2 Questions)

  • Q1. What is the full form of RBI
  • Q2. What is the FLOATING RATE OF INTEREST?
Round 5 - HR 

(2 Questions)

  • Q1. What was the previous 2 companies of experience ?
  • Q2. Why do you choose piramal finance not other co.?
Round 6 - HR 

(1 Question)

  • Q1. What is your expection of salary structure
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

1. Prime Factors Operations

You are given an integer n. In one operation, you can do the following

• Pick a number P such that P is prime and n is divisble by P. Assign P

Find the maximum number of operations you can perform.

Function description

Complete the primeGame function in the editor below. It has the following param

Name

Type

Description

INTEGER

The given integer n.

n

Return

The function must return an INTEGER denoting the maximum operations you can perform.

Constraints

• 1 ≤ n ≤ 10^9

Input format for debugging

• The first line contains an integer, n, denoting the initial value of n. desc

Round 2 - Technical 

(5 Questions)

  • Q1. What is Object-Oriented Programming (OOP) in Java, and can you explain concepts such as encapsulation and polymorphism with examples?
  • Ans. 

    OOP in Java is a programming paradigm that uses objects to design applications. Encapsulation is the bundling of data and methods, while polymorphism allows objects to be treated as instances of their parent class.

    • OOP in Java focuses on creating objects that interact with each other to design applications

    • Encapsulation in Java involves bundling data (variables) and methods (functions) within a class to restrict access f...

  • Answered by AI
  • Q2. What are wrapper classes in Java, and what is their purpose?
  • Ans. 

    Wrapper classes in Java are classes that allow primitive data types to be used as objects.

    • Wrapper classes provide a way to convert primitive data types into objects.

    • They are used when an object is required, such as in collections like ArrayList.

    • Examples include Integer for int, Double for double, Boolean for boolean, etc.

  • Answered by AI
  • Q3. Given an array, how can it be rotated to the left?
  • Ans. 

    To rotate an array to the left, shift all elements to the left by one position and move the first element to the end.

    • Create a temporary variable to store the first element of the array.

    • Shift all elements to the left by one position.

    • Assign the temporary variable value to the last element of the array.

  • Answered by AI
  • Q4. Can you explain the projects you have completed and provide details about your internships?
  • Ans. 

    I have completed projects in renewable energy and automation systems. I have also interned at a manufacturing company and a research institute.

    • Completed a project on designing a solar-powered irrigation system for a rural community

    • Completed a project on developing an automated warehouse management system using RFID technology

    • Interned at a manufacturing company where I worked on optimizing production processes

    • Interned a...

  • Answered by AI
  • Q5. What is the difference between an ArrayList and an array in Java?
  • Ans. 

    ArrayList is a dynamic array in Java that can grow or shrink in size, while an array has a fixed size.

    • ArrayList can dynamically resize itself, while array has a fixed size.

    • ArrayList is a class in Java, while array is a basic data structure.

    • ArrayList provides methods to add, remove, and access elements easily, while array requires manual manipulation.

    • Example: ArrayList<String> list = new ArrayList<>(); Strin...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Can you provide a self-introduction that includes details about your studies, overall work experience, job roles and responsibilities, personal struggles, life goals, family background, and hobbies?
  • Q2. How do you manage your work-life balance while being the sole earner in your family, and what strategies do you use to handle your responsibilities?
Round 2 - Aptitude Test 

The test you will take will be related to the profile for which you are interviewing, such as sales or aptitude, meaning that it will assess your abilities and knowledge. It will evaluate your verbal language skills, reasoning capabilities, and overall eligibility. This test is designed to analyze your thought process, including how quickly you can solve the questions, as well as to measure your intelligence.

Round 3 - Assignment 

This test includes questions related to sales, such as how to create a pipeline, how to follow up with cold and warm leads, and how to shortlist leads. It also addresses customer handling, product pitching, and conditions for selling a product according to the customer’s needs, as well as how to highlight key points and features. Additionally, it discusses negotiation strategies, mathematical problems, questions related to English language passages, and techniques for solving math problems. Finally, it mentions that you will be given a paragraph or a task on which you are required to write about 400 to 600 words according to your understanding.

Interview Preparation Tips

Interview preparation tips for other job seekers - Whenever you go for an interview, your dressing should be formal, and you should have a smile on your face. Your gestures and posture should be the best, and maintaining good eye contact is essential. First, greet the interviewers before starting the interview process. Self-confidence is the most crucial aspect; you can interview at any large company if you believe in yourself, so don’t hesitate. Use one language, whether it's Hindi, English, or your regional language, and think carefully before answering any questions. Focus on your goal of achieving the job.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the meaning of customer relationship?
  • Q2. Easy targets achieved
Round 2 - Case Study 

Easy Hard bkt handling

Round 3 - Technical 

(2 Questions)

  • Q1. Customer problems solved
  • Q2. Customer technical issue solved
Round 4 - Assignment 

Team leader and monitoring exicutive

Round 5 - HR 

(2 Questions)

  • Q1. Relationship and leadership
  • Q2. Handling the Cash dealing
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Hdfc bank job retirement
  • Q2. I am applying for this your company job
  • Q3. I am Interested this job
  • Q4. What is process this company
  • Q5. My profile this mach your company

Interview Preparation Tips

Interview preparation tips for other job seekers - My name is gyani Singh from Mumbai Diva thane
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. Job required in Finance secctor
  • Q2. Search in this field
  • Q3. Vacancies for wrritiff/ Loss recovery.
  • Q4. Top most post eqvilent Divisional Manager
Round 2 - HR 

(1 Question)

  • Q1. Intrested in Finance sector
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. This company is different to another
  • Q2. Yes because company was so good
Round 2 - One-on-one 

(1 Question)

  • Q1. Good communication skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Apne bare me btao?
  • Q2. Apko finance krte waqt sare document check krne h ?
  • Q3. Coustmer ko fiance krvane ke baad kya benefit milta h?

Lulu International Exchange Interview FAQs

How many rounds are there in Lulu International Exchange interview?
Lulu International Exchange interview process usually has 2-3 rounds. The most common rounds in the Lulu International Exchange interview process are HR, Coding Test and Resume Shortlist.
How to prepare for Lulu International Exchange 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 Lulu International Exchange. The most common topics and skills that interviewers at Lulu International Exchange expect are Salesforce, Business Development, Customer Service, Digital Marketing and Operations.
What are the top questions asked in Lulu International Exchange interview?

Some of the top questions asked at the Lulu International Exchange interview -

  1. What are the AML CFT Polici...read more
  2. Working of Java Threads and Po...read more
  3. Java String Pools and u...read more

Tell us how to improve this page.

Lulu International Exchange Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Muthoot Fincorp Interview Questions
4.5
 • 496 Interviews
Shriram Finance Interview Questions
4.1
 • 330 Interviews
Bajaj Finance Interview Questions
4.0
 • 297 Interviews
Thomas Cook Interview Questions
3.8
 • 44 Interviews
UAE Exchange Interview Questions
4.2
 • 5 Interviews
Paul Merchants Interview Questions
4.0
 • 5 Interviews
Centrumdirect Interview Questions
3.9
 • 3 Interviews
View all

Lulu International Exchange Reviews and Ratings

based on 26 reviews

3.1/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

3.0

Salary

3.1

Job security

3.1

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 26 Reviews and Ratings
Software Developer
6 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Branch Manager
5 salaries
unlock blur

₹10 L/yr - ₹18.9 L/yr

Head Treasury
4 salaries
unlock blur

₹75 L/yr - ₹95 L/yr

Reconciliation Executive
4 salaries
unlock blur

₹1.7 L/yr - ₹2.9 L/yr

Customer Support Executive
4 salaries
unlock blur

₹2.2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Lulu International Exchange with

UAE Exchange

4.2
Compare

Thomas Cook

3.8
Compare

Paul Merchants

4.0
Compare

Weizmann Forex

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