Upload Button Icon Add office photos

Filter interviews by

RCG Global Services Senior Python Developer Interview Questions and Answers

Updated 30 Apr 2024

RCG Global Services Senior Python Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - HR 

(1 Question)

  • Q1. Describe in detail what projects you worked on
Round 3 - Coding Test 

Answer few questions on SQL, and Flask and general python coding interviews, no DSA

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are generators
  • Ans. 

    Generators are functions that allow you to iterate over a sequence of values without creating a full list in memory.

    • Generators use the yield keyword to return values one at a time

    • They are memory efficient as they do not store the entire sequence in memory

    • They can be used to generate an infinite sequence of values

    • Example: def countdown(n): while n > 0: yield n n -= 1

    • Example: for i in countdown(5): print(i)

  • Answered by AI
  • Q2. What are decorators
  • Ans. 

    Decorators are functions that modify the behavior of other functions without changing their source code.

    • Decorators are denoted by '@' symbol in Python

    • They can be used to add functionality to existing functions

    • They can be used to modify the behavior of existing functions

    • They can be used to restrict access to certain functions

    • They can be used to time the execution of functions

  • Answered by AI
  • Q3. Classes and Objects

Interview Preparation Tips

Interview preparation tips for other job seekers - Python OOPs concept should be revised

Skills evaluated in this interview

RCG Global Services Interview FAQs

How many rounds are there in RCG Global Services Senior Python Developer interview?
RCG Global Services interview process usually has 3 rounds. The most common rounds in the RCG Global Services interview process are HR and Coding Test.

Tell us how to improve this page.

RCG Global Services Senior Python Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
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
 • 802 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
View all
Software Engineer
13 salaries
unlock blur

₹3 L/yr - ₹12 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

Technical Lead
7 salaries
unlock blur

₹11.4 L/yr - ₹32 L/yr

Software Programmer
7 salaries
unlock blur

₹3.6 L/yr - ₹4.3 L/yr

Explore more salaries
Compare RCG Global Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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