Upload Button Icon Add office photos

Filter interviews by

RCG Global Services Interview Questions and Answers for Experienced

Updated 15 Nov 2024

RCG Global Services Interview Experiences for Experienced

Popular Designations

3 interviews found

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 Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your last project ? what was your role? any challenges faced and how have you overcome them?
  • Ans. 

    I led a team in developing a mobile app for tracking fitness goals.

    • Role: Tech Lead overseeing development and implementation

    • Challenges: Tight deadline, integrating third-party APIs, ensuring user-friendly interface

    • Overcoming challenges: Prioritizing tasks, effective communication within team, conducting regular testing

    • Example: Collaborated with UI/UX designers to improve app usability

  • Answered by AI
  • Q2. Agile Methodology , how it works?
  • Ans. 

    Agile methodology is a project management approach that emphasizes flexibility, collaboration, and iterative development.

    • Agile involves breaking down projects into smaller tasks called user stories.

    • Teams work in short iterations called sprints, typically 1-4 weeks long.

    • Regular meetings like daily stand-ups and sprint reviews help keep the team on track.

    • Feedback is gathered frequently from stakeholders to make adjustmen...

  • Answered by AI

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
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 in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Based on the previous projects and Scenarios.

Database Engineer Interview Questions asked at other Companies

Q1. What do you understand by database, Data Warehousing, data lake, and datamarts? What are the benefits of the use of ELT over ETL? What's your experience with AWS Redshift? What's your experience with the cloud watch and how do you debug?
View answer (1)

I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Angular , JavaScript

Interview Preparation Tips

Interview preparation tips for other job seekers - Only one technical level is there, So if you prepare well, you get a good chance of getting placed. And having great communication skills would be an added advantage

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Rabitmq messenger
  • Q2. Data migration in your work
  • Ans. 

    I have experience with data migration in my work, including transferring data between different systems and databases.

    • I have successfully migrated data from an on-premise database to a cloud-based database.

    • I have used ETL tools like Talend and Informatica to automate the data migration process.

    • I have experience mapping data fields and ensuring data integrity during the migration process.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

3 online dsa questions easy to medium

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions were pretty easy like on speed etc

Round 2 - Coding Test 

Coding questions were also easy like patterns code, reverse string just basics

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude only think out of box

Round 2 - One-on-one 

(2 Questions)

  • Q1. Static and final difference
  • Ans. 

    Static variables belong to the class itself, while final variables cannot be changed after initialization.

    • Static variables are shared among all instances of a class

    • Final variables cannot be reassigned once initialized

    • Static variables are initialized only once at the start of the program

    • Final variables must be initialized when declared

  • Answered by AI
  • Q2. Patterns problem
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. Checking english fluency

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good company, friendly HR and interviewer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

10 reasoning questions and 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Wap for factorial with recurrsion
  • Ans. 

    Factorial calculation using recursion in a programming language

    • Define a function that takes an integer as input

    • Base case: if input is 0, return 1

    • Recursive case: return input multiplied by factorial of input-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI
  • Q2. Opps and basic core Java questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple logic and maths based questions along with coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on string literals
  • Q2. Array vs arraylist
  • Ans. 

    Arrays are fixed in size, while ArrayLists can dynamically resize. Arrays are faster for accessing elements, while ArrayLists offer more flexibility.

    • Arrays have a fixed size, while ArrayLists can dynamically resize.

    • Arrays are faster for accessing elements, while ArrayLists offer more flexibility in terms of adding, removing, and manipulating elements.

    • Example: String[] namesArray = new String[5]; ArrayList<String>

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. My strength and weaknesses
  • Q2. Past work experiences if any
  • Ans. 

    I have worked as a software developer for 3 years at XYZ company.

    • Developed web applications using Java, Spring, and AngularJS

    • Collaborated with team members to design and implement new features

    • Participated in code reviews and testing processes

    • Resolved technical issues and provided support to end users

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Systematic interview test

Round 2 - One-on-one 

(1 Question)

  • Q1. What is java and oops concepts
  • Ans. 

    Java is a popular programming language used for developing various applications. OOPs concepts refer to Object-Oriented Programming principles.

    • Java is a high-level, class-based, object-oriented programming language.

    • OOPs concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to bundling data and meth...

  • Answered by AI

RCG Global Services Interview FAQs

How many rounds are there in RCG Global Services interview for experienced candidates?
RCG Global Services interview process for experienced candidates usually has 1 rounds. The most common rounds in the RCG Global Services interview process for experienced candidates are One-on-one Round and Technical.
How to prepare for RCG Global Services 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 RCG Global Services. The most common topics and skills that interviewers at RCG Global Services expect are Agile, SQL, Troubleshooting, Javascript and Management.
What are the top questions asked in RCG Global Services interview for experienced candidates?

Some of the top questions asked at the RCG Global Services interview for experienced candidates -

  1. Agile Methodology , how it wor...read more
  2. Questions were mainly from core Java, collections and stre...read more
  3. explain about react gu...read more

Tell us how to improve this page.

RCG Global Services Interview Process for Experienced

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

IDZ Digital Interview Questions
3.8
 • 22 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Kwalee India Interview Questions
2.9
 • 7 Interviews
Games2Win Interview Questions
2.4
 • 7 Interviews
FRND Interview Questions
2.1
 • 6 Interviews
Tencent Interview Questions
4.6
 • 6 Interviews
Digitoonz Interview Questions
3.0
 • 5 Interviews
View all

RCG Global Services Reviews and Ratings

based on 41 reviews

3.5/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.6

Salary

2.7

Job security

3.2

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 41 Reviews and Ratings
Software Engineer
14 salaries
unlock blur

₹4.8 L/yr - ₹12.8 L/yr

Technical Lead
14 salaries
unlock blur

₹11.4 L/yr - ₹35 L/yr

Business Analyst
9 salaries
unlock blur

₹15.1 L/yr - ₹16 L/yr

Software Developer
8 salaries
unlock blur

₹2.8 L/yr - ₹6.4 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare RCG Global Services with

Sportz Interactive

3.2
Compare

Head Digital Works

3.9
Compare

Merkur Gaming India

3.6
Compare

Green Gold Animation

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