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

Filter interviews by

R Systems International Senior Project Leader Consultant Interview Questions and Answers

Updated 27 Dec 2022

R Systems International Senior Project Leader Consultant Interview Experiences

1 interview found

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

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

(3 Questions)

  • Q1. What are profiles and permission set in salesforce?
  • Ans. 

    Profiles and permission sets are used to control access to data and functionality in Salesforce.

    • Profiles are a collection of settings and permissions that determine what a user can see and do in Salesforce.

    • Permission sets are used to grant additional permissions to users who need access to specific functionality.

    • Profiles and permission sets can be assigned to individual users or groups of users.

    • Profiles and permission ...

  • Answered by AI
  • Q2. How you define the sales process in salesforce?
  • Ans. 

    Sales process in Salesforce is a systematic approach to selling that involves a series of steps to move a prospect from lead to customer.

    • The sales process in Salesforce typically includes stages such as lead generation, qualification, needs analysis, proposal, negotiation, and closing.

    • Each stage of the sales process is tracked in Salesforce using various tools such as lead and opportunity management, forecasting, and r...

  • Answered by AI
  • Q3. What kind of testing you have performed?
  • Ans. 

    I have performed various types of testing including functional, regression, performance, and user acceptance testing.

    • Conducted functional testing to ensure the software meets the requirements

    • Performed regression testing to ensure new features do not break existing functionality

    • Conducted performance testing to ensure the software can handle expected user load

    • Performed user acceptance testing to ensure the software meets...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Testing in salesforce domain must prepare for the basic of salesforce and testing with certain scenarios of testing to be asked.
Both the rounds were half and hour both.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. Advantage and disadvantage of framework.
  • Ans. 

    Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

    • Advantage: Provides structure and pre-built components for faster development

    • Advantage: Can improve code quality and maintainability

    • Disadvantage: Can limit flexibility and customization

    • Disadvantage: Requires learning curve and potential dependency issues

    • Example: ReactJS provides a fr...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Oops? Advantage and disadvantage
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

    • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

    • Disadvantages: complexity, steep learning curve, performance overhead

    • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A c++ written round. It contains good questions on c++ related to exception handling, virtual table concepts, smart_ptrs , etc ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with your project.
Have decent but not great knowledge knowledge in DS/Algos
Know basics of system design.
Be good in your programming language.

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Oracle Architecture, RAC Setup, Golden Gate Troubleshooting, Data Guard recover, RMAN restoration

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Day to Day activities and Oracle architecture

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Java coding questions asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Overriding rules
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, proven track record of delivering high-quality software, and excellent problem-solving skills.

    • Extensive experience in software development with expertise in multiple programming languages such as Java, Python, and C++

    • Proven track record of successfully delivering complex projects on time and within budget

    • Strong problem-solving skills and ability to think creatively to find innovati...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between abstract class and interface?
  • Q2. Explain OOP in C#?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 4 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. Monolithic and microservice architecture difference and how will you migrate.
  • Ans. 

    Monolithic architecture is a single large application while microservice architecture is a collection of small, independent services.

    • Monolithic architecture is a single, tightly coupled application where all components are interconnected.

    • Microservice architecture breaks down the application into smaller, loosely coupled services that communicate through APIs.

    • Migrating from monolithic to microservices involves breaking ...

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

(1 Question)

  • Q1. Managerial round few technical questions followed by team building and leadership related questions asked.
Round 4 - HR 

(1 Question)

  • Q1. Basic leadership related questions and few questions on why job change etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics good, system design and cloud architecture is important. Question on DS and algo.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Least recently used rate limiter

Interview Preparation Tips

Topics to prepare for Atlassian Senior Software Engineer interview:
  • Previous question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Rate Limiter with possible test cases
  • Ans. 

    Rate limiter is a mechanism to control the rate of requests sent to a server

    • Implement a sliding window algorithm to track the number of requests within a specific time frame

    • Set a limit on the number of requests allowed per unit of time

    • Return an error response when the limit is exceeded

    • Test cases: 1. Send requests below the limit - should be successful. 2. Send requests above the limit - should receive an error response

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

(1 Question)

  • Q1. Rank teams based on some criteria
Round 3 - One-on-one 

(1 Question)

  • Q1. Job scheduler system design round

R Systems International Interview FAQs

How many rounds are there in R Systems International Senior Project Leader Consultant interview?
R Systems International interview process usually has 2 rounds. The most common rounds in the R Systems International interview process are Resume Shortlist and Technical.
What are the top questions asked in R Systems International Senior Project Leader Consultant interview?

Some of the top questions asked at the R Systems International Senior Project Leader Consultant interview -

  1. What are profiles and permission set in salesfor...read more
  2. How you define the sales process in salesfor...read more
  3. What kind of testing you have perform...read more

Tell us how to improve this page.

R Systems International Senior Project Leader Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.2
 • 176 Interviews
AVASOFT Interview Questions
2.9
 • 167 Interviews
Oracle Cerner Interview Questions
3.7
 • 158 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Thomson Reuters Interview Questions
4.1
 • 115 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
EbixCash Limited Interview Questions
4.0
 • 103 Interviews
UKG Interview Questions
3.1
 • 103 Interviews
SPRINKLR Interview Questions
3.0
 • 102 Interviews
Atlassian Interview Questions
3.6
 • 89 Interviews
View all
R Systems International Senior Project Leader Consultant Salary
based on 6 salaries
₹24 L/yr - ₹28 L/yr
53% more than the average Senior Project Leader Consultant Salary in India
View more details
Senior Software Engineer
1k salaries
unlock blur

₹8 L/yr - ₹33 L/yr

Project Lead
884 salaries
unlock blur

₹11 L/yr - ₹35 L/yr

Software Engineer
336 salaries
unlock blur

₹4.4 L/yr - ₹18 L/yr

Senior Project Leader
259 salaries
unlock blur

₹12.5 L/yr - ₹36 L/yr

Technical Architect
150 salaries
unlock blur

₹16 L/yr - ₹38 L/yr

Explore more salaries
Compare R Systems International with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.2
Compare

EbixCash Limited

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