Upload Button Icon Add office photos
Engaged Employer

i

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

Icertis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Icertis Senior Software Engineer Interview Questions and Answers

Updated 31 Jan 2025

Icertis Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Normal ditnet questions
Round 2 - Technical 

(1 Question)

  • Q1. Normal dotnet questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 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 

Problem solving and logical reasoning questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions around ASP.NET MVC, JQuery, JS and SQL and logical algorithm to code type of questions which are intriguing but interesting
Round 4 - HR 

(2 Questions)

  • Q1. Something about you?
  • Q2. Situations where you took the lead and solved the issue at hand?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and considerate and keep asking questions at the end.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Senior Software Engineer Jobs at Icertis

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

It was good ...questions were easy and straight forward..basic questions based on ds algo

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. Advantage and disadvantage of framework.
  • Ans. 

    Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

    • Advantage: Provides structure and pre-built components for faster development

    • Advantage: Can improve code quality and maintainability

    • Disadvantage: Can limit flexibility and customization

    • Disadvantage: Requires learning curve and potential dependency issues

    • Example: ReactJS provides a fr...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Oops? Advantage and disadvantage
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

    • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

    • Disadvantages: complexity, steep learning curve, performance overhead

    • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. What are the features of Java?
  • Ans. 

    Java is a versatile programming language known for its platform independence and rich set of features.

    • Platform independence: Java programs can run on any operating system or platform that has a Java Virtual Machine (JVM).

    • Object-oriented: Java supports the principles of object-oriented programming, allowing for modular and reusable code.

    • Garbage collection: Java has automatic memory management, freeing developers from ma...

  • Answered by AI
  • Q2. Which are Types of testying?
  • Ans. 

    Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or functions of the software.

    • Integration testing: Testing the interaction between different components or modules.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing the software against user requirements or business use cases.

  • Answered by AI
  • Q3. What is the full form of RAM?
  • Ans. 

    Random Access Memory

    • RAM stands for Random Access Memory.

    • It is a type of computer memory that can be accessed randomly.

    • RAM is volatile memory, meaning it loses its data when the power is turned off.

    • It is used to store data that is currently being used by the computer's operating system, applications, and processes.

    • RAM allows for faster data access compared to other types of storage like hard drives or solid-state drives

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be punctual, be confident

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Dec 2021. There were 5 interview rounds.

Round 1 - Coding Test 

A full fledged technical MCQ

Round 2 - Technical 

(1 Question)

  • Q1. Very advanced technical interview
Round 3 - Technical 

(1 Question)

  • Q1. Again a very advanced technical round
Round 4 - HR 

(6 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your salary expectations?
  • Q3. Why should we hire you?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 5 - HR 

(1 Question)

  • Q1. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company but very lengthy interview process

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Interview was conducted by Product manager :Questions on springboot annotation ,micro service and its components , Scenario based questions on Transaction manager JPA and hibernate ,program logic to read...
  • Q2. Project based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was mostly focus on spring boot and micro service along with transaction management , not much questions on core java, explain your project very well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Find longest palindromic substring in a given string.
  • Ans. 

    Use dynamic programming to find the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes.

    • Store the length of the longest palindrome found so far.

    • Return the substring based on the start and end indices of the longest palindrome.

  • Answered by AI
  • Q2. How to serialize and deserialise a tree
  • Ans. 

    To serialize and deserialize a tree, use a recursive approach to traverse the tree and store the data in a suitable format.

    • Use pre-order traversal to serialize the tree by storing the node values in a list or string.

    • For deserialization, reconstruct the tree by recursively building nodes from the serialized data.

    • Consider using JSON or XML format for serialization to easily store and retrieve tree structure.

  • Answered by AI
  • Q3. Find if a given regex (containing ., * and lower case english chars) matches a given string.
  • Ans. 

    Use regex library to match given regex with string.

    • Use a regex library like re in Python to match the given regex with the string.

    • Check if the regex matches the string using the library functions.

    • Handle cases where the regex contains special characters like . and * appropriately.

  • Answered by AI
  • Q4. Explain about throttling and implement throttle function.
  • Ans. 

    Throttling is a technique used to control the rate of requests sent to a server.

    • Throttling helps prevent server overload by limiting the number of requests processed at a time.

    • Implementing a throttle function involves setting a maximum request rate and delaying excess requests.

    • Example: Implementing a throttle function in a web application to limit the number of API calls made to a third-party service.

    • Example: Throttlin...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Find squares of elements in a sorted array and return the sorted response.
  • Ans. 

    Sort the squares of elements in a sorted array and return the sorted response.

    • Iterate through the array and square each element.

    • Store the squared values in a new array.

    • Sort the new array and return it.

  • Answered by AI
  • Q2. Write a short promise example and implement your own promise
  • Ans. 

    A promise is a commitment to do something in the future, typically used for asynchronous operations in JavaScript.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They represent a value that may be available now, in the future, or never.

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

    • Example: new Promise((resolve, reject) => { setTimeout(() => resolve('Done!'), 1000); });

  • Answered by AI
  • Q3. Explain event loop, what are different types of queues in event loop
  • Ans. 

    Event loop is a mechanism that allows for asynchronous execution of code by managing the order of events in a single thread.

    • Event loop continuously checks the call stack for any functions that need to be executed, and processes them in a non-blocking manner.

    • Different types of queues in event loop include microtask queue (Promise callbacks), macrotask queue (setTimeout, setInterval callbacks), and animation frame queue

  • Answered by AI
  • Q4. What is virtual DOM and why its faster
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM, used to improve performance by minimizing direct manipulation of the real DOM.

    • Virtual DOM is a concept used in frameworks like React to optimize rendering performance.

    • Changes are first made to the virtual DOM, which is then compared to the real DOM to identify the minimal updates needed.

    • This approach reduces the number of actual DOM manipulations, resulting in faster...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Software Engineer interview:
  • React.Js
  • Javascript
  • DSA

Skills evaluated in this interview

Icertis Interview FAQs

How many rounds are there in Icertis Senior Software Engineer interview?
Icertis interview process usually has 3-4 rounds. The most common rounds in the Icertis interview process are Technical, HR and One-on-one Round.
How to prepare for Icertis Senior 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 Icertis. The most common topics and skills that interviewers at Icertis expect are SQL, Javascript, Agile, Application Development and Windows.
What are the top questions asked in Icertis Senior Software Engineer interview?

Some of the top questions asked at the Icertis Senior Software Engineer interview -

  1. Questions around ASP.NET MVC, JQuery, JS and SQL and logical algorithm to code ...read more
  2. Normal ditnet questi...read more
  3. Normal dotnet questi...read more

Tell us how to improve this page.

Icertis Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Icertis Senior Software Engineer Salary
based on 234 salaries
₹9.9 L/yr - ₹22 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Icertis Senior Software Engineer Reviews and Ratings

based on 34 reviews

3.1/5

Rating in categories

3.0

Skill development

3.1

Work-life balance

3.3

Salary

3.2

Job security

3.3

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 34 Reviews and Ratings
Functional Consultant
292 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Functional Consultant
237 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
234 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
227 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
166 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Icertis with

Apttus

4.4
Compare

Zycus Infotech

2.9
Compare

SirionLabs

3.8
Compare

SAP Ariba

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