Upload Button Icon Add office photos

Luxoft

Compare button icon Compare button icon Compare

Filter interviews by

Luxoft Murex Consultant Interview Questions, Process, and Tips for Experienced

Updated 5 Jan 2025

Top Luxoft Murex Consultant Interview Questions and Answers for Experienced

View all 6 questions

Luxoft Murex Consultant Interview Experiences for Experienced

2 interviews found

I applied via Naukri.com and was interviewed before Nov 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 

(6 Questions)

  • Q1. About Murex and which module.
  • Q2. What is capital markets
  • Ans. 

    Capital markets refer to financial markets where long-term securities such as stocks, bonds, and derivatives are traded.

    • Capital markets are where companies and governments raise funds by issuing securities.

    • These markets are also used for trading existing securities between investors.

    • Examples of capital markets include stock exchanges, bond markets, and commodity markets.

    • Capital markets play a crucial role in the global...

  • Answered by AI
  • Q3. What is workflows in murex
  • Ans. 

    Workflows in Murex are a series of steps that automate business processes.

    • Workflows can be used to automate trade processing, risk management, and settlement processes.

    • They can be customized to fit the specific needs of a business.

    • Workflows can be triggered by events such as trade creation or modification.

    • They can also be used to send notifications and alerts to users.

    • Murex provides a graphical interface for designing

  • Answered by AI
  • Q4. What is different between forward and futures
  • Ans. 

    Forwards are customized contracts between two parties while futures are standardized contracts traded on exchanges.

    • Forwards are traded over-the-counter while futures are traded on exchanges

    • Forwards are customizable in terms of contract size, delivery date, and delivery location while futures are standardized

    • Forwards have higher counterparty risk while futures have lower counterparty risk due to the involvement of a cle...

  • Answered by AI
  • Q5. Linux command cat,find,sed,more,size
  • Q6. SQL joins and truncate and primary
Round 3 - Behavioral 

(3 Questions)

  • Q1. About roles and responsibilities
  • Q2. What is murex front end office
  • Ans. 

    Murex front end office is a user interface for traders to manage trades and risk in real-time.

    • Provides real-time market data and analytics

    • Allows traders to execute trades and manage risk

    • Customizable user interface to fit specific needs

    • Integrates with other Murex modules such as back office and risk management

    • Examples: Murex MX.3, Murex Mx.2

  • Answered by AI
  • Q3. Backend office in murex
  • Ans. 

    Backend office in Murex is a module that handles post-trade processing and risk management.

    • Backend office is responsible for trade confirmation, settlement, and accounting

    • It also handles risk management tasks such as limit monitoring and collateral management

    • The module integrates with other Murex modules such as Front Office and Risk Management

    • Backend office can be customized to meet specific business requirements

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. About company and work culture
  • Q2. Expected salary and location

Interview Preparation Tips

Topics to prepare for Luxoft Murex Consultant interview:
  • Murex
  • SQL
  • Linux
  • Unix
  • Application Support
  • Development
  • Capital markets
  • Financial Markets
Interview preparation tips for other job seekers - They ask more about Murex. So learn more on murex tool

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your previous project?
  • Q2. Have you been involved in binary upgrade testing of Murex
  • Ans. 

    Yes, I have been involved in binary upgrade testing of Murex.

    • I have experience in testing Murex upgrades from version 2.11 to 3.1

    • I have worked on testing the compatibility of Murex with different operating systems and databases

    • I have also tested the integration of Murex with other systems such as Bloomberg and Reuters

    • I have experience in creating test cases, executing tests, and reporting defects

    • I am familiar with Mure

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and convince the interviewer that u are the right person for the job. Good attitude matters more then Murex knowledge

Murex Consultant Interview Questions Asked at Other Companies for Experienced

asked in Luxoft
Q1. What is different between forward and futures
asked in Luxoft
Q2. What is murex front end office
asked in Luxoft
Q3. Have you been involved in binary upgrade testing of Murex
asked in Luxoft
Q4. What is workflows in murex
asked in Luxoft
Q5. What is capital markets

Interview questions from similar companies

I appeared for an interview before Oct 2021.

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 - Pairing 

(1 Question)

  • Q1. Assignment is given before hand and after that you'll have to pair with TW developer. While pairing, code smells/improvements are discussed
Round 3 - Technical 

(1 Question)

  • Q1. Questions related: to your last project to OOPS with system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your current project well and explain it in detailed manner.
Prepare for some system design questions and DS Algo

Interview Questionnaire 

2 Questions

  • Q1. Oops and database modelling
  • Q2. Design Book my show
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pair programming with an assignment

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

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Code pairing round with a developer from Thoughtworks

Round 2 - Technical 

(2 Questions)

  • Q1. Java based questions
  • Q2. Project experience
Round 3 - Culture Fitment round 

(2 Questions)

  • Q1. Questions on scenario based managerial
  • Q2. Social change questions like what's your thought on LGBTQ
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

2 DSA questions for extra characterrrrrrrr

Round 2 - One-on-one 

(1 Question)

  • Q1. Use round for system design questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Interface in golang
  • Ans. 

    Interfaces in Golang define a set of methods that a type must implement.

    • Interfaces are a way to specify behavior of an object.

    • A type satisfies an interface if it implements all the methods of that interface.

    • Interfaces allow for polymorphism in Golang.

    • Example: type Writer interface { Write([]byte) (int, error) }

    • Example: type MyWriter struct {} func (mw MyWriter) Write(data []byte) (int, error) { return len(data), nil }

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Coding questions of joy of energy
Round 3 - HR 

(1 Question)

  • Q1. Social media influence
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Basic coding test based on easy DSA

Round 2 - Technical 

(3 Questions)

  • Q1. Explain your current project.
  • Q2. Questions around tech stack being used.
  • Q3. Java Springboot and OOPs related questions
Round 3 - Group Discussion 

To develop some sort of a application demonstrating the OOP concepts

Round 4 - HR 

(1 Question)

  • Q1. Behavioural round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Two question was asked to solve using PySpark.
Word Count Coding Question was asked with Test Cases.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question on PySpark Architecture
  • Q2. PySpark Coding Question

Luxoft Interview FAQs

How many rounds are there in Luxoft Murex Consultant interview for experienced candidates?
Luxoft interview process for experienced candidates usually has 4 rounds. The most common rounds in the Luxoft interview process for experienced candidates are Resume Shortlist, Technical and Behavioral.
How to prepare for Luxoft Murex Consultant interview for experienced candidates?
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 Luxoft. The most common topics and skills that interviewers at Luxoft expect are Murex, Financial Markets, Fixed Income, MXML and Production Support.
What are the top questions asked in Luxoft Murex Consultant interview for experienced candidates?

Some of the top questions asked at the Luxoft Murex Consultant interview for experienced candidates -

  1. What is different between forward and futu...read more
  2. What is murex front end off...read more
  3. Have you been involved in binary upgrade testing of Mu...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
 • 366 Interviews
Movate Interview Questions
3.3
 • 260 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 173 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Sopra Steria Interview Questions
3.8
 • 128 Interviews
TEKsystems Interview Questions
3.3
 • 117 Interviews
View all
Luxoft Murex Consultant Salary
based on 62 salaries
₹7 L/yr - ₹25.5 L/yr
22% more than the average Murex Consultant Salary in India
View more details

Luxoft Murex Consultant Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.4

Salary

5.0

Job security

4.7

Company culture

4.2

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
480 salaries
unlock blur

₹10 L/yr - ₹37 L/yr

Senior Consultant
366 salaries
unlock blur

₹12 L/yr - ₹38 L/yr

Consultant
285 salaries
unlock blur

₹8.1 L/yr - ₹25 L/yr

Software Engineer
209 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Senior Software Developer
146 salaries
unlock blur

₹11 L/yr - ₹33.6 L/yr

Explore more salaries
Compare Luxoft with

Accenture

3.8
Compare

ARCADIS

4.0
Compare

Sopra Steria

3.8
Compare

HTC Global Services

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