Upload Button Icon Add office photos
Engaged Employer

i

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

ValueMomentum Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ValueMomentum Interview Questions, Process, and Tips

Updated 4 Feb 2025

Top ValueMomentum Interview Questions and Answers

View all 59 questions

ValueMomentum Interview Experiences

Popular Designations

85 interviews found

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

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

(1 Question)

  • Q1. Coding questions, behavioral questions
Round 2 - Group Discussion 

Pro's and cons of e-learning, time given for analyzing the topic was 1 minute and discussion has ended in 15 minutes, one after the other got a chance to speak up

Round 3 - Technical 

(6 Questions)

  • Q1. Program on reversing a number in java
  • Ans. 

    A program to reverse a number in Java.

    • Convert the number to a string

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
  • Q2. Program on sum of digits in java
  • Ans. 

    A program to find the sum of digits of a given number in Java.

    • Take input from user using Scanner class

    • Use a while loop to extract each digit from the number

    • Add each digit to a variable to get the sum

    • Print the sum of digits

  • Answered by AI
  • Q3. Factorial program in java
  • Ans. 

    Factorial program in Java

    • Use a loop to multiply the numbers from 1 to n

    • Handle the case when n is 0 or 1 separately

    • Use recursion to calculate factorial

    • Factorial of a negative number is undefined

  • Answered by AI
  • Q4. Technologies you are familiar with
  • Ans. 

    I am familiar with a variety of technologies including Java, Python, SQL, HTML/CSS, and JavaScript.

    • Proficient in Java and Python programming languages

    • Experience with SQL databases and queries

    • Familiarity with web development technologies such as HTML/CSS and JavaScript

    • Knowledge of software development methodologies such as Agile and Scrum

    • Experience with version control systems such as Git

  • Answered by AI
  • Q5. An incident where you were successful
  • Ans. 

    Successfully resolved a critical bug in a production system

    • Identified the root cause of the bug by analyzing logs and code

    • Implemented a fix that resolved the issue without causing any regressions

    • Performed thorough testing to ensure the bug was completely resolved

    • Collaborated with the team to deploy the fix to production

  • Answered by AI
  • Q6. Any projects you worked on
  • Ans. 

    Developed a web application for managing inventory and sales

    • Used HTML, CSS, and JavaScript for the frontend

    • Implemented a RESTful API using Node.js and Express.js for the backend

    • Utilized MongoDB as the database for storing inventory and sales data

    • Implemented authentication and authorization using JSON Web Tokens (JWT)

    • Implemented data visualization using charting libraries like Chart.js

  • Answered by AI
Round 4 - HR 

(5 Questions)

  • Q1. Introduction about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications.

    • I have a strong background in programming languages such as Java, Python, and JavaScript.

    • I have experience in developing and maintaining large-scale web applications using frameworks like Spring and Django.

    • I am skilled in database management and have worked with SQL and NoSQL databases like MySQL and MongoDB.

    • I have knowledge of front-end...

  • Answered by AI
  • Q2. Questions from resume
  • Q3. How do you take 4 liters from a 2 liter and 5 liter jugs
  • Ans. 

    You cannot take 4 liters from a 2 liter and 5 liter jugs.

    • It is not possible to take 4 liters from a 2 liter and 5 liter jugs.

    • The combined capacity of the two jugs is less than 4 liters.

    • You would need a larger jug or a different approach to obtain 4 liters.

  • Answered by AI
  • Q4. How many cricket ball s can fit in a volvo bus
  • Ans. 

    The question is a classic example of a problem-solving question that tests the candidate's ability to think logically and creatively.

    • The answer would depend on the size of the cricket ball and the Volvo bus.

    • We can calculate the volume of the bus and the volume of the cricket ball to estimate the number of balls that can fit.

    • Assuming the average size of a cricket ball is 5 cubic inches and the Volvo bus has a volume of ...

  • Answered by AI
  • Q5. Why are manhole covers round in shape and why not in square
  • Ans. 

    Manhole covers are round because they cannot fall through the hole they cover and are easier to move.

    • Round covers cannot fall through the hole they cover, unlike square covers which can fall diagonally.

    • Round covers are easier to move as they can be rolled instead of lifted.

    • Round covers are also more aesthetically pleasing and symmetrical.

    • Square covers may also have sharp corners which can be dangerous to pedestrians an

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ValueMomentum Software Engineer interview:
  • aptitude
  • C
  • Java
  • English
  • general
  • Verbal Communication
  • sentence formation
Interview preparation tips for other job seekers - be well prepared in advance for every round of interview

Skills evaluated in this interview

Top ValueMomentum Software Engineer Interview Questions and Answers

Q1. why are manhole covers round in shape and why not in square
View answer (1)

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 (196)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Time and Work,Find next in series ,Verbal,Listening test,Communication test

Round 2 - Coding Test 

Two coding tests
My preferable Language was Python
First round focused on basics loops decision statements in 1st question and in second question focused on medium level topics like sorting
Be good at basics like arrays strings sorting dsa easy level questions
Secound round was advance python questuons related to data engineering mcqs and coding question on Pyspark easy level questions were asked go through basics of pyspark and sql

Round 3 - Technical 

(4 Questions)

  • Q1. Questions on projects
  • Q2. Basic Questions on python like lambda functions,self,oops concepts
  • Q3. Diff between List and Tuple
  • Ans. 

    List is mutable, Tuple is immutable in Python.

    • List can be modified after creation, Tuple cannot be modified.

    • List uses square brackets [], Tuple uses parentheses ().

    • List is used for homogeneous data, Tuple is used for heterogeneous data.

  • Answered by AI
  • Q4. Diff between 'is' and ==
  • Ans. 

    The 'is' keyword is used for identity comparison, while '==' is used for equality comparison.

    • The 'is' keyword checks if two objects are the same instance in memory.

    • The '==' operator checks if two objects have the same value.

    • Example: x is y (checks if x and y refer to the same object), x == y (checks if the values of x and y are equal)

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. It was just HR told about company benefits and asked about family that's it

Interview Preparation Tips

Topics to prepare for ValueMomentum Software Engineer Trainee interview:
  • Basic Aptitude
  • MySQL
  • Python
  • Most asked interview questions
  • Basic DSA
Interview preparation tips for other job seekers - Be confident Communicate Clearly and have fundamental knowledge

Skills evaluated in this interview

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

DOT NET Developer Interview Questions & Answers

user image Gopi krishna

posted on 30 Dec 2024

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 Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Garbage Collection work flow
  • Q2. Software design patterns

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

What people are saying about ValueMomentum

View All
a software engineer
2w
Notice Period issue
I got the offer with 60days joining but my current company were asking to do 90days and there is no payouts What to do now ?
Got a question about ValueMomentum?
Ask anonymously on communities.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. To find employee with 15th highest salary
  • Q2. Types of scd and what is SCD1 SCD2 and SCD3
  • Ans. 

    SCD stands for Slowly Changing Dimensions. SCD1, SCD2, and SCD3 are different types of handling changes in data over time.

    • SCD1: Overwrites old data with new data, no history is kept.

    • SCD2: Adds new records for new data, keeps history with effective start and end dates.

    • SCD3: Adds new columns to track changes, keeps history within the same record.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ValueMomentum QA Engineer interview:
  • SQL
  • Informatica Testing
Interview preparation tips for other job seekers - choose best companies for career growth.

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

ValueMomentum interview questions for popular designations

 Software Engineer

 (14)

 Senior Software Engineer

 (12)

 Software Engineer Trainee

 (6)

 Software Developer

 (3)

 Test Lead

 (2)

 Junior Software Engineer

 (2)

 Senior Consultant

 (2)

 Test Engineer

 (2)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Related to Python, SQL, Power BI, basic ML
Round 2 - Technical 

(1 Question)

  • Q1. Advanced SQL, Python, Power BI
Round 3 - Technical 

(1 Question)

  • Q1. Managerial + Technical: Projects, STAR based, situational, experience based
Round 4 - HR 

(1 Question)

  • Q1. Projects, technical proficiency, experience based, salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience, since after 3 rounds of technical and 1 round of long HR interview they came up with 25% lesser salary offered than what was discussed earlier and agreed by recruiter.

Even after sharing the previous offer I was holding, they kept on saying we are discussing and kept me waiting for more than 15 days and didn't offer me till my last working day. Atleast, they didn't had audacity to say we can't offer you what you are expecting and what we earlier agreed on.

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Get interview-ready with Top ValueMomentum Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ETL , API
  • Ans. 

    ETL stands for Extract, Transform, Load. API stands for Application Programming Interface.

    • ETL is a process used to extract data from various sources, transform it into a desired format, and load it into a target database or data warehouse.

    • API is a set of rules and protocols that allows different software applications to communicate with each other.

    • ETL is commonly used in data integration and data warehousing projects.

    • E...

  • Answered by AI

Lead Interview Questions asked at other Companies

Q1. Why should we pay you xx Lakhs?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

It is easy and completed virtually. There are communication based questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Who is your rile model ?
  • Ans. 

    My role model is Elon Musk.

    • Innovative and visionary leader

    • Entrepreneurial spirit and drive

    • Focus on sustainability and future technologies

  • Answered by AI
  • Q2. What are your hobbies?
  • Ans. 

    My hobbies include playing guitar, hiking, and reading science fiction novels.

    • Playing guitar: I enjoy learning new songs and practicing different techniques.

    • Hiking: I love exploring nature trails and challenging myself with long hikes.

    • Reading science fiction novels: I find it fascinating to escape into imaginative worlds and explore futuristic concepts.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ValueMomentum Software Engineer Trainee interview:
  • Java
Interview preparation tips for other job seekers - This is just non technical round. If we qualify in it we will receive a mail for the interview.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Comprehensive, english, passage questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to .net
  • Q2. About previous project?my role and responsibilities
Round 3 - Technical 

(2 Questions)

  • Q1. About previous project
  • Q2. Some questions related to technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Irresponsible company,they will schedule the interview but not give any update.they will waste our time

Top ValueMomentum Software Engineer Interview Questions and Answers

Q1. why are manhole covers round in shape and why not in square
View answer (1)

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 (196)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic selenium questions , framework related and one java program find cound occurences of each character in a string , difference between api testing using postman and rest assured
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions like scrum sprint date to date activities and how do you optimise the regression suite
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Hr experience was horrible they try to lowball the expected CTC that you mentioned in the screening call

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

All related topics,which are aked in value momentm company

Round 2 - Group Discussion 

All gd related topics

Round 3 - Coding Test 

Java full stack for value momentm

Interview Preparation Tips

Topics to prepare for ValueMomentum Software Developer interview:
  • Java
  • HTML
  • css
  • my sql
  • Javascript
  • Python

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is key difference between Personal Auto and Commercial Auto?
  • Ans. 

    Personal Auto is for individual use, while Commercial Auto is for business use.

    • Personal Auto is used for personal transportation, such as commuting to work or running errands.

    • Commercial Auto is used for business purposes, such as delivering goods or transporting employees.

    • Personal Auto policies typically have lower liability limits compared to Commercial Auto policies.

    • Commercial Auto policies may require higher coverag...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study insurance well

Senior Domain Lead Interview Questions asked at other Companies

Q1. What is key difference between Personal Auto and Commercial Auto?
View answer (1)

ValueMomentum Interview FAQs

How many rounds are there in ValueMomentum interview?
ValueMomentum interview process usually has 2-3 rounds. The most common rounds in the ValueMomentum interview process are Technical, HR and Resume Shortlist.
How to prepare for ValueMomentum 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 ValueMomentum. The most common topics and skills that interviewers at ValueMomentum expect are IT Services, Performance Management, Training, Career Development and IT Transformation.
What are the top questions asked in ValueMomentum interview?

Some of the top questions asked at the ValueMomentum interview -

  1. why are manhole covers round in shape and why not in squ...read more
  2. how do you take 4 liters from a 2 liter and 5 liter j...read more
  3. How does Authentication in Web API works? What are the dirrent endpoints you wi...read more
How long is the ValueMomentum interview process?

The duration of ValueMomentum interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

ValueMomentum Interview Process

based on 66 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
ITC Infotech Interview Questions
3.8
 • 334 Interviews
View all

ValueMomentum Reviews and Ratings

based on 831 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.1

Salary

3.2

Job security

3.0

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 831 Reviews and Ratings
Software Engineer
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
367 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
332 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Lead
228 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ValueMomentum with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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