Upload Button Icon Add office photos

EdgeVerve Systems

Compare button icon Compare button icon Compare

Filter interviews by

EdgeVerve Systems Interview Questions, Process, and Tips

Updated 6 Feb 2025

Top EdgeVerve Systems Interview Questions and Answers

View all 16 questions

EdgeVerve Systems Interview Experiences

Popular Designations

61 interviews found

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

Medium level coding question were asked during the coding test in hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. Do not remember

Interview Preparation Tips

Interview preparation tips for other job seekers - very good company go for it

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)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simply array and string problems

Round 2 - Technical 

(1 Question)

  • Q1. OOPS, arrays and strings

Interview Preparation Tips

Interview preparation tips for other job seekers - Selected then later no response

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)
EdgeVerve Systems Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 questions from hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. Living coding and oops quesitons

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't care, after waiting us for almost 6 months for the offer letter, now they don't even respond.

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Coding questions
1) Find numbers such that it is a Local extremas a >b c in a given vector
2) Lexologically smaller strings
3) sum of integers till N, such that N is not multiple of X and Y

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

EdgeVerve Systems interview questions for popular designations

 Product Engineer

 (7)

 Associate Product Developer

 (6)

 Product Developer

 (6)

 Software Developer

 (4)

 Research and Development

 (3)

 Technology Analyst

 (3)

 Software Engineer

 (2)

 Senior Member of Technical Staff

 (2)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Data Structures, problems

Round 2 - Technical 

(2 Questions)

  • Q1. Why String is immutable ?
  • Ans. 

    String is immutable in Java because it enhances security, thread safety, and performance.

    • Immutable strings are thread-safe as they cannot be modified by multiple threads simultaneously.

    • Immutable strings help in caching and reusing string literals, improving performance.

    • Immutable strings prevent malicious attacks like SQL injection by ensuring data integrity.

    • Example: String str = "Hello"; str.concat(" World"); // This d

  • Answered by AI
  • Q2. SQL joins, SQL cursor

Skills evaluated in this interview

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 EdgeVerve Systems Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Sorting algos, OOPS, SQL
Round 3 - HR 

(1 Question)

  • Q1. Are you ready to relocate

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)

Jobs at EdgeVerve Systems

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Offlatest-Instagram and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Skill set required
  • Q2. Location flexibility
Round 2 - Coding Test 

3 Mid level Coding questions from Hacker Rank

Round 3 - Technical 

(4 Questions)

  • Q1. SDLC basic questions
  • Q2. SQL queries and joins
  • Q3. Basic questions in Python
  • Q4. Certifications if any done

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with one programming language, SQL, Banking sector basics, SDLC

Associate Product Developer Interview Questions asked at other Companies

Q1. explain some design patterns like chain of responsibility.
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

I was interviewed before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Coding round hackerrank
Round 2 - Technical 

(1 Question)

  • Q1. Around fundamentals of mL

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Round 1 - Coding Test 

3 questions were asked on implementation in 1 and half hour. All were simple questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Simple questions on sorting, SQL, pandas, python, OOPs were asked.
  • Q2. Find second maximum value in the array. Difference between left union and outer union.
  • Ans. 

    Finding second maximum value in an array and calculating the difference between left and outer union.

    • Sort the array in descending order and return the second element

    • For left union, find the elements that are present in the first array but not in the second

    • For outer union, find the elements that are present in either of the arrays but not in both

  • Answered by AI
  • Q3. Difference between left union and outer union.
  • Ans. 

    Left union and outer union are two types of SQL joins. Left union returns all rows from the left table and matching rows from the right table. Outer union returns all rows from both tables.

    • Left union is also known as left join.

    • Outer union is also known as full outer join.

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

    • Outer union returns all rows from both tables.

    • If there is no ma...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete Interviewbit questions and HR questions given.

Skills evaluated in this interview

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

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 Resume tips
Round 2 - Coding Test 

Hackerrank coding challenge with 3 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. 3 coding questions one on recursion, string.
  • Q2. Basics of OOPs, DBMS and C++ pointers

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get panicked during interviews be confident and perform well.

Associate Product Developer Interview Questions asked at other Companies

Q1. explain some design patterns like chain of responsibility.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

EdgeVerve Systems Interview FAQs

How many rounds are there in EdgeVerve Systems interview?
EdgeVerve Systems interview process usually has 2-3 rounds. The most common rounds in the EdgeVerve Systems interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for EdgeVerve Systems 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 EdgeVerve Systems. The most common topics and skills that interviewers at EdgeVerve Systems expect are C++, C, Data Structures, Linux and Python.
What are the top questions asked in EdgeVerve Systems interview?

Some of the top questions asked at the EdgeVerve Systems interview -

  1. explain some design patterns like chain of responsibili...read more
  2. Find second maximum value in the array. Difference between left union and outer...read more
  3. Difference between left union and outer uni...read more
How long is the EdgeVerve Systems interview process?

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

Recently Viewed

COMPANY BENEFITS

Cognizant

No Benefits

INTERVIEWS

MRF Tyres

100 top interview questions

LIST OF COMPANIES

DBS Bank

Overview

LIST OF COMPANIES

Dell EMC

Locations

LIST OF COMPANIES

NTT Data

Locations

LIST OF COMPANIES

DCB Bank

Overview

LIST OF COMPANIES

NTT Security

Locations

COMPANY BENEFITS

Cognizant

No Benefits

LIST OF COMPANIES

NumGenius Ai

Locations

LIST OF COMPANIES

Genpact

Locations

Tell us how to improve this page.

EdgeVerve Systems Interview Process

based on 34 interviews

Interview experience

3.7
  
Good
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
View all

EdgeVerve Systems Reviews and Ratings

based on 492 reviews

3.3/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

2.7

Salary

3.9

Job security

3.2

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 492 Reviews and Ratings
Data Scientist

Chennai,

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Hiring DevOps Engineer For Finacle

Hyderabad / Secunderabad,

Chennai

+1

4-9 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
382 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
282 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
211 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
163 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Engineer
153 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare EdgeVerve Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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