Upload Button Icon Add office photos

Filter interviews by

EdgeVerve Systems Interview Questions, Process, and Tips

Updated 29 Nov 2024

Top EdgeVerve Systems Interview Questions and Answers

View all 16 questions

EdgeVerve Systems Interview Experiences

Popular Designations

61 interviews found

PDA Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Name,intrest,list,array,hashing

Round 2 - HR 

(2 Questions)

  • Q1. Tell me abt urself
  • Q2. Why should we hire u
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There were 3 hackerrank questions two was easy level one medium.

Round 2 - Technical 

(1 Question)

  • Q1. Majorly focused on OOPS concepts.

Product Developer Interview Questions asked at other Companies

Q1. Basic HR QuestionsQ1. Explain the projects undertaken?Q2. What would you like to work on ? Web Technologies or android.
View answer (1)

C Developer Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2024

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test with 3 basic questions on string and array

Round 2 - Technical 

(3 Questions)

  • Q1. Given program to find bug
  • Q2. Find max occurance number in array
  • Ans. 

    Find the number with the highest frequency in an array of strings.

    • Create a map to store the frequency of each number in the array.

    • Iterate through the array and update the frequency in the map.

    • Find the number with the highest frequency in the map.

  • Answered by AI
  • Q3. Asked basic c++ and SQL questions. Also some questions related to banking

Skills evaluated in this interview

C Developer Interview Questions asked at other Companies

Q1. Merge K Sorted ArraysYou have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays/list such that the output array/list should be sorted in ascending order. Input ... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Describe concurrent hashmap
  • Ans. 

    Concurrent hashmap is a thread-safe version of hashmap in Java, allowing multiple threads to access and modify it concurrently.

    • ConcurrentHashMap was introduced in Java 5 to address the thread-safety issue of HashMap.

    • It allows multiple threads to read and write to the map concurrently without causing a ConcurrentModificationException.

    • It achieves thread-safety by dividing the map into segments, each guarded by a separate...

  • Answered by AI
  • Q2. What is the hashmap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections Framework.

    • It uses hashing to store and retrieve elements efficiently.

    • Each key in a HashMap must be unique.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5);

  • Answered by AI

Skills evaluated in this interview

Product Developer Interview Questions asked at other Companies

Q1. Basic HR QuestionsQ1. Explain the projects undertaken?Q2. What would you like to work on ? Web Technologies or android.
View answer (1)

EdgeVerve Systems interview questions for popular designations

 Product Engineer

 (7)

 Associate Product Developer

 (6)

 Product Developer

 (5)

 Software Developer

 (4)

 Research and Development

 (3)

 Technology Analyst

 (3)

 Senior Member of Technical Staff

 (2)

 Software Engineer

 (2)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Amazon supplier portal

Round 2 - HR 

(1 Question)

  • Q1. How will you improve customer retention
  • Ans. 

    I will improve customer retention by implementing personalized communication strategies and enhancing customer experience.

    • Implement personalized communication strategies to make customers feel valued and understood

    • Enhance customer experience by providing exceptional service and addressing any issues promptly

    • Offer loyalty programs or incentives to encourage repeat business

    • Gather feedback from customers to understand the...

  • Answered by AI

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)

Get interview-ready with Top EdgeVerve Systems Interview Questions

Solution Consultant - Banking Treasury Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test has questions from quants, logic and English

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to job profile handled in the past
  • Q2. Subject related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have relevant knowledge for the profile

Jobs at EdgeVerve Systems

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was good but questions were hard, I was given exam for Android developer and portal did not have kotlin compiler which is irritated.

Technology Analyst Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (1)

Product Technical Lead interview

user image Technophile - Firdous

posted on 8 Jan 2022

Software Developer Interview Questions & Answers

user image sandeep boddu

posted on 15 Feb 2024

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

Online hacker rank assessment

Round 2 - Technical 

(3 Questions)

  • Q1. Online interview with live coding
  • Q2. All about oops concepts
  • Q3. About python regex
Round 3 - HR 

(1 Question)

  • Q1. Basic HR round ..

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 coding question
2 - easy
1- Medium

Round 2 - Technical 

(4 Questions)

  • Q1. Java , OOPs, DBMS, Project
  • Q2. 1 coding question - java language
  • Q3. Java Oops questions - baisc
  • Q4. SQL questions - basic
Round 3 - HR 

(1 Question)

  • Q1. Normal HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Production Engineer Interview Questions asked at other Companies

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

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

Tell us how to improve this page.

EdgeVerve Systems Interview Process

based on 22 interviews in last 1 year

Interview experience

3.8
  
Good
View more

People are getting interviews through

based on 42 EdgeVerve Systems interviews
Job Portal
Campus Placement
Company Website
Referral
WalkIn
48%
19%
10%
10%
5%
8% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
24/7 Customer Interview Questions
3.5
 • 174 Interviews
View all

EdgeVerve Systems Reviews and Ratings

based on 467 reviews

3.4/5

Rating in categories

3.3

Skill development

3.5

Work-Life balance

2.7

Salary & Benefits

3.9

Job Security

3.2

Company culture

2.4

Promotions/Appraisal

3.1

Work Satisfaction

Explore 467 Reviews and Ratings
Data Scientist

Pune,

Chennai

+1

8-13 Yrs

Not Disclosed

Data Architect _Apache Nifi _10 +Yrs _Bangalore

Bangalore / Bengaluru

10-17 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
480 salaries
unlock blur

₹5.6 L/yr - ₹17 L/yr

Technical Lead
271 salaries
unlock blur

₹9.1 L/yr - ₹23 L/yr

Senior Systems Engineer
234 salaries
unlock blur

₹3.4 L/yr - ₹10.2 L/yr

Product Engineer
148 salaries
unlock blur

₹6 L/yr - ₹10.4 L/yr

Member Technical Staff
139 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Explore more salaries
Compare EdgeVerve Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview