Upload Button Icon Add office photos

Filter interviews by

Volt Money Interview Questions and Answers

Updated 4 Sep 2024
Popular Designations

Volt Money Interview Experiences

3 interviews found

Sdet 2 Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Assignment 

1. They asked me to write test cases of a dummy shopping website.
2. Automate the test cases using selenium java. [can use other tool or programming language]

Round 2 - Coding Test 

1. Asked me a coding question on sliding window algorithm.
a = [0,0,1,0,1,1,1,1,0,1] & k = 1
return the max number of occurrence of k (sequential) i.e length of subarray containing max k
o/p -> 4

2. Other questions I don't remember.

Round 3 - Testing 

(5 Questions)

  • Q1. Introduction, roles and responsibilities in the current project.
  • Q2. Explain the automation framework
  • Ans. 

    Automation framework is a set of guidelines, rules, and tools used for automated testing of software applications.

    • Automation framework provides structure and guidelines for creating and executing automated tests.

    • It helps in organizing test scripts, managing test data, and generating test reports.

    • Common types of automation frameworks include keyword-driven, data-driven, and hybrid frameworks.

    • Frameworks like Selenium Web...

  • Answered by AI
  • Q3. What challenges you faced and how you solved them while automating test cases?
  • Ans. 

    I faced challenges in automating test cases related to complex UI interactions and data setup.

    • Handling dynamic elements on the UI by using XPath or CSS selectors

    • Dealing with asynchronous behavior by implementing waits and retries

    • Setting up test data in a consistent and reliable manner

    • Resolving environment-specific issues by using configuration files

    • Collaborating with developers to address bugs found during automation

  • Answered by AI
  • Q4. Gave an scenario, and asked me to write test cases.
  • Q5. Asked few more questions, don't remember. but those questions were mostly on testing, e2e and ci-cd
Round 4 - CTO ROund 

(4 Questions)

  • Q1. Given a scenario, how to test the system/feature.
  • Ans. 

    To test a system/feature, create test cases based on requirements, boundary conditions, negative scenarios, and user workflows.

    • Review requirements and design documents to understand the system/feature.

    • Identify boundary conditions and test them to ensure system stability.

    • Create test cases for positive scenarios to validate expected behavior.

    • Include negative test cases to check error handling and system resilience.

    • Test u...

  • Answered by AI
  • Q2. What kind of testing you will conduct.
  • Ans. 

    I will conduct a variety of testing including functional, regression, performance, security, and usability testing.

    • Functional testing to ensure the software meets requirements

    • Regression testing to check for any new bugs introduced

    • Performance testing to evaluate system speed and responsiveness

    • Security testing to identify vulnerabilities and protect data

    • Usability testing to assess user experience and interface design

  • Answered by AI
  • Q3. Discussion on the testing process.
  • Q4. Qa team structure in my current company.

Skills evaluated in this interview

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

I appeared for an interview in Aug 2024.

Round 1 - Assignment 

Problem statement on how will you approach certain scenarios

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain your current role
  • Ans. 

    I am responsible for leading the development and strategy of a product from conception to launch.

    • Lead cross-functional teams to define product vision and roadmap

    • Gather and prioritize product requirements

    • Work closely with engineering, design, and marketing teams

    • Analyze market trends and competition

    • Track product performance and iterate based on feedback

  • Answered by AI
  • Q2. Why do you want to switch and how Volt will be a good fit
  • Ans. 

    I want to switch to Volt because of its innovative products and strong company culture.

    • I am attracted to Volt's reputation for developing cutting-edge technology in the product space.

    • I believe my experience in product management aligns well with Volt's goals and vision.

    • I am excited about the opportunity to work with a talented team at Volt and contribute to their success.

    • I value Volt's emphasis on collaboration and con...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round was weird. The interviewer couldn't understand english and there was a bit of miscommunication because of the language barrier. I answered the question nevertheless. The second round was where the scam happened. The HR told me it was a system design round and I had prepared accordingly. The interviewer was 15 mins late (I had to call the HR numerous times to get the interviewer in the call) and in the interview I was asked another DSA question instead of a System Design question. The interviewer was rude, abruptly ended the call in 10 mins and HR ghosted me for a week. She rudely asked me to stop calling one day and told me I was not selected. Stay away from these monkeys.

Round 2 - Scam round 

(1 Question)

  • Q1. Sort colours was the question

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Volt Money?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to change the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview panel is good but working with manger is not

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. After 5 year in which position you will be
  • Ans. 

    In five years, I envision myself as a senior analyst, leading projects and mentoring junior team members while driving impactful data-driven decisions.

    • I aim to develop expertise in advanced analytics tools, such as Python and R, to enhance data modeling capabilities.

    • I plan to take on leadership roles in projects, guiding teams to deliver actionable insights that align with business goals.

    • I aspire to mentor junior analy...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should must improve your communication skills.

You have basic knowledge of your qualifications

Interview Questionnaire 

1 Question

  • Q1. Bmide, Rac, itk, migration.

Interview Questionnaire 

1 Question

  • Q1. In 5 programs without effecting one by one how can you debug a particular program and how can you know tha program is calling in debug
  • Ans. 

    To debug a particular program without affecting others, use breakpoints and step through the code.

    • Set a breakpoint in the program you want to debug

    • Step through the code using a debugger to identify the issue

    • Use logging statements to track the flow of the program

    • Check the call stack to see which functions are being called

    • Use conditional breakpoints to stop the program at specific points

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Walk-in and was interviewed before Jun 2021. There were 2 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 - Group Discussion 

HR told about the company on the first day, how it works, told the rules, showed the management and a lot

Interview Preparation Tips

Topics to prepare for Amazon Associate interview:
  • Safery
  • Environment
  • Cleaning
Interview preparation tips for other job seekers - There is nothing to worry, if you have the desire to work and have passion, then you can work anywhere.

I applied via Approached by Company and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. It would be a short listing process to check if you fit the role
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions would be based on the LP’s
Round 3 - One-on-one 

(1 Question)

  • Q1. Leadership principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer as per the leadership principles

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are the differences between C and C++?
  • Q2. Explain the scenarios where If and Switch Case statements are used.
  • Ans. 

    If and Switch Case statements are used for conditional branching in programming.

    • If statements are used for simple conditional branching.

    • Switch Case statements are used for multiple conditional branching.

    • If statements are more flexible than Switch Case statements.

    • Switch Case statements are more efficient than If statements for large number of conditions.

    • If statements can be nested, but Switch Case statements cannot.

    • Exam...

  • Answered by AI
  • Q3. Do you think algorithms and pseudocodes still play a role in the world of IT Services?
  • Ans. 

    Yes, algorithms and pseudocodes are still important in IT Services.

    • Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.

    • Pseudocodes are used to plan and design algorithms before coding them.

    • Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.

    • Examples of algorithms include sorting algorithms, search algorithms...

  • Answered by AI
  • Q4. Are you comfortable using Command Line Interfaces (CLIs) or Integrated Development Environments (IDEs) as part of your daily tasks?
  • Ans. 

    Yes, I am comfortable using both CLIs and IDEs for my daily tasks.

    • I have experience using various CLIs such as Git Bash, Windows Command Prompt, and Terminal on macOS.

    • I am proficient in using IDEs such as Visual Studio Code, Eclipse, and IntelliJ IDEA.

    • I understand the benefits and drawbacks of both CLIs and IDEs and can choose the appropriate tool for the task at hand.

  • Answered by AI
  • Q5. Are you okay to learn front end and back end technologies to ensure you are a complete developer in the longer run? Would you be able to learn the concepts if a timeline is given?? If yes, explain your lea...

Interview Preparation Tips

Interview preparation tips for other job seekers - The hiring team expects a structured response in your answers. Be it a fresher or an experienced professional, the answers must be represented with examples to ensure you display your expertise with an application in your mind.

Skills evaluated in this interview

Volt Money Interview FAQs

How many rounds are there in Volt Money interview?
Volt Money interview process usually has 2-3 rounds. The most common rounds in the Volt Money interview process are Assignment, Coding Test and One-on-one Round.
How to prepare for Volt Money 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 Volt Money. The most common topics and skills that interviewers at Volt Money expect are Operations, Product Management, Risk Management, Financial Services and Mutual Funds.
What are the top questions asked in Volt Money interview?

Some of the top questions asked at the Volt Money interview -

  1. What challenges you faced and how you solved them while automating test cas...read more
  2. Why do you want to switch and how Volt will be a good ...read more
  3. Given a scenario, how to test the system/featu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 4 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

Volt Money Reviews and Ratings

based on 4 reviews

2.4/5

Rating in categories

3.5

Skill development

2.1

Work-life balance

2.1

Salary

2.9

Job security

1.8

Company culture

1.8

Promotions

2.1

Work satisfaction

Explore 4 Reviews and Ratings
Program Manager

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

AI Engineer

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Senior Product Designer

Kolkata,

Mumbai

+5

4-6 Yrs

Not Disclosed

Explore more jobs
Software Developer
4 salaries
unlock blur

₹16 L/yr - ₹19 L/yr

Relationship Manager
3 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

Product Manager
3 salaries
unlock blur

₹24 L/yr - ₹24 L/yr

Senior Technical Program Manager
3 salaries
unlock blur

₹40 L/yr - ₹40 L/yr

Explore more salaries
Compare Volt Money with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview