Upload Button Icon Add office photos

Xceedance

Compare button icon Compare button icon Compare

Filter interviews by

Xceedance Associate Programmer Interview Questions and Answers

Updated 4 Jan 2023

Xceedance Associate Programmer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Nov 2021. There were 3 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 tips
Round 2 - Aptitude Test 

Basically asked from normal aptitude question time distance
Time work

Round 3 - Technical 

(2 Questions)

  • Q1. Asked from your resume and as I mentioned Java.They give u a condition on which u have to think the logic and asked oops
  • Q2. Also asked MySQL basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and read basic and go through your resume very well what u written in yours

Interview questions from similar companies

I was interviewed in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Introduce yourself
  • Ans. 

    I am a highly motivated programmer analyst with a strong background in software development and problem-solving skills.

    • Experienced in programming languages such as Java, Python, and SQL

    • Skilled in analyzing user requirements and designing solutions

    • Strong communication and teamwork skills

    • Certified in Agile development methodologies

  • Answered by AI
  • Q2. Why cognizant
  • Ans. 

    Cognizant is a global leader in IT services and consulting, known for its innovative solutions and client-focused approach.

    • Cognizant has a strong reputation for delivering high-quality IT services and solutions.

    • The company has a client-focused approach, prioritizing customer satisfaction and success.

    • Cognizant is known for its innovative technologies and solutions, staying ahead of industry trends.

    • The company offers a w...

  • Answered by AI
  • Q3. What if tomorrow google comes
  • Ans. 

    I would be excited to work at Google and contribute to their innovative projects.

    • I would be thrilled to have the opportunity to work with some of the brightest minds in the industry.

    • I would be eager to learn from the cutting-edge technologies and practices at Google.

    • I would be motivated to make a positive impact on Google's products and services.

    • I would be open to relocating if necessary to work at Google's headquarter

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Technical Interview
Tips: Be confident on whatever you say

College Name: B.p.poddar institute of management and technology

I was interviewed before May 2016.

Interview Questionnaire 

2 Questions

  • Q1. Where you want to see yourself after 3 years?
  • Ans. 

    In 3 years, I envision myself as a senior programmer analyst leading a team of developers on innovative projects.

    • Leading a team of developers on projects

    • Taking on more responsibilities and challenges

    • Continuing to enhance my technical skills and knowledge

  • Answered by AI
  • Q2. Are you prepare to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I have relocated in the past for work and am comfortable with the process.

    • I understand the importance of being flexible and adaptable in the tech industry.

    • I am open to exploring new cities and cultures through relocation.

  • Answered by AI

I was interviewed before May 2016.

Interview Questionnaire 

2 Questions

  • Q1. Basic c++ questions
  • Q2. Questions based on the information about the company

Interview Preparation Tips

Round: Group Discussion
Experience: Each one was given a minute to have a discussion on the topic and later a conclusion was made on the gd
Tips: More importance was given on the way we speak than communication
Duration: 10 minutes

Round: Test
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Questions were asked based on the area of interest given in the resume
Tips: Go through the basics

Round: HR Interview
Experience: Do a research on the company
Tips: Don't try to provide too much sugar coated answers...Answer confidently and stay calm

Interview Questionnaire 

4 Questions

  • Q1. Define OOPS concepts
  • Ans. 

    OOPS concepts are fundamental principles in object-oriented programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods together in a class to hide implementation details.

    • Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.

    • Polymorphism: Ability of objects to take on many forms and perform different actions based on the contex...

  • Answered by AI
  • Q2. Difference between java and c++
  • Ans. 

    Java is platform-independent, while C++ is not. Java uses automatic memory management, while C++ requires manual memory management.

    • Java is platform-independent, meaning that Java programs can run on any operating system that has a Java Virtual Machine (JVM). C++ programs, on the other hand, are compiled into machine code specific to the target platform.

    • Java uses automatic memory management through garbage collection, w...

  • Answered by AI
  • Q3. Explain SQL join statements
  • Ans. 

    SQL join statements are used to combine rows from two or more tables based on a related column between them.

    • Join statements are used to retrieve data from multiple tables in a single query.

    • Common types of join statements include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Join conditions are specified using the ON keyword followed by the columns to join on.

    • Join statements can be used to fetch related data from dif...

  • Answered by AI
  • Q4. Explain normalisation and types
  • Ans. 

    Normalization is the process of organizing data in a database to eliminate redundancy and improve data integrity.

    • Normalization is used to minimize data duplication and ensure consistency.

    • There are different normal forms (1NF, 2NF, 3NF, etc.) that define specific rules for organizing data.

    • Normalization helps in reducing data anomalies and improving database performance.

    • Normalization involves breaking down a large table ...

  • Answered by AI

Interview Preparation Tips

College Name: Ssn college of engineering

Skills evaluated in this interview

I was interviewed before Jun 2016.

Interview Preparation Tips

Round: Test
Duration: 3 hours

Round: Technical Interview
Experience: Asked questions from the subjects covered during whole engineering

Round: HR Interview
Experience: Basic questions on strength, weakness, location etc.

College Name: Lovely Professional University, Phagwara [ LPU ]

Interview Preparation Tips

Round: Test
Duration: 2 hours
Total Questions: 50

Round: Technical Interview
Experience: Asked question on the subjects covered during engineering

Round: HR Interview
Experience: Basic questions on relocation, salary, introduction in detail , strenght and weakness

College Name: Lovely Professional University, Phagwara [ LPU ]

Interview Preparation Tips

College Name: rvr & jc college of engineering

I was interviewed before May 2016.

Interview Questionnaire 

4 Questions

  • Q1. Difference between a motor and generator?
  • Ans. 

    A motor converts electrical energy into mechanical energy, while a generator converts mechanical energy into electrical energy.

    • Motors use electrical energy to create motion, while generators use motion to create electrical energy.

    • Motors have a rotor and a stator, while generators have a stator and a rotor.

    • Examples of motors include electric fans, washing machines, and power tools, while examples of generators include w

  • Answered by AI
  • Q2. Difference between C and C++
  • Ans. 

    C is a procedural programming language, while C++ is an extension of C with added features like object-oriented programming.

    • C is a procedural language, while C++ supports both procedural and object-oriented programming.

    • C++ has additional features like classes, inheritance, and polymorphism.

    • C++ supports function overloading and exception handling, which are not available in C.

    • C++ has a standard template library (STL) th...

  • Answered by AI
  • Q3. Write a program on inheritance
  • Ans. 

    A program demonstrating inheritance in programming

    • Inheritance allows a class to inherit properties and methods from another class

    • The derived class can add its own properties and methods

    • Inheritance promotes code reusability and modularity

    • Example: Creating a base class 'Animal' with properties like 'name' and 'age', and a derived class 'Dog' inheriting from 'Animal' with an additional property 'breed'

  • Answered by AI
  • Q4. Tell me about your project
  • Ans. 

    I developed a web-based inventory management system for a retail company.

    • Used HTML, CSS, and JavaScript for the front-end development

    • Implemented a RESTful API using Node.js and Express.js for the back-end

    • Utilized a MySQL database to store and manage inventory data

    • Implemented features like product search, order management, and reporting

    • Ensured data security and user authentication through encryption and authentication m

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: You will be asked questions from various topics like trains,time,syllogism to check your problem solving skills and the time management.
Verbal part contains questions which tests our vocabulary, grammatical knowledge.
Tips: Basic mathematics which we studied in our 6th grade.
Little thinking will help good.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: They asked me some basic questions from my field. All they look for is the basic programming skills and they check if you can learn new stuffs and employ it with in a short period of time.
Tips: Try to answer all the questions.
If you don't know the answer let them know.
Be confident on your answers.
Be bold and answer the questions without any hesitation.

College Name: Sri Krishna College Of Engineering And Technology

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a Programmer Analyst with expertise in developing and maintaining software applications.

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

    • Experience in analyzing user requirements and designing software solutions

    • Skilled in troubleshooting and debugging software issues

    • Strong knowledge of database management systems like MySQL and Oracle

    • Familiarity with software development methodologies like Agile an...

  • Answered by AI
  • Q2. Tell me about your family
  • Ans. 

    I come from a close-knit family with diverse backgrounds and interests.

    • My parents are both educators, and they instilled in me a love for learning and problem-solving.

    • I have two siblings, an older brother who works in finance and a younger sister who is studying medicine.

    • We often gather for family dinners and enjoy discussing various topics, from technology to current events.

    • My family has been a great support system th...

  • Answered by AI
  • Q3. How flexibility can help, what are its advantages and disadvantages
  • Ans. 

    Flexibility can bring advantages like adaptability and creativity, but can also lead to indecisiveness and lack of focus.

    • Flexibility allows for adaptability to changing situations and creativity in problem-solving.

    • It can also lead to indecisiveness and lack of focus if not balanced with structure and clear goals.

    • Advantages include increased resilience, better teamwork, and improved communication.

    • Disadvantages include p...

  • Answered by AI
  • Q4. Why is your english score bad
  • Ans. 

    My English score is bad due to lack of practice and exposure.

    • Lack of practice and exposure to English language

    • Difficulty in understanding complex grammar rules

    • Limited vocabulary and poor pronunciation

    • Lack of confidence in speaking and writing English

    • Possible language barrier if English is not my first language

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Basic aptitude questions with some application based questions which do not require any calculation. Second section tests the verbal ability of the student with few grammar based questions and few word analogy related.
Tips: Good practice of basic aptitude questions covering most of the topics and critical reasoning questions without using pen and paper will help a lot.If you are a voracious reader you need not worry for verbal section but if you hardly read then start reading from now and develop a habit.
Duration: 40 minutes
Total Questions: 40

Round: Interview
Experience: Be honest and answer the questions confidently. For all the questions I supported myself with good answers and some examples. For the question regarding my verbal ability in which I scored less marks I answered that I recognise that weakness and started reading newspapers and word power book.
Tips: Only confidence is the mantra for hr interview. Support your answer and stick to your answer. If possible give examples and be expressive.

Skill Tips: Showcase your strengths and make the interviewer ask what you want him to ask take him in your direction.
Skills: Communication skills, Body language, Verbal ability, Critical thinking
College Name: IIT Madras

Xceedance Interview FAQs

How many rounds are there in Xceedance Associate Programmer interview?
Xceedance interview process usually has 3 rounds. The most common rounds in the Xceedance interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Xceedance Associate Programmer interview?

Some of the top questions asked at the Xceedance Associate Programmer interview -

  1. Asked from your resume and as I mentioned Java.They give u a condition on which...read more
  2. Also asked MySQL basic questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
WNS Interview Questions
3.4
 • 1k Interviews
View all
Xceedance Associate Programmer Salary
based on 8 salaries
₹3.5 L/yr - ₹5 L/yr
25% less than the average Associate Programmer Salary in India
View more details

Xceedance Associate Programmer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

2.0

Salary

3.0

Job security

5.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Analyst
437 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Expert
357 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
324 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Risk Analyst
273 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
197 salaries
unlock blur

₹0 L/yr - ₹0 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