Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Open Financial Technologies Private Limited Team. If you also belong to the team, you can get access from here

Filter interviews by

Open Financial Technologies Private Limited Devops Engineer Interview Questions and Answers

Updated 9 Sep 2022

Open Financial Technologies Private Limited Devops Engineer Interview Experiences

1 interview found

I applied via Job Portal and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Network in linux and firewall questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good questions were asked
Based on use cases

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. How to write docker file
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image using the FROM keyword

    • Use the RUN keyword to execute commands in the container

    • Use the COPY keyword to add files from the host machine to the container

    • Use the CMD keyword to specify the command to run when the container starts

  • Answered by AI
  • Q2. Explain file system in linux
  • Ans. 

    File system in Linux organizes and manages data on storage devices.

    • File system controls how data is stored, accessed, and managed on storage devices.

    • Linux uses a hierarchical file system structure with directories and files.

    • Common file systems in Linux include ext4, XFS, and Btrfs.

    • File permissions in Linux determine who can read, write, or execute files.

    • Mounting and unmounting drives allows access to different file sys

  • Answered by AI
  • Q3. Few Linux commands
  • Q4. Kubernetes question
Round 2 - Technical 

(2 Questions)

  • Q1. Kubernetes case based question
  • Q2. Linux scripting

Interview Preparation Tips

Interview preparation tips for other job seekers - They need to improve their process for recruitment, I had given second round and after this they made my application in hold. I asked many times what’s the status they told me status is pending wait for few days and last i asked again they just ignored msg it sounds very rude.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Production level Kubernetes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Linux commandsused in project
  • Q2. Troubleshooting pods creation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before 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 - Technical 

(2 Questions)

  • Q1. DHCP and DNS difference
  • Ans. 

    DHCP assigns IP addresses to devices on a network, while DNS resolves domain names to IP addresses.

    • DHCP dynamically assigns IP addresses to devices on a network

    • DNS resolves domain names to IP addresses

    • DHCP is used for automatic IP address configuration

    • DNS is used for translating domain names to IP addresses

    • DHCP operates at the network layer (Layer 3)

    • DNS operates at the application layer (Layer 7)

  • Answered by AI
  • Q2. Networking protocols and respective port numbers.
  • Ans. 

    Networking protocols and their respective port numbers are essential for communication between devices.

    • HTTP - Port 80

    • HTTPS - Port 443

    • FTP - Port 21

    • SMTP - Port 25

    • SSH - Port 22

    • DNS - Port 53

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Current and expected Salary
  • Q2. Reason for leaving the current company.

Interview Preparation Tips

Topics to prepare for Slice System Engineer interview:
  • CCNA
  • Computer Hardware
  • Switching
  • Routing

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Basic technical question
  • Q2. Basic Server and basic security related question.

Interview Preparation Tips

Interview preparation tips for other job seekers - try to clear your base. they will check your base foundation.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview before Mar 2023.

Round 1 - Coding Test 

Was a tough oneto crack

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about core Java domain and threds
  • Q2. Asked about Java domain and threads collection
  • Q3. Threads and collection

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Minimum number of platforms required for train station
  • Ans. 

    Minimum of two platforms are required for a train station.

    • At least two platforms are needed for trains to arrive and depart simultaneously.

    • Additional platforms may be required depending on the frequency of trains and passenger traffic.

    • Platforms should be long enough to accommodate the longest trains that will use the station.

  • Answered by AI
  • Q2. Longest Palindromic substring
  • Ans. 

    The problem is to find the longest substring that is a palindrome in a given string.

    • A palindrome is a string that reads the same backward as forward.

    • We can use dynamic programming to solve this problem.

    • We can start by considering each character as the center of a palindrome and expand outwards to find the longest palindrome.

    • We can also optimize the solution by using Manacher's algorithm which reduces the time complexit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare Data structures and Algorithm well. Experience level 6-8 years

Skills evaluated in this interview

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 - Technical 

(2 Questions)

  • Q1. Sort the elements of an unsorted array
  • Ans. 

    Use any sorting algorithm to sort the elements of an unsorted array.

    • Choose an appropriate sorting algorithm based on the size of the array and the type of elements.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quick sort, and heap sort.

    • Implement the chosen algorithm in the programming language of your choice.

    • Test the sorting function with various input arrays to ensure corre

  • Answered by AI
  • Q2. Minimum energy required to cross all the hurdles without loosing life. If any point energy becomes 0 game over. Input: [-2,-3,3,1,5]
  • Ans. 

    Find minimum energy required to cross all hurdles without losing life.

    • Calculate cumulative sum of energy required to cross each hurdle.

    • Find the minimum cumulative sum and add 1 to it.

    • If the minimum cumulative sum is negative, return its absolute value + 1.

    • This is the minimum energy required to cross all hurdles without losing life.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS and algorithm. It is kind of easy to crack.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 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 - Coding Test 

Coding test was conducted in hacker earth

Round 3 - Technical 

(2 Questions)

  • Q1. In technical interview they asked the current company work and asked the Instagram db design and usecases and api response of the comment section
  • Q2. They asked about the coding test question in round 1

Interview Preparation Tips

Interview preparation tips for other job seekers - I didn't get any response from their side after technical interview but I did well in the interview
They are preferred only product company employee. Selecting 1 employee out of 100

Open Financial Technologies Private Limited Interview FAQs

How many rounds are there in Open Financial Technologies Private Limited Devops Engineer interview?
Open Financial Technologies Private Limited interview process usually has 1 rounds. The most common rounds in the Open Financial Technologies Private Limited interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Razorpay Interview Questions
3.6
 • 148 Interviews
Revolut Interview Questions
2.5
 • 98 Interviews
Rupeek Interview Questions
3.7
 • 61 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
ACKO Interview Questions
3.7
 • 49 Interviews
Yubi Interview Questions
3.0
 • 38 Interviews
Slice Interview Questions
3.2
 • 32 Interviews
Jupiter Money Interview Questions
3.3
 • 29 Interviews
Kissht Finance Interview Questions
3.9
 • 29 Interviews
View all

Fast track your campus placements

View all
18% less than the average Devops Engineer Salary in India
View more details
Software Engineer
88 salaries
unlock blur

₹4.5 L/yr - ₹16.7 L/yr

Senior Software Engineer
58 salaries
unlock blur

₹11.5 L/yr - ₹31.5 L/yr

Business Development Specialist
24 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Product Support Engineer
23 salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Product Manager
22 salaries
unlock blur

₹15 L/yr - ₹32 L/yr

Explore more salaries
Compare Open Financial Technologies Private Limited with

Rupeek

3.7
Compare

Razorpay

3.6
Compare

ACKO

3.7
Compare

Kissht Finance

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