Upload Button Icon Add office photos

Filter interviews by

Sankalp Management Consultancy Interview Questions, Process, and Tips

Updated 3 Nov 2022

Sankalp Management Consultancy Interview Experiences

1 interview found

I applied via Referral and was interviewed in Oct 2022.Β 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Β 

(2 Questions)

  • Q1. What will you learn during your HR internship?
  • Ans. You need to aim at comprehensive learning and not just one area. If you have access to files, sieze the opportunity. Volunteer to do any work, like helping an employee fill up a particular form. Learning about culture is so important. Outside office hours, visit the houses of employees to learn about their social condition. You must interact with contract employees as well. You must learn the external interface, that i...
  • Answered by Apadharna Sivakumar
  • Q2. How will you document your learning?
  • Ans. 

    I will document my learning through various methods.

    • Taking detailed notes during training sessions and meetings

    • Creating a knowledge base or wiki to store information

    • Recording important insights and lessons learned in a journal

    • Participating in online forums and communities to share and learn from others

    • Attending conferences, workshops, and webinars to expand knowledge

    • Seeking feedback from mentors and colleagues to ident

  • Answered by AI
Round 3 - One-on-oneΒ 

(10 Questions)

  • Q1. What problems did you face during internship?
  • Q2. How did you handle conflict during internship?
  • Q3. How would you rate your learning on a scale of 10, with 4 being the minimum pass mark?
  • Q4. Can you articulate one particular learning that added huge value to your learning kit?
  • Ans. 

    Learning to prioritize tasks based on their importance and urgency.

    • Using the Eisenhower Matrix to categorize tasks

    • Focusing on important and urgent tasks first

    • Delegating or eliminating tasks that are not important or urgent

    • Avoiding procrastination and staying organized

    • Example: Prioritizing a project deadline over a non-urgent meeting

  • Answered by AI
  • Q5. What aspect of the company's culture did you like the most?
  • Q6. How do employees perceive the managerial behavior of Managers in general?
  • Ans. 

    Employees perceive managerial behavior as a mix of positive and negative traits.

    • Managers who are approachable, communicative, and supportive are perceived positively.

    • Managers who are authoritarian, micromanaging, and unresponsive are perceived negatively.

    • Employees also value managers who provide clear expectations, feedback, and recognition.

    • However, managers who play favorites, show bias, or lack integrity are perceive...

  • Answered by AI
  • Q7. How many good leaders did you identify? I mean those who made a deep impression, based on their knowledge and skill-sets and personal integrity?
  • Q8. What do you think are the most important Strategic concerns for HR in the organization?
  • Q9. Looking at a five year span, how do you see yourself, assuming you work in a similar organization on a full time role?
  • Q10. What makes the organization so secure in financial terms? Is it HR, Technology, company reputation, viable brands and so on? Be specific and support your data with facts.
  • Ans. 

    The organization's financial security is based on a combination of factors including strong financial management, diversified revenue streams, and a solid reputation.

    • Strong financial management practices ensure that the organization is able to effectively manage its resources and make informed financial decisions.

    • Diversified revenue streams help to mitigate financial risk and ensure that the organization is not overly ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As a Consultant, I always advice the MBA students who get internship roles through me to be on their toes and learn everything, including how the garden is kept clean or how complaints about quality of canteen food are handled. I keep on handholding them and interview questions during internship far exceed those before the start of the internship.

Business Owner Interview Questions asked at other Companies

Q1.Β What makes the organization so secure in financial terms? Is it HR, Technology, company reputation, viable brands and so on? Be specific and support your data with facts.
View answer (1)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Sep 2020.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

1 Question

  • Q1. Derivatives, fees and commission

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all financial markets related concepts and little information on advance Excel

I appeared for an interview before Sep 2020.

Round 1 - Video CallΒ 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

Timing: 12PM
Due to covid, the interviews happened over a video call on Zoom. They also shared an IDE link where we could write our code and the interview could see it.
The interviewer was very polite and helpful. She dropped hints in between to help me reach the final solution when I was stuck or needed some clarity. She wanted to check how analytically I could solve the problem. She focused more on my approaches towards the problem.
There was also a brief discussion on my resume and projects.

  • Q1. 

    Serialization and Deserialization of an N-ary Tree

    Given an N-ary tree where each node has at most 'N' child nodes, the task is to serialize the tree into a sequence of bits and then deserialize it back t...

  • Ans. 

    Serialization and deserialization of an N-ary tree involves converting the tree into a sequence of bits and reconstructing the original tree from this format.

    • Serialize the N-ary tree by traversing it in level order and representing each node and its children using a space-separated sequence of integers.

    • Deserialize the serialized tree by parsing the input sequence and reconstructing the tree structure based on the provi...

  • Answered by AI
Round 2 - Video CallΒ 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

Timing: Mid-afternoon
Due to covid, the interviews happened over a video call on Zoom. They also shared an IDE link where we could write our code and the interview could see it.
The interviewer was very polite and helpful. He dropped hints in between to help me reach the final solution when I was stuck or needed some clarity. He wanted to check how analytically I could solve the problem. He focused more on my approaches towards the problem.
There was also a brief discussion on my resume and projects.

  • Q1. 

    Design a Constant Time Data Structure

    Create a data structure that maintains mappings between keys and values, supporting the following operations in constant time:

    1. INSERT(key, value): Add or update t...
  • Ans. 

    Design a constant time data structure for key-value mappings with operations like INSERT, DELETE, SEARCH, GET, GET_SIZE, and IS_EMPTY.

    • Use a hash table to achieve constant time complexity for operations.

    • Implement INSERT, DELETE, SEARCH, GET, GET_SIZE, and IS_EMPTY functions.

    • Ensure key is a string and value is a positive integer.

    • Return appropriate results based on the operation type.

    • Handle edge cases like key not found o

  • Answered by AI
Round 3 - Video CallΒ 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

Timing: Evening
Due to covid, the interviews happened over a video call on Zoom. They also shared an IDE link where we could write our code and the interview could see it.
There was a panel of three people as interviewers in this round.
I was also asked one behaviour questions in this round.

  • Q1. 

    Simplify Directory Path Problem Statement

    You are provided with a directory path in Unix-style notation, and your task is to simplify it according to given rules.

    In a Unix-style file system:

    • A dot (...
  • Ans. 

    Given a Unix-style directory path, simplify it by following certain rules and return the simplified path.

    • Use a stack to keep track of directories while iterating through the input path.

    • Handle cases for '.', '..', and multiple slashes appropriately.

    • Return the simplified path by joining the directories in the stack with '/' separator.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Software Engineering from Delhi Technological University. Eligibility criteriaNo criteria.Goldman Sachs interview preparation:Topics to prepare for the interview - Data Structures, Database Management System, Object-Oriented Programming System Algorithms, Dynamic Programming, Graph, Puzzles, Operating System, Multi-Threading, projects.Time required to prepare for the interview - 10 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Data Structures and Algorithms. Practising questions based on them every day is the key to succeeding. You can enroll into a Data Structures and Algorithms course by Coding Ninjas. This course helped me build a strong foundation in these topics. I also recommend platforms like LeetCode and InterviewBit for further practice.
Tip 2 : During your interview THINK OUT LOUD!!! It is very important that you voice your approach towards the problem otherwise interviewer will have no clue what you are thinking. 
Tip 3 : Do give mock interviews to some college senior or mentor. They help you understand how to express your thought process better (Think out loud) and also reduce the interview stress and anxiety.

Application resume tips for other job seekers

Tip 1 : In order to make a strong resume you must include at least 2-3 Projects and an intern/work experience. Mention all your skills which you are confident of in your resume. 
Tip 2 : Try to make it of one page only. You can use overleaf to make your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview QuestionnaireΒ 

1 Question

  • Q1. First round: Online Test ( aptitude and decision based questions) second round: interview(guesstimates and puzzles) third round: interview( puzzles and hr questions) fourth round: HR and negotiation round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare guesstimates and puzzles properly

Analyst Interview Questions & Answers

IQVIA user image Anonymous

posted on 15 Apr 2021

Interview QuestionnaireΒ 

2 Questions

  • Q1. Primary research and secondary research
  • Q2. About my project

Interview QuestionnaireΒ 

4 Questions

  • Q1. What is Google sheets
  • Ans. 

    Google Sheets is a cloud-based spreadsheet program offered by Google as part of the Google Drive office suite.

    • Allows users to create and edit spreadsheets online

    • Offers collaboration features for real-time editing and commenting

    • Can import and export various file formats, including Microsoft Excel

    • Offers add-ons and scripts for automation and customization

    • Accessible from any device with internet connection

  • Answered by AI
  • Q2. What is the MDD & OMC of soil
  • Ans. 

    MDD & OMC are important parameters for soil compaction and moisture content.

    • MDD stands for Maximum Dry Density, which is the maximum density that can be achieved for a given soil compaction effort.

    • OMC stands for Optimum Moisture Content, which is the moisture content at which the maximum dry density can be achieved.

    • These parameters are important for determining the appropriate moisture content and compaction effort for...

  • Answered by AI
  • Q3. What is the velocity of steel
  • Ans. 

    The velocity of steel varies depending on the type and conditions.

    • The velocity of steel can range from 5000 to 6000 meters per second

    • The velocity of steel can be affected by factors such as temperature and pressure

    • The velocity of steel is important in industries such as construction and manufacturing

  • Answered by AI
  • Q4. What is the cube test result in 7 days
  • Ans. 

    The cube test result in 7 days depends on the purpose of the test and the specific cube being tested.

    • The cube test can refer to various tests in different fields such as construction, engineering, and materials science.

    • For example, in construction, the cube test is used to determine the compressive strength of concrete cubes after 7 days of curing.

    • The result of the cube test can vary depending on factors such as the ty...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2021.Β There were 2 interview rounds.

Round 1 - Aptitude TestΒ 

It was difficult aptitude test. One need to be well versed in aptitude and coding ( any programming language).

Round 2 - TechnicalΒ 

(1 Question)

  • Q1. I don't know i didn't pass aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well as the test is hard to crack.

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

Interview QuestionnaireΒ 

3 Questions

  • Q1. Searching and Sorting
  • Q2. If You have an infinite array then how many ways to sort it and also tell the complexities
  • Ans. 

    There are infinite ways to sort an infinite array with varying complexities.

    • Sorting algorithms like QuickSort, MergeSort, HeapSort, etc. can be used to sort the array.

    • The time complexity of sorting algorithms varies from O(n log n) to O(n^2).

    • The space complexity also varies depending on the algorithm used.

    • Sorting an infinite array is not practical, so it is usually done in chunks or using parallel processing.

    • The sortin...

  • Answered by AI
  • Q3. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all charge your laptop. In my case there is some electricity issue , my laptop is not fully charged and interviewer taking interview one by one to every student . So I m very scared at that time , But by god I have my brother laptop so I do not face any problem at the time of interview .

Skills evaluated in this interview

Interview QuestionnaireΒ 

1 Question

  • Q1. What is accrual entry ?
  • Ans. 

    Accrual entry is a journal entry made to record revenue or expenses that have been earned or incurred but not yet received or paid.

    • Accrual entry is used to match revenue and expenses to the period in which they were earned or incurred.

    • It is recorded as a debit to an expense or asset account and a credit to a liability or revenue account.

    • Examples of accrual entries include recording unpaid salaries, interest on loans, a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - answer

I applied via Recruitment Consultant and was interviewed before Oct 2020.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

2 Questions

  • Q1. How important is for you to celebrate Christmas?
  • Ans. Basically here they wanted to know if you would be flexible enough to work on Christmas day. The reason because December happens to be a crucial month for year end and the workload is overwhelming. So the crux of the question is you only get one day leave for Christmas I.e Christmas day else you are asked to work. It may happen that your leaves are not approved at all the rest of the days depending on the situation. Ha
  • Answered Anonymously
  • Q2. How often have you been given negative feedback?

Interview Preparation Tips

Interview preparation tips for other job seekers - They want to know how flexible you are and will you be available for business as and when required. That includes stretched hours, overtime.

Sankalp Management Consultancy Interview FAQs

How many rounds are there in Sankalp Management Consultancy interview?
Sankalp Management Consultancy interview process usually has 3 rounds. The most common rounds in the Sankalp Management Consultancy interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Sankalp Management Consultancy interview?

Some of the top questions asked at the Sankalp Management Consultancy interview -

  1. What makes the organization so secure in financial terms? Is it HR, Technology,...read more
  2. How do employees perceive the managerial behavior of Managers in gener...read more
  3. Can you articulate one particular learning that added huge value to your learni...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
Β β€’Β 7.6k Interviews
Wipro Interview Questions
3.7
Β β€’Β 5.7k Interviews
Cognizant Interview Questions
3.7
Β β€’Β 5.6k Interviews
Tech Mahindra Interview Questions
3.5
Β β€’Β 3.9k Interviews
WNS Interview Questions
3.4
Β β€’Β 1.1k Interviews
IQVIA Interview Questions
3.9
Β β€’Β 472 Interviews
Goldman Sachs Interview Questions
3.5
Β β€’Β 378 Interviews
Atos Interview Questions
3.8
Β β€’Β 377 Interviews
TCE Interview Questions
3.7
Β β€’Β 251 Interviews
View all

Sankalp Management Consultancy Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.6

Salary

5.0

Job security

4.5

Company culture

4.5

Promotions

4.1

Work satisfaction

Explore 3 Reviews and Ratings
Compare Sankalp Management Consultancy with

Wipro

3.7
Compare

Cognizant

3.7
Compare

Infosys

3.6
Compare

Tech Mahindra

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