Upload Button Icon Add office photos

RateGain

Compare button icon Compare button icon Compare

Filter interviews by

RateGain Associate/Senior Associate -(Technical) Interview Questions and Answers

Updated 11 Oct 2020

RateGain Associate/Senior Associate -(Technical) Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. Space and time complexity of Sorting and Searching algos. Which algo is the best and why?
  • Ans. 

    Sorting and searching algos have different space and time complexities. The best algo depends on the use case.

    • Sorting algos: Bubble sort, Insertion sort, Selection sort, Merge sort, Quick sort

    • Searching algos: Linear search, Binary search

    • Space complexity of sorting algos varies from O(1) to O(n), while time complexity varies from O(n^2) to O(nlogn)

    • Space complexity of searching algos is O(1), while time complexity is O(l...

  • Answered by AI
  • Q2. What's the most challenging task/proj you have handled?
  • Ans. 

    The most challenging project I handled involved migrating a legacy system to a modern architecture while ensuring minimal downtime.

    • Legacy System Migration: I led a project to migrate a 10-year-old legacy system to a microservices architecture, which required extensive planning.

    • Stakeholder Coordination: Coordinated with multiple stakeholders to gather requirements and ensure alignment, which involved regular meetings an...

  • Answered by AI
  • Q3. Given an array of unsorted values, write a program to replace each array index element with the next highest element.
  • Ans. 

    Program to replace each array index element with the next highest element.

    • Sort the array in descending order

    • Loop through the array and replace each element with the next highest element

    • Handle edge cases like duplicates and last element

  • Answered by AI
  • Q4. Given an array of unsorted values, search a value in the array and provide its space and time complexity? Is this the best way to search the value, why?
  • Ans. 

    Searching an unsorted array for a value and determining its space and time complexity.

    • The time complexity of linear search is O(n), where n is the size of the array.

    • Binary search has a time complexity of O(log n), but requires a sorted array.

    • Hash tables can provide constant time complexity for search, but require additional space.

    • The best search method depends on the specific use case and constraints.

    • Example: Searching...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about RateGain?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. First-round is the technical round and aptitude which is an online test logical question is a more technical question related to C# coding one question and others are about OOPS and all SQL question like ...

Associate/Senior Associate -(Technical) Interview Questions Asked at Other Companies

asked in NTT Data
Q1. What are the different types of Database management systems. What ... read more
asked in Cognizant
Q2. 1.Difference between role and profile, 2. For what level of owd t ... read more
Q3. Tell me all chemicals name with their use and proper dilution
asked in NTT Data
Q4. Give a real-time example of Inheritance, Polymorphism, Abstractio ... read more
asked in NTT Data
Q5. Write a SQL query to print all the rows in a table that have no m ... read more

I applied via Google and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Terniary operator , c language , coding simple questions break switch , if else , while loop and most important your last year major project prepare this is very important question asked by interviewer to ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on c language

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

Interview Questionnaire 

2 Questions

  • Q1. About payment method integration
  • Q2. Oops concept,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,

Be polite and honest to them,

Answered to questions

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 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 - Aptitude Test 

It was an aptitude test consisting of 40 questions in 30 minutes.

Round 3 - Coding Test 

There were coding questions
1.) Find the sum of 4 largest no in an array.
2.)find area of the largest rectangle in a histogram.
3.)Sudoko challenge

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics.
Keep calm and share your thoughts with the interviewer.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Son of the uncle's Kid is __ of son. This and some basic mathematics equation, etc were the questions

Round 3 - Coding Test 

3 questions were there 1 was writing SQL query, 1 tree node related program, 1 logical question

Round 4 - One-on-one 

(1 Question)

  • Q1. Basic introduction question, Core oops concepts, basic SQL related questions, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I was a fresher and out of 10 people they hired just 3 people so i won't recommend at all. Even the 3 people were asked to join after 6 months hence they expelled each and everyone directly or indirectly. And if you are experienced then i had conversation with few of the seniors and they told that there is too much politics at high level if you know any engineering manager / any of the board members then you will get good exposure else you would even find difficulty for getting any project assigned. They hire just to keep in bench (they replied after getting hired they waited 6 months in duration of 2 years of experience they got chance to work on only 2 projects each lasting for 2.5months on an average)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript and React native questions

Interview Preparation Tips

Topics to prepare for Simform Software Developer interview:
  • React Native
  • Javascript
  • Typescript
  • redux toolkit
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is the system design of Instagram?
  • Ans. 

    Instagram's system design focuses on scalability, performance, and user engagement through a microservices architecture.

    • Microservices architecture allows independent scaling of services like user management, photo storage, and feed generation.

    • Use of CDN (Content Delivery Network) for fast image and video delivery to users globally.

    • Database sharding for efficient data management, using technologies like PostgreSQL or Ca...

  • Answered by AI
  • Q2. What are the pros and cons of scaling, and could you provide examples of its usages?
  • Ans. 

    Scaling in software development involves adjusting resources to handle varying loads, with pros and cons to consider.

    • Pros: Improved performance during high traffic (e.g., cloud services like AWS scaling up resources).

    • Cons: Increased costs associated with additional resources (e.g., paying for unused server capacity).

    • Example of vertical scaling: Upgrading a server's CPU and RAM to handle more requests.

    • Example of horizon...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2023. 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 - Coding Test 

Online Test where there is total 8 question from which 2 is program and 6 is MCQ.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Interview. Asked about tell me about yourself, biggest problem faced you have faced in your career. Basic Python, OOPS concepts, Sql query, Django Questions, One online program
Round 4 - One-on-one 

(1 Question)

  • Q1. One to One Round with CTO.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Level of aptitude is easy

Round 2 - Coding Test 

In this selected role question is asked suppose I applied in .net then coding must in c#

RateGain Interview FAQs

What are the top questions asked in RateGain Associate/Senior Associate -(Technical) interview?

Some of the top questions asked at the RateGain Associate/Senior Associate -(Technical) interview -

  1. Given an array of unsorted values, search a value in the array and provide its ...read more
  2. Space and time complexity of Sorting and Searching algos. Which algo is the bes...read more
  3. Given an array of unsorted values, write a program to replace each array index ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 66 Interviews
Credera Interview Questions
3.7
 • 41 Interviews
Damco Solutions Interview Questions
3.8
 • 41 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Simform Interview Questions
3.4
 • 39 Interviews
View all
Senior Software Engineer
64 salaries
unlock blur

₹10.1 L/yr - ₹18 L/yr

Associate Manager
34 salaries
unlock blur

₹8.9 L/yr - ₹13 L/yr

Senior QA Engineer
27 salaries
unlock blur

₹4.5 L/yr - ₹10.6 L/yr

Software Development Engineer II
24 salaries
unlock blur

₹13.6 L/yr - ₹23 L/yr

Software Engineer
23 salaries
unlock blur

₹10.2 L/yr - ₹17.3 L/yr

Explore more salaries
Compare RateGain with

Damco Solutions

3.8
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

3.7
Compare

AgreeYa Solutions

3.2
Compare
write
Share an Interview