Upload Button Icon Add office photos
Engaged Employer

i

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

SRM Technologies Pvt.Ltd Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SRM Technologies Pvt.Ltd Technical Architect Interview Questions and Answers for Experienced

Updated 9 Sep 2022

SRM Technologies Pvt.Ltd Technical Architect Interview Experiences for Experienced

1 interview found

I appeared for an interview before Sep 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions around multithreading and different ways to create thread.
  • Q2. Questions around single sigh-on implementation experience
  • Q3. Around different process and experience around handling team etc
Round 2 - HR 

(1 Question)

  • Q1. General Questions about notice period and package etc

Interview Preparation Tips

Topics to prepare for SRM Technologies Pvt.Ltd Technical Architect interview:
  • Multithreading
  • Collections
  • Design Patterns
  • Security
Interview preparation tips for other job seekers - If you are good in core java (Threading,Collections,Stream) that should be good enough

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical staff about VMware and windows
  • Q2. Be technical strong

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and company

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

Interview Questionnaire 

1 Question

  • Q1. I was asked conceptual questions followed by 1-2 small code writing. Topics were JavaScript, React, Redux, HTML, CSS, it included popular concepts for these Technologies.
  • Ans. I answered by explaining the concept followed by giving practical example and my personal experience working on my projects.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no straight forward recipe to get selected. I learnt something new from every interview. And I got good guidance from my mentor to get best opportunity for my career.

#dheerajpatidar [FB, IG]
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java Spring Boot Microservices REST APIs Kafka Java Coding
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 coding SQL coding Scenario based questions on current project Design Patterns
Round 3 - Behavioral 

(1 Question)

  • Q1. Past projects Tricky Java scenario based questions CI/CD experience
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Skills mentioned on resume
Round 2 - Technical 

(1 Question)

  • Q1. Architecture level questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Project related
Round 4 - HR 

(1 Question)

  • Q1. Negotiations and joining date culture
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2023. There were 4 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 

(2 Questions)

  • Q1. Basic JavaScript questions, Coding round based on JavaScript, IQ check, theoretical knowledge of React JS
  • Q2. Question on Event Loop etc, Closures, Array etc.
Round 3 - Technical 

(1 Question)

  • Q1. React JS questions, React JS Implementation, Coding Round
Round 4 - Technical 

(1 Question)

  • Q1. Designing based Round and some Managerial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time appearing for interview for Happiest Mind. They send you selection email and ask for your confidential documents. Post that they don't send offer and even don't have courtesy to reply to you email or follow-ups. Completely unprofessional behaviour by HR team. Don't appear for interview
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. Fw scenario base questions Sit to site vpn configuration steps PA protection profile Route based VPN Wild fire Upgradation of OS and version NAT
Round 3 - Behavioral 

(1 Question)

  • Q1. BGP configuration Aruba Clear pass Basic of Cisco ISE
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations Negotiable, relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - For security profile focus on VPN, NAT protection profile and OS upgradation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple array questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between spring jpa and hibernate
  • Ans. 

    Spring JPA is a part of the Spring framework that provides an abstraction layer on top of JPA, while Hibernate is a standalone ORM framework.

    • Spring JPA is a part of the Spring framework and provides additional features like transaction management, dependency injection, and aspect-oriented programming.

    • Hibernate is a standalone ORM framework that provides mapping between Java objects and database tables, along with featu...

  • Answered by AI
  • Q2. What is cyclic barrier
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the barrier point is reached.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier is re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of coding.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Find smallest positive integer in an array which is missing in the array

Round 2 - Technical 

(2 Questions)

  • Q1. What is cyclic barrier ?
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the waiting threads are released.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier i...

  • Answered by AI
  • Q2. Spring JPA vs Hibernate
  • Ans. 

    Spring JPA is a part of the Spring Data project that makes it easier to work with JPA. Hibernate is a popular ORM framework.

    • Spring JPA is a higher level abstraction on top of JPA, providing more features and simplifying development.

    • Hibernate is a powerful ORM framework that provides mapping between Java objects and database tables.

    • Spring JPA can be used with Hibernate as the underlying ORM provider.

    • Hibernate offers mor...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Current Roles and responsibilities
  • Ans. 

    As a Technical Lead, my current roles and responsibilities include overseeing the technical aspects of projects, providing guidance to team members, and ensuring successful project delivery.

    • Overseeing technical aspects of projects

    • Providing guidance to team members

    • Ensuring successful project delivery

  • Answered by AI
  • Q2. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a challenging role that aligns with my career goals.

    • I have relocated for previous job opportunities and have found it to be a positive experience.

    • I understand the importance of being flexible and adaptable in today's job market.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and positive

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Decorators, generators,

SRM Technologies Pvt.Ltd Interview FAQs

How many rounds are there in SRM Technologies Pvt.Ltd Technical Architect interview for experienced candidates?
SRM Technologies Pvt.Ltd interview process for experienced candidates usually has 2 rounds. The most common rounds in the SRM Technologies Pvt.Ltd interview process for experienced candidates are Technical and HR.
How to prepare for SRM Technologies Pvt.Ltd Technical Architect 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 SRM Technologies Pvt.Ltd. The most common topics and skills that interviewers at SRM Technologies Pvt.Ltd expect are Business Operations, CRM, Database Design, JIRA and Medical Coding.
What are the top questions asked in SRM Technologies Pvt.Ltd Technical Architect interview for experienced candidates?

Some of the top questions asked at the SRM Technologies Pvt.Ltd Technical Architect interview for experienced candidates -

  1. Questions around multithreading and different ways to create thre...read more
  2. Questions around single sigh-on implementation experie...read more
  3. Around different process and experience around handling team ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 350 Interviews
NeoSOFT Interview Questions
3.6
 • 270 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.5
 • 135 Interviews
Sify Technologies Interview Questions
3.8
 • 125 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all
SRM Technologies Pvt.Ltd Technical Architect Salary
based on 4 salaries
₹16 L/yr - ₹36 L/yr
21% less than the average Technical Architect Salary in India
View more details
Programmer
185 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Senior Programmer
177 salaries
unlock blur

₹2.7 L/yr - ₹7.4 L/yr

Programmer Analyst
116 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Software Engineer
61 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Trainee Programmer
50 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Explore more salaries
Compare SRM Technologies Pvt.Ltd with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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