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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. TestCase Design techniques
  • Ans. 

    TestCase Design techniques involve various methods to create effective test cases.

    • Boundary Value Analysis

    • Equivalence Partitioning

    • Decision Table Testing

    • State Transition Testing

    • Use Case Testing

  • Answered by AI
  • Q2. What is API Testing
  • Ans. 

    API testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.

    • API testing involves testing the functionality, reliability, performance, and security of APIs.

    • It focuses on verifying that the API meets the requirements specified in its design.

    • API testing can be done at different levels such as unit testing, integration ...

  • Answered by AI

Skills evaluated in this interview

Senior Quality Analyst Interview Questions asked at other Companies

Q1. - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)
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 

Some basic question on the aptitude

Round 3 - Group Discussion 

Given some topic and made us `to talk

Round 4 - Technical 

(1 Question)

  • Q1. Some basic of coding pint prime numbers , string reverse ect....
Round 5 - HR 

(1 Question)

  • Q1. Just asked about the background

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your basics clear and be confident in the answering questions

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Which is MCQ's and 3 coding questions

Round 3 - Technical 

(1 Question)

  • Q1. It's very moderate to clear the technical round
Round 4 - HR 

(1 Question)

  • Q1. It's an nice experience with the hr interview friendly nature
Round 5 - Group Discussion 

It's very much beneficial with this round we will clear this round easily with our talking skills

Round 6 - Nothing 

(2 Questions)

  • Q1. Gd is the..last round for the interview process
  • Q2. Where do you see after 5 years

Interview Preparation Tips

Topics to prepare for ValueMomentum Software Developer interview:
  • Java
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare well and all the best for your opportunities

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

What people are saying about ValueMomentum

View All
a software engineer
1w
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.

Associate Engineer Trainee Interview Questions & Answers

user image AMRIN BANU T M PSGRKCW

posted on 5 Sep 2022

Round 1 - Aptitude Test 

It was quiet easy.and there was 120 questions and 60 were logical and 60 were coding

Round 2 - Group Discussion 

My topic was demonitization and that was good I spoke boldly ,and confidential

Round 3 - Technical 

(1 Question)

  • Q1. Technical was good but I didn't get selected in technical there were 2 coding questions and oops and data base type questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak boldly and confidential and don't spot and blabber

Associate Engineer Trainee Interview Questions asked at other Companies

Q1. 4. give a scenario on how electrical and electronics can be used simultaneously
View answer (2)

ValueMomentum interview questions for popular designations

 Software Engineer

 (14)

 Senior Software Engineer

 (12)

 Software Engineer Trainee

 (6)

 Software Developer

 (3)

 Automation Engineer

 (2)

 Business Analyst

 (2)

 Junior Software Engineer

 (2)

 Senior Consultant

 (2)

Architect Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2022

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Dependency injection
  • Ans. 

    Dependency injection is a design pattern that allows objects to receive dependencies rather than creating them internally.

    • Dependency injection separates the creation of an object from its dependencies.

    • It makes code more modular and testable.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of creating a database connection object inside a cl...

  • Answered by AI
  • Q2. What is Microservices ? Can mcroservice use same Database.
  • Ans. 

    Microservices are small, independent services that work together to form a larger application. They can use the same database.

    • Microservices are a way of breaking down a large application into smaller, more manageable pieces.

    • Each microservice is responsible for a specific task or function.

    • Microservices communicate with each other through APIs.

    • They can use the same database, but it's generally recommended to use separate...

  • Answered by AI
  • Q3. How does Authentication in Web API works? What are the dirrent endpoints you will use /? What Http verbs you will use.
  • Ans. 

    Authentication in Web API involves using endpoints and HTTP verbs to verify user identity.

    • Authentication is the process of verifying user identity before granting access to resources

    • Web API uses endpoints such as /login and /register to handle authentication requests

    • HTTP verbs such as POST and GET are used to send and receive authentication data

    • Authentication can be implemented using various methods such as OAuth, JWT,

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. As an Architect what steps you will take for an application to move to Azure?
  • Ans. 

    As an Architect, I will follow these steps to move an application to Azure.

    • Assess the application's compatibility with Azure

    • Choose the appropriate Azure services for the application

    • Migrate the application data to Azure

    • Re-architect the application if necessary

    • Test the application thoroughly after migration

  • Answered by AI
  • Q2. What are things to consider for an appliaction to move to Azure ?
  • Ans. 

    Considerations for moving an application to Azure

    • Assess application compatibility with Azure

    • Evaluate cost and pricing options

    • Determine data storage and security requirements

    • Plan for migration and downtime

    • Consider scalability and performance needs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the basics in the Round 1.
in Round 2 prepare for steps to migrate appliations to Azure .

Skills evaluated in this interview

Architect Interview Questions asked at other Companies

Q1. How do you find the resources available on a server if it is on premise?
View answer (2)

Get interview-ready with Top ValueMomentum Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Malla Reddy Engineering College, Ranga Reddy and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 coding questions from java

Round 2 - Group Discussion 

Just a minute round

Round 3 - Technical 

(1 Question)

  • Q1. Coding,Java questions
Round 4 - HR 

(1 Question)

  • Q1. Interpersonal skills

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1. find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Java + .NET related coding test conducting to know the candidate's capabilities in relevant stream

Round 3 - Technical 

(2 Questions)

  • Q1. Good with communication and good with technical skills
  • Q2. What is oops and categorize them clearly
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

    • OOP is based on the concept of classes and objects.

    • It provides features like encapsulation, inheritance, and polymorphism.

    • There are four main principles of OOP: abstraction, encapsulation, inheritance, and polymorphism.

    • Abstraction allows hiding unnecessary details and exposing only essential features.

    • Encapsula...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is your expected salary and when you are going to join
  • Ans. 

    I am open to discussing salary based on the market rate and my skills. I can join within a month.

    • I am flexible with my salary expectations and open to discussing it based on the market rate and my skills.

    • I am available to join within a month.

    • I am excited about the opportunity and eager to contribute to the team.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - worst experience with the the manager Gopikrishna garlapati waste manager i have ever-seen and worst politics in the organisation

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Hyderabad and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops Java and basic project questions

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 (169)
Round 1 - Technical 

(2 Questions)

  • Q1. Roles and responsibilities
  • Q2. Challenges faced in job
Round 2 - HR 

(1 Question)

  • Q1. About work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be more of real tme scenarios

Senior Project Manager Interview Questions asked at other Companies

Q1. DESIGIN PROCEDURE :- DLC thickness 150mm. 1:- use M15 grade concrete,max aggregate cement ratio 12:1 2:-The minimum cement content 150kg per cum. If flayash is more than >20% the mini.mum cement content. 120kg pet cum 3:- The 5 no sample... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain oops concepts?
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
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.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all

ValueMomentum Reviews and Ratings

based on 826 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 826 Reviews and Ratings
Software Engineer
1.5k salaries
unlock blur

₹3 L/yr - ₹10.9 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹6 L/yr - ₹24.5 L/yr

Technical Lead
367 salaries
unlock blur

₹9.9 L/yr - ₹33 L/yr

Softwaretest Engineer
332 salaries
unlock blur

₹3 L/yr - ₹9.8 L/yr

Test Lead
227 salaries
unlock blur

₹8.9 L/yr - ₹23 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