Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by i-exceed technology solutions Team. If you also belong to the team, you can get access from here

i-exceed technology solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

i-exceed technology solutions Software Engineer Interview Questions and Answers

Updated 12 Dec 2024

i-exceed technology solutions Software Engineer Interview Experiences

8 interviews found

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

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

Round 1 - Aptitude Test 

Soo easy aptitude exam asked questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops in Java,fibo, and sorting
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.

    • OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).

    • Sorting involves arranging el...

  • Answered by AI
  • Q2. Why is garbage collector is used in java etc more of java questions
  • Q3. Can main can be overloaded and overrided
  • Ans. 

    Yes, main can be overloaded but not overridden in C++.

    • Main can be overloaded by defining multiple functions with different parameters.

    • Example: int main() and int main(int argc, char* argv[])

    • Main cannot be overridden as it is a static function of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Question was related to Java like difference between abstract class and interface,how linked list ,hash map ,arraylist work internally
  • Q2. Question related to spring boot like @autowired annotations, how spring boot is different from spring
  • Q3. Coding questions: reverseString ,factorial using Recursion only,how to find middle element in LL
Round 2 - Technical 

(2 Questions)

  • Q1. Some basic questions related to JS and Java both
  • Q2. Managerial related questions,
Round 3 - Technical 

(2 Questions)

  • Q1. Promises ,async and await related questions
  • Q2. Question related to API ,and scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This was the interview related to backend developer, so whatever skills you provide in resume.Make sure to prepare on them well

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image Nikhil kumar

posted on 16 Oct 2023

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

I applied via Referral and was interviewed in Apr 2023. There were 6 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 

First round was aptitude and 2 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Second round was face to face was fully technical asked me code some basic code
  • Q2. Find 2nd largest decimal number from given numbers
  • Ans. 

    Iterate through the numbers and keep track of the largest and second largest numbers.

    • Iterate through the numbers and compare each number with the current largest and second largest numbers.

    • Update the second largest number if a new number is found that is greater than the current second largest number.

    • Return the second largest number at the end of the iteration.

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Next was manager round it was also little technical
Round 5 - One-on-one 

(1 Question)

  • Q1. This round was with vice president
Round 6 - HR 

(1 Question)

  • Q1. This round was final round about salary negotiation and hr round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java basics - oops , multi-threading, collections, hashmap implementation
  • Q2. Sql questions basic
Round 2 - Technical 

(3 Questions)

  • Q1. Java questions and some scenario based questions
  • Q2. Regarding file reading and writing
  • Q3. Microservices and spring boot basics

i-exceed technology solutions interview questions for designations

 Senior Software Engineer

 (3)

 Software Engineer II

 (1)

 Software Developer

 (3)

 QA Engineer

 (2)

 Java Developer

 (4)

 Application Developer

 (1)

 IT Project Manager

 (1)

 Javascript Developer

 (1)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Javascript question
  • Q2. Few javascript coding questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Technical questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions like if 2 persons are doing one work how fast will it be completed if 3 people are doing the same job

Round 2 - Technical 

(1 Question)

  • Q1. It was completely on JAVA
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

For fresher, you need a basic knowledge of collection and string manipulating.

Round 2 - Assignment 

Project related they will ask you how API works, what's the flow of your application how you implement such kind of questions they may ask

Interview Preparation Tips

Topics to prepare for i-exceed technology solutions Software Engineer interview:
  • Java
  • API
  • Data Collection

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of java(OOP, strings and collections), college projects, and how I was involved in that projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a bit easy as the company came to college, they asked only the basics of java and my college projects and some HR-related questions like tell me about yourself and some time management questions about the projects and academics.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is precompilaion unit?
  • Ans. 

    Precompilation unit is a compiled code that can be reused by multiple source files.

    • Precompilation unit is created by the compiler from the source code.

    • It contains the compiled code of header files and other dependencies.

    • It can be reused by multiple source files, reducing compilation time.

    • It is also known as precompiled header or PCH.

    • Example: stdafx.h in Visual Studio is a precompiled header file.

  • Answered by AI
  • Q2. About ur future,ur short term goal,why this company

Interview Preparation Tips

Skills: Resume, CGPA
College Name: IIT Kharagpur

Interview Questionnaire 

3 Questions

  • Q1. First 50 Prime Number
  • Ans. 

    The first 50 prime numbers are...

    • Start with 2, the first prime number

    • Check each odd number greater than 2

    • Use trial division to check if a number is prime

    • Stop when you have found 50 prime numbers

  • Answered by AI
  • Q2. How to sort the file in the range (hint provided)
  • Ans. 

    Sorting a file within a range

    • Use a sorting algorithm like quicksort or mergesort

    • Read the file and store the data in an array or list

    • Sort the array or list within the given range

    • Write the sorted data back to the file

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js, Express, and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlist cut was 0.0 cgpa
Tips: Need to mention Programming skill in any one of three language C , C++ ,Java

Round: Test
Experience: Test was Average, Many question were from INDIABIX.COM , computer network, operating system ,data structure, c , c++ language
Tips: Understand Data Structure and Algorithm deeply, At least read about computer networks, operating system , DBMS 3-4 times for basic good understand, refer various site
Duration: 180 minutes

Round: Test
Experience: Two question were given , we have to write the code on A4 size sheet
Tips: Deep understanding of STACK AND QUEUE
Duration: 60 minutes

Round: Technical Interview
Experience: Previous Test (2 Questions on A4 size sheet) were discussed and is there any improvement that can be done, discussed each and every step.
Tips: Comments is important using programming
present with demo example (various cases)

Round: HR Interview
Experience: Be calm and show your interest in the company,
ask question about company, what are activity other than techincal technical stuff
Tips: Smile , if possible talk in Hindi - English,Try to Make the interview in discussion

General Tips: Practice Daily , Understand Each and Every Step in Detail , Try to code in A4 size paper then computer
Skill Tips: Read Good Books , Practice Daily

Skills: Algorithms And Data Structures
College Name: IIT Kharagpur

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

i-exceed technology solutions Interview FAQs

How many rounds are there in i-exceed technology solutions Software Engineer interview?
i-exceed technology solutions interview process usually has 2-3 rounds. The most common rounds in the i-exceed technology solutions interview process are Technical, Aptitude Test and Coding Test.
How to prepare for i-exceed technology solutions Software Engineer 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 i-exceed technology solutions. The most common topics and skills that interviewers at i-exceed technology solutions expect are Kotlin, UI, UX, Android and Swift.
What are the top questions asked in i-exceed technology solutions Software Engineer interview?

Some of the top questions asked at the i-exceed technology solutions Software Engineer interview -

  1. what is oops in Java,fibo, and sort...read more
  2. can main can be overloaded and overri...read more
  3. Find 2nd largest decimal number from given numb...read more
How long is the i-exceed technology solutions Software Engineer interview process?

The duration of i-exceed technology solutions Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Hyoseong Electric

No Interviews

INTERVIEWS

ConveGenius

No Interviews

INTERVIEWS

Hyoseong Electric

No Interviews

INTERVIEWS

Sarvatra Technologies

No Interviews

INTERVIEWS

ConveGenius

No Interviews

INTERVIEWS

ConveGenius

No Interviews

INTERVIEWS

Mtree Software

No Interviews

INTERVIEWS

Zf Rane Automotive

No Interviews

INTERVIEWS

Hyoseong Electric

No Interviews

Tell us how to improve this page.

i-exceed technology solutions Software Engineer Interview Process

based on 8 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
i-exceed technology solutions Software Engineer Salary
based on 297 salaries
₹3.2 L/yr - ₹9.8 L/yr
28% less than the average Software Engineer Salary in India
View more details

i-exceed technology solutions Software Engineer Reviews and Ratings

based on 36 reviews

2.3/5

Rating in categories

2.1

Skill development

2.2

Work-life balance

1.9

Salary

2.7

Job security

2.0

Company culture

1.8

Promotions

2.1

Work satisfaction

Explore 36 Reviews and Ratings
Software Engineer
297 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
189 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare i-exceed technology solutions 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