Upload Button Icon Add office photos

Filter interviews by

Reltio Senior Devops Engineer Interview Questions and Answers

Updated 9 Dec 2024

Reltio Senior Devops Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Logical questions MCQ on ansible terraform python and basic programming around 19 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good , questions were ok more on your understanding of options and parameters

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. All related to project worked on wlan testing and networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good.
They gave taken 3 technical and 1hr round

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts

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

Interview Questionnaire 

7 Questions

  • Q1. 1) What is volatile? 2) What is constant? 3) Can we use volatile and const at a time?4) What is ISR how it works?
  • Ans. 

    Answers to questions related to software engineering concepts.

    • Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.

    • Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.

    • Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.

    • ISR stands for Interrupt Service Routi...

  • Answered by AI
  • Q2. What is pointer? Explain dangling pointer, null pointer, void pointer.
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.

    • Dangling pointer: a pointer that points to a memory location that has been deallocated or freed

    • Null pointer: a pointer that does not point to any memory location

    • Void pointer: a pointer that has no specific data type and can point to any data type

  • Answered by AI
  • Q3. Storage classes explain all the storage classes in c.
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • auto: default storage class for local variables

    • register: stores variables in CPU registers for faster access

    • static: retains value between function calls

    • extern: used to access global variables across multiple files

  • Answered by AI
  • Q4. Compilation stages.
  • Q5. Projects done at previous company with clear explanation.
  • Q6. CAN, SPI, I2C, UART differences.
  • Q7. Explain CAN data frame.
  • Ans. 

    CAN data frame is a message format used in Controller Area Network (CAN) protocol.

    • CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).

    • The Arbitration ID field is used to identify the message priority and the source of the message.

    • The Data Field can contain up to 8 bytes of data.

    • The CRC field is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through whatever things you have kept on your resume. Go through the project. Practice C as much as possible most of the questions will be asked on C programming.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find in rotated sorted array
  • Ans. 

    Search for a target value in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target value lies in based on the pivot point.

    • Continue binary search in the appropriate half of the array to find the target value.

  • Answered by AI
  • Q2. Design IMDB. how will you manage concurrent ratings
  • Ans. 

    Design IMDB with concurrent ratings management

    • Implement a locking mechanism to ensure only one user can update a rating at a time

    • Use a queue system to handle multiple rating requests in an orderly manner

    • Consider using distributed systems to handle high concurrency levels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design vehicle rental system. Api design
  • Ans. 

    Design a vehicle rental system API

    • Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle

    • Include authentication and authorization mechanisms for users and admins

    • Implement payment gateway integration for processing rental payments

    • Include features like vehicle search, filtering, and reviews/ratings

    • Consider scalability and performance optimizations for handling high traffic

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

45 min test with 4 sections

Round 2 - Technical 

(1 Question)

  • Q1. Questions on terraform azure devops, aws
Round 3 - HR 

(1 Question)

  • Q1. Normal HR discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic shell, DevOps related questions
  • Q2. Scripting related questions

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

Interview Questionnaire 

3 Questions

  • Q1. 1. they asked about your roles and responsibilities 2. daily basis tasks and recently faced issues 3. Some basic questions from your current roles and responsibilities.
  • Q2. As we know in devops, we have multiple technology which we should have knowledge about below technologies: CI/CD, cloud computing , linux, shell, docker, ansible, Kubernetes and some others.
  • Q3. In my interview I have given 2 technical round. 1ts is a telephonic interview where they asked multiple questions about docker , ansible, linux basic and network command. And 2nd one is my client interview...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and keep calm.

I applied via Company Website and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions were specific to the role and position. In fact, all the questions were around the points highlighted in the job description for the role - as the JD for this specific job was crisp and to the po...
  • Q2. Explain some critical or important assignments that I have done in past?
  • Q3. Why did I have so many switches on my resume. (I had 5 till that date with 7+ years of experience.)

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask as many questions as you can. This was my take away after clearing all the rounds as it helped to make them feel that I was very serious about the opportunity and interested in knowing more about it.
Some questions could be around the current technical challenges in the team and learning more about the vision of the team you are going to work with.

I applied via Referral and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Devops life cycle , CICD, Ansible, Shell and groovy script, Jenkins , Gitlab
  • Q2. Linux , Networking , past company challenges
Round 2 - Technical 

(1 Question)

  • Q1. More detailed as per round 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume twice and prepare each point from your resume

Reltio Interview FAQs

How many rounds are there in Reltio Senior Devops Engineer interview?
Reltio interview process usually has 1 rounds. The most common rounds in the Reltio interview process are Coding Test.
How to prepare for Reltio Senior Devops Engineer 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 Reltio. The most common topics and skills that interviewers at Reltio expect are AWS, Python, Ansible, Devops and Jenkins.

Tell us how to improve this page.

Reltio Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MyOperator Interview Questions
3.6
 • 22 Interviews
Ichhapurti.com Interview Questions
2.3
 • 19 Interviews
View all
Reltio Senior Devops Engineer Salary
based on 7 salaries
₹30.3 L/yr - ₹34 L/yr
74% more than the average Senior Devops Engineer Salary in India
View more details
Software Engineer
10 salaries
unlock blur

₹15 L/yr - ₹22.1 L/yr

Senior Engineer
8 salaries
unlock blur

₹30 L/yr - ₹46.5 L/yr

Senior Product Manager
7 salaries
unlock blur

₹40 L/yr - ₹69 L/yr

Senior Devops Engineer
7 salaries
unlock blur

₹30.3 L/yr - ₹34 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹29 L/yr - ₹39.6 L/yr

Explore more salaries
Compare Reltio with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Xtancia Technosoft

4.0
Compare

Global Edge Software

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