Upload Button Icon Add office photos
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

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

Product Manager Interview Questions & Answers

user image Aviral Agarwal

posted on 31 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Build a recommendation engine for Food Ordering App
  • Ans. 

    Build a recommendation engine for Food Ordering App

    • Collect user preferences and behavior data

    • Use collaborative filtering to recommend similar items

    • Implement machine learning algorithms to personalize recommendations

    • Consider factors like location, cuisine, price range, and ratings

    • Test and iterate to improve recommendation accuracy

  • Answered by AI
  • Q2. How will you integrate the online merchant
  • Ans. 

    Integrating the online merchant involves collaborating with the merchant's technical team to set up API connections and ensure seamless transactions.

    • Collaborate with the online merchant's technical team to set up API connections

    • Ensure seamless transactions by testing the integration thoroughly

    • Provide support and training to the merchant's team on how to use the integrated system

  • Answered by AI

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Create user stories out of a use-case and design workflow for it.

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 (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Explanation around SQL Indexes
  • Ans. 

    SQL Indexes improve query performance by allowing faster data retrieval

    • Indexes are data structures that improve the speed of data retrieval operations on a database table

    • They work by creating a sorted list of specific columns in a table, allowing the database to quickly locate the rows that match a query

    • Types of indexes include clustered indexes (physically reorders the table) and non-clustered indexes (separate data s...

  • Answered by AI
  • Q2. Write order of SQL Queries
  • Ans. 

    The order of SQL queries is crucial for proper execution and data retrieval.

    • Start with SELECT statement to retrieve data from database

    • Follow with FROM clause to specify the table(s) to query

    • Add WHERE clause to filter the results based on specified conditions

    • Include ORDER BY clause to sort the results in a specific order

    • Finish with any additional clauses like GROUP BY or JOIN if needed

  • Answered by AI
  • Q3. What are windows functions and its implementations.
  • Ans. 

    Windows functions are built-in functions provided by the Windows operating system to perform various tasks.

    • Windows functions are used to interact with the operating system, such as creating windows, handling messages, and managing resources.

    • Examples of Windows functions include CreateWindow, SendMessage, and LoadLibrary.

    • Windows functions are typically called through the Windows API (Application Programming Interface).

  • Answered by AI

Skills evaluated in this interview

Senior Product Engineer Interview Questions asked at other Companies

Q1. Imagine an attack and guide through all steps involved to determine a Risk value. What is Feasibility ? What is impact and how risk is related to these factors ?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. There are two Technical Rounds.
  • Q2. .Net, MVC, Core, Oops concepts C#, SQL performance optimization. Entity framework, linq
Round 2 - Technical 

(1 Question)

  • Q1. There is specific topic or questions, it's Mgr round. Sometimes it depends on interviewers mood as well.

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
Add answer

Smart Energy Water interview questions for popular designations

 Software Developer

 (3)

 Business Analyst

 (2)

 Product Engineer

 (2)

 Production Analyst

 (2)

 Senior Software Engineer

 (2)

 Database Admin

 (1)

 Database Developer

 (1)

 IOS Developer

 (1)

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

Reverse a string in place

Round 2 - Assignment 

MVVM design of a searching widget

Round 3 - HR 

(2 Questions)

  • Q1. Software Development Journey
  • Ans. 

    My software development journey has been filled with challenges, learning experiences, and growth.

    • Started learning programming languages like Java, C++, and Python in college

    • Interned at a tech company to gain practical experience

    • Worked on various projects, including web development, mobile app development, and database management

    • Attended coding bootcamps and workshops to enhance my skills

    • Continuously learning new techn

  • Answered by AI
  • Q2. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice core concept of iOS and array , string and linked list is enoughl

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Get interview-ready with Top Smart Energy Water Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. What is better Struct or Class
  • Ans. 

    It depends on the specific use case and requirements of the project.

    • Use struct for lightweight data structures with no behavior or methods.

    • Use class for more complex data structures with behavior and methods.

    • Structs are value types while classes are reference types.

    • Structs are typically used for small data structures like Point, Rectangle, etc.

    • Classes are used for larger, more complex objects like Customer, Employee, e

  • Answered by AI

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

Jobs at Smart Energy Water

View all

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2024

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

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Introduction about yourself
  • Q2. Question related to OOPS concepts
  • Q3. What is generics in swift
  • Ans. 

    Generics in Swift allow you to write flexible, reusable functions and types that can work with any type.

    • Generics enable you to write functions and types that can work with any type, without specifying the actual type.

    • They help in writing flexible and reusable code.

    • Example: Array is a generic type in Swift that can hold elements of any type T.

Answered by AI
  • Q4. Questions related to protocols
  • Skills evaluated in this interview

    IOS Developer Interview Questions asked at other Companies

    Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
    View answer (1)

    Team Manager Interview Questions & Answers

    user image Anonymous

    posted on 18 Sep 2023

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    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 - HR 

    (1 Question)

    • Q1. About youself and get to know about your profile.
    Round 3 - Technical 

    (3 Questions)

    • Q1. About current assignemnt
    • Q2. Abiut the technology
    • Q3. About temperament

    Team Manager Interview Questions asked at other Companies

    Q1. To maintain SIEM solution which are the daily activities that you will perform?
    View answer (4)
    Interview experience
    1
    Bad
    Difficulty level
    Moderate
    Process Duration
    6-8 weeks
    Result
    No response

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

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Technical 

    (2 Questions)

    • Q1. Moderate questions all the questions are good
    • Q2. C#, core MVC, SQL, EF

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Though selected in all the rounds, the hr's never got back after salary discussion, i didn't expect for more but they didn't even respond regarding it. They also took all my documents for verification and no response since then .
    Worst company ever.

    Software Engineer Interview Questions asked at other Companies

    Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
    View answer (181)
    Interview experience
    1
    Bad
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Naukri.com and was interviewed in Mar 2023. There was 1 interview round.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Basic database questions from the internet
    • Q2. Architecture , high availability , indexes , security

    Interview Preparation Tips

    Interview preparation tips for other job seekers - just go through your basic interview questions available on any website.

    Database Admin Interview Questions asked at other Companies

    Q1. What is the use of the WHERE clause in SQL?
    Add answer

    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, Resume Shortlist and One-on-one Round.
    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#, Javascript, .Net Core, LINQ and Angularjs.
    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.

    Tell us how to improve this page.

    Smart Energy Water Interview Process

    based on 20 interviews

    Interview experience

    3.6
      
    Good
    View more

    Interview Questions from Similar Companies

    Siemens Interview Questions
    4.1
     • 429 Interviews
    Thermax Limited Interview Questions
    4.2
     • 243 Interviews
    ABB Interview Questions
    4.1
     • 229 Interviews
    Tata Power Interview Questions
    3.9
     • 160 Interviews
    Suzlon Group Interview Questions
    4.1
     • 128 Interviews
    BHEL Interview Questions
    4.1
     • 109 Interviews
    View all

    Smart Energy Water Reviews and Ratings

    based on 161 reviews

    2.9/5

    Rating in categories

    2.6

    Skill development

    2.7

    Work-life balance

    2.9

    Salary

    2.8

    Job security

    2.5

    Company culture

    2.5

    Promotions

    2.6

    Work satisfaction

    Explore 161 Reviews and Ratings
    Product Engineer - .Net

    Noida

    5-8 Yrs

    Not Disclosed

    Quality Engineer

    Noida

    3-7 Yrs

    Not Disclosed

    Sr. Cloud Engineer

    Noida

    3-8 Yrs

    Not Disclosed

    Explore more jobs
    Product Engineer
    155 salaries
    unlock blur

    ₹6 L/yr - ₹15 L/yr

    Senior Product Engineer
    69 salaries
    unlock blur

    ₹7.5 L/yr - ₹27 L/yr

    Senior Software Engineer
    64 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
    35 salaries
    unlock blur

    ₹9.8 L/yr - ₹27.5 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.2
    Compare
    Did you find this page helpful?
    Yes No
    write
    Share an Interview