Smart Energy Water interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Smart Energy Water
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, Database Management System, Machine Learning, Operating System, Natural language Processing
Tip
Tip

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 process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

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

Interview rounds

01
Round
Medium
Online Coding Interview
Duration65 minutes
Interview date26 Aug 2020
Coding problem2

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

1. Majority element

Easy
15m average time
85% success
0/40
Asked in companies
GoogleCognizantThought Works

You have been 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, print -1.

Note:
A majority element is an element that occurs more than floor('N' / 2) times in the array.
Try solving now

2. Rotate matrix to the right

Moderate
20m average time
80% success
0/80
Asked in companies
OYOAmazonSmart Energy Water

You have been given a matrix ‘MAT’ of size 'N' * 'M' (where 'N' and 'M' denote the number of rows and columns respectively) and a positive integer ‘K’. Your task is to rotate the matrix to the right 'K' times.

Note:
Right rotation on a matrix is shifting each column to the right side (the last column moves to the first column) and 'K' times means performing this rotation 'K' times.
Example:
For 'K' = 1 and the given 'MAT':

1 2 3
4 5 6
7 8 9

Output after rotating 'MAT' one time is:

3 1 2 
6 4 5
9 7 8
Try solving now
02
Round
Medium
Video Call
Duration20 minutes
Interview date28 Aug 2020
Coding problem1

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

1. Evaluation of postfix expression

Easy
15m average time
90% success
0/40
Asked in companies
AmazonGoogleFacebook

An expression is called the postfix expression if the operator appears in the expression after the operands.

Example :

Infix expression: A + B  *  C - D 

Postfix expression:  A B + C D - *

Given a postfix expression, the task is to evaluate the expression. The answer could be very large, output your answer modulo (10^9+7). Also, use modular division when required.

Note:
1. Operators will only include the basic arithmetic operators like '*', '/', '+', and '-'.

2. The operand can contain multiple digits. 

3. The operators and operands will have space as a separator between them.

4. There won’t be any brackets in the postfix expression.
Try solving now
03
Round
Easy
HR Round
Duration10 minutes
Interview date29 Oct 2020
Coding problem0

they asked me about my projects, social activities, extra curricular activities

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which traversal uses a queue as its primary data structure?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
2838 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
5182 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
1971 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1742 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
1 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Tata Consultancy Services (TCS)
6321 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
5560 views
3 comments
0 upvotes