Upload Button Icon Add office photos

Incedo

Compare button icon Compare button icon Compare

Filter interviews by

Incedo Interview Questions and Answers for Experienced

Updated 21 May 2025
Popular Designations

36 Interview questions

A Technical Lead was asked 3mo ago
Q. Based on your experience, how would you prioritize an incident, and what steps have you taken to manage a high-priority incident?
Ans. 

Prioritizing incidents involves assessing impact, urgency, and resources to ensure effective resolution.

  • Assess impact: Determine how many users are affected and the severity of the issue. For example, a system outage affecting all users is high priority.

  • Evaluate urgency: Consider how quickly the issue needs to be resolved. A security breach requires immediate attention compared to a minor bug.

  • Communicate with stak...

View all Technical Lead interview questions
A Technical Lead was asked 3mo ago
Q. What is incident management and what are its advantages?
Ans. 

Incident management is a structured approach to handling incidents to minimize impact and restore services efficiently.

  • Ensures quick resolution of incidents, reducing downtime (e.g., restoring a server outage within an hour).

  • Improves communication among teams and stakeholders during incidents (e.g., using a dedicated incident channel).

  • Facilitates root cause analysis to prevent future incidents (e.g., analyzing rec...

View all Technical Lead interview questions
A Software Engineer Trainee was asked 9mo ago
Q. Given a string s, return true if it is a palindrome, or false otherwise.
Ans. 

A palindrome is a word, phrase, or sequence that reads the same backward as forward, like 'racecar' or 'level'.

  • A simple way to check if a string is a palindrome is to compare it with its reverse.

  • Example: 'madam' == 'madam' (True)

  • Consider ignoring spaces and punctuation for phrases: 'A man, a plan, a canal, Panama!' is a palindrome.

  • For numeric palindromes, '121' is the same forwards and backwards.

  • Use two-pointer te...

View all Software Engineer Trainee interview questions
A Software Engineer Trainee was asked 9mo ago
Q. Given an array of integers, find the second largest number in the array.
Ans. 

Find the second largest number in an array of integers efficiently.

  • Iterate through the array while maintaining two variables: first and second largest.

  • If a number is greater than first, update second to first and then update first.

  • If a number is between first and second, just update second.

  • Example: For [3, 1, 4, 4, 5], the second largest is 4.

  • Handle edge cases: If the array has less than two unique numbers, return...

View all Software Engineer Trainee interview questions
A Data Engineer was asked 10mo ago
Q. Define Neo4J architecturally.
Ans. 

Neo4J is a graph database management system that stores data in nodes and relationships.

  • Uses graph structures to represent and store data

  • Nodes represent entities and relationships represent connections between entities

  • Supports ACID transactions for data consistency

  • Query language is Cypher

View all Data Engineer interview questions
A Senior Technical Lead was asked 11mo ago
Q. Why choose .Net core?
Ans. 

High performance, cross-platform compatibility, open-source, modern development features

  • Cross-platform compatibility allows for deployment on various operating systems

  • High performance due to optimized runtime and just-in-time compilation

  • Open-source community support for continuous improvement and updates

  • Modern development features like dependency injection, modular architecture, and improved performance monitoring

  • ...

View all Senior Technical Lead interview questions
A QA Engineer was asked 12mo ago
Q. Write a Java program to perform matrix operations.
Ans. 

A Java program to manipulate or analyze matrices, such as addition, multiplication, or transposition.

  • Define a 2D array to represent the matrix, e.g., int[][] matrix = {{1, 2}, {3, 4}};

  • Implement methods for matrix operations like addition: public int[][] add(int[][] matrixA, int[][] matrixB) {...};

  • Use nested loops to iterate through rows and columns for operations.

  • Consider edge cases like different dimensions for a...

View all QA Engineer interview questions
Are these interview questions helpful?
An Associate was asked 12mo ago
Q. What is the function of a custodian bank?
Ans. 

Custodian banks are financial institutions responsible for safeguarding assets, such as securities and cash, on behalf of institutional clients.

  • Provide safekeeping of assets

  • Settle trades on behalf of clients

  • Collect income on assets

  • Process corporate actions

  • Provide reporting and other administrative services

  • Act as a liaison between the client and the investment manager

View all Associate interview questions
An Associate was asked 12mo ago
Q. What does NAV describe?
Ans. 

NAV stands for Net Asset Value, which represents the per-share value of a mutual fund or exchange-traded fund (ETF).

  • NAV is calculated by subtracting a fund's liabilities from its assets and dividing by the number of shares outstanding.

  • It is used to determine the price at which investors can buy or sell shares of the fund.

  • NAV is typically calculated at the end of each trading day.

  • For example, if a mutual fund has a...

View all Associate interview questions
A Senior Lead was asked 12mo ago
Q. Given a string, how do you find all possible mirror substrings?
Ans. 

Find possible mirror substrings in a given string

  • Iterate through the string and check for mirror substrings

  • Use two pointers to check for mirror substrings

  • Examples: 'abcddcba' -> ['abcddcba', 'cddc', 'dd']

View all Senior Lead interview questions

Incedo Interview Experiences for Experienced

69 interviews found

Director Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

Find bug in snippet. Code snippet writing.

Round 2 - Technical 

(1 Question)

  • Q1. Coding concepts , best practices
Round 3 - Technical 

(1 Question)

  • Q1. Design pattern and app design
Round 4 - One-on-one 

(1 Question)

  • Q1. Project management
Round 5 - Behavioral 

(1 Question)

  • Q1. Job profile , Family question

Associate Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a highly motivated and detail-oriented individual with a background in finance and a passion for problem-solving.

    • Background in finance

    • Highly motivated and detail-oriented

    • Passionate about problem-solving

  • Answered by AI
  • Q2. Why are you seeking a job change?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for new challenges to expand my skills and knowledge

    • Seeking opportunities for career advancement

    • Interested in working in a different industry or with a different team

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you describe your past professional experience?
  • Ans. 

    I have over 5 years of experience in marketing and sales roles, with a focus on digital marketing strategies.

    • Managed social media campaigns for a tech startup, increasing engagement by 30%

    • Developed email marketing campaigns for a retail company, resulting in a 20% increase in sales

    • Led a team of sales representatives to exceed quarterly targets by 15%

  • Answered by AI
  • Q2. What process did you follow while working on your last project?
  • Ans. 

    I followed a structured process involving research, planning, execution, and evaluation.

    • Researched the topic thoroughly to gather relevant information

    • Created a detailed plan outlining tasks and timelines

    • Executed the project according to the plan, making adjustments as needed

    • Evaluated the outcomes to identify successes and areas for improvement

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Private equity, hedge fund, alternative investments, concepts of finance and wealth management.
  • Q2. All are mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with wealth management topic on tips and all management fee, gp-lp, private equity and mutual fund and other fund examples. Their differences are must.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Normal Leetcode easy to medium Question

Round 2 - Technical 

(2 Questions)

  • Q1. Leetcode easy - palindrome
  • Ans. 

    A palindrome is a word, phrase, or sequence that reads the same backward as forward, like 'racecar' or 'level'.

    • A simple way to check if a string is a palindrome is to compare it with its reverse.

    • Example: 'madam' == 'madam' (True)

    • Consider ignoring spaces and punctuation for phrases: 'A man, a plan, a canal, Panama!' is a palindrome.

    • For numeric palindromes, '121' is the same forwards and backwards.

    • Use two-pointer techniq...

  • Answered by AI
  • Q2. Leetcode medium - second largest number
  • Ans. 

    Find the second largest number in an array of integers efficiently.

    • Iterate through the array while maintaining two variables: first and second largest.

    • If a number is greater than first, update second to first and then update first.

    • If a number is between first and second, just update second.

    • Example: For [3, 1, 4, 4, 5], the second largest is 4.

    • Handle edge cases: If the array has less than two unique numbers, return an a...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions were around leadership
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a seasoned product marketing professional with a strong background in driving growth and innovation in diverse markets.

    • Extensive Experience: Over 10 years in product marketing, successfully launching products in tech and healthcare sectors, such as a telehealth platform.

    • Strategic Planning: Developed and executed go-to-market strategies that increased market share by 25% for a SaaS product in its first year.

    • Cross-F...

  • Answered by AI
  • Q2. Why do you want to work for this company
  • Ans. 

    I am drawn to this company for its innovative approach and commitment to excellence in product marketing.

    • Innovative Culture: The company is known for its cutting-edge products, like [specific product], which aligns with my passion for innovation.

    • Impactful Marketing Strategies: I admire how the company effectively uses data-driven marketing strategies to reach its audience, as seen in [specific campaign].

    • Strong Brand Re...

  • Answered by AI
  • Q3. Why are you leaving your currentrole
  • Q4. What makes your unique
  • Ans. 

    My unique blend of strategic vision, data-driven decision-making, and cross-functional collaboration sets me apart in product marketing.

    • Strategic Vision: I have a proven track record of developing long-term marketing strategies that align with business goals, such as launching a product that increased market share by 20%.

    • Data-Driven Decision Making: I leverage analytics tools to inform marketing strategies, resulting i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tailor my resume and cover letter
As a job seeker , finding my dream job can be challenging task

Data Engineer Interview Questions & Answers

user image Preethi0715 Preetz

posted on 18 Apr 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Components of adf
  • Q2. Tiggers , IR
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Aptitude Test 

It consistered of multiple section including mental ability and English

Round 2 - Coding Test 

It was an easy question I was asked to write one easy dsa in anuy language

Round 3 - HR 

(1 Question)

  • Q1. Tell about your project
  • Ans. 

    Developed a web application for online shopping

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented a RESTful API using Node.js and Express for back-end

    • Integrated payment gateway for secure transactions

  • Answered by AI

Senior Lead Interview Questions & Answers

user image Pooja Jadhav

posted on 22 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Possible mirror Substring from the given string
  • Ans. 

    Find possible mirror substrings in a given string

    • Iterate through the string and check for mirror substrings

    • Use two pointers to check for mirror substrings

    • Examples: 'abcddcba' -> ['abcddcba', 'cddc', 'dd']

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Merge 2 list using linked list
  • Ans. 

    Merge two linked lists into one

    • Create a new linked list to store the merged list

    • Iterate through both input linked lists and add nodes to the new list in sorted order

    • Update the next pointers accordingly

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions of tableau on parameters and filters
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(3 Questions)

  • Q1. If the user would not get OTP to access the profile?
  • Ans. 

    If the user does not receive OTP to access their profile, they should first check their internet connection and then contact customer support.

    • Check internet connection to ensure OTP delivery

    • Contact customer support for assistance

    • Verify contact information for accuracy

    • Consider alternative authentication methods

  • Answered by AI
  • Q2. What would happened if the user would not be able to use the card?
  • Ans. 

    If the user is unable to use the card, they may experience inconvenience, potential financial loss, and may need to contact the card issuer for assistance.

    • User may face inconvenience in making purchases or transactions

    • User may incur financial loss if unable to access funds on the card

    • User may need to contact the card issuer for assistance or to report the issue

  • Answered by AI
  • Q3. How would i f-identify whether the access was done the member or the scammer
  • Ans. 

    To identify whether the access was done by the member or the scammer, analyze login patterns, IP addresses, device information, and behavior.

    • Analyze login patterns - look for unusual login times or frequency

    • Check IP addresses - compare the location of the access to the member's usual locations

    • Review device information - see if the device used for access matches the member's known devices

    • Monitor behavior - look for any ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Question being asked during the interview was not related as per the Risk and compliance strategies or as per the Fraud.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Incedo?
Ask anonymously on communities.

Incedo Interview FAQs

How many rounds are there in Incedo interview for experienced candidates?
Incedo interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Incedo interview process for experienced candidates are Technical, One-on-one Round and HR.
How to prepare for Incedo interview for experienced candidates?
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 Incedo. The most common topics and skills that interviewers at Incedo expect are Java, Microservices, Spring Boot, Python and AWS.
What are the top questions asked in Incedo interview for experienced candidates?

Some of the top questions asked at the Incedo interview for experienced candidates -

  1. What is Capital market, define debt securities, are you comfortable working in...read more
  2. what is STP, HSRP,FRRP, what is the difference between hsrp and vrrp and why hs...read more
  3. What do you understand by market capitalisati...read more
What are the most common questions asked in Incedo HR round for experienced candidates?

The most common HR questions asked in Incedo interview are for experienced candidates -

  1. What are your strengths and weakness...read more
  2. What are your salary expectatio...read more
  3. Tell me about yourse...read more
How long is the Incedo interview process?

The duration of Incedo interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 40 interview experiences

Difficulty level

Easy 24%
Moderate 66%
Hard 10%

Duration

Less than 2 weeks 82%
2-4 weeks 14%
4-6 weeks 4%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik Interview Questions
3.7
 • 240 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Globant Interview Questions
3.7
 • 183 Interviews
Iris Software Interview Questions
4.0
 • 178 Interviews
ThoughtWorks Interview Questions
3.9
 • 157 Interviews
Apexon Interview Questions
3.3
 • 150 Interviews
View all

Incedo Reviews and Ratings

based on 1.2k reviews

3.0/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.1

Salary

2.8

Job security

2.9

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 1.2k Reviews and Ratings
Senior Software Engineer

Hyderabad / Secunderabad

3-5 Yrs

₹ 6.8-24 LPA

Explore more jobs
Senior Software Engineer
1.2k salaries
unlock blur

₹8.8 L/yr - ₹21 L/yr

Software Engineer
1k salaries
unlock blur

₹5 L/yr - ₹12.5 L/yr

Technical Lead
629 salaries
unlock blur

₹17.6 L/yr - ₹29.5 L/yr

Senior Technical Lead
284 salaries
unlock blur

₹21.8 L/yr - ₹39.1 L/yr

Associate
260 salaries
unlock blur

₹3 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Incedo with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview