Premium 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

Filter interviews by

i-exceed technology solutions Interview Questions and Answers

Updated 20 Jun 2025
Popular Designations

22 Interview questions

A Content Writer Intern was asked 2w ago
Q. Please provide examples of your previous work.
Ans. 

I have a diverse portfolio showcasing my writing skills across various topics and formats.

  • Blog Posts: Wrote a series of health and wellness articles for a lifestyle blog, focusing on nutrition and fitness.

  • Social Media Content: Created engaging posts for a local business, increasing their follower engagement by 30%.

  • Technical Writing: Developed user manuals for software applications, ensuring clarity and ease of und...

View all Content Writer Intern interview questions
A Software Engineer was asked 6mo ago
Q. Can the main method be overloaded and overridden?
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.

View all Software Engineer interview questions
A Software Developer was asked 8mo ago
Q. Write code to reverse an array.
Ans. 

Reversing an array involves swapping elements from both ends towards the center.

  • Use a loop to iterate from the start to the middle of the array.

  • Swap the elements at the current index and its corresponding index from the end.

  • Example: For array ['a', 'b', 'c'], after reversing it becomes ['c', 'b', 'a'].

View all Software Developer interview questions
A Java Developer was asked 10mo ago
Q. Can you provide a hands-on example using arrays?
Ans. 

An array in Java is a collection of elements of the same type, accessed by index.

  • Declaration: String[] fruits = new String[5]; // Creates an array of 5 strings.

  • Initialization: String[] colors = {"Red", "Green", "Blue"}; // Initializes an array with values.

  • Accessing Elements: String firstColor = colors[0]; // Accesses the first element, 'Red'.

  • Looping Through: for (String color : colors) { System.out.println(color);...

View all Java Developer interview questions
A Project Manager was asked 11mo ago
Q. How would you plan project timelines for the given scenario?
Ans. 

Effective project timeline planning ensures timely delivery and resource management.

  • Define project scope and objectives clearly to avoid scope creep.

  • Break down the project into manageable tasks and milestones.

  • Use Gantt charts to visualize timelines and dependencies.

  • Involve stakeholders in the planning process for better alignment.

  • Regularly review and adjust timelines based on project progress.

View all Project Manager interview questions
A QA Engineer was asked
Q. Explain the Scrum process.
Ans. 

Scrum is an agile framework for managing work on complex projects.

  • Scrum involves breaking down work into small, manageable tasks called user stories.

  • It includes sprint planning, daily stand-up meetings, sprint review, and sprint retrospective.

  • Scrum teams are self-organizing and cross-functional.

  • The product backlog is a prioritized list of user stories.

  • Sprints are time-boxed iterations, usually 2-4 weeks long.

  • Scrum...

View all QA Engineer interview questions
A QA Engineer was asked
Q. Explain the agile process.
Ans. 

Agile process is a software development methodology that emphasizes flexibility, collaboration, and iterative development.

  • Iterative development with short cycles called sprints

  • Frequent collaboration between cross-functional teams

  • Continuous feedback and adaptation

  • Prioritization of customer satisfaction and delivering working software

  • Use of tools like Scrum, Kanban, or XP

View all QA Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. Given a set of numbers, how would you find the second largest decimal number?
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.

View all Software Engineer interview questions
A QA Engineer was asked
Q. Do you know Core Java?
Ans. 

Yes, I have knowledge of Core Java.

  • I have a strong understanding of object-oriented programming concepts in Java.

  • I am familiar with the Java syntax and can write and debug Java code.

  • I have experience in using Java libraries and frameworks for test automation.

  • I can create and execute test cases using Java-based testing tools like JUnit or TestNG.

  • I am proficient in handling exceptions, file I/O, and multithreading i...

View all QA Engineer interview questions
A Senior Software Engineer was asked
Q. Do you have any work experience with other middleware platforms?
Ans. 

Yes, I have experience in working with Apache Kafka and RabbitMQ.

  • Worked on developing microservices using Apache Kafka as a messaging platform

  • Implemented RabbitMQ for message queuing in a project

  • Experience in configuring and managing both platforms

View all Senior Software Engineer interview questions

i-exceed technology solutions Interview Experiences

37 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

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round with 3 different programs, where we need to pass test cases

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Javascript questions
  • Q2. Advanced javascript questions
Round 3 - Technical 

(2 Questions)

  • Q1. Advanced javascript questions
  • Q2. Project related questions
Round 4 - Behavioral 

(2 Questions)

  • Q1. Understanding project and your role
  • Q2. Understanding your impact on current project
  • Ans. 

    I aim to enhance project efficiency, foster collaboration, and drive innovative solutions to meet our goals effectively.

    • Implementing best coding practices to improve code quality, reducing bugs by 30%.

    • Mentoring junior developers, which has led to a 20% increase in team productivity.

    • Introducing automated testing frameworks, resulting in faster deployment cycles.

    • Collaborating with cross-functional teams to align project ...

  • Answered by AI
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
  • Ans. 

    Reversing an array involves swapping elements from both ends towards the center.

    • Use a loop to iterate from the start to the middle of the array.

    • Swap the elements at the current index and its corresponding index from the end.

    • Example: For array ['a', 'b', 'c'], after reversing it becomes ['c', 'b', 'a'].

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basics

Senior Software Engineer Interview Questions & Answers

user image Santhosh Kumar Chitikila

posted on 23 Sep 2024

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

I applied via Job Portal and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Js coding question and mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Basic and Advanced Js concepts
  • Q2. Basics of Html css
  • Q3. Front-end related questions and scenarios based questions
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about you self
  • Ans. 

    I am a highly experienced software engineer with a passion for problem-solving and a strong background in developing innovative solutions.

    • Over 10 years of experience in software development

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills demonstrated through successful project completions

    • Experience working in Agile development environments

    • Excellent communication an...

  • Answered by AI
  • Q2. Situation based questions
  • Q3. Salary negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Complete Project Management process from Inception to Closure. Explain.
  • Q2. Managing 1-1 Conversation.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Plan for the given scenario Project Timelines.
  • Ans. 

    Effective project timeline planning ensures timely delivery and resource management.

    • Define project scope and objectives clearly to avoid scope creep.

    • Break down the project into manageable tasks and milestones.

    • Use Gantt charts to visualize timelines and dependencies.

    • Involve stakeholders in the planning process for better alignment.

    • Regularly review and adjust timelines based on project progress.

  • Answered by AI
  • Q2. Some Technical questions.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Scenario based client handling.
  • Q2. Difficult client and how you handled them.
Round 4 - HR 

(2 Questions)

  • Q1. Location preferences and reason for change.
  • Ans. 

    I prefer urban locations for diverse opportunities and professional growth, seeking a change for new challenges and experiences.

    • Urban areas offer a vibrant job market with numerous networking opportunities.

    • I am looking for a location that fosters innovation and collaboration, like tech hubs.

    • Relocating to a city with a strong project management community can enhance my skills.

    • I want to experience different cultures and ...

  • Answered by AI
  • Q2. Salary Negotiation.
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

SDE Interview Questions & Answers

user image Anonymous

posted on 2 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. MERGE SORT, SQL, DBMS
  • Q2. OS, PROJECTS and CN

Java Developer Interview Questions & Answers

user image Mandar Mangaonkar

posted on 28 Aug 2024

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

(2 Questions)

  • Q1. What is Session in Java
  • Ans. 

    Session in Java is a way to maintain state between client and server over multiple requests.

    • Session is a server-side storage of information related to a specific user.

    • It allows data to be persisted across multiple requests from the same client.

    • Sessions are typically managed using cookies or URL rewriting.

    • Example: Storing user login information in a session to keep the user authenticated across multiple pages.

  • Answered by AI
  • Q2. Hand's on example on Array
  • Ans. 

    An array in Java is a collection of elements of the same type, accessed by index.

    • Declaration: String[] fruits = new String[5]; // Creates an array of 5 strings.

    • Initialization: String[] colors = {"Red", "Green", "Blue"}; // Initializes an array with values.

    • Accessing Elements: String firstColor = colors[0]; // Accesses the first element, 'Red'.

    • Looping Through: for (String color : colors) { System.out.println(color); } //...

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions & Answers

user image Poorvika H P

posted on 25 Sep 2024

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round was aptitude and it was easy

Round 2 - Coding Test 

Question to write a code for Amazon clone

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Java principals
  • Q2. Basic problem solvings

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about i-exceed technology solutions?
Ask anonymously on communities.

i-exceed technology solutions Interview FAQs

How many rounds are there in i-exceed technology solutions 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, One-on-one Round and HR.
How to prepare for i-exceed technology solutions 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 Java, Javascript, Hibernate, Microservices and Spring Boot.
What are the top questions asked in i-exceed technology solutions interview?

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

  1. How comfortable you are with technology? Can you explain how a mobile applicati...read more
  2. What is meant by connection pool propert...read more
  3. Explain websphere installation methods follo...read more
How long is the i-exceed technology solutions interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 33 interview experiences

Difficulty level

Easy 23%
Moderate 68%
Hard 9%

Duration

Less than 2 weeks 86%
2-4 weeks 14%
View more
Join i-exceed technology solutions Exceeding expectations of the world’s financial institutions

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 503 Interviews
PayPal Interview Questions
3.8
 • 225 Interviews
Visa Interview Questions
3.5
 • 146 Interviews
MasterCard Interview Questions
3.9
 • 145 Interviews
TransUnion Interview Questions
3.9
 • 93 Interviews
CapitalOne Interview Questions
3.7
 • 81 Interviews
PayU Payments Interview Questions
3.5
 • 57 Interviews
Freecharge Interview Questions
3.8
 • 57 Interviews
Mobikwik Interview Questions
3.6
 • 55 Interviews
View all

i-exceed technology solutions Reviews and Ratings

based on 164 reviews

3.0/5

Rating in categories

2.8

Skill development

2.7

Work-life balance

2.7

Salary

3.0

Job security

2.7

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 164 Reviews and Ratings
Senior Java Developer

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Presales Consultant / Manager

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Full stack Team Lead - Project lead

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
318 salaries
unlock blur

₹4 L/yr - ₹8.7 L/yr

Senior Software Engineer
178 salaries
unlock blur

₹5.9 L/yr - ₹13 L/yr

Team Lead
89 salaries
unlock blur

₹13.9 L/yr - ₹23 L/yr

Software Developer
43 salaries
unlock blur

₹4.5 L/yr - ₹9.2 L/yr

Project Lead
30 salaries
unlock blur

₹17.6 L/yr - ₹33 L/yr

Explore more salaries
Compare i-exceed technology solutions with

FIS

3.9
Compare

Broadridge Financial Solutions

3.9
Compare

PayPal

3.8
Compare

MasterCard

3.9
Compare
write
Share an Interview