Upload Button Icon Add office photos

Filter interviews by

Relyon Softech Customer Service Executive Interview Questions and Answers

Updated 29 Apr 2022

Relyon Softech Customer Service Executive Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed before Apr 2021. 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 - Group Discussion 

Need to know the skills of the job profile and should be fluent to communicate in English. You can try they are coperative !!

Round 3 - One-on-one 

(1 Question)

  • Q1. They will take offline or online by video call metting to know more about the capabilities

Interview Preparation Tips

Interview preparation tips for other job seekers - You can try as a intern they are helpful and good environment as a fresher.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Document verification
Round 2 - HR 

(2 Questions)

  • Q1. Introduction about me and my experience.
  • Q2. Knowledge of shortcut keys.

Interview Preparation Tips

Topics to prepare for R Systems International Senior Customer Service Executive interview:
  • Knowledge Management
  • Test Complete
  • Computer Skills
Interview preparation tips for other job seekers - After 2 Rounds got selected.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Not good 

(1 Question)

  • Q1. Colleagues are not good
Round 2 - HR 

(2 Questions)

  • Q1. About yourself brief introduction
  • Q2. About yourself brief description
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. He asked me to give a introduction
  • Q2. He asked me to tell something about my last job

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1 was hr round then vna round took place after that final round , overall experience was quite good

I applied via Recruitment Consulltant and was interviewed before Dec 2021. 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 

Basic aptitude test that can be solvable.

Round 3 - Group Discussion 

They give one topic for speaking upto 2 min

Interview Preparation Tips

Topics to prepare for Intellect Design Arena System Engineer interview:
  • Electric vehicles
Interview preparation tips for other job seekers - No work-life balance. Don't join this company.
No work satisfaction

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics of CAN ,CAPL and previous job responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well accordingly with respect to your resume

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer had less knowledge on the current technologies and was more stereo type.

I appeared for an interview in Jul 2019.

Interview Questionnaire 

4 Questions

  • Q1. 1. Java questions basee on interfaces, Exception Handling, inheritance, Steam API;
  • Q2. 2. SQL questions related to joins, sub-queries, nth highest salary;
  • Q3.  3. Basic algorithms questions based on Arrays/Linked List.
  • Q4. 4. Puzzles based on basic aptitudes test.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for Java Developer. I had 4 rounds (all technical rounds). Each rounds comprises questions related to Java/Puzzles/Algorithms and my experience of project.

Go through your resume. Things should be relevant and one should have clear understanding of basics.

I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is rotational shifts. What is web service flow. How will you check ports on Unix or Solaris machine.
  • Ans. 

    Rotational shifts refer to working in different shifts at different times. Web service flow is the sequence of steps involved in a web service request. Checking ports on Unix or Solaris machine involves using the netstat command.

    • Rotational shifts involve working in different shifts at different times, such as day shift, night shift, and swing shift.

    • Web service flow involves a sequence of steps, such as sending a reques...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Total pathetic experience. Have heard of negative reviews from a number of people, but didn't believed. Unfortunately had to share same pain with them. What job description is given to you, doesn't matters because you won't be asked for that. Your resume will get shortlisted and then it doesn't matter what u have covered up in your career path, because interview rounds will consist of questions out of your scope. Your resume doesn't needs to be shortlisted at first end if it doesn't suit thier needs. HR people, they are on another level. You share your resume to them, and they will never ever reply back to you. Not a single HR, but it seems everyone has same culture. You keep trying to connect them for support. But they will just keep finding smarter ways to avoid.

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. System design of traffic signal
  • Ans. 

    Design a traffic signal system

    • Identify the number of lanes and intersections

    • Determine the traffic flow and peak hours

    • Choose appropriate sensors and controllers

    • Implement a synchronization algorithm

    • Consider emergency vehicle prioritization

    • Include pedestrian crossing signals

    • Ensure compliance with local regulations

  • Answered by AI
  • Q2. Data structures
  • Q3. Oops spring jdbc
  • Q4. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.

    • Hashmap uses hashing function to map keys to indices in an array

    • Collisions can occur when multiple keys map to the same index, which can be resolved using separate chaining or open addressing

    • Java implementation: HashMap map = new HashMap<>();

  • Answered by AI
  • Q5. Pattern printing code
  • Ans. 

    Printing patterns using code

    • Identify the pattern to be printed

    • Use loops to print the pattern

    • Adjust the loop variables to control the pattern

    • Use conditional statements to modify the pattern

    • Examples: printing stars, triangles, squares, etc.

  • Answered by AI
  • Q6. Common point in linked list
  • Ans. 

    Common point in linked list refers to the node where two or more linked lists intersect.

    • The common point can be found by traversing both linked lists and comparing the nodes.

    • The common point can also be found by using two pointers, one for each linked list, and moving them until they meet at the common point.

    • Examples include finding the intersection point of two linked lists or finding the loop in a linked list.

  • Answered by AI
  • Q7. Optimization
  • Q8. Synchronisation
  • Q9. Threads

Skills evaluated in this interview

Relyon Softech Interview FAQs

How many rounds are there in Relyon Softech Customer Service Executive interview?
Relyon Softech interview process usually has 3 rounds. The most common rounds in the Relyon Softech interview process are Resume Shortlist, Group Discussion and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 863 Interviews
KPIT Technologies Interview Questions
3.4
 • 290 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 229 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
NICE Interview Questions
3.6
 • 82 Interviews
View all

Relyon Softech Customer Service Executive Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Implementation Engineer
102 salaries
unlock blur

₹1.8 L/yr - ₹5.3 L/yr

Technical Support Engineer
60 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Software Developer
47 salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Sales Officer
33 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Software Engineer
23 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Relyon Softech with

Oracle

3.7
Compare

KPIT Technologies

3.4
Compare

Intellect Design Arena

3.9
Compare

Oracle Cerner

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