Upload Button Icon Add office photos

Filter interviews by

Torrent Group Assistant Manager Finance Interview Questions and Answers

Updated 25 Nov 2022

Torrent Group Assistant Manager Finance Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in May 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Very interesting and valuable
  • Q2. Finance related question asked

Interview Preparation Tips

Interview preparation tips for other job seekers - do it and try to best and growing organisation and good

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What's your strength for this role

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 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. Related questions my job
Round 3 - Aptitude Test 
Round 4 - Assignment 

Manager related

Interview Preparation Tips

Interview preparation tips for other job seekers - very good experience in Adani till today

I applied via Company Website and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to distribution network, safety and Quality of work related.

Interview Preparation Tips

Interview preparation tips for other job seekers - Never miss guide the inteiviower.

I applied via Referral and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Method Overloading and Method Overriding
  • Q2. Excel Presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Work with business team and on excel presentation.

Interview Questionnaire 

1 Question

  • Q1. Normal question about personality and job related

Interview Preparation Tips

Round: Test
Experience: Interview was going smoothly & all questions was related my job so it's was easy for me.
Tips: Good knowledge about of wind turbine
Duration: 2 hours
Total Questions: 25

Round: HR Interview
Experience: Interview was completed so easy
Tips: Required nice personality and confidence is must required

Intern Interview Questions & Answers

NTPC user image Anonymous

posted on 11 May 2017

I appeared for an interview before May 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell us about yourself
  • Ans. 

    I am a recent graduate with a degree in Marketing and a passion for digital media. I have experience in social media management and content creation.

    • Recent graduate with a degree in Marketing

    • Passionate about digital media

    • Experience in social media management and content creation

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: RESUME SHORTLIST

College Name: IIT Roorkee

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. Basic questions : Lift desiging , probability and normal questions based on arrays and string. Resume overview.
  • Q2. OOPs, BigData , basic C++ and other stuff was asked.
  • Q3. Talked about yourself. Strengths , weaknesses about your life and other future perspective.

Interview Preparation Tips

Round: Resume Shortlist
Experience: No basic criteria. CG matters
Tips: CG matters

Round: Test
Experience: 16 quantitative(16mins) + 14 logical(14mins) + 22 english(18mins) + 12 questions based on C++C, OOPs(15 mins) + 2Coding questions(very simple based on arrays and mathematics like prime numbers, permutations, string balancing)
Tips: Platform : amcat , try to give mock tests on amcat to boost up your speed and try to attempt atleast one coding question.
Duration: 1 hour 50 minutes
Total Questions: 66

Skills: Logical Reasoning, LOGICAL THINKING ABILITIES, Object Oriented Programming (OOP) Basics, Confidence, Probabiity, Data Strrutures, Strings
College Name: IIT Roorkee
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What skills do you specialize in?
  • Ans. 

    I specialize in full-stack development, focusing on JavaScript frameworks, cloud computing, and agile methodologies.

    • Proficient in JavaScript frameworks like React and Angular for building dynamic user interfaces.

    • Experienced in backend development using Node.js and Express, enabling seamless API integration.

    • Skilled in cloud services such as AWS and Azure, optimizing application deployment and scalability.

    • Familiar with a...

  • Answered by AI
  • Q2. How many years of experience do you have?
  • Ans. 

    I have over 5 years of experience in software engineering, specializing in full-stack development and agile methodologies.

    • Worked on multiple projects using JavaScript frameworks like React and Node.js.

    • Led a team of 4 developers in creating a scalable e-commerce platform.

    • Implemented CI/CD pipelines to streamline deployment processes.

    • Contributed to open-source projects, enhancing my collaborative skills.

  • Answered by AI
  • Q3. What additional qualifications do you possess?
  • Q4. In what areas do you have knowledge or expertise?
  • Ans. 

    I have expertise in software development, algorithms, data structures, and web technologies, with a focus on scalable applications.

    • Proficient in programming languages like Python, Java, and JavaScript.

    • Experience with web frameworks such as React for front-end and Node.js for back-end development.

    • Strong understanding of algorithms and data structures, demonstrated through competitive programming.

    • Familiar with cloud serv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. About virtual DOM and it's implementation
  • Q2. Implementation of map, reduce, filter
  • Ans. 

    Map, reduce, and filter are higher-order functions commonly used in functional programming to manipulate arrays.

    • Map: Transforms each element in an array based on a provided function.

    • Reduce: Reduces an array to a single value by applying a function to each element.

    • Filter: Creates a new array with elements that pass a certain condition.

  • Answered by AI
  • Q3. Closures and their implementation
  • Ans. 

    Closures are functions that have access to variables from their containing scope.

    • Closures can access variables from their outer function even after the outer function has finished executing.

    • Closures can be used to create private variables in JavaScript.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI
  • Q4. Redux sagas and their practical use cases
  • Ans. 

    Redux sagas are middleware libraries for managing side effects in Redux applications.

    • Redux sagas are used to handle asynchronous actions in Redux, such as API calls or timers.

    • They are implemented as generator functions that can pause and resume execution.

    • Redux sagas provide a more structured and testable approach to handling side effects compared to traditional Redux middleware like Thunk.

    • Common use cases for redux sag...

  • Answered by AI
  • Q5. Basic javascript output questions
Round 2 - Technical 

(3 Questions)

  • Q1. Write a function to find the sum of the array using reduce.
  • Ans. 

    Function to find sum of array using reduce

    • Use the reduce method to iterate through the array and accumulate the sum

    • Convert array elements to numbers before summing them up

    • Handle edge cases like empty array or non-numeric elements

    • Example: const array = ['1', '2', '3']; const sum = array.reduce((acc, curr) => acc + Number(curr), 0);

  • Answered by AI
  • Q2. About form validation techniques
  • Q3. UseCallback and useMemo
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about Hitachi energy
  • Ans. 

    Hitachi Energy is a global technology leader that provides innovative and sustainable energy solutions.

    • Hitachi Energy offers a wide range of products and services for the energy sector, including grid integration, digital solutions, and consulting services.

    • The company focuses on creating a more sustainable energy future through its advanced technologies and expertise.

    • Hitachi Energy is known for its commitment to innova...

  • Answered by AI
  • Q2. Why do you want to join only Hitachi energy.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics and solve few javascript output questions

Skills evaluated in this interview

Torrent Group Interview FAQs

How many rounds are there in Torrent Group Assistant Manager Finance interview?
Torrent Group interview process usually has 2 rounds. The most common rounds in the Torrent Group interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Torrent Group Assistant Manager Finance interview?

Some of the top questions asked at the Torrent Group Assistant Manager Finance interview -

  1. very interesting and valua...read more
  2. finance related question as...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Adani Group Interview Questions
3.9
 • 200 Interviews
Tata Power Interview Questions
3.9
 • 166 Interviews
NTPC Interview Questions
4.2
 • 158 Interviews
Torrent Power Interview Questions
3.7
 • 132 Interviews
Suzlon Group Interview Questions
4.1
 • 131 Interviews
Eaton Interview Questions
3.9
 • 122 Interviews
GE Vernova Interview Questions
4.2
 • 90 Interviews
Hitachi Energy Interview Questions
4.1
 • 89 Interviews
Wind World Interview Questions
3.9
 • 76 Interviews
View all
Assistant Manager
39 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Executive
36 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Executive Engineer
16 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Manager
16 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Graduate Engineer Trainee (Get)
8 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Explore more salaries
Compare Torrent Group with

Suzlon Group

4.1
Compare

Adani Group

3.9
Compare

NTPC

4.2
Compare

Torrent Power

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