Upload Button Icon Add office photos

Incedo

Compare button icon Compare button icon Compare

Filter interviews by

Incedo Technical Architect Interview Questions and Answers

Updated 17 Oct 2023

Incedo Technical Architect Interview Experiences

1 interview found

Technical Architect Interview Questions & Answers

user image Vineet Sharma

posted on 17 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Mostly theories and case studied around it
Round 3 - HR 

(1 Question)

  • Q1. Salary and Benefits

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Started from c# basics,. net, Design patterns, Current project architecture, Angular questions, Security,

Interview Preparation Tips

Interview preparation tips for other job seekers - basics must be clear
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test

Round 2 - Coding Test 

10 questions, write in any programming language you know.

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers basic concepts will be more than enough.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Basics of related technology and coding questions related to basic operations of array string
Round 3 - Technical 

(1 Question)

  • Q1. Tech 2 round is more about concept
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round not technical
Round 5 - HR 

(1 Question)

  • Q1. Formal discussion ,salary negotiation

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. Which design pattern implemented in project.
  • Ans. 

    Implemented the Observer design pattern.

    • Used to maintain consistency between related objects

    • Allows for one-to-many relationships between objects

    • Used in event-driven systems

    • Example: Used to update UI when data changes in backend

  • Answered by AI
  • Q2. Solid principals
  • Q3. Code coverage
  • Q4. Unit testing
  • Q5. Cloud services
  • Q6. Cloud integrations
  • Q7. Detail architecture of current project and what role you played
  • Q8. What software architecture you implimented and why?
  • Ans. 

    I have implemented a microservices architecture for scalability and flexibility.

    • Implemented microservices architecture using Docker and Kubernetes

    • Used API Gateway for routing and load balancing

    • Implemented service discovery using Consul

    • Implemented circuit breaker pattern using Hystrix

    • Implemented centralized logging using ELK stack

    • Implemented distributed tracing using Zipkin

    • Implemented event-driven architecture using Kaf...

  • Answered by AI
  • Q9. Writing some code logic snippet like sudo code
  • Q10. How you improved stored procedure performance
  • Ans. 

    I improved stored procedure performance by optimizing queries and indexes.

    • Identified and removed unnecessary joins and subqueries

    • Used appropriate indexing to speed up query execution

    • Reduced the number of round trips to the database by using batch processing

    • Rewrote complex queries to simpler ones

    • Used stored procedure parameters instead of variables to avoid recompilation

    • Used SET NOCOUNT ON to reduce network traffic

    • Used

  • Answered by AI
  • Q11. DB normalization and indexing
  • Q12. C# oops questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focused more technical questions like Design pattern implementation,Database schema design, Unit testing, code coverage, Single page app Architecture,Cloud integration questions.Lastly team handling

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Write a linked list.
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Nodes contain data and a reference to the next node

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Example: Node 1 -> Node 2 -> Node 3

  • Answered by AI
  • Q2. Find the middle node of a linked list.
  • Ans. 

    To find the middle node of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The node pointed to by the slow pointer at this point will be the middle node.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How do you handle conflict between manager and developer
  • Ans. 

    Addressing conflict between manager and developer requires open communication, understanding both perspectives, and finding a mutually beneficial solution.

    • Encourage open communication between the manager and developer to understand each other's perspectives and concerns.

    • Facilitate a meeting to discuss the conflict and find common ground or compromises.

    • Seek to understand the underlying reasons for the conflict and addre...

  • Answered by AI
  • Q2. Where do you see yourself in next 5 years

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding and concepts of data science

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic knowledge of your skills
  • Q2. Scenario based questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. SQL technical question.
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion, joining date negotiation and Joining Bonus.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect and ready with your skills whatever you have.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mix of coding, theory and design questions

Interview Questionnaire 

1 Question

  • Q1. How to read property file from spring XML configuration? What is the count of word in a sentence ? Bean scopes of spring? Agile method ? Prime numbers ? Internal working of hashmap.
  • Ans. 

    Answering technical questions on Spring XML configuration, bean scopes, Agile method, prime numbers, and hashmap.

    • To read property file from Spring XML configuration, use tag

    • Bean scopes in Spring are singleton, prototype, request, session, and global-session

    • Agile method is an iterative approach to software development

    • Prime numbers are numbers that are only divisible by 1 and itself

    • Internal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and answer questions with examples.

Skills evaluated in this interview

Incedo Interview FAQs

How many rounds are there in Incedo Technical Architect interview?
Incedo interview process usually has 3 rounds. The most common rounds in the Incedo interview process are Resume Shortlist, Technical and HR.
How to prepare for Incedo Technical Architect 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 Incedo. The most common topics and skills that interviewers at Incedo expect are Microservices, Javascript, Java, Angular and CSS.

Tell us how to improve this page.

Incedo Technical Architect Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Incedo Technical Architect Salary
based on 40 salaries
₹24 L/yr - ₹44.5 L/yr
16% more than the average Technical Architect Salary in India
View more details

Incedo Technical Architect Reviews and Ratings

based on 6 reviews

3.2/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.8

Salary

2.7

Job security

2.9

Company culture

3.5

Promotions

2.9

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
1.1k salaries
unlock blur

₹6.7 L/yr - ₹24 L/yr

Software Engineer
904 salaries
unlock blur

₹3.2 L/yr - ₹12.5 L/yr

Technical Lead
594 salaries
unlock blur

₹9.3 L/yr - ₹38 L/yr

Associate
289 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Senior Technical Lead
285 salaries
unlock blur

₹14.8 L/yr - ₹41 L/yr

Explore more salaries
Compare Incedo with

CitiusTech

3.4
Compare

Bounteous x Accolite

3.4
Compare

Altimetrik

3.8
Compare

Xoriant

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