Envecon interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Envecon
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 12 Months
Topics: Pl/sql, java , c, html,css, javascript, dba administrator
Tip
Tip

Tip 1 : basics should be clear
Tip 2 : try to be confident even if you are wrong
Tip 3 : practise programming

Application process
Where: Campus
Eligibility: No
Resume Tip
Resume tip

Tip 1 : write only those points which u are sure of
Tip 2 : highlight your projects

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date1 Jan 2019
Coding problem1

1. Rotate array

Easy
25m average time
80% success
0/40
Asked in companies
Deutsche BankIBMSalesforce

Given an array 'arr' with 'n' elements, the task is to rotate the array to the left by 'k' steps, where 'k' is non-negative.


Example:
'arr '= [1,2,3,4,5]
'k' = 1  rotated array = [2,3,4,5,1]
'k' = 2  rotated array = [3,4,5,1,2]
'k' = 3  rotated array = [4,5,1,2,3] and so on.
Try solving now
02
Round
Medium
Face to Face
Duration20 minutes
Interview date3 Jan 2022
Coding problem1

1. Bubble Sort

Easy
10m average time
90% success
0/40
Asked in companies
HCL TechnologiesSAP LabsHCL Technologies

Bubble Sort is one of the sorting algorithms that works by repeatedly swapping the adjacent elements of the array if they are not in sorted order.

You are given an unsorted array consisting of N non-negative integers. Your task is to sort the array in non-decreasing order using the Bubble Sort algorithm.

For Example:
Bubble Sort implementation for the given array:  {6,2,8,4,10} is shown below :-

Alt test

Problem approach

Optimization techniques were asked...and determining complexity

Try solving now
03
Round
Medium
HR Round
Duration10 minutes
Interview date7 Jan 2019
Coding problem1

1. Basic HR Question

Able to relocate, travelling is not a issue

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8519 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
908 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3321 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2582 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7875 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9974 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4311 views
1 comments
0 upvotes