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 Product Engineer Interview Questions and Answers

Updated 23 Mar 2024

Smart Energy Water Product Engineer Interview Experiences

2 interviews found

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.
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.

Round 1 - Technical 

(1 Question)

  • Q1. Basic javascript and React questions, and coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Basic JS and React, Coding test

Product Engineer Interview Questions Asked at Other Companies

asked in SquadStack
Q1. Left View of a Binary Tree Given a binary tree, your task is to p ... read more
asked in SquadStack
Q2. Reverse Words in a String: Problem Statement You are given a stri ... read more
asked in SquadStack
Q3. Arithmetic Expression Evaluation Problem Statement You are provid ... read more
asked in SquadStack
Q4. Longest Common Subsequence Problem Statement Given two strings ST ... read more
asked in SquadStack
Q5. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more

Product Engineer Jobs at Smart Energy Water

View all

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

We had a 1 and a half hour aptitude test. There were questions on DBMS, co, is and a few aptitude and english

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on java
  • Q2. Questions on python
Round 3 - HR 

(2 Questions)

  • Q1. Questions about myself and my hobbies
  • Q2. About future studies

I was interviewed in Nov 2022.

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 - Aptitude Test 

Basic questions on generic IT terms

Round 3 - Technical 

(2 Questions)

  • Q1. Questions based on skillset mentioned in resume
  • Q2. Questions based on basic computer science knowledge
Round 4 - Technical 

(2 Questions)

  • Q1. Questions based on skilleset mentioned in resume
  • Q2. Questions based on Mulesoft for me
Round 5 - Technical 

(1 Question)

  • Q1. One more level up on technical questions
Round 6 - One-on-one 

(1 Question)

  • Q1. Managerial and technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - My only advice to job seekers who are willing to join Apisero with passion, please don't be dependent on Apisero. No clear idea about the selection process on Apisero, even if you perform well in all the technical rounds, still they will filter out your profile in the Final round, they will not be ready to listen to your technical qualifications and your justifications to give you the opportunity, they will simply close the call as they have so many candidates. They will provide opportunity to candidates who are already holding offers ( who may or may not join Apisero) and who has project experience but they will not consider people like us who are willing to join Apisero only for great learning curve and work culture. Hereby whatever I have shared is my own personal experience. If Apisero is providing opportunities for passionate candidates please avoid comparing their profiles wirh experience candidates, we are waiting with a ray of hope from you. Thank you Apisero for the corporate lessons. My advice is to attend Apisero interview only if you have experience else please avoid as you will be filtered among experienced candidates in the Final round despite your technical expertise and performance in the previous rounds.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Tell me something about integration patterns? With examples.
  • Ans. 

    Integration patterns are design patterns used to integrate different systems and applications.

    • Point-to-Point: Direct communication between two systems.

    • Publish-Subscribe: One-to-many communication where a message is broadcast to multiple recipients.

    • Message Broker: Middleware that facilitates communication between different systems.

    • Shared Database: Systems share a common database to exchange information.

    • File Transfer: Da...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Preferred working model
  • Ans. 

    I prefer a collaborative working model where team members communicate openly and work together towards common goals.

    • Open communication among team members

    • Collaborative decision-making

    • Regular team meetings to discuss progress and challenges

    • Flexibility to adapt to changing project requirements

  • Answered by AI

I applied via Job Fair and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Cloud , Big Data , Jenkins , CICD Pipeline

Round 3 - One-on-one 

(4 Questions)

  • Q1. Computer Basic , Cloud computing , ETL , Java
  • Q2. What at is finally block
  • Ans. 

    Finally block is used in try-catch-finally statement to execute code after try and catch blocks.

    • Finally block is optional and can be used with try-catch or try-catch-catch statements.

    • It is executed regardless of whether an exception is thrown or not.

    • It is often used to release resources like file handles, database connections, etc.

    • Example: try { //code } catch (Exception e) { //code } finally { //code }

  • Answered by AI
  • Q3. How to get second largest salary from a table
  • Ans. 

    To get the second largest salary from a table, you can use the SQL query with the ORDER BY and LIMIT clauses.

    • Write a SQL query to select the distinct salaries from the table.

    • Order the salaries in descending order using the ORDER BY clause.

    • Use the LIMIT clause to retrieve the second row from the result set.

  • Answered by AI
  • Q4. What are joins , type of joins and example
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns all row...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from very basic cloud computing topics. Be confident about previously worked projects.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nginx server experience and exposure
  • Ans. 

    I have experience working with Nginx server and have exposure to its various features and functionalities.

    • I have configured Nginx as a reverse proxy server to improve website performance.

    • I have used Nginx to load balance traffic across multiple servers.

    • I have implemented SSL/TLS encryption using Nginx to secure web traffic.

    • I have utilized Nginx's caching capabilities to improve website speed and reduce server load.

    • I ha...

  • Answered by AI
  • Q2. AWS Cloud Watch and SQS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for AWS related services.

Skills evaluated in this interview

Smart Energy Water Interview FAQs

How many rounds are there in Smart Energy Water Product Engineer interview?
Smart Energy Water interview process usually has 2 rounds. The most common rounds in the Smart Energy Water interview process are Technical.
How to prepare for Smart Energy Water Product Engineer 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 Big Data, Product Engineering, .NET, ASP.NET and AWS.
What are the top questions asked in Smart Energy Water Product Engineer interview?

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

  1. There is specific topic or questions, it's Mgr round. Sometimes it depends on i...read more
  2. .Net, MVC, Core, Oops concepts C#, SQL performance optimization. Entity framewo...read more
  3. Basic javascript and React questions, and coding questi...read more

Tell us how to improve this page.

Smart Energy Water Product Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
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 Product Engineer Salary
based on 100 salaries
₹6 L/yr - ₹16 L/yr
17% more than the average Product Engineer Salary in India
View more details

Smart Energy Water Product Engineer Reviews and Ratings

based on 22 reviews

3.3/5

Rating in categories

3.0

Skill development

2.6

Work-life balance

2.7

Salary

3.0

Job security

2.6

Company culture

2.3

Promotions

2.7

Work satisfaction

Explore 22 Reviews and Ratings
Product Engineer - .Net

Noida

5-8 Yrs

Not Disclosed

Sr. Product Engineer .Net

Noida

5-7 Yrs

Not Disclosed

Product Engineering - Lead and Manager

Noida

7-10 Yrs

Not Disclosed

Explore more jobs
Product Engineer
100 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Senior Product Engineer
72 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
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