Upload Button Icon Add office photos

Xceedance

Compare button icon Compare button icon Compare

Filter interviews by

Xceedance Programmer Interview Questions and Answers

Updated 17 Jun 2024

Xceedance Programmer Interview Experiences

1 interview found

Programmer Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

Interview experience
5
Excellent
Difficulty level
Easy
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 - Coding Test 

Find the shortest path using disktra algorithm

Round 2 - Group Discussion 

Situational based questions and so on

Interview questions from similar companies

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 Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quants, Logical aptitude. 3 coding questions, included Maximum Sum Subarray

Round 2 - Group Discussion 

Any recent trending topic.

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself, Project discussion, SQL Queries, Joins
  • Q2. OOPs concepts, and their pillars. Design a Vehicle class, by understanding the requirements
  • Ans. 

    OOPs concepts and pillars. Design a Vehicle class based on requirements.

    • OOPs concepts: Abstraction, Encapsulation, Inheritance, Polymorphism

    • Vehicle class requirements: attributes like make, model, year, methods like start, stop, accelerate

  • Answered by AI
  • Q3. Programming - find the frequency of given character in a sorted string.
  • Ans. 

    Use binary search to find the first and last occurrence of the character, then calculate the frequency.

    • Use binary search to find the first occurrence of the character in the string.

    • Use binary search to find the last occurrence of the character in the string.

    • Calculate the frequency by subtracting the indices of the last and first occurrences and adding 1.

  • Answered by AI
  • Q4. Managerial related questions.
  • Q5. Why would you like to work at Bounteous

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on CS Fundamentals.

Skills evaluated in this interview

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

100 chooses total in that 50 coding,25 aptitude,25english -round 1

Round 2 - Technical 

(1 Question)

  • Q1. General hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers Interview will be easy
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 Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quants, Logical aptitude. 3 coding questions, included Maximum Sum Subarray

Round 2 - Group Discussion 

Any recent trending topic.

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself, Project discussion, SQL Queries, Joins
  • Q2. OOPs concepts, and their pillars. Design a Vehicle class, by understanding the requirements
  • Ans. 

    OOPs concepts and pillars. Design a Vehicle class based on requirements.

    • OOPs concepts: Abstraction, Encapsulation, Inheritance, Polymorphism

    • Vehicle class requirements: attributes like make, model, year, methods like start, stop, accelerate

  • Answered by AI
  • Q3. Programming - find the frequency of given character in a sorted string.
  • Ans. 

    Use binary search to find the first and last occurrence of the character, then calculate the frequency.

    • Use binary search to find the first occurrence of the character in the string.

    • Use binary search to find the last occurrence of the character in the string.

    • Calculate the frequency by subtracting the indices of the last and first occurrences and adding 1.

  • Answered by AI
  • Q4. Managerial related questions.
  • Q5. Why would you like to work at Bounteous

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on CS Fundamentals.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Core java questions, oops, basic programming questions
  • Q2. What are the oops concepts and how we use them?
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Class SUV inheriting from Class...

  • Answered by AI
  • Q3. Difference between array list and linked list
  • Ans. 

    Array list stores elements in contiguous memory locations, while linked list stores elements in nodes with pointers to the next node.

    • Array list allows random access to elements based on index, while linked list requires traversal from the beginning to access elements.

    • Insertions and deletions are faster in linked list as it only requires updating pointers, while in array list it may require shifting elements.

    • Example: Ar...

  • Answered by AI
  • Q4. Why string is immutable?
  • Ans. 

    String is immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental data modification, ensuring data integrity.

    • Immutable strings enhance security by preventing unauthorized access or tampering.

    • Immutable strings allow for more efficient memory management and optimization.

    • Examples: Java, Python, and C# all have immutable string objects.

  • Answered by AI
  • Q5. Java collections

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for core concepts

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

English, Maths, Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Bssic C questions
Round 3 - HR 

(1 Question)

  • Q1. Just formal discussion on the available role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, In resume only write things which you can answer.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Have a good basics in aptitude

Round 2 - Coding Test 

Basic coding knowledge

Round 3 - HR 

(2 Questions)

  • Q1. Be confident and try to answer clear and crisp
  • Q2. Tell me about yourself

Interview Questionnaire 

2 Questions

  • Q1. First round - 50 aptitude questions and 50 technical questions in c and cpp
  • Q2. Hr round - shifts travel

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of c and cpp and English aptitude questions

I applied via Walk-in and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What we were adding in resume that must be asked by the interviewers and I mentioned in my resume is about web technologies and I just cleared all the questions whatever they asked me and I am confident th...

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice about any interview is that you should be confident by yourself and that confidence makes us in a easy way to clear the interviews whatever it was

I applied via Referral and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your self
  • Q2. About family
  • Q3. Have u done any courses in programming languages
  • Q4. About Collage project

Interview Preparation Tips

Interview preparation tips for other job seekers - More priority for Communication Skills,
Be clear with information which u have mentioned in Resume
Be Clear with your academic project

Xceedance Interview FAQs

How many rounds are there in Xceedance Programmer interview?
Xceedance interview process usually has 2 rounds. The most common rounds in the Xceedance interview process are Group Discussion and Coding Test.
How to prepare for Xceedance Programmer 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 Xceedance. The most common topics and skills that interviewers at Xceedance expect are ETL, Agile Methodology, Analytical skills, Architecture and Business Intelligence.

Tell us how to improve this page.

Xceedance Programmer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Programmer Interview Questions from Similar Companies

TCS Programmer Interview Questions
3.7
 • 12 Interviews
View all
Xceedance Programmer Salary
based on 4 salaries
₹4.4 L/yr - ₹9 L/yr
70% more than the average Programmer Salary in India
View more details

Xceedance Programmer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Analyst
448 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Process Expert
341 salaries
unlock blur

₹2.8 L/yr - ₹7.5 L/yr

Assistant Manager
326 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Risk Analyst
273 salaries
unlock blur

₹2 L/yr - ₹8.7 L/yr

Senior Analyst
215 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Explore more salaries
Compare Xceedance with

WNS

3.4
Compare

Genpact

3.8
Compare

TCS

3.7
Compare

Infosys

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