AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Relanto Global

Compare button icon Compare button icon Compare
3.8

based on 38 Reviews

Play video Play video Video summary
  • About
  • Reviews
    38
  • Salaries
    442
  • Interviews
    6
  • Jobs
    156
  • Benefits
    -
  • Photos
    -

Filter interviews by

Relanto Global Interview Questions and Answers

Updated 26 Jan 2025
Popular Designations

Relanto Global Interview Experiences

6 interviews found

Software Developer Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Hakerrank coding test

Round 2 - Technical 

(2 Questions)

  • Q1. Aws and python based question
  • Add your answer
  • Q2. Python coding question on array
  • Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. They will explain about their product and ask your work experience
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - don't hope until you get offer letter

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Anonymous

Ai Ml Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell.me about project
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Used historical customer data to train the model

    • Implemented various classification algorithms such as logistic regression, random forest, and XGBoost

    • Evaluated model performance using metrics like accuracy, precision, recall, and F1 score

  • Answered by AI
    Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about project?
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Used historical customer data to train the model

    • Implemented various classification algorithms such as logistic regression, random forest, and XGBoost

    • Evaluated model performance using metrics like accuracy, precision, recall, and F1 score

  • Answered by AI
    Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Tell me about project
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Used historical customer data to train the model

    • Implemented various classification algorithms such as logistic regression, random forest, and XGBoost

    • Evaluated model performance using metrics like accuracy, precision, recall, and F1 score

  • Answered by AI
    Add your answer

Ai Ml Engineer Interview Questions asked at other Companies

Q1. Can you describe a recent machine learning project you built, including a walkthrough of the project and a code sample?
View answer (1)
Anonymous

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to DBT models and macros
  • Add your answer
  • Q2. Questions related to SQL joins
  • Add your answer

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Anonymous

Senior Sse Software Engineering Analyst Interview Questions & Answers

user image Krishna Kumar

posted on 8 Nov 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions about integration,
  • Add your answer

Senior Sse Software Engineering Analyst Interview Questions asked at other Companies

Q1. Multithreading and reverse of a string and spring mvc and oops concepts and basics of core java and hibernate security restrictions and struts of modules of prototype and security acomplishments of various tools and various integration serv... read more
View answer (1)
Anonymous

Technical Trainee Interview Questions & Answers

user image trsnaren

posted on 17 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 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 

General Aptitude and Data Related Questions

Round 3 - Coding Test 

Simple 1 DSA coding question

Round 4 - Group Discussion 

Shortlisted students will have GD

Round 5 - Technical 

(5 Questions)

  • Q1. Why did you learn DSA
  • Ans. 

    Learned DSA to improve problem-solving skills and prepare for technical interviews.

    • To improve problem-solving skills

    • To prepare for technical interviews

    • To understand efficient algorithms and data structures

    • To enhance coding abilities

  • Answered by AI
    Add your answer
  • Q2. What is the need of inheritance
  • Ans. 

    Inheritance allows for code reusability, promotes code organization, and enables polymorphism.

    • Allows for code reusability by inheriting attributes and methods from a parent class

    • Promotes code organization by creating a hierarchy of classes

    • Enables polymorphism, where objects of different classes can be treated as objects of a common superclass

    • Example: A 'Vehicle' class can be inherited by 'Car' and 'Truck' classes, inhe...

  • Answered by AI
    Add your answer
  • Q3. 4 complex SQL queries
  • Add your answer
  • Q4. Questions related to my projects
  • Add your answer
  • Q5. Explain Random Forest Regression algorithm
  • Ans. 

    Random Forest Regression is an ensemble learning algorithm that uses multiple decision trees to make predictions.

    • Random Forest Regression combines multiple decision trees to reduce overfitting and improve accuracy.

    • Each tree in the random forest is trained on a random subset of the data and features.

    • The final prediction is the average of predictions from all the trees in the forest.

    • Random Forest Regression is used for p...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be simple and confident. Always smile

Skills evaluated in this interview

Technical Trainee Interview Questions asked at other Companies

Q1. Minimum Cost to Destination You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute the minimum cost required to travel ... read more
View answer (1)
Anonymous

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2022

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Brush up your skills on aptitude questions this won't be tough

Round 2 - Technical 

(2 Questions)

  • Q1. Question are based on your field of expertise
  • Add your answer
  • Q2. Have a good knowledge of excel
  • Add your answer
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a data analyst with a strong background in statistics and programming. I have experience in analyzing large datasets and providing actionable insights.

    • Proficient in statistical analysis and data visualization tools such as Python, R, and Tableau

    • Skilled in SQL for data extraction and manipulation

    • Experience in conducting A/B testing and hypothesis testing

    • Strong problem-solving and critical thinking skills

    • Effective c...

  • Answered by AI
    Add your answer
  • Q2. Tell me about your project that you have done
  • Ans. 

    Developed a predictive model to forecast customer churn in a telecommunications company.

    • Used machine learning algorithms such as logistic regression and random forest.

    • Performed data preprocessing, feature engineering, and model evaluation.

    • Achieved an accuracy of 85% in predicting customer churn.

    • Implemented the model in Python using libraries like pandas, scikit-learn, and matplotlib.

  • Answered by AI
    View 1 more answer

Interview Preparation Tips

Topics to prepare for Relanto Global Data Analyst interview:
  • Your experience
Interview preparation tips for other job seekers - Be good at excel and don't be nervous, have good confidance and you will easily crack the interview

Data Analyst Interview Questions asked at other Companies

Q1. Write code to calculate the number of people in a room at the end of the day, given that X people enter and Y people leave continuously throughout the day.
View answer (11)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Relanto Global?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 7 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading
  • Add your answer

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM
Anonymous
Are these interview questions helpful?
company Logo

Software Developer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 20 Aug 2017

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Apmosys Technologies user image Anonymous

posted on 13 Jan 2021

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
    Add your answer
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.
Anonymous
company Logo

Software Developer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 27 Nov 2020

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI
    Add your answer
Anonymous
More about working at Relanto Global
  • IT Services & Consulting
  • 51-200 Employees (India)

Relanto Global Interview FAQs

How many rounds are there in Relanto Global interview?
Relanto Global interview process usually has 2-3 rounds. The most common rounds in the Relanto Global interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Relanto Global interview?
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 Relanto Global. The most common topics and skills that interviewers at Relanto Global expect are SQL, Python, Salesforce, Javascript and HTML.
What are the top questions asked in Relanto Global interview?

Some of the top questions asked at the Relanto Global interview -

  1. What is the need of inherita...read more
  2. Explain Random Forest Regression algori...read more
  3. Why did you learn ...read more

Tell us how to improve this page.

Relanto Global Interviews By Designations

  • Relanto Global Data Analyst Interview Questions
  • Relanto Global Software Developer Interview Questions
  • Relanto Global Senior Sse Software Engineering Analyst Interview Questions
  • Relanto Global Technical Trainee Interview Questions
  • Relanto Global Data Engineer Interview Questions
  • Relanto Global Ai Ml Engineer Interview Questions

Interview Questions for Popular Designations

  • Executive Interview Questions
  • Associate Interview Questions
  • Software Developer Interview Questions
  • Business Analyst Interview Questions
  • Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • Java Developer Interview Questions
  • System Engineer Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

2.5/5

based on 11 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Northcorp Software
Northcorp Software Interview Questions
4.4
 • 182 Interviews
HCL Infosystems
HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler
HyScaler Interview Questions
4.5
 • 101 Interviews
Zidio Development
Zidio Development Interview Questions
4.4
 • 97 Interviews
Apmosys Technologies
Apmosys Technologies Interview Questions
3.4
 • 51 Interviews
Prologic Web Solutions
Prologic Web Solutions Interview Questions
4.0
 • 37 Interviews
Quantsapp
Quantsapp Interview Questions
2.9
 • 35 Interviews
Snovasys
Snovasys Interview Questions
4.0
 • 35 Interviews
NexTurn
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Relanto Global Reviews and Ratings

based on 38 reviews

3.8/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.9

Salary

3.3

Job security

3.8

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 38 Reviews and Ratings
Jobs at Relanto Global
Relanto Global
Senior Project Manager

Bangalore / Bengaluru

7-11 Yrs

Not Disclosed

Relanto Global
Process Quality Lead

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Relanto Global
Snowflake Developer Role

Bangalore Rural,

Bangalore / Bengaluru

4-9 Yrs

₹ 6-16 LPA

Explore more jobs
Relanto Global Salaries in India
Software Engineer
32 salaries
unlock blur

₹4 L/yr - ₹12.2 L/yr

Lead Software Engineer
19 salaries
unlock blur

₹16.7 L/yr - ₹26 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Consultant
11 salaries
unlock blur

₹5 L/yr - ₹17.5 L/yr

Information Technology Recruiter
10 salaries
unlock blur

₹1.8 L/yr - ₹3.7 L/yr

Explore more salaries
Compare Relanto Global with
HCL Infosystems

HCL Infosystems

3.9
Compare
Zidio Development

Zidio Development

4.4
Compare
Northcorp Software

Northcorp Software

4.4
Compare
Accel Frontline

Accel Frontline

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Relanto Global Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter