Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Civica India Team. If you also belong to the team, you can get access from here

Civica India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Civica India Software Engineer Interview Questions and Answers

Updated 14 Jun 2024

Civica India Software Engineer Interview Experiences

5 interviews found

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

(2 Questions)

  • Q1. Angular questions - just go through whole angular.io for all concepts
  • Q2. Angular scenario based questions
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. What is promise in JS?
  • Ans. 

    Promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript

    • They are a cleaner alternative to callbacks

    • Promises have three states: pending, fulfilled, or rejected

    • They can be chained using .then() and .catch() methods

    • Example: new Promise((resolve, reject) => {...})

  • Answered by AI
  • Q2. What is Asyc Await? How it is used?
  • Ans. 

    Async Await is a feature in JavaScript that allows asynchronous code to be written in a synchronous style.

    • Async Await is used to simplify the syntax of writing asynchronous code.

    • It allows the use of the 'await' keyword to pause the execution of a function until a promise is resolved.

    • It is commonly used with promises to handle asynchronous operations.

    • Async functions always return a promise.

    • Example: async function getDat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more on JS and .net and angular also oop concenpts in JS

Skills evaluated in this interview

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

(1 Question)

  • Q1. Oops, C#, Unit testing, Entity framework, Angular
Round 2 - Technical 

(1 Question)

  • Q1. SQL server, Angular, Entity framework

Interview Preparation Tips

Interview preparation tips for other job seekers - They check your communication skills as your colleagues would be based abroad so they check if you can communicate with them. Interview difficulty is moderate based upon the project it is being hiring.

I applied via LinkedIn and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Civics is not give best compensation for right candidates

Interview Preparation Tips

Interview preparation tips for other job seekers - Plz be prepared on Aso.net interview question

Civica India interview questions for designations

 Senior Software Engineer

 (2)

 Junior Software Engineer

 (2)

 Software Development Engineer

 (1)

 Software Developer

 (1)

 Softwaretest Engineer

 (1)

 Senior Sales Engineer

 (1)

 Junior Test Analyst

 (1)

 Junior Tester

 (1)

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
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
Round 2 - Technical 

(4 Questions)

  • Q1. 1- Basics of React js , 2- Questions on redux , questions on other state management tools 3- Questions on Javascript 4- One on one round with Head of BU 5- One on one HR round
  • Q2. Basics of Javascript Questions on redux
  • Q3. One on one round with Head of BU Questions on other state management tools
  • Q4. One on one HR round which is the final round where they check ur communication skills

Interview Preparation Tips

Topics to prepare for Civica India Software Engineer interview:
  • React js
  • Javascript
  • Redux
  • Effective Communication Skills
  • Some UI libraries like Antd mate
Interview preparation tips for other job seekers - 1- Be confident while u answer questions
2- If u dont know the answer just politely say that i am sorry i am not aware about this but not immediately after a while
3- Be prepared about the post u r going for ur interview
4- Give more emphasis on ur communication skills as their clients are from India so they require a good communication skills

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Nextwave and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

I got the opportunity through Nextwave. In the coding test I’m supposed to solve few aptitude questions and around 5-6 coding questions. Out of them 2 are of easy level ,2 are medium and 2 are of hard level.
I solved 2 easy, 1 medium and 1 hard problem.

Round 2 - Technical 

(2 Questions)

  • Q1. Self Introduction , Resume based questions related to project and strengths
  • Q2. Programming questions like pattern printing, palindrome without using reverse method, GCD
Round 3 - Technical 

(2 Questions)

  • Q1. Started with reasoning and aptitude questions based on pattern analysis, number system, profit and loss.
  • Q2. Programming questions from leetcode 1.Spiral matrix 2.Pascal’s triangle 3.subsequences 4.problem based on DFS

Interview Preparation Tips

Topics to prepare for ThoughtWorks Software Engineer interview:
  • Data Structures
  • Problem Solving
  • Any programming language
  • SQL
Interview preparation tips for other job seekers - Need to have a strong problem solving skills and continuous practising of the programs in leet code of easy and medium level increase the chances for cracking the interview.
Make sure that your project code is available with you at the time of interview and everything you place in the resume must have the supported information with you.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. You have a list of numbers, now using stream api calculate the sum of all integers in a list ?
  • Ans. 

    Use stream api to calculate sum of integers in a list.

    • Use stream() method on the list to create a stream of elements.

    • Use mapToInt() method to convert each element to an integer.

    • Use sum() method to calculate the sum of all integers.

  • Answered by AI
  • Q2. Given two arrays of integers, find the one extra element in second array ? Eg. int[] arr1 = [1,3,7,8]; int[] arr2 = [3,8,7,9,1];
  • Ans. 

    Loop through both arrays and use a hashmap to store frequency of elements, then find the extra element.

    • Loop through both arrays and store frequency of elements in a hashmap

    • Compare the frequency of elements in both arrays to find the extra element

    • Return the extra element found in the second array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more coding questions from HackerRank and memorize methods from stream api since you will be asked to solve questions on notepad.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Bigquery Architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Life cycle hook asyn apex triggers
  • Q2. Asyn apex ,batch.future
  • Q3. Governer limit of salesforce
  • Ans. 

    Governor limits in Salesforce are predefined limits that prevent abuse and ensure fair resource allocation.

    • Governor limits apply to various aspects of Salesforce, such as Apex code, SOQL queries, DML operations, and email invocations.

    • These limits are in place to maintain system performance, prevent infinite loops, and protect against resource hogging.

    • Examples of governor limits include maximum CPU time, maximum number ...

  • Answered by AI
  • Q4. Soql queries on account and contact

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Jaipur Engineering College & Research Centre, Jaipur and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It includes reasoning, verbal and quantitative abilities

Round 2 - Coding Test 

Includes two coding questions
These are from arrays

Round 3 - Technical 

(1 Question)

  • Q1. 1. Your Project 2. Your internship learning and experiences 3. Oops questions
Round 4 - HR 

(1 Question)

  • Q1. 1. Introduction 2. Family background 3. Why should we hire you 4.Any extra curricular activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for every possible questions from resume

Civica India Interview FAQs

How many rounds are there in Civica India Software Engineer interview?
Civica India interview process usually has 1-2 rounds. The most common rounds in the Civica India interview process are Technical and Resume Shortlist.
How to prepare for Civica India 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 Civica India. The most common topics and skills that interviewers at Civica India expect are Javascript, Unit Testing, HTML, JQuery and QMS.
What are the top questions asked in Civica India Software Engineer interview?

Some of the top questions asked at the Civica India Software Engineer interview -

  1. What is Asyc Await? How it is us...read more
  2. what is promise in ...read more
  3. 1- Basics of React js , 2- Questions on redux , questions on other state manag...read more

Tell us how to improve this page.

Civica India Software Engineer Interview Process

based on 1 interview

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more

Fast track your campus placements

View all
Civica India Software Engineer Salary
based on 225 salaries
₹3.1 L/yr - ₹11.9 L/yr
At par with the average Software Engineer Salary in India
View more details

Civica India Software Engineer Reviews and Ratings

based on 32 reviews

3.1/5

Rating in categories

3.0

Skill development

3.7

Work-life balance

2.6

Salary

2.7

Job security

3.4

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer
225 salaries
unlock blur

₹4 L/yr - ₹11.9 L/yr

Senior Software Engineer
174 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Test Analyst
118 salaries
unlock blur

₹3.6 L/yr - ₹8.3 L/yr

Senior Test Analyst
115 salaries
unlock blur

₹7 L/yr - ₹13.4 L/yr

Technical Lead
75 salaries
unlock blur

₹11.1 L/yr - ₹30 L/yr

Explore more salaries
Compare Civica India with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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