Upload Button Icon Add office photos

Filter interviews by

Capita Software Consultant Interview Questions, Process, and Tips

Updated 26 Apr 2024

Top Capita Software Consultant Interview Questions and Answers

  • Q1. Check If The String Is A Palindrome You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets ...read more
  • Q2. Reverse Stack Using Recursion Reverse a given stack of integers using recursion. Note: You are not allowed to use any extra space other than the internal stack space used ...read more
  • Q3. Spring Boot Question What are the @RequestMapping and @RestController annotation in Spring Boot used for?
View all 35 questions

7 Capita Software Consultant Interview Experiences

50 questions found

Sort by: Popular

Software Consultant Interview Questions

user image Anonymous

posted on 4 May 2019

I was interviewed in Dec 2018.

3 Interview Rounds

Interview Questions

Interview Preparation Tips

General Tips: Full bbookish interview
Duration: <1 week

Skills evaluated in this interview

Software Consultant Interview Questions

user image Anonymous

posted on 26 Apr 2024

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Typical DSA questions

2

HR Round (1 Question)

  • Q1. Expected Salary

Get interview-ready with top interview questions

Software Consultant Interview Questions

user image Anonymous

posted on 1 Jun 2022

I applied via Company Website and was interviewed in May 2022.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Good morning
Good company with good environment

Software Consultant Interview Questions

user image Anonymous

posted on 9 Mar 2021

I applied via Naukri.com

3 Interview Rounds

Interview Questions

Capita interview questions for designations

 Senior Software Consultant

 (1)

 Associate Software Consultant

 (1)

 Software Testing Consultant

 (1)

 Lead Consultant

 (1)

 SAP Consultant

 (1)

 Senior Consultant

 (1)

 Software Developer

 (3)

 Software Tester

 (2)

Software Consultant Interview Questions

user image CodingNinjas

posted on 23 Mar 2022

I was interviewed before Mar 2021.

3 Interview Rounds

1

Face to Face Round (8 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

In this round, I was first asked a simple coding question related to Recursion and then the interviewer switched the topic of discussion towards Java and OOPS and towards the end of the interview I was also asked some questions revolving around DB2 and DBMS.

  • Q1. Check If The String Is A Palindrome You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, ...read more
  • Q2. Java Question

    How many types of memory areas are allocated by JVM?

  • Q3. Java Question

    How would you differentiate between a String, StringBuffer, and a StringBuilder?

  • Q4. DB2 Question

    Mention the way of highlighting as well as putting a CURSOR to use in a COBOL program.

  • Q5. DB2 Question

    How to find the number of rows and eliminate duplicate values in a DB2 table?

  • Q6. SQL Question

    Write a query that joins two tables A and B having common attribute ID and selects records(ID_NAME) that have
    matching ID values in both tables .

  • Q7. DBMS Question

    What is meant by normalization and denormalization?

  • Q8. DBMS Question

    What is Correlated Subquery in DBMS?

2

Face to Face Round (8 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round had questions primarily from Spring Boot and Java. The interviewer was quite friendly and helped me with small hints when he felt I was stuck. Overall, this round went preety well.

  • Q1. Spring Boot Question

    What are the major differences between RequestMapping and GetMapping?

  • Q2. Spring Boot Question

    How does Spring Boot works?

  • Q3. Spring Boot Question

    How MVC works in Spring?

  • Q4. Spring Boot Question

    Mention a few features of Spring Boot.

  • Q5. Java Question

    What are the features of a lambda expression?

  • Q6. Java Question

    What are some standard Java pre-defined functional interfaces?

  • Q7. OOPS Question

    Difference between Abstract class and Interface.

  • Q8. OOPS Question

    When can you use super keyword?

3

HR Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This was a Technical Cum HR round where I was first asked some basic Java related concepts and then we discussed
about my expectations from the company , learnings and growth in the forthcomig years. I would suggest be honest and
try to communicate your thoughts properly in these type of rounds to maximise your chances of getting selected.

  • Q1. Basic HR Questions Why should we hire you ? What are your expectations from the company? How was your overall interview experience? What are your strengths and ...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPACapita interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, Java, DBMS, DB2, SQLTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Consultant Interview Questions

user image CodingNinjas

posted on 4 Apr 2022

I was interviewed before Apr 2021.

3 Interview Rounds

1

Face to Face Round (8 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

In this round, I was first asked a simple coding question related to stack and recursion followed by an SQL query. After this, I was grilled on some fundamental concepts of Java, OOPS and Java 8.

  • Q1. Reverse Stack Using Recursion Reverse a given stack of integers using recursion. Note: You are not allowed to use any extra space other than the internal stack ...read more
  • Q2. SQL Question

    Combine Two Tables

  • Q3. Java Question

    What is the difference between JDK, JRE, and JVM?

  • Q4. Java Question

    How many types of memory areas are allocated by JVM?

  • Q5. Java Question

    How would you differentiate between a String, StringBuffer, and a StringBuilder?

  • Q6. Java Question

    What are some standard Java pre-defined functional interfaces?

  • Q7. Java Question

    What are the features of a lambda expression?

  • Q8. Java Question

    What are the advantages of using the Optional class?

2

Face to Face Round (7 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was majorly inclined towards Spring Boot and Hibernate and the questions can be answered only if you have some prior experience in working with these tech stacks.

  • Q1. Spring Boot Question

    Explain Spring Actuator and its advantages.

  • Q2. Spring Boot Question

    What is the use of @Transactional annotation in spring JPA ?

  • Q3. Spring Boot Question

    What is Spring Batch?

  • Q4. Spring Boot Question

    What are the @RequestMapping and @RestController annotation in Spring Boot used for?

  • Q5. Hibernate Question

    Can you tell the difference between setMaxResults() and setFetchSize() of Query?

  • Q6. Hibernate Question

    What are the concurrency strategies available in hibernate?

  • Q7. Hibernate Question

    Explain brief about Session interface used in hibernate?

3

HR Round (2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round. HR was very frank and asked standard questions. Then we discussed about my
role.

  • Q1. Basic HR Question

    Tell me something not there in your resume.

  • Q2. Basic HR Question

    Why should we hire you?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPACapita interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, Java, Spring Boot, Hibernate, MVCTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Consultant Interview Questions

user image Anonymous

posted on 13 May 2018

I applied via Naukri.com and was interviewed in Oct 2017.

4 Interview Rounds

Interview Questions

  • Q1. Where did u implemented oops concepts in your project? Stream api, Map in Collections View Answers (1)
  • Q2. Usage of @Transactional annotation in spring JPA View Answers (1)
  • Q3. Write controller to serve POST request for a rest call in spring View Answers (1)
  • Q4. Again technical discussion focused on Spring MVC, spring Boot annotations, hibernate mapping, caching, restfull webservices Add Answer
  • Q5. Annotations used in web services, pagination, exception handling in spring View Answers (1)
  • Q6. Salary discussion. They will explain about policies, about project etc Add Answer

Interview Preparation Tips

General Tips: I had a good interview experience. Accepted the offer. Work environment is good no stress at all.

Pros: Management needs to focus more on motivating teams. Transport should be provided
Duration: <1 week

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
 Bad
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via Job Portal and was interviewed in Apr 2023.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (1 Question)

  • Q1. Please don’t join Fujitsu, They won’t assisgn u project soon, Chances if Termination
3

Technical Round (2 Questions)

  • Q1. All technical questions
  • Q2. Technical Rounds
4

Technical Round (1 Question)

  • Q1. What is Linux, how will you add the commands

Skills evaluated in this interview

Software Engineer Interview Questions

NTT user image Anonymous

posted on 7 Aug 2022

I applied via Campus Placement and was interviewed in Jul 2022.

16 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
2

Aptitude Test Round

Sitting arrangement questions

3

Coding Test Round

Blood group relationship

4

Group Discussion Round

Cloud computing Testing

5

Assignment Round

HTML css java script

6

Case Study Round

What is DATA base management system

7

HR Round (11 Questions)

  • Q1. Tell me about your self
  • Q2. Family background detailed
  • Q3. Company background detailed
  • Q4. What is DATA structure
  • Q5. Definition of java and benifit of java
  • Q6. Characters of java script
  • Q7. What is software engineer (se)
  • Q8. What are the model of software engineerwat
  • Q9. Explain resk management system
  • Q10. What is operating system
  • Q11. DefiNe software testing
8

Technical Round (3 Questions)

  • Q1. Tell me about your self
  • Q2. Family background detailed
  • Q3. Company background detailed
9

One-on-one Round (3 Questions)

  • Q1. What is your name please tell Detailed NTT
  • Q2. NTT DATA company background detailed
  • Q3. Tell me your self introduction
10

Case Study Round

Cloud computing Testing

11

Coding Test Round

Blood group relationship

12

Coding Test Round

Sitting arrangement questions

13

Coding Test Round

Alphabet letter coding

14

HR Round (3 Questions)

  • Q1. Tell me about your self
  • Q2. Family background detailed
  • Q3. Company background detailed
15

Coding Test Round

Blood group relationship between parents and children

16

Aptitude Test Round

Blood group relationship between parents and children

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company all facilities available in your company

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Nov 2022.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (3 Questions)

  • Q1. Introduction about your work and Tech work
  • Q2. All Details of OOPs concepts
  • Q3. Write a code by using OOPs technology result doesn't matter approach will be considered
3

Coding Test Round

Coding Round two questions with OOPs concepts

Interview Preparation Tips

Topics to prepare for Emerson Electric Co. Software Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Be confident
Be Genuine
Write code by separating UI with Logic using OOPs

Capita Interview FAQs

How many rounds are there in Capita Software Consultant interview?
Capita interview process usually has 1-2 rounds. The most common rounds in the Capita interview process are Technical, Coding Test and HR.
How to prepare for Capita Software Consultant 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 Capita. The most common topics and skills that interviewers at Capita expect are Communication, Magento, Power Bi, Problem Solving and SQL.
What are the top questions asked in Capita Software Consultant interview?

Some of the top questions asked at the Capita Software Consultant interview -

  1. How to display values fetch from a table with alternate va...read more
  2. Where did u implemented oops concepts in your project? Stream api, Map in Colle...read more
  3. How to remove low values while fetching data from table in ...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Capita interviews
Job Portal
Company Website
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Infosys Interview Questions
3.7
 • 7.3k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Wipro Interview Questions
3.7
 • 5.2k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
LTIMindtree Interview Questions
3.5
 • 2.3k Interviews
DXC Technology Interview Questions
3.7
 • 789 Interviews
Mphasis Interview Questions
3.4
 • 769 Interviews
View all
Capita Software Consultant Salary
based on 432 salaries
₹4.6 L/yr - ₹16 L/yr
7% less than the average Software Consultant Salary in India
View more details

Capita Software Consultant Reviews and Ratings

based on 53 reviews

4.5/5

Rating in categories

4.0

Skill development

4.7

Work-Life balance

3.8

Salary & Benefits

4.2

Job Security

4.4

Company culture

3.7

Promotions/Appraisal

4.0

Work Satisfaction

Explore 53 Reviews and Ratings
Senior Executive
1.2k salaries
unlock blur

₹1.7 L/yr - ₹5.7 L/yr

Softwaretest Engineer
610 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Senior Software Consultant
551 salaries
unlock blur

₹8.7 L/yr - ₹26 L/yr

Software Consultant
432 salaries
unlock blur

₹4.6 L/yr - ₹16 L/yr

Customer Service Executive
431 salaries
unlock blur

₹1.4 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Capita with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview