Premium Employer

i

This company page is being actively managed by Smart Energy Water Team. If you also belong to the team, you can get access from here

Smart Energy Water Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Smart Energy Water Interview Questions, Process, and Tips

Updated 31 Dec 2024

Top Smart Energy Water Interview Questions and Answers

View all 17 questions

Smart Energy Water Interview Experiences

Popular Designations

23 interviews found

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

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be to the point and explain clearly.Focus on the way to the solution instead of the final solution .

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s a small organization, but has good perks and benefits.

Proposal Manager Interview Questions asked at other Companies

Q1. How do you write the functional compliances wrt to RFx you are working on?
View answer (1)
Smart Energy Water Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy just keep calm

Skills evaluated in this interview

Database Developer Interview Questions asked at other Companies

Q1. - Waterfall model - What is cursor in SQL - Normalization and denormalization - SDLC Lifecycle - Why we need SQL - Function and procedure in SQL - What are the main blocks of T-sql or Pl-sql - Column in left table is NULL and Column in righ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Production Analyst Interview Questions asked at other Companies

Q1. Minimum Time To Solve The Problems Given 'N' subjects, each containing a certain number of problems, and 'K' friends, assign subjects to friends such that each subject goes to exactly one friend, maintaining contiguity in assignment, aiming... read more
View answer (1)

Smart Energy Water interview questions for popular designations

 Software Developer

 (3)

 Product Engineer

 (2)

 Senior Software Engineer

 (2)

 Business Analyst

 (2)

 Production Analyst

 (2)

 Database Admin

 (1)

 Software Engineer

 (1)

 Product Manager

 (1)

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Product Engineer Interview Questions asked at other Companies

Q1. Left View of a Binary Tree Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side. Input: The input consists of elements in ... read more
View answer (1)

Get interview-ready with Top Smart Energy Water Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Senior Product Analyst Interview Questions asked at other Companies

Q1. Which is better. 5% discount to get 30% increase in trips or 10% discount to get 50% increase in trips or 15% discount to get 65% increase in trips, considering avg trip value is constant
View answer (1)

Jobs at Smart Energy Water

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.

Production Analyst Interview Questions asked at other Companies

Q1. Minimum Time To Solve The Problems Given 'N' subjects, each containing a certain number of problems, and 'K' friends, assign subjects to friends such that each subject goes to exactly one friend, maintaining contiguity in assignment, aiming... read more
View answer (1)

Interview Questions & Answers

user image

posted on 12 Jul 2022

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Skills evaluated in this interview

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 65 minutes
Round difficulty - Medium

it was a technical round consists of aptitude questions and coding round.

  • Q1. 

    Majority Element Problem Statement

    Given an array/list 'ARR' consisting of 'N' integers, your task is to find the majority element in the array. If there is no majority element present, return -1.

    Exampl...

  • Ans. 

    Find the majority element in an array, return -1 if no majority element exists.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Check if any element's count is greater than floor(N / 2) to determine the majority element.

    • Return the majority element or -1 if no majority element exists.

  • Answered by AI
  • Q2. 

    Rotate Matrix to the Right

    You are provided with a matrix MAT of size 'N' * 'M', where 'N' is the number of rows and 'M' is the number of columns. Your task is to rotate the matrix to the right 'K' times,...

  • Ans. 

    Rotate a matrix to the right 'K' times by shifting each column to the right 'K' times.

    • Iterate 'K' times to perform right rotation on the matrix

    • Shift each column to the right by one position in each iteration

    • Handle the edge cases where 'K' is greater than the number of columns

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

I was asked to solve problems based on NLP,DBMS,ML. Some of them were situational based questions.

  • Q1. 

    Postfix Expression Evaluation Problem Statement

    Given a postfix expression, your task is to evaluate the expression. The operator will appear in the expression after the operands. The output for each expr...

  • Ans. 

    Evaluate postfix expressions by applying operators after operands. Return result modulo (10^9+7).

    • Iterate through each character in the postfix expression

    • If character is an operand, push it onto the stack

    • If character is an operator, pop two operands from stack, apply operator, and push result back

    • Continue until end of expression, return final result modulo (10^9+7)

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteria7 CGPASmart Energy Water interview preparation:Topics to prepare for the interview - Data Structures, Database Management System, Machine Learning, Operating System, Natural language ProcessingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Company's Previous asked Questions.
Tip 2 : Practice Aptitude Questions also
Tip 3 : Practise mock interview it will boost your confidence

Application resume tips for other job seekers

Tip 1 : Add development Projects
Tip 2 : Don't add too much unnecessary things

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

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

Interview Preparation Tips

Topics to prepare for Smart Energy Water Senior Software Engineer interview:
  • MVC
  • WebAPI
  • Entity Framework
Interview preparation tips for other job seekers - 1) I think basic preparation will work.
2) I suggest to prepare for interview..with some theoretical answer.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Smart Energy Water Interview FAQs

How many rounds are there in Smart Energy Water interview?
Smart Energy Water interview process usually has 2-3 rounds. The most common rounds in the Smart Energy Water interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Smart Energy Water 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 Smart Energy Water. The most common topics and skills that interviewers at Smart Energy Water expect are C#, SQL, .NET, Javascript and Big Data.
What are the top questions asked in Smart Energy Water interview?

Some of the top questions asked at the Smart Energy Water interview -

  1. How do you write the functional compliances wrt to RFx you are working ...read more
  2. What are windows functions and its implementatio...read more
  3. How will you integrate the online merch...read more
How long is the Smart Energy Water interview process?

The duration of Smart Energy Water interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

The Louis Berger Group

SALARIES

Habilelabs

INTERVIEWS

Habilelabs

5.6k top interview questions

REVIEWS

The Louis Berger Group

No Reviews

REVIEWS

The Louis Berger Group

No Reviews

REVIEWS

The Louis Berger Group

No Reviews

REVIEWS

The Louis Berger Group

No Reviews

SALARIES

The Louis Berger Group

No Salaries

SALARIES

The Louis Berger Group

SALARIES

RoboMQ

Tell us how to improve this page.

Smart Energy Water Interview Process

based on 20 interviews

Interview experience

3.6
  
Good
View more
Join Smart Energy Water Global Energy & Water AI Platform

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
Thermax Limited Interview Questions
4.1
 • 251 Interviews
ABB Interview Questions
4.1
 • 235 Interviews
Tata Power Interview Questions
3.9
 • 162 Interviews
Suzlon Group Interview Questions
4.1
 • 129 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
View all

Smart Energy Water Reviews and Ratings

based on 167 reviews

2.8/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.8

Salary

2.7

Job security

2.5

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 167 Reviews and Ratings
QA - Performance Testing

Noida

3-5 Yrs

Not Disclosed

Product Quality Testing - Manual

Noida

2-6 Yrs

Not Disclosed

QA -Automation Testing

Noida

3-6 Yrs

Not Disclosed

Explore more jobs
Product Engineer
99 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Senior Product Engineer
71 salaries
unlock blur

₹7.5 L/yr - ₹27 L/yr

Senior Software Engineer
65 salaries
unlock blur

₹6.6 L/yr - ₹21.2 L/yr

Production Analyst
54 salaries
unlock blur

₹7 L/yr - ₹9.8 L/yr

Technical Lead
37 salaries
unlock blur

₹9.8 L/yr - ₹24 L/yr

Explore more salaries
Compare Smart Energy Water with

Tata Power

3.9
Compare

Adani Green Energy

4.1
Compare

Suzlon Group

4.1
Compare

Thermax Limited

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