Then the technical discussion started, interviewer started with Azure and slowly moved to the basics of programming and OOPS concepts then WEB API and SQL.
Round 2 (Manager): Short but to the point, I think the interviewer asked project-related questions only
Top skills recommended for Capita Senior Consultant interview Insights by AmbitionBox
Round duration – 60 Minutes Round difficulty – Medium
In this round, the interviewer asked me 2 coding questions , the first one was related to Simple Hashing and the second one was to implement Kadanes Algorithm. I coded both the solutions in the given time and at the end was also asked some questions revolving around OOPS and C#.
Round duration – 60 Minutes Round difficulty – Medium
This round was preety much mixed and had questions from LINQ , .NET framework, DBMS, OOPS and Design Patterns.
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.
Capita interview questions for popular designations
Top skills recommended for Capita Software Consultant interview Insights by AmbitionBox
4 What is meant by system testing?
System testing is a black-box testing technique, used on a complete integrated system, where it will test the system compliance as per the requirement.
3 What is the average age of a defect in software testing?
Defect age is the time elapsed between the day the tester discovered a defect and the day the developer got it fixed.
While estimating the age of a defect, consider the following points:
Validation is a means to confirm that the developed product doesn’t have any bugs and is working as expected. It comprises the following activities:
Static testing is a white-box testing technique that directs developers to verify their code with the help of a checklist to find errors in it. Developers can start the static testing without actually finalizing the application or program. Static testing is more cost-effective than dynamic testing as it more areas than dynamic testing in a shorter time.