Upload Button Icon Add office photos

Filter interviews by

Satori Group Interview Questions and Answers

Updated 2 Feb 2024

Satori Group Interview Experiences

Popular Designations

3 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql basic mostly what u know
  • Q2. Joins group by thts it
  • Ans. 

    The question is asking about using joins and group by in data analysis.

    • Joins are used to combine data from multiple tables based on a common column.

    • Group by is used to group rows based on a specific column and perform aggregate functions on the grouped data.

    • Joins and group by are commonly used together to analyze data from multiple tables.

    • Examples of joins include inner join, left join, and right join.

    • Examples of aggre...

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Data Analyst Interview Questions & Answers

user image Mubassir Shaikh

posted on 31 Jan 2024

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

I applied via Approached by Company and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basics question about yourself
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly asked about SQL,Try to learn little bit about Audit Command Language and highbond
  • Q2. Joins, where, Like, group by

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Delivery Lead Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2023

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

I applied via Recruitment Consulltant and was interviewed before 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 - Technical 

(1 Question)

  • Q1. SQL Questions were asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Personal profile was evaluated

Delivery Lead Interview Questions asked at other Companies

Q1. How will you restrict the instantiation of a class to a single object?
View answer (2)

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

-Basic Accounting questions like simple journals , Accounting principles and concepts.
-Basic Excel tasks like questions (commonly used simple formulas ,chart preparation, pivot tables
etc,)
-Email writing.
-Simple Aptitude and Logical Reasoning questions.
Prepare well and try to attend maximum questions with better accuracy. Overall aptitude test is simple.

Round 2 - Technical 

(9 Questions)

  • Q1. Tell me About Yourself
  • Q2. What is an Accrual Concept
  • Q3. Difference between Deferral and Accrual accounting
  • Q4. Journal entries for Accrual and Deferral transactions
  • Q5. What is a Bank Reconciliation and how to process it
  • Q6. Difference between Depreciation and Amortization
  • Q7. Difference between Provisions and Contingent
  • Q8. Bad debts journal entries
  • Q9. Other normal questions based on Resume like internships and educational qualifications and about year gap ; And also availability to WFO and to work in any shifts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay positive and answer boldly. Be well prepared with the basics. I brushed up the basic accounting before interview which helped me a lot. Even though my english communication was not that good, my way of answering in the technical round helped me to get selected.
In Aptitude round try to answer more questions also with better accuracy.
All the best guys.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

20 - MCQ test related C&C++ basic to advance
2 - coding questions -
1) create class which allows only one instance creation at a time if you try to create another before deleting existing object then class should throw exception..

2) find the distance between leftmost string and rightmost string(string's chars order doesn't matter) In a given long shuffled string.
Ex :-
Shuffled string = "xaxxcxbxxxcxxaxxbx"
target string= "abc"
Ans: 3
(Leftmost string is last index 6
Right most is 9 so 9-6=3)
Note:- other chars not necessarily 'x' it can be any

Round 2 - Technical 

(10 Questions)

  • Q1. Explain oops concepts
  • Q2. Runtime polymorphism with example
  • Q3. Vtable and Vptr working
  • Q4. Abstraction and pure virtual function
  • Q5. Smart pointers
  • Q6. Implementation of STL libraries any container class ex:- Vector
  • Q7. Singleton class creation (code) what is use of it ?
  • Q8. SQL simple questions
  • Q9. What is the use of Mutex
  • Q10. Be strong in theoretically (why, what when to use the concept)

Interview Preparation Tips

Interview preparation tips for other job seekers - Skill has value here have strong knowledge of core concepts
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. What special attributes do you possess that make you a perfect fit for this role, considering that many individuals can perform car service?
  • Q2. What skills do you possess that are relevant to the execution of this role?
  • Q3. What attracted you to choose this company as your new employer?
  • Q4. What's your salary expectations
Round 2 - One-on-one 

(2 Questions)

  • Q1. Do you have experience
  • Q2. Are you dedicated to this role
Round 3 - Group Discussion 

Integrity and honesty

Interview Preparation Tips

Interview preparation tips for other job seekers - You must be confident and well-prepared with relevant job knowledge.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. What improvements to interfaces were introduced in Java 8 that were missing in Java 7, specifically regarding static and default methods?
  • Q2. Explain internal working of HashMap ? How to synchronize it ?
  • Q3. Given a list of employees with their ratings, how can you sort the employees based on their ratings using the Java 8 Streaming API?
  • Q4. Will the program compile if the parent class throws a runtime exception while the child class throws an arithmetic exception?
  • Q5. In a Spring Boot application with two databases, how can you configure JDBC to specify which database to use?
  • Q6. How to use a jetty server in your spring boot application ?
  • Q7. Difference between @RequestParam and @PathVariable ?
  • Q8. How would you handle a scenario where one microservice is awaiting a response from another microservice that is taking an extended time to respond?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics about Java 8 , Core Java , Springboot , Microservices and MySql.

Amazon Account Manager Interview Questions & Answers

Amazon user image Mohammad Hazeera Begum

posted on 31 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 6 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. How should one conduct an interview session?
  • Ans. 

    Conducting an interview session involves preparation, active listening, asking relevant questions, and providing a positive experience for the candidate.

    • Prepare by reviewing the candidate's resume and job description

    • Create a comfortable environment for the candidate to feel at ease

    • Ask open-ended questions to encourage detailed responses

    • Listen actively and take notes to remember key points

    • Provide clear information about...

  • Answered by AI
  • Q2. What strategies can I employ to secure a job quickly?
  • Ans. 

    Utilize networking, tailor your resume, apply to multiple positions, and follow up with potential employers.

    • Network with professionals in your desired field to learn about job opportunities.

    • Customize your resume and cover letter for each job application to highlight relevant skills and experiences.

    • Apply to a variety of positions to increase your chances of securing a job quickly.

    • Follow up with potential employers after...

  • Answered by AI
Round 2 - Assignment 

How should I complete my assignments?

Round 3 - Group Discussion 

How can I effectively complete my tasks?

Round 4 - Case Study 

What training is available to help me perform my job?

Round 5 - Technical 

(2 Questions)

  • Q1. How can I effectively complete my job profile?
  • Q2. How should I approach interacting with my interviewer?
Round 6 - One-on-one 

(2 Questions)

  • Q1. How can I prepare for my job role?
  • Q2. Please any employeer can help to control my training
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Process planning refers to the methodical approach of determining the best possible way to manufacture a product or deliver a service by considering various aspects such as resources, timelines, and methodologies involved in production or execution.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Explain about previous process
  • Ans. 

    Implemented a new chemical process to increase efficiency and reduce waste.

    • Researched and analyzed current process to identify areas for improvement

    • Designed and tested new process using simulation software

    • Collaborated with production team to implement changes and monitor results

    • Achieved 20% increase in production output and 15% reduction in waste

    • Continuously monitored and optimized process for further improvements

  • Answered by AI
  • Q2. Explain about my work experience
  • Q3. Explain about my work standard
  • Q4. Explain about my managing method
  • Ans. 

    I utilize a combination of project management tools and communication strategies to effectively manage my team and projects.

    • I prioritize tasks based on deadlines and importance

    • I regularly communicate with team members to ensure everyone is on the same page

    • I use project management software such as Trello or Asana to track progress and assign tasks

    • I adapt my management style to fit the needs and preferences of individual

  • Answered by AI
  • Q5. Explain about my working style
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The Aptitude Test session accesses mathematical and logical reasoning abilities

Round 2 - Technical 

(6 Questions)

  • Q1. What is Vlookup
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.

    • Vlookup stands for 'Vertical Lookup'

    • It is commonly used in Excel to search for a value in the leftmost column of a table and return a value in the same row from a specified column

    • Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) - searc...

  • Answered by AI
  • Q2. Some IF else Question in Excel
  • Q3. What does your day in your previous organization look like?
  • Ans. 

    My day in my previous organization involved analyzing large datasets, creating reports, and presenting findings to stakeholders.

    • Reviewing and cleaning large datasets to ensure accuracy

    • Creating visualizations and reports to communicate insights

    • Collaborating with team members to identify trends and patterns

    • Presenting findings to stakeholders in meetings or presentations

  • Answered by AI
  • Q4. Could you share the technical skills you possess?
  • Ans. 

    I possess strong technical skills in data analysis, including proficiency in programming languages, statistical analysis, and data visualization tools.

    • Proficient in programming languages such as Python, R, SQL

    • Skilled in statistical analysis and data modeling techniques

    • Experience with data visualization tools like Tableau, Power BI

    • Knowledge of machine learning algorithms and techniques

  • Answered by AI
  • Q5. Can you explain what a Pivot Table is?
  • Ans. 

    A Pivot Table is a data summarization tool used in spreadsheet programs to analyze, summarize, and present data in a tabular format.

    • Pivot tables allow users to reorganize and summarize selected columns and rows of data to obtain desired insights.

    • Users can easily group and filter data, perform calculations, and create visualizations using pivot tables.

    • Pivot tables are commonly used in Excel and other spreadsheet program...

  • Answered by AI
  • Q6. Find the Highest-paid employee in each department along with their salary and department name.
  • Ans. 

    To find the highest-paid employee in each department, we need to group employees by department and then select the employee with the highest salary in each group.

    • Group employees by department

    • Find the employee with the highest salary in each group

    • Retrieve the employee's name, salary, and department name

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nagarro Data Analyst interview:
  • SQL
  • Excel
  • Problem Solving
  • PowerBI
  • SQL Queries
Interview preparation tips for other job seekers - Practice common interviews and scenarios, especially for your role.
Be prepared to discuss past challenges and how did you overcome.

Satori Group Interview FAQs

How many rounds are there in Satori Group interview?
Satori Group interview process usually has 2 rounds. The most common rounds in the Satori Group interview process are Technical, One-on-one Round and HR.
How to prepare for Satori Group 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 Satori Group. The most common topics and skills that interviewers at Satori Group expect are Sales, IT Sales, B2B Sales, Corporate Sales and Solution Sales.
What are the top questions asked in Satori Group interview?

Some of the top questions asked at the Satori Group interview -

  1. joins group by thts...read more
  2. Mostly asked about SQL,Try to learn little bit about Audit Command Language and...read more
  3. sql basic mostly what u k...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
View all

Satori Group Reviews and Ratings

based on 16 reviews

3.5/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

2.5

Salary

3.4

Job security

3.8

Company culture

2.4

Promotions

3.5

Work satisfaction

Explore 16 Reviews and Ratings
Data Consultant
27 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Data Analyst
22 salaries
unlock blur

₹1 L/yr - ₹3.8 L/yr

Senior Data Analyst
4 salaries
unlock blur

₹6.2 L/yr - ₹6.2 L/yr

Key Account Manager
3 salaries
unlock blur

₹5.2 L/yr - ₹5.2 L/yr

Senior Data Consultant
3 salaries
unlock blur

₹5.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Satori Group with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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