Upload Button Icon Add office photos
Engaged Employer

i

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

Sathguru Management Consultants Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 30 Reviews

Filter interviews by

Sathguru Management Consultants Interview Questions and Answers

Updated 25 Sep 2024

Sathguru Management Consultants Interview Experiences

Popular Designations

3 interviews found

UI Developer Interview Questions & Answers

user image Vemula.Naga Lakshmi

posted on 13 Mar 2024

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

(1 Question)

  • Q1. Test ui interview

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical Reasoning, 1hour MCQ test

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Accounting and Auditing Standards
  • Q2. Corporate Law and Financial Reporting
Round 3 - One-on-one 

(2 Questions)

  • Q1. Background and basic knowledge
  • Q2. Comfort related to outstation audits

CA Article Assistant Interview Questions asked at other Companies

Q1. What is the limit by law in respect of mandatory Internal audit.
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2015

Interview Preparation Tips

Round: Group Discussion
Experience: The Group Discussion was in the same slot as the interview. Our topic was - “Pros and cons of Modi's - "Make in India‟ Drive” - 45 minutes long.
Tips: You should participate and present your ideas. You should be able to talk in public. It need not be the brightest idea.

Round: write an SOP.
Experience: I got a walk-in to the Group Discussion so I didn't really write the SOP. Walk-ins started from as early as day 2 this time.

Skill Tips: Your approach to case solving is tested. They see your professional experience (your internship and project) My minor, management helped for problem solving. Keep yourself updated with all the big news same as in how I prepared for interviews management minor helped. Be innovative for the general questions.
College Name: IIT MADRAS

Jobs at Sathguru Management Consultants

View all

Interview questions from similar companies

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

I applied via Indeed and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Java program - no.of occurences of character in a string
  • Ans. 

    Count the number of occurrences of a specific character in a given string using Java program.

    • Iterate through each character in the string and compare it with the target character.

    • Increment a counter each time the target character is found.

    • Return the final count of occurrences.

  • Answered by AI
  • Q2. API status codes
  • Q3. Inheritance, polymorphism, static, this, super,
Round 2 - Technical 

(1 Question)

  • Q1. Show your framework design
  • Ans. 

    My framework design is based on a modular approach with reusable components and data-driven testing.

    • Modular design with separate modules for different functionalities

    • Reusable components to reduce duplication of code

    • Data-driven testing using external data sources for test inputs

    • Integration of automation tools for efficient test execution

    • Logging and reporting mechanisms for tracking test results

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How do you manage your time
  • Ans. 

    I prioritize tasks, set deadlines, use time management tools, and regularly reassess my schedule.

    • Prioritize tasks based on importance and deadlines

    • Set specific deadlines for each task to stay on track

    • Utilize time management tools such as calendars, to-do lists, and project management software

    • Regularly reassess and adjust my schedule as needed to ensure timely completion of tasks

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

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was online test conducted by whee box. Questions were mix from Automation and Manual testing. Questions on OOPS concept like Encapsulation, polymorphism, abstraction. Questions on Database testing, (none from API). Few questions based on English , few logical reasoning

Round 2 - Technical 

(8 Questions)

  • Q1. API questions - Put vs patch , error codes, API tools used
  • Q2. Explain STLC in detail
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a systematic process for testing software applications.

    • STLC consists of various phases such as Requirement Analysis, Test Planning, Test Design, Test Execution, and Test Closure.

    • Each phase has specific objectives and deliverables to ensure the quality of the software.

    • STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them l...

  • Answered by AI
  • Q3. Introduction, current role
  • Q4. Current CTC , Expected CTC
  • Q5. Agile ceremonies
  • Q6. Stored procedure in DB
  • Ans. 

    Stored procedures are precompiled SQL statements stored in the database for reuse and improved performance.

    • Stored procedures are used to encapsulate business logic in the database.

    • They can improve performance by reducing network traffic and optimizing execution plans.

    • Stored procedures can be called from application code to perform complex operations on the database.

    • They can also help with security by controlling access...

  • Answered by AI
  • Q7. Ready for working in night shift for US based client
  • Q8. Requirement traceability matrix
Round 3 - Technical 

(13 Questions)

  • Q1. Quick Introduction and role in current project
  • Ans. 

    I am a Senior QA Engineer with 5 years of experience. Currently, I am leading the testing efforts for a web application project.

    • Leading the testing efforts for a web application project

    • Creating test plans and test cases

    • Executing manual and automated tests

    • Identifying and reporting bugs

    • Collaborating with developers and stakeholders

  • Answered by AI
  • Q2. Questions related to agile ceremonies
  • Q3. API tools used, % of API work done in previous projects
  • Ans. 

    Used Postman for API testing, 60% of work involved API testing in previous projects

    • Utilized Postman for API testing

    • 60% of work in previous projects involved API testing

    • Worked extensively with RESTful APIs

  • Answered by AI
  • Q4. Scenario based questions on QA
  • Q5. Role of QA when the built functionality do not match with requirements
  • Ans. 

    QA plays a crucial role in identifying and communicating the discrepancies between built functionality and requirements.

    • QA should thoroughly review the requirements documentation to understand the expected functionality.

    • QA should conduct thorough testing to identify any discrepancies between the built functionality and the requirements.

    • QA should communicate any discrepancies found to the development team and stakeholde...

  • Answered by AI
  • Q6. Contract testing in API
  • Ans. 

    Contract testing in API involves verifying the interactions between different services based on predefined contracts.

    • Contract testing ensures that each service meets the expectations set by the contract.

    • It helps in detecting issues early in the development cycle.

    • Popular tools for contract testing in APIs include Pact and Spring Cloud Contract.

  • Answered by AI
  • Q7. Overall tools used for database, build deployment, bug tracking, test case/plan track
  • Ans. 

    Various tools used for database, build deployment, bug tracking, and test case/plan tracking in QA engineering.

    • Database: SQL Server, MySQL, Oracle

    • Build Deployment: Jenkins, TeamCity, Bamboo

    • Bug Tracking: Jira, Bugzilla, Redmine

    • Test Case/Plan Tracking: TestRail, HP ALM, Zephyr

  • Answered by AI
  • Q8. New things which you contributed to current project to improve overall quality process
  • Ans. 

    Implemented automated test scripts using Selenium for regression testing, introduced code review process for test scripts, and conducted training sessions on new testing tools.

    • Implemented automated test scripts using Selenium for regression testing

    • Introduced code review process for test scripts

    • Conducted training sessions on new testing tools

  • Answered by AI
  • Q9. How many offer letters you hold? Current CTC, Expected CTC
  • Ans. 

    I currently hold 2 offer letters. My current CTC is $80,000 and my expected CTC is $90,000.

    • I hold 2 offer letters

    • Current CTC is $80,000

    • Expected CTC is $90,000

  • Answered by AI
  • Q10. Comfortable in coming to office regularly although it was hybrid model
  • Ans. 

    Yes, I am comfortable with coming to the office regularly in a hybrid model.

    • I value face-to-face interactions with team members for better collaboration and communication.

    • I am able to manage my time effectively to balance office and remote work.

    • I understand the importance of being present in the office for certain tasks or meetings.

    • I am adaptable and flexible in my work environment.

  • Answered by AI
  • Q11. Any experience in working with US based clients, Ready for shift overlapping
  • Ans. 

    Yes, I have experience working with US based clients and I am ready for shift overlapping.

    • I have worked with US based clients in my previous role as a QA Engineer

    • I am familiar with the time zone differences and have adjusted my schedule accordingly

    • I am comfortable with shift overlapping and have done it before when needed

  • Answered by AI
  • Q12. RCA and backtracking process in current project
  • Ans. 

    RCA and backtracking process involves identifying root causes of issues and revisiting previous steps to find solutions.

    • Root Cause Analysis (RCA) is used to identify the underlying cause of a problem or defect in the project.

    • Backtracking process involves revisiting previous steps or decisions to find a solution or correct an issue.

    • Examples of RCA in current project could include analyzing code changes that led to a bug...

  • Answered by AI
  • Q13. Experience in automation testing, any learning in AI or other
  • Ans. 

    I have extensive experience in automation testing and have also taken courses in AI and machine learning.

    • I have worked on creating automation frameworks using tools like Selenium and Appium.

    • I have taken online courses on AI and machine learning to enhance my skills in these areas.

    • I have implemented AI-based testing techniques like neural networks for test automation.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Milliman Senior QA Engineer interview:
  • API Testing
  • Agile Methodology
  • Database Testing
  • Manual Testing
  • STLC
  • Procedures
  • build deployment
Interview preparation tips for other job seekers - They are more focused on API testing work. Questions related to manual testing are kind of simple. Some scenario based questions on testing, related to experience. Also asking for automation testing experience, although HR said only manual testing is required
Every technical interviewer was interested in knowing the CTC, which generally does not happen.
HR said its a hybrid role, also specified in job description but director said he wants people to come daily especially new joiners.
They have different policies for new joiners who are on probation period as compared to their old employees.
HR does not give apt response, interview process is very messed up. She will mostly avoid your calls of follow-ups. Firstly my profile was rejected within 3-4 days during profile shortlisting, then magically I received online test invite and then eventually interviews occur. But after 3rd round, I was rejected again via mail by HR (with no feedback obv) and that too when I tried to follow up with her after 4 days of giving 2nd technical interview. Hiring process is quite messed up and needs some refinment
Also the online test conducted by wheebox has a lot of technical glitches, not a smooth process.
Seem like their budget was quite less which was not told in earlier stages by HR.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General questions
45 minutes
written and MultiChoice

Round 2 - Technical 

(2 Questions)

  • Q1. About role company and expereince
  • Q2. Situation based
Round 3 - HR 

(2 Questions)

  • Q1. Problem solving
  • Q2. Logical findings
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell Me About yourself .
  • Ans. 

    Experienced Senior Consultant with a background in project management and client relations.

    • Over 10 years of experience in consulting roles

    • Strong project management skills, including leading cross-functional teams

    • Proven track record of building and maintaining client relationships

    • Expertise in data analysis and problem-solving

    • Certified in relevant industry standards such as PMP or Six Sigma

  • Answered by AI
  • Q2. What is your experience.
  • Ans. 

    I have over 10 years of experience in consulting, specializing in project management and process improvement.

    • 10+ years of consulting experience

    • Specialize in project management and process improvement

    • Successfully led multiple projects to completion

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

(2 Questions)

  • Q1. Whats your key skill
  • Ans. 

    My key skill is problem-solving through data analysis and strategic thinking.

    • Strong analytical skills to identify patterns and trends in data

    • Ability to think critically and develop innovative solutions

    • Experience in using data visualization tools like Tableau to communicate insights

    • Proven track record of successfully implementing data-driven strategies

    • Collaborative approach to problem-solving, working effectively with c

  • Answered by AI
  • Q2. Ready for travel in short time
  • Ans. 

    Yes, I am ready for travel at short notice.

    • I have a valid passport and necessary travel documents ready.

    • I am flexible with my schedule and can adjust plans quickly.

    • I have experience traveling for work and am comfortable with last-minute trips.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What you have done and how you can contribute
  • Ans. 

    I have successfully managed teams in previous roles and can contribute by implementing effective communication strategies, fostering a positive work environment, and setting clear goals.

    • Managed teams in previous roles

    • Implemented effective communication strategies

    • Fostered a positive work environment

    • Set clear goals for team members

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

(1 Question)

  • Q1. What you have done and how you can contribute
  • Ans. 

    I have successfully managed teams in previous roles and can contribute by utilizing my leadership skills to drive team performance and achieve goals.

    • Managed teams in previous roles

    • Utilized leadership skills to drive team performance

    • Achieved goals through effective team management

  • Answered by AI
Round 3 - Assignment 

Case study for the given role

Round 4 - One-on-one 

(1 Question)

  • Q1. Copy paste questions from internet

Interview Preparation Tips

Interview preparation tips for other job seekers - The company have serious problem with the way they are hiring and responding to the candidates. There is no defined process steps e.g. how many interviews will happen, when it happen and who will take. The senior management asked the questions from google search. It took around 3 months and still going on. The HRs either block you, dont respond to you and whenever there is requirements, they would call you for next round as if candidates are waiting for them only. And the HR would say that the person who will be interviewing is some god. Such a unprofessional environment.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at NIPER National Institute of Pharmaceutical Education and Research, Kaul and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic quant and comprehension

Round 2 - Technical 

(1 Question)

  • Q1. Reagarding market research guesstimate
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. Mechanical engineering
  • Q2. Management office work
  • Q3. Village naayanpur post office chenari

Sathguru Management Consultants Interview FAQs

How many rounds are there in Sathguru Management Consultants interview?
Sathguru Management Consultants interview process usually has 2 rounds. The most common rounds in the Sathguru Management Consultants interview process are One-on-one Round, Aptitude Test and Technical.
How to prepare for Sathguru Management Consultants 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 Sathguru Management Consultants. The most common topics and skills that interviewers at Sathguru Management Consultants expect are Strategy consulting, Sales, Strategy Consulting, Corporate Finance and Investment Banking.
What are the top questions asked in Sathguru Management Consultants interview?

Some of the top questions asked at the Sathguru Management Consultants interview -

  1. Corporate Law and Financial Report...read more
  2. Basic Accounting and Auditing Standa...read more
  3. Comfort related to outstation aud...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Sathguru Management Consultants interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8k 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
 • 787 Interviews
BCG Interview Questions
3.8
 • 193 Interviews
Bain & Company Interview Questions
3.8
 • 102 Interviews
Grant Thornton Interview Questions
3.7
 • 98 Interviews
BDO Interview Questions
3.3
 • 45 Interviews
View all

Sathguru Management Consultants Reviews and Ratings

based on 30 reviews

3.2/5

Rating in categories

3.1

Skill development

3.5

Work-Life balance

3.0

Salary & Benefits

3.7

Job Security

3.3

Company culture

3.0

Promotions/Appraisal

3.4

Work Satisfaction

Explore 30 Reviews and Ratings
Asst. Manager / Manager Finance and Accounts

Hyderabad / Secunderabad

2-3 Yrs

₹ 12-15 LPA

Socio Economic Expert

Hyderabad / Secunderabad

5-10 Yrs

₹ 15-20 LPA

Explore more jobs
Software Engineer
18 salaries
unlock blur

₹3.1 L/yr - ₹10.6 L/yr

Associate Consultant
14 salaries
unlock blur

₹6.6 L/yr - ₹8 L/yr

Software Developer
12 salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Program Advisor
6 salaries
unlock blur

₹6 L/yr - ₹7.6 L/yr

Software Cloud Engineer
6 salaries
unlock blur

₹6 L/yr - ₹13.6 L/yr

Explore more salaries
Compare Sathguru Management Consultants with

PwC

3.4
Compare

KPMG India

3.5
Compare

Ernst & Young

3.5
Compare

Deloitte

3.8
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