Upload Button Icon Add office photos
Engaged Employer

i

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

insightsoftware Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

insightsoftware Senior Architect Interview Questions and Answers

Updated 31 Mar 2025

insightsoftware Senior Architect Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is your daily routine?
  • Q2. How do you improve system's performance?
  • Ans. 

    Enhancing system performance involves optimizing architecture, code, and infrastructure for efficiency and speed.

    • Optimize database queries: Use indexing and avoid N+1 query problems. For example, use JOINs instead of multiple SELECT statements.

    • Implement caching strategies: Use in-memory caches like Redis or Memcached to reduce database load and speed up data retrieval.

    • Load balancing: Distribute incoming traffic across ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After five rounds of interviews conducted by representatives from different regions—Hyderabad, Bangalore, and the US—each lasting an hour, a final round was scheduled with the center head, who appeared to show no interest in initiating the conversation. He asked a random question and dismissed the candidates. I am unsure what regard he has for the time and efforts of the five individuals who had already invested time with the candidates, as well as for the candidates' time itself. I felt relieved not to be selected, as it spared me from working with such individuals.

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about insightsoftware?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Jan 2016.

Interview Questionnaire 

1 Question

  • Q1. Technical interview

Interview Preparation Tips

Round: Test
Experience: techincal questions from C,C++ . mostly pointers. few ques from DB, and OS.

Duration: 1 hour 30 minutes
Total Questions: 45

Round: Test
Experience: This is a rigourous 6-8 hours coding round where you are given a problem statement to solve .
The company people are there to guide you through the process .
Duration: 6 hours
Total Questions: 1

Round: Technical Interview
Experience: A panel of 2-3 members takes your inteview on basic fundamental c++, data structures questions.
duration is mostly 45 mins to 1hr.

Skills: C++, Coding Skills And Knowledge On Data Structures, Pointers In C, Logical Puzzles, Thinking Approach
College Name: Netaji Subhas Institute Of Technology, Delhi

Senior Architect Interview Questions Asked at Other Companies

Q1. What is a typical cladding material. What are the types and how a ... read more
Q2. This HR round focuses on your psychometric test to assess behavio ... read more
Q3. How would you increase the performance of a server to accept a mi ... read more
Q4. What is the technical method to budget man-hours for a specific p ... read more
asked in Majesco
Q5. What is hands on experience ? Microservice design pattern, securi ... read more

I applied via Naukri.com and was interviewed before Sep 2021. There were 6 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 

1 hr time limit. Some technical mathematical question, english grammar related, genral knowledge.

Round 3 - Coding Test 

After clearing apti, they will assign machine test. 1 hr time limite.

Round 4 - Technical 

(1 Question)

  • Q1. After clearing assign technical round in that project managers giving interview. Asking Oops consept, some php technical quetions like php array function, global variables, mvc, mysal queries, joins, ind...
Round 5 - One-on-one 

(1 Question)

  • Q1. After clear interview first round, TL giving second round.
Round 6 - HR 

(1 Question)

  • Q1. For salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops consept, real time examples, design factor, array functions, how to debug error, mysql joins, normalisation 1nf 2nf 3nf

Interview Questionnaire 

1 Question

  • Q1. SQL Basics, CTE, MERGE Statement

Interview Questionnaire 

2 Questions

  • Q1. Multithreading in C++, casting and OOPs concepts
  • Q2. Cover the basic concepts.

I applied via Approached by Company and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About the current profile
  • Q2. Asked about the sms call flow
  • Ans. 

    SMS call flow involves the process of sending and receiving text messages through mobile networks.

    • User composes an SMS on their mobile device.

    • The SMS is sent to the Short Message Service Center (SMSC).

    • SMSC stores the message and attempts to deliver it to the recipient's device.

    • If the recipient's device is unavailable, the SMSC retries delivery for a specified time.

    • Once delivered, the recipient's device receives the SMS...

  • Answered by AI
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
3
Average
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 - Call from Leader 

(1 Question)

  • Q1. General questions related to Process
Round 3 - HR 

(1 Question)

  • Q1. General questions related to package and notice period
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic discussions related to Process and Skills
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 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 - Aptitude Test 

Maths, logical question & some related to programming

Round 3 - Coding Test 

One problem statement to write a program.

Round 4 - Technical 

(1 Question)

  • Q1. Technical question related PHP, SQL, etc.
Round 5 - HR 

(1 Question)

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. What final class and method
  • Q2. PHP reference variable
  • Ans. 

    PHP reference variables allow multiple variables to point to the same data, enabling efficient memory usage and data manipulation.

    • Reference variables are created using the '&' operator. Example: $a = 10; $b = &$a; // $b now references $a.

    • Changes to a reference variable affect the original variable. Example: $b = 20; // Now $a is also 20.

    • References can be used with functions to modify arguments directly. Example...

  • Answered by AI
  • Q3. Find duplicate numbers
  • Q4. Echo variable in single quote what will be output
  • Ans. 

    The output will be the literal string of the variable, without any variable interpolation.

    • When a variable is echoed in single quotes, it is treated as a literal string.

    • No variable interpolation or special characters are interpreted.

    • The output will include the variable name itself, not its value.

  • Answered by AI
  • Q5. What is oops concept
  • Q6. Having clause in MySQL
  • Ans. 

    The HAVING clause is used in MySQL to filter the results of a GROUP BY query based on a condition.

    • The HAVING clause is similar to the WHERE clause, but it operates on grouped rows rather than individual rows.

    • It is used in conjunction with the GROUP BY clause.

    • The HAVING clause is used to filter the results of a GROUP BY query based on a condition that applies to the grouped rows.

    • It is typically used to specify condition...

  • Answered by AI

Skills evaluated in this interview

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

It was consisted of cloud, docker related questions and some logical questions. There were 5 coding questions 3 were easy level coding questions and 2 were on sql schema realated quetions.

Round 2 - Group Discussion 

GD was good HR was too supportive everyone got chance to keep and express their points.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. Sql and some php related questions

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

4-6 weeks 100%
View more
Software Engineer
83 salaries
unlock blur

₹13.5 L/yr - ₹24 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹24 L/yr - ₹39.2 L/yr

Technical Consultant
61 salaries
unlock blur

₹7.6 L/yr - ₹14 L/yr

Software Developer
25 salaries
unlock blur

₹21 L/yr - ₹29 L/yr

Senior Technical Support Engineer
24 salaries
unlock blur

₹12.7 L/yr - ₹20 L/yr

Explore more salaries
Compare insightsoftware with

Duck Creek Technologies

4.4
Compare

Entrata

4.1
Compare

Mobileum

3.2
Compare

Evolent Health International

4.0
Compare
write
Share an Interview