Upload Button Icon Add office photos

Filter interviews by

Sattva Media and Consulting Associate Consultant Interview Questions and Answers

Updated 15 Aug 2024

Sattva Media and Consulting Associate Consultant Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

Basic text comprising of Logical, Mathematical and English comprehension

Round 2 - Case Study 

How many girl dropouts in rajasthan

Round 3 - HR 

(2 Questions)

  • Q1. Strengths and weaknesses
  • Q2. Why do you want to join us
  • Ans. 

    I am passionate about consulting and believe in the values and mission of your company.

    • I admire the innovative solutions your company provides to clients

    • I am excited about the opportunity to work with a talented team of consultants

    • I align with the company's commitment to excellence and client satisfaction

  • Answered by AI

Interview questions from similar companies

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

I was interviewed before Mar 2023.

Round 1 - Coding Test 

On Java basics go through complete

Round 2 - Technical 

(2 Questions)

  • Q1. Completely on Java and frameworks
  • Q2. Java spring boot and others frameworks

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through completely what you kept in resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic accounting and corporate knowledge and financial expertise

Round 2 - HR 

(1 Question)

  • Q1. About me and organisation and communication skill
Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic of stock market and finance
  • Q2. Reconciliation and corporate action

Interview Preparation Tips

Interview preparation tips for other job seekers - Better your communication and coherence in process knowledge

I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Talk about sampling process
  • Ans. 

    Sampling process involves selecting a subset of individuals or items from a larger population for research purposes.

    • Sampling can be done using various methods such as random sampling, stratified sampling, cluster sampling, etc.

    • The sample size should be large enough to represent the population accurately.

    • Sampling bias should be avoided to ensure the sample is representative of the population.

    • Sampling can be used in vari...

  • Answered by AI
  • Q2. Know the basis with regards to sampling methodology

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the basis.
Research on the company.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. CompletableFuture VS Future
  • Ans. 

    CompletableFuture is an enhanced version of Future in Java that provides more flexibility and functionality.

    • CompletableFuture is part of the Java 8 concurrency framework.

    • It allows chaining of multiple asynchronous operations.

    • CompletableFuture can be explicitly completed or cancelled.

    • It supports callbacks and combinators for handling completion.

    • Future is a basic interface for representing the result of an asynchronous c...

  • Answered by AI
  • Q2. ConcurrentHashmap
  • Q3. Composition Vs inheritance
  • Ans. 

    Composition is a design principle where objects are composed of other objects, while inheritance is a mechanism where objects inherit properties and behaviors from a parent object.

    • Composition promotes code reusability and flexibility by allowing objects to be composed of other objects.

    • Inheritance allows objects to inherit properties and behaviors from a parent object, promoting code reuse.

    • Composition is more flexible t...

  • Answered by AI
  • Q4. Spring boot, microservices, Design patterns

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. This was based on my previous exp in the cloud and the services I have worked with.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. C++, com component, oops concept
  • Q2. General interview questions on knowledge.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java basics, microservices design patterns , java design patterns, no sql db concepts and queries, new features in java.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. Strengths and weakness
  • Q3. What is your long term goal
Round 2 - One-on-one 

(6 Questions)

  • Q1. Profile summary
  • Q2. Previous experience
  • Q3. Capital markets
  • Q4. Financial instruments
  • Q5. What are the challenges you faced in previous job
  • Q6. Any appreciations or achievements in previous job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and confident

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Process is throwing Out of Memory Error , describe the steps you will take to debug and then interviewer went down in Memory Management concepts and garbage collection algo's of JVM in great detail.
  • Ans. 

    To debug Out of Memory Error, analyze memory usage and garbage collection algorithm of JVM.

    • Analyze heap dump to identify memory leaks

    • Check if JVM is running out of heap space

    • Analyze garbage collection logs to identify any issues

    • Tune JVM parameters to optimize memory usage

    • Consider using a profiler to identify memory-intensive code

    • Check for any large objects or arrays that may be causing the issue

  • Answered by AI
  • Q2. Design automated Parking Lot.
  • Ans. 

    Automated parking lot design with efficient space utilization and user-friendly interface.

    • Use sensors to detect available parking spots

    • Implement a central computer system to manage parking allocation

    • Incorporate user-friendly interface for easy navigation and payment

    • Maximize space utilization with multi-level parking and compact car storage

    • Ensure safety measures are in place for pedestrians and vehicles

  • Answered by AI
  • Q3. Design Something similar as auto correct/suggestions functionality of Google search.
  • Ans. 

    Design an auto-suggestion feature for a search engine.

    • Implement a search algorithm that suggests relevant keywords based on user input.

    • Use machine learning to improve the accuracy of suggestions over time.

    • Allow users to easily select and add suggested keywords to their search query.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When interviewer asked you to design a system (any system) , its important that we don't jump on solution immediately.

First define the problem statement and write down all requirements on paper.
Writing down the requirements and clarify the assumptions are two most important task in any system design question.

Remember nobody expects you to design fully functional auto-correct functionality, or Zomato app, or parking lot in one hour.
It took many months for any development team to get these kind of design right and sometime applications have to be redesign multiple times in reality.

In interview what people want to see is that how well you think,are you able to connect the dots in your design and can you come up with high level prototype which is generic and scalable.
I have seen people got lost in little nuances/edge scenarios which doesn't matter in larger scheme of things, so
1. Focus on big picture first.
2. Get your high level entity design, Schema Design right.
3. Then connect the dots and focus of if we can scale the system or enhance the system if required.
4. Try to accommodate any edge case scenario.

Generally, if you get first three steps rights , in one hour or so that's enough for you to crack the round.

Skills evaluated in this interview

Sattva Media and Consulting Interview FAQs

How many rounds are there in Sattva Media and Consulting Associate Consultant interview?
Sattva Media and Consulting interview process usually has 3 rounds. The most common rounds in the Sattva Media and Consulting interview process are Aptitude Test, Case Study and HR.

Tell us how to improve this page.

Sattva Media and Consulting Associate Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 568 Interviews
Citicorp Interview Questions
3.7
 • 567 Interviews
Bajaj Finserv Interview Questions
4.0
 • 520 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Xyz Company Interview Questions
3.8
 • 457 Interviews
American Express Interview Questions
4.2
 • 361 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
BNY Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
View all
Sattva Media and Consulting Associate Consultant Salary
based on 18 salaries
₹6.5 L/yr - ₹8.8 L/yr
23% less than the average Associate Consultant Salary in India
View more details

Sattva Media and Consulting Associate Consultant Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

4.3

Skill development

3.7

Work-life balance

3.1

Salary

4.5

Job security

4.3

Company culture

2.6

Promotions

3.8

Work satisfaction

Explore 5 Reviews and Ratings
Associate Consultant
18 salaries
unlock blur

₹6.5 L/yr - ₹8.8 L/yr

Consultant
12 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Analyst
7 salaries
unlock blur

₹5 L/yr - ₹5.5 L/yr

Senior Consultant
4 salaries
unlock blur

₹15 L/yr - ₹17.8 L/yr

Engagement Manager
4 salaries
unlock blur

₹18 L/yr - ₹35 L/yr

Explore more salaries
Compare Sattva Media and Consulting with

Edelman

3.7
Compare

Genesis Burson Marsteller

3.8
Compare

Adfactors PR

3.5
Compare

Perfect Relations

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