Upload Button Icon Add office photos

Tenaga Nasional Berhad Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Intern Interview Questions & Answers

NTPC user image Anonymous

posted on 11 May 2017

I was interviewed 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 applied via Referral and was interviewed before Mar 2021. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. Starting from curriculum to end up with experience and some small personal details in between
  • Answered Anonymously
  • Q2. Where do you see yourself in next 5 year
  • Ans. Look at the company hierarchy and look at yourself as growth perspective.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ensure that your resume and skills set should be matched with JD it will boost your chance to get a call.

All the best for future.

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 Resume 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 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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. 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 Resume tips
Round 2 - Aptitude Test 

There were a total of 60 technical questions asked

Round 3 - Technical 

(1 Question)

  • Q1. Interview questions asked were related to both HR and Technical
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions related to electrical engineering
  • Q2. Domain related questions

Interview Preparation Tips

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

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

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself? PowerBI, SQL, work experience, Data mining,data profiling, power query power pivot, next 5 years

I applied via Indeed and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.
Round 2 - Behavioral 

(1 Question)

  • Q1. 1.Why did you apply for this position? 2.What did you do in your previous job? (in great detail) 3.Some statistics questions 4.Short presentation (<5 min) about one topic (one slide)

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. be well prepared
2.know why they should hire you
3.ask good question at the end
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

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

Coding with UML diagrams

Round 2 - One-on-one 

(2 Questions)

  • Q1. C++ Question related to pointers
  • Q2. C++ problem solving
Round 3 - One-on-one 

(1 Question)

  • Q1. C++ problem solving.
Round 4 - Technical 

(1 Question)

  • Q1. Managerial round with some problem solving.
Round 5 - HR 

(2 Questions)

  • Q1. Salary discussion.
  • Q2. Joining date confirmation.
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Suncor Energy

No Interviews

DESIGNATION

DESIGNATION

INTERVIEWS

National Grid

No Interviews

INTERVIEWS

Hydro One

No Interviews

INTERVIEWS

ACWA Power

No Interviews

REVIEWS

Tenaga Nasional Berhad

No Reviews

COMPANY BENEFITS

Tenaga Nasional Berhad

No Benefits

Tell us how to improve this page.

Interview Questions from Similar Companies

Adani Group Interview Questions
3.9
 • 186 Interviews
Tata Power Interview Questions
3.9
 • 162 Interviews
NTPC Interview Questions
4.2
 • 159 Interviews
Eaton Interview Questions
3.9
 • 117 Interviews
Vestas Interview Questions
4.3
 • 83 Interviews
Hitachi Energy Interview Questions
4.1
 • 81 Interviews
Siemens Energy Interview Questions
4.1
 • 73 Interviews
L&T Power Interview Questions
3.9
 • 33 Interviews
CESC Interview Questions
3.8
 • 21 Interviews
View all

Tenaga Nasional Berhad Reviews and Ratings

based on 4 reviews

4.6/5

Rating in categories

4.5

Skill development

4.4

Work-life balance

4.1

Salary

4.4

Job security

4.6

Company culture

4.5

Promotions

4.4

Work satisfaction

Explore 4 Reviews and Ratings
Compare Tenaga Nasional Berhad with

Adani Group

3.9
Compare

NTPC

4.2
Compare

Tata Power

3.9
Compare

Eaton

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