Upload Button Icon Add office photos
Engaged Employer

i

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

ValueMentor Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 23 Reviews

Filter interviews by

ValueMentor Interview Questions and Answers

Updated 22 Mar 2024

ValueMentor Interview Experiences

2 interviews found

Soc internship Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2024

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

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Cyber security and network, soc

Interview Preparation Tips

Topics to prepare for ValueMentor Soc internship interview:
  • Soc intern
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. 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 - Technical 

(2 Questions)

  • Q1. Owasp top 10 & scenario based questions , leadned about recent vulnerability
  • Q2. Read recent attack & Recent exploit
  • Ans. 

    Recent attack: SolarWinds supply chain attack. Recent exploit: Microsoft Exchange Server zero-day vulnerabilities.

    • SolarWinds attack compromised multiple US government agencies and private companies.

    • Attackers inserted malicious code into SolarWinds' Orion software updates.

    • Microsoft Exchange Server zero-day vulnerabilities allowed attackers to access email accounts and install malware.

    • Exploit was used by Chinese state-sp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You can learn more & more every day , salary will be loe

Security Analyst Interview Questions asked at other Companies

Q1. How do you test a web application? What is CSRF and SSRF? What is LDAP injection? How does namp work while port scanning? (Result - open/filtered/closed) How does ssl work? Suppose a proxy server(Burpsuite) is in b/w server and client so wh... read more
View answer (2)

Jobs at ValueMentor

View all

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Why are you switching?
  • Q2. Tell me a time you took feedback procatively
  • Q3. Do you have experience in sales
  • Q4. What is understanding of private equity
Round 2 - Assignment 

You will be given an assignment where you will be asked to interview and then make an excel sheet accordingly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills and confidence is must.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Go through your cv
  • Ans. 

    I have a diverse background in marketing, sales, and customer service.

    • Started my career as a marketing intern at XYZ Company

    • Promoted to sales associate after 6 months

    • Managed a team of customer service representatives at ABC Company

  • Answered by AI
  • Q2. What you know about sch-iii changes, GST compliance wrt nbfc and ind as you have worked on?
  • Ans. 

    Sch-III changes, GST compliance for NBFCs and Ind AS are regulatory updates impacting financial reporting and taxation for non-banking financial companies.

    • Sch-III changes refer to amendments in Schedule III of the Companies Act, which governs the format of financial statements.

    • GST compliance for NBFCs involves ensuring proper adherence to Goods and Services Tax regulations in their operations and reporting.

    • Ind AS (Indi...

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

(3 Questions)

  • Q1. General round with hod
  • Q2. Why do you want to join this organisation?
  • Ans. 

    I am impressed by the company's commitment to innovation and employee development.

    • I admire the company's reputation for fostering a culture of innovation and creativity.

    • I am excited about the opportunities for professional growth and development within the organization.

    • I believe that my skills and experience align well with the company's values and goals.

    • I am drawn to the company's strong track record of success in the...

  • Answered by AI
  • Q3. Where do you see yourself after 5 years?
  • Ans. 

    In 5 years, I see myself as a successful manager leading a team towards achieving company goals.

    • Continuing to develop my leadership skills through ongoing training and mentorship

    • Taking on more responsibilities and projects to demonstrate my capabilities

    • Building strong relationships with colleagues and stakeholders to foster collaboration and success

    • Working towards achieving specific career milestones, such as a promoti

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Profectus Capital Management Trainee interview:
  • Ind As
  • Gst
Interview preparation tips for other job seekers - Prepare well and don't take chances.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

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

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS DERIVATIVES
  • Ans. 

    Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

    • Derivatives can be used for hedging, speculation, or arbitrage.

    • Examples of derivatives include options, futures, forwards, and swaps.

    • Derivatives allow investors to take on risk or hedge against risk in the financial markets.

  • Answered by AI
  • Q2. HOW ECONOMIC CHANGES AFFECT MARKET
  • Ans. 

    Economic changes can have a significant impact on the market by influencing consumer behavior, investor sentiment, and overall business performance.

    • Changes in interest rates can affect borrowing costs for businesses and consumers, impacting spending and investment decisions.

    • Fluctuations in currency exchange rates can impact the competitiveness of exports and imports, affecting international trade.

    • Changes in government ...

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

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

Round 1 - Coding Test 

DSA round with 2 questions

Round 2 - Coding Test 

DSA with 2 questions

Round 3 - HR 

(2 Questions)

  • Q1. What are the challenges you have faced ?
  • Ans. 

    I have faced challenges in debugging complex code, meeting tight deadlines, and adapting to new technologies.

    • Debugging complex code: I have encountered issues with legacy codebases that required extensive debugging to identify and fix errors.

    • Meeting tight deadlines: I have had to work under pressure to deliver projects on time, often requiring long hours and efficient time management.

    • Adapting to new technologies: I hav...

  • Answered by AI
  • Q2. What are your expectation from the company
  • Ans. 

    I expect the company to provide a challenging work environment, opportunities for growth, and a supportive team.

    • Opportunities for professional development and growth

    • A collaborative and supportive team environment

    • Challenging and interesting projects to work on

    • Competitive compensation and benefits package

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    Experienced branch manager with a proven track record of driving sales and leading teams to success.

    • Over 10 years of experience in banking and financial services

    • Successfully managed a team of 20+ employees at previous branch

    • Implemented strategies that increased branch revenue by 15% in one year

    • Strong leadership and communication skills

    • Passionate about developing employees and fostering a positive work environment

  • Answered by AI
  • Q2. What were your achievements in your previous company?
  • Ans. 

    I successfully led a team to exceed sales targets by 20% and implemented new strategies to improve customer satisfaction.

    • Exceeded sales targets by 20%

    • Implemented new strategies to improve customer satisfaction

    • Led a team to success

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed before Nov 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 - HR 

(3 Questions)

  • Q1. Operation of management
  • Ans. 

    Operation of management involves planning, organizing, leading, and controlling resources to achieve organizational goals.

    • Planning involves setting goals and determining the best course of action to achieve them.

    • Organizing involves arranging resources and tasks to achieve the goals efficiently.

    • Leading involves motivating and guiding employees to work towards the goals.

    • Controlling involves monitoring progress and making...

  • Answered by AI
  • Q2. Fild problem today days complete
  • Ans. 

    The problem of today's society is complex and multifaceted.

    • Social inequality

    • Climate change

    • Political polarization

    • Mental health issues

    • Technological advancements

  • Answered by AI
  • Q3. Time salary office saracular, management studies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mfi financial growth per day company growth micro finance

ValueMentor Interview FAQs

How many rounds are there in ValueMentor interview?
ValueMentor interview process usually has 1-2 rounds. The most common rounds in the ValueMentor interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for ValueMentor 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 ValueMentor. The most common topics and skills that interviewers at ValueMentor expect are Information Security, MS Office, Linux, Cyber Security and Excel.
What are the top questions asked in ValueMentor interview?

Some of the top questions asked at the ValueMentor interview -

  1. Read recent attack & Recent expl...read more
  2. Owasp top 10 & scenario based questions , leadned about recent vulnerabil...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 ValueMentor interviews
Company Website
WalkIn
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.5
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 782 Interviews
View all

ValueMentor Reviews and Ratings

based on 23 reviews

3.2/5

Rating in categories

3.4

Skill development

3.2

Work-Life balance

2.8

Salary & Benefits

3.3

Job Security

3.3

Company culture

3.0

Promotions/Appraisal

3.2

Work Satisfaction

Explore 23 Reviews and Ratings
GRC Analyst - Payment Security

Thrissur

1-3 Yrs

Not Disclosed

Explore more jobs
SOC Analyst
10 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Security Analyst
9 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Soc Analyst 1
8 salaries
unlock blur

₹2.1 L/yr - ₹3.5 L/yr

Finance Executive
5 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Information Security Analyst
5 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Explore more salaries
Compare ValueMentor with

KPMG India

3.5
Compare

PwC

3.4
Compare

Deloitte

3.8
Compare

Ernst & Young

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview