Upload Button Icon Add office photos

Capita

Compare button icon Compare button icon Compare

Filter interviews by

Capita Software Engineer Interview Questions and Answers

Updated 4 Dec 2024

Capita Software Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is react life cycle?

I applied via Recruitment Consultant and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on C#,SQL,wpf

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on whatever knowledge you have. Do not say things that you don't have knowledge about.

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

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Combination using stream api in Java8
  • Ans. 

    Combination using stream api in Java8

    • Use Stream.flatMap() to create all possible combinations

    • Use Stream.reduce() to combine the combinations

    • Use Stream.collect() to collect the combinations into a list or set

  • Answered by AI
  • Q2. We need to use stream api with flatmap of the elements in the array and collect them to list

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be prepared with the basics of DA

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jan 2022. There were 4 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 

Easy level of aptitude easy to clear

Round 3 - Technical 

(3 Questions)

  • Q1. Asked some basic level of coding in preferable language
  • Q2. Asked to do write the skeleton of html and some basic codes.
  • Q3. What is variable, structure some basic code in that
  • Ans. 

    A variable is a container that holds a value. A structure is a collection of variables of different data types.

    • Variables are declared with a data type and a name, and can be assigned a value.

    • Structures are declared using the 'struct' keyword and can contain variables of different data types.

    • Example code: int age = 25; struct person { char name[20]; int age; float height; };

    • Variables and structures are fundamental conce...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. No technical questions there only asking the pan card details and personal details
  • Q2. Asked is the preferred location is ok or not

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to clear CTS rounds just we need little bit confident

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Jan 2022. There were 4 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 

Basic level of aptitutes like time distance,profits.

Round 3 - Coding Test 

Basic coding like palindrome,recursive function etc.

Round 4 - Technical 

(2 Questions)

  • Q1. Asked basic like skeleton of html and some c questions
  • Q2. Skeleton of html , what is variables?
  • Ans. 

    Variables in HTML are used to store and manipulate data within a web page.

    • Variables in HTML are typically used in conjunction with JavaScript to store and manipulate data.

    • They are declared using the 'var' keyword.

    • Variables can store various types of data such as strings, numbers, and booleans.

    • Example: var name = 'John';

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics on your resume content and some programming knowledge to solve ib neet manner.

Skills evaluated in this interview

I applied via Job Portal

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 - Technical 

(1 Question)

  • Q1. 1. Project description 2. Technologies used in recent project 3. What is dependency injection 4. Difference between Rest and Soap 5. Difference between Monolithic and Microservice 6. Features of Java 8 7. ...
  • Ans. 

    Interview questions for Software Engineer position

    • Describe recent project and technologies used

    • Explain dependency injection and differences between Rest and Soap

    • Differentiate Monolithic and Microservice architecture

    • List features of Java 8 and write programs using Java 8

    • Provide pseudo code for sorting a list of integers without using Java 8 sort method

    • Define functional interface and its annotation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more towards logic and basic concepts.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview before Sep 2021.

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 - Technical 

(2 Questions)

  • Q1. We need to work ok dbackups?
  • Q2. What is use of lookup activity
  • Ans. 

    Lookup activity is used in Azure Data Factory to retrieve a single row from a dataset based on a specified key.

    • Lookup activity is used to retrieve data from a database or file system in Azure Data Factory.

    • It can be used to perform lookups on tables, views, or files.

    • The lookup activity requires a dataset and a query to specify the data to retrieve.

    • It is commonly used in data integration pipelines to fetch reference data

  • Answered by AI

I appeared for an interview in Oct 2021.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, keywords, Solid principles, design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep you basics up to date

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data srructures

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident revise data structures ,

Interview Questionnaire 

2 Questions

  • Q1. Difference between++I and I++
  • Ans. 

    ++I is a pre-increment operator that increments the value of I before using it, while I++ is a post-increment operator that increments the value of I after using it.

    • ++I increments the value of I and then uses the updated value in the expression.

    • I++ uses the current value of I in the expression and then increments it.

    • Both operators can be used with variables, arrays, or pointers.

  • Answered by AI
  • Q2. Local static variable

Skills evaluated in this interview

Capita Interview FAQs

How many rounds are there in Capita Software Engineer interview?
Capita interview process usually has 1 rounds. The most common rounds in the Capita interview process are Technical.
How to prepare for Capita 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 Capita. The most common topics and skills that interviewers at Capita expect are .NET Framework, .Net, Angularjs, Bootstrap and Core Java.
What are the top questions asked in Capita Software Engineer interview?

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

  1. Questions on C#,SQL,...read more
  2. What is react life cyc...read more

Tell us how to improve this page.

Capita Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Capita Software Engineer Salary
based on 84 salaries
₹3 L/yr - ₹12.3 L/yr
14% less than the average Software Engineer Salary in India
View more details

Capita Software Engineer Reviews and Ratings

based on 11 reviews

4.4/5

Rating in categories

4.3

Skill development

4.4

Work-life balance

3.7

Salary

3.7

Job security

4.4

Company culture

3.5

Promotions

4.4

Work satisfaction

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

₹1.5 L/yr - ₹6.3 L/yr

Softwaretest Engineer
608 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Senior Software Consultant
533 salaries
unlock blur

₹8.8 L/yr - ₹26.5 L/yr

Customer Service Executive
417 salaries
unlock blur

₹1.5 L/yr - ₹6.7 L/yr

Software Consultant
383 salaries
unlock blur

₹4 L/yr - ₹15.3 L/yr

Explore more salaries
Compare Capita with

Cognizant

3.7
Compare

DXC Technology

3.7
Compare

Optum Global Solutions

4.0
Compare

FIS

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