Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Eduvanz Team. If you also belong to the team, you can get access from here

Eduvanz Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Eduvanz Software Developer Interview Questions and Answers

Updated 16 Aug 2023

Eduvanz Software Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Jul 2023. 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 - Technical 

(1 Question)

  • Q1. There were 3 dsa questions which were of topic arrays and strings
Round 3 - Technical 

(1 Question)

  • Q1. It was more like a managerial round where they asked questions about resume projects and past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a nice company to work with!

Interview questions from similar companies

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

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions were based on basic aptitude like seating arrangement

Round 2 - Technical 

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. SQL questions like triggers and creating an SQL table etc
Round 3 - Technical 

(1 Question)

  • Q1. Coding like arrays basic codes like reversing an array

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They have problem of K sorted array and you need to make an sorted array of it.

Round 2 - HR 

(2 Questions)

  • Q1. Your current job role
  • Q2. Software Developer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the DSA and basic OOPs question.

Software Developer Interview Questions & Answers

FNZ user image Rudraksh Sharma

posted on 12 Nov 2024

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

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

Round 1 - Group Discussion 

We in group of 10 were given a topic on which 2 feature to select out of 4 for a project, it lasted about 10 minutes, was ok

Round 2 - Case Study 

Given a case study of a company, analyze it in 10 minutes and then questions were asked, i don't think it was useful for a Developer Role

Interview Preparation Tips

Interview preparation tips for other job seekers - Well not a good company for tech guys, they asked all non technical part to me, later on few students were given the coding link
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths and communication based questions

Round 2 - Coding Test 

Estimate and SQL and coding was there

Round 1 - Technical 

(2 Questions)

  • Q1. Basic oops concepts and our projects
  • Q2. Basic strucutes of oops concpts and micro services
  • Ans. 

    OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction. Microservices are small, independent services that communicate with each other.

    • OOPs concepts help in creating modular and reusable code.

    • Encapsulation ensures that data is hidden and can only be accessed through defined methods.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to ta...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared and don't lose your confidence while the interviewer interviewing you.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

25 question were asked

Round 2 - Coding Test 

Java coding and Java oops concepts

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java coding and project explanation
Round 4 - HR 

(1 Question)

  • Q1. Just general questions

Interview Preparation Tips

Topics to prepare for i-exceed technology solutions Software Developer interview:
  • Java
  • Javascript

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Hard

Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.

  • Q1. 

    Find the Third Greatest Element

    Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

    Input:

    The first line contains a single integer 'T' representing the numb...
  • Ans. 

    Find the third largest element in an array of distinct integers.

    • Sort the array in descending order and return the element at index 2.

    • Handle cases where the array has less than 3 elements separately.

    • Consider using a set to ensure distinct elements in the array.

  • Answered by AI
  • Q2. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...

  • Ans. 

    Identify the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes

    • Keep track of the longest palindrome found

    • Return the longest palindromic substring with the smallest start index

  • Answered by AI
  • Q3. 

    Ninja and Geometry Problem Statement

    In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...

  • Ans. 

    Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

    • Use the formula for finding the intersection point of two lines in 2D space.

    • Handle precision issues that may arise due to floating-point arithmetic.

    • Return -1.000000 -1.000000 if the lines do not intersect.

    • Ensure the lines 'AB' and 'PQ' are distinct.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.
 

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things.

Final outcome of the interviewRejected

Skills evaluated in this interview

I appeared for an interview in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 50 mins
Round difficulty - Medium

First round was coding round, where i was asked 2 DS algo questions, 1 was easy and other was of medium difficulty

  • Q1. 

    Shortest Path in a Binary Matrix Problem Statement

    Given a binary matrix of size N * M where each element is either 0 or 1, find the shortest path from a source cell to a destination cell, consisting only...

  • Ans. 

    Find the shortest path in a binary matrix from a source cell to a destination cell consisting only of 1s.

    • Use Breadth First Search (BFS) algorithm to find the shortest path.

    • Keep track of visited cells to avoid revisiting them.

    • Update the path length as you traverse through the matrix.

    • Return -1 if no valid path exists.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 mins
Round difficulty - Easy

I was asked to design url shortner

  • Q1. Can you explain how you would design a URL shortener?
  • Ans. 

    Design a URL shortener system

    • Generate a unique short code for each URL

    • Store the mapping of short code to original URL in a database

    • Redirect users from short URL to original URL when accessed

    • Consider implementing features like custom short codes, expiration dates, and analytics

    • Ensure scalability and performance by using distributed systems and caching

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 50 mins
Round difficulty - Medium

This was hiring manager round

  • Q1. Can you discuss a coding problem you encountered, your past projects, and any behavioral questions related to your experiences?
  • Ans. 

    Discussed coding problem, past projects, and behavioral questions in SDE - 1 interview.

    • Coding problem: Discussed how I optimized a sorting algorithm in a previous project.

    • Past projects: Talked about a web application I developed using React and Node.js.

    • Behavioral questions: Shared how I handled a conflict within a team during a project.

    • Example: Explained how I implemented a feature in a mobile app that improved user en

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating System, DBMS, OOPSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare DS and algo well(i prepared from GFG)
Tip 2 : Must know basics of DBMS and OS
Tip 3 : Be confident and genuine

Application resume tips for other job seekers

Tip 1 : Prepare resume iteratively
Tip 2 : show ur resume to seniors and ask for suggestions

Final outcome of the interviewSelected

Skills evaluated in this interview

Eduvanz Interview FAQs

How many rounds are there in Eduvanz Software Developer interview?
Eduvanz interview process usually has 3 rounds. The most common rounds in the Eduvanz interview process are Technical and Resume Shortlist.

Tell us how to improve this page.

Eduvanz Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Eduvanz Software Developer Salary
based on 10 salaries
₹3.9 L/yr - ₹11.3 L/yr
At par with the average Software Developer Salary in India
View more details

Eduvanz Software Developer Reviews and Ratings

based on 2 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.1

Salary

2.1

Job security

2.6

Company culture

1.5

Promotions

2.6

Work satisfaction

Explore 2 Reviews and Ratings
Relationship Manager
39 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Assistant Manager
38 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Senior Analyst
30 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Analyst
24 salaries
unlock blur

₹2 L/yr - ₹7.7 L/yr

Senior Executive
17 salaries
unlock blur

₹3 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Eduvanz with

Kissht Finance

3.9
Compare

BharatPe

3.5
Compare

VSoft Technologies

3.3
Compare

Innoviti Technologies Private Limited

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