Upload Button Icon Add office photos
Engaged Employer

i

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

R Systems International Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 992 Reviews

Filter interviews by

R Systems International Associate Technical Architect Interview Questions and Answers

Updated 30 Jan 2024

R Systems International Associate Technical Architect Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create low-level design for company employee management.
  • Ans. 

    Design a system for managing company employees.

    • Identify the required employee information to be stored, such as name, contact details, job title, department, etc.

    • Create a database schema to store employee data, including tables for employees, departments, job titles, etc.

    • Implement user authentication and authorization to ensure secure access to employee information.

    • Develop a user-friendly interface for adding, editing,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your domain, and experience, you should be good at what you have written in your CV.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Challenges on Leetcode that are classified as hard and can be coded using an IDE along with test cases.

Round 2 - Coding Test 

Low level design of parking lot

Round 3 - Lld 

(1 Question)

  • Q1. System design of a scalable distributed system
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected
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 

(4 Questions)

  • Q1. Return on investment on the IT investment is key focus here.
  • Q2. How would different personas be impacted.
  • Q3. How service management adds to customer experience.
  • Ans. 

    Service management enhances customer experience by ensuring efficient and effective delivery of services.

    • Service management helps in setting clear service expectations with customers.

    • It ensures timely and consistent delivery of services, leading to customer satisfaction.

    • Service management also involves handling customer feedback and complaints effectively.

    • By optimizing service processes, service management can improve ...

  • Answered by AI
  • Q4. Field management services

Interview Preparation Tips

Topics to prepare for ServiceNow Software Architect interview:
  • Return on investment
  • Corporate Governance
Interview preparation tips for other job seekers - It's an outstanding company with disregard for your work life balance.pays very high
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What do you know about Credit Card Transaction lifecycle
  • Ans. 

    Credit card transaction lifecycle involves authorization, clearing, and settlement processes.

    • Authorization: Initial approval of the transaction by the card issuer.

    • Clearing: The process of exchanging transaction details between the merchant and the card issuer.

    • Settlement: The final transfer of funds from the cardholder's account to the merchant's account.

    • Chargeback: A reversal of a transaction due to disputes or fraud.

    • I...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have some relevant ServiceNow certification

I was told after 2nd round, just before mty final round that their criteria has changed & are now looking for someone with mandate prior ServiceNow certifications

Wasted my time in the 1st 2 rounds for no reason
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Dr Sivanthi Aditanar College of Engineering, Tiruchendur and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

On the topic of wfh vs wfo

Round 2 - Technical 

(3 Questions)

  • Q1. Logic for leap year
  • Ans. 

    A leap year is a year that is divisible by 4, except for years that are divisible by 100 but not by 400.

    • Leap year is divisible by 4

    • Exception: Years divisible by 100 but not by 400 are not leap years

    • Example: 2000 is a leap year because it is divisible by 400

  • Answered by AI
  • Q2. Logic for fibonocee series
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with 0 and 1 as the first two numbers in the series

    • Add the previous two numbers to get the next number in the series

    • Repeat this process to generate the Fibonacci series

  • Answered by AI
  • Q3. Swap two number without 3rd variable
  • Ans. 

    Swap two numbers without using a third variable

    • Use bitwise XOR operation to swap two numbers without using a third variable

    • Example: a = 5, b = 10. a = a XOR b, b = a XOR b, a = a XOR b

    • After swapping: a = 10, b = 5

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Biometric attitude questions

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SOLID principle
  • Q2. Internal working of view model
  • Ans. 

    The view model is responsible for managing and providing data to the view in a way that is independent of the underlying data source.

    • View model acts as an intermediary between the view and the data source.

    • It retrieves data from the data source and transforms it into a format that is suitable for the view.

    • It may also perform data validation and business logic.

    • View model is typically implemented as a separate class or co...

  • Answered by AI
  • Q3. Find 2nd largest number
  • Ans. 

    To find the 2nd largest number in an array, sort the array in descending order and return the element at index 1.

    • Sort the array in descending order using a sorting algorithm

    • Return the element at index 1 as the 2nd largest number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. How to handle security in Kafka?
  • Ans. 

    Security in Kafka can be handled through authentication, authorization, encryption, and SSL/TLS.

    • Implement authentication mechanisms like SASL or SSL for secure communication between clients and brokers.

    • Set up ACLs (Access Control Lists) to control access to topics and resources.

    • Enable encryption using SSL/TLS to secure data in transit.

    • Use tools like Confluent Security Plugins for additional security features.

    • Regularly ...

  • Answered by AI
  • Q2. Benefits of Microservices?
  • Ans. 

    Microservices offer benefits such as scalability, flexibility, resilience, and easier maintenance.

    • Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.

    • Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for more flexibility in the development process.

    • Resilience: If one microservice fails, it does not brin...

  • Answered by AI
  • Q3. Have you done any customisation in spring-boot?
  • Ans. 

    Yes, I have done customisation in spring-boot.

    • Implemented custom error handling by extending ResponseEntityExceptionHandler

    • Created custom annotations for validation

    • Configured custom logging using Logback

  • Answered by AI

Skills evaluated in this interview

R Systems International Interview FAQs

How many rounds are there in R Systems International Associate Technical Architect interview?
R Systems International interview process usually has 1 rounds. The most common rounds in the R Systems International interview process are Technical.

Tell us how to improve this page.

R Systems International Associate Technical Architect Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
Coforge Interview Questions
3.3
 • 511 Interviews
KPIT Technologies Interview Questions
3.5
 • 294 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
View all
R Systems International Associate Technical Architect Salary
based on 85 salaries
₹16.9 L/yr - ₹34.5 L/yr
5% more than the average Associate Technical Architect Salary in India
View more details

R Systems International Associate Technical Architect Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

2.1

Skill development

3.0

Work-life balance

3.1

Salary

2.2

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
998 salaries
unlock blur

₹8 L/yr - ₹27.1 L/yr

Project Lead
952 salaries
unlock blur

₹11 L/yr - ₹35 L/yr

Software Engineer
341 salaries
unlock blur

₹4.5 L/yr - ₹16.8 L/yr

Senior Project Leader
273 salaries
unlock blur

₹12.5 L/yr - ₹34 L/yr

Technical Architect
145 salaries
unlock blur

₹16 L/yr - ₹38 L/yr

Explore more salaries
Compare R Systems International with

HCLTech

3.5
Compare

Tech Mahindra

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

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