Upload Button Icon Add office photos

Filter interviews by

WEX Fintech Interview Questions and Answers

Updated 18 Mar 2025

WEX Fintech Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

A java coding test took place

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the use of polymorphism in selenium
  • Ans. 

    Polymorphism in Selenium allows for the same method to be used with different objects, improving code reusability and maintainability.

    • Polymorphism in Selenium allows for the use of the same method with different objects, making the code more flexible and reusable.

    • It helps in creating more generic and maintainable test scripts by allowing the same method to behave differently based on the object it is called on.

    • For exam...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is the CTC expected?
  • Ans. 

    The expected CTC depends on the company, role, experience, and location.

    • CTC expectations vary based on the company's budget and policies.

    • Higher roles and more experience typically command higher CTC expectations.

    • Location also plays a significant role in determining the expected CTC.

    • Research industry standards and company reviews to gauge a reasonable CTC expectation.

  • Answered by AI
  • Q2. When can you join with us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and quick to clear rounds if you are sound knowledge on your domain

Skills evaluated in this interview

Software QA Engineer Interview Questions asked at other Companies

Q1. What exceptions have u faced while creating framework?
View answer (1)
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 Dec 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Profile and background
  • Q2. Skills and experience
Round 2 - Technical 

(2 Questions)

  • Q1. Technical round with the Director
  • Q2. Experience, short case specific and behavioural questions
Round 3 - Group Discussion 

Round with couple of scrum masters and another BSA. Technical sort of round with specific case types

Round 4 - HR 

(2 Questions)

  • Q1. Salary and cultural fit
  • Q2. Expected salary, why wex
  • Ans. 

    Expected salary should be based on market rates, experience, and skills.

    • Expected salary should be in line with industry standards and your level of experience.

    • Consider factors such as cost of living in the area, benefits offered, and potential for growth.

    • Research average salaries for Business System Analyst roles in your location.

    • Be prepared to negotiate based on your qualifications and the value you can bring to the c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Company offers 100% remote in India, excellent work culture and satisfactory compensation and benefits. But be careful about their hire and fire model, job security is very low and lay offs and terminations are very common here.

Business System Analyst Interview Questions asked at other Companies

Q1. 3. How will you manage the priority task when overloaded with work.
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Cv walk though and basic agile question
  • Q2. System designing and behavioural questions

Business System Analyst Interview Questions asked at other Companies

Q1. 3. How will you manage the priority task when overloaded with work.
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(8 Questions)

  • Q1. About aws ECS, ECR, EC2 differences?
  • Q2. Write a docker file? and what are the commands used in dockerfile?
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Use 'FROM' to specify the base image

    • Use 'RUN' to execute commands in the container

    • Use 'COPY' to copy files from the host to the container

    • Use 'CMD' to specify the command to run when the container starts

    • Use 'EXPOSE' to expose ports

    • Use 'WORKDIR' to set the working directory

    • Use 'ENV' to set environment

  • Answered by AI
  • Q3. What is docker image?
  • Ans. 

    A Docker image is a lightweight, standalone, executable package that includes everything needed to run a piece of software.

    • Docker images are built using a Dockerfile, which specifies the environment and dependencies needed for the software to run.

    • Images can be stored in a registry like Docker Hub and pulled down to run on any Docker-enabled machine.

    • Each image consists of layers that are stacked on top of each other, al...

  • Answered by AI
  • Q4. What are the other Continuous integration tools except jenkins?
  • Ans. 

    Some other Continuous Integration tools include GitLab CI/CD, CircleCI, Travis CI, TeamCity, Bamboo, and Azure DevOps.

    • GitLab CI/CD is a popular tool that integrates with GitLab for CI/CD pipelines.

    • CircleCI is a cloud-based CI/CD tool that supports various programming languages and frameworks.

    • Travis CI is a CI/CD tool that is commonly used for open source projects hosted on GitHub.

    • TeamCity is a CI/CD tool by JetBrains t...

  • Answered by AI
  • Q5. How to create a dashboard and set up alerts in grafana Or Appdynamics?
  • Ans. 

    To create a dashboard and set up alerts in Grafana or AppDynamics, you can use the following steps:

    • 1. Log in to Grafana or AppDynamics and navigate to the dashboard section.

    • 2. Click on 'Create Dashboard' and choose the type of visualization you want to add (e.g. graph, table, gauge).

    • 3. Configure the data source for your dashboard (e.g. Prometheus, InfluxDB, AppDynamics).

    • 4. Add panels to your dashboard by selecting the ...

  • Answered by AI
  • Q6. How do you handle production deployments?
  • Ans. 

    I handle production deployments by following a structured process and utilizing automation tools.

    • I create deployment pipelines using tools like Jenkins or GitLab CI/CD.

    • I conduct thorough testing in staging environments before deploying to production.

    • I use configuration management tools like Ansible or Puppet to ensure consistency across environments.

    • I monitor deployments closely and have rollback strategies in place in...

  • Answered by AI
  • Q7. Blue-green deployment?
  • Ans. 

    Blue-green deployment is a deployment strategy where two identical production environments are maintained, allowing for seamless updates.

    • Two identical production environments are maintained - blue and green.

    • One environment (blue) serves as the active production environment while the other (green) is idle.

    • Updates are deployed to the idle environment (green) and then traffic is switched to it once the update is successfu...

  • Answered by AI
  • Q8. Branching strategy

Skills evaluated in this interview

Top WEX Fintech Devops Engineer Interview Questions and Answers

Q1. how to create a dashboard and set up alerts in grafana Or Appdynamics?
View answer (1)

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

WEX Fintech interview questions for popular designations

 Business System Analyst

 (2)

 Devops Engineer

 (1)

 Software QA Engineer

 (1)

Jobs at WEX Fintech

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. 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 - One-on-one 

(4 Questions)

  • Q1. Questions around Agile WoW
  • Q2. Questions around Tooling ... Jira & Confluence
  • Q3. User stories characteristics...about INVEST
  • Q4. MoSCoW priciple n explanation
  • Ans. 

    MoSCoW principle is a prioritization technique used in project management.

    • MoSCoW stands for Must have, Should have, Could have, and Won't have.

    • It helps in prioritizing requirements based on their importance.

    • Must have requirements are critical and must be included in the project scope.

    • Should have requirements are important but not critical.

    • Could have requirements are desirable but not necessary.

    • Won't have requirements a...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Previous experiences
  • Q2. Stake holder mgt and any knowledge on DB or Infrastructure

Interview Preparation Tips

Interview preparation tips for other job seekers - Share the facts ... no bluff ...

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2021. 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 - Aptitude Test 

Percentages, ages, ratio and proportion.. etc

Round 3 - Technical 

(1 Question)

  • Q1. Thermodynamics, c language

Interview Preparation Tips

Interview preparation tips for other job seekers - iam Devalla Anandagiri, i have completed my graduation in bachelor of technology
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Good level of aptitude knowledge is required to clear this

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly interaction with HR, and the questions asked were very basic, and mostly on tasks done on day to day level,

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What are experience of the company
  • Q2. What are the employees of the company
  • Q3. How many branches of the company

Interview Preparation Tips

Interview preparation tips for other job seekers - On line interview is best, min questions is required
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. 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 - Aptitude Test 

Aptitude test is an exam used to determine an individual skills or propensity to succeed in a given activitu

Round 3 - Group Discussion 

GD is a comprehensive technique to judge the suitablity of an individual and his appropriateness for admission , scholarship ,job etc.

Round 4 - HR 

(3 Questions)

  • Q1. Tell me about yourself? Why areypu interested in job?
  • Q2. I am priyanka padhy I ama in intrested in job to lern work
  • Q3. Where do you see yourself in the next 5years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Update your resume
Be prepared for anything
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. Thermodynamics topic releated
  • Q2. What is thermodynamics and types
  • Ans. 

    Thermodynamics is the study of heat and its relationship with other forms of energy.

    • There are four laws of thermodynamics

    • Types of thermodynamics include classical, statistical, and quantum

    • Thermodynamics is used in fields such as engineering, physics, and chemistry

  • Answered by AI
Round 3 - Aptitude Test 

Aptitude topics on percentage, ratios, LCM and HCF.

Interview Preparation Tips

Interview preparation tips for other job seekers - good hard working.. and patience

WEX Fintech Interview FAQs

How many rounds are there in WEX Fintech interview?
WEX Fintech interview process usually has 2-3 rounds. The most common rounds in the WEX Fintech interview process are HR, Technical and One-on-one Round.
How to prepare for WEX Fintech 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 WEX Fintech. The most common topics and skills that interviewers at WEX Fintech expect are Java, Github, Kubernetes, Selenium and AWS.
What are the top questions asked in WEX Fintech interview?

Some of the top questions asked at the WEX Fintech interview -

  1. how to create a dashboard and set up alerts in grafana Or Appdynami...read more
  2. write a docker file? and what are the commands used in dockerfi...read more
  3. what are the other Continuous integration tools except jenki...read more

Tell us how to improve this page.

WEX Fintech Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
View all

WEX Fintech Reviews and Ratings

based on 15 reviews

2.7/5

Rating in categories

2.3

Skill development

2.7

Work-life balance

2.8

Salary

2.0

Job security

2.4

Company culture

2.2

Promotions

2.4

Work satisfaction

Explore 15 Reviews and Ratings
Fullstack Developer (Java + Angular)

Bangalore / Bengaluru

5-10 Yrs

₹ 15-30 LPA

Siebel Developer

Bangalore / Bengaluru

5-10 Yrs

₹ 13-23 LPA

Explore more jobs
Software Development Engineer 1
7 salaries
unlock blur

₹8 L/yr - ₹8.5 L/yr

end User Support
6 salaries
unlock blur

₹10.6 L/yr - ₹11.6 L/yr

Software QA Engineer
5 salaries
unlock blur

₹5 L/yr - ₹7.7 L/yr

Technical Lead
4 salaries
unlock blur

₹26 L/yr - ₹26 L/yr

Software Development Engineer
4 salaries
unlock blur

₹6 L/yr - ₹8.5 L/yr

Explore more salaries
Compare WEX Fintech with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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