Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Simform Team. If you also belong to the team, you can get access from here

Simform Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Simform Devops Engineer Interview Questions and Answers

Updated 2 Oct 2024

Simform Devops Engineer Interview Experiences

4 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude and OOPs Concepts Questions

Round 2 - Coding Test 

In this my technology is DevOps so I have 50 MCQs in 1 hour. All are medium level DevOps Questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Linux Commands. Port number of http and https. SQL Queries. AWS Services

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of Linux
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jun 2024.

Round 1 - Assignment 

Passed the assignment

Round 2 - Technical 

(2 Questions)

  • Q1. Ci cd explanation
  • Ans. 

    CI/CD stands for Continuous Integration/Continuous Deployment. It is a software development practice where code changes are automatically built, tested, and deployed.

    • CI/CD helps automate the process of integrating code changes into a shared repository and deploying them to production.

    • Continuous Integration involves automatically building and testing code changes as soon as they are committed to the repository.

    • Continuou...

  • Answered by AI
  • Q2. Devops theory questions

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company to give interview. Reached the final round. Everything went well. Called the Hr and he told Everything was good and cto round will happen..will confirm in sometime. Waited the whole day for his call.. then the next morning..I called him and I was blocked. So messaged him on WhatsApp and to surprise he told that I was rejected. Every candidate deserves a proper feedback ever if he/she has been rejected. Still did not got the feedback. One of my friends also interviewed for the same company and they did the same. I think they don't have to hire. They are just wasting the time.

Skills evaluated in this interview

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Introduce Yourself
  • Q2. Limitations of Lambda
  • Ans. 

    Lambda limitations include execution time limits, memory limits, and cold start delays.

    • Lambda functions have a maximum execution time limit of 15 minutes.

    • Lambda functions have memory limits ranging from 128 MB to 3 GB.

    • Lambda functions may experience cold start delays due to initialization of resources.

  • Answered by AI
  • Q3. K8s architecture
  • Q4. Terraform Architecture

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

user image Anchal Patel

posted on 20 Aug 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was 60 minute test having 60 aptitude questions. The level of questions was easy.

Round 2 - Technical 

(1 Question)

  • Q1. The majority of questions were from AWS.

Simform interview questions for designations

 Senior Devops Engineer

 (1)

 Software Engineer

 (2)

 QA Engineer

 (1)

 Lead Engineer

 (1)

 Senior Software Engineer

 (3)

 Senior Engineer

 (1)

 Ai Ml Engineer

 (1)

 Software Developer

 (5)

Devops Engineer Jobs at Simform

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Questions asked related to topics that we mentioned in resume
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to configure vpn
  • Ans. 

    To configure a VPN, you need to set up a VPN server, create user accounts, configure client devices, and establish secure connections.

    • Set up a VPN server using software like OpenVPN or Windows Server

    • Create user accounts with unique credentials for accessing the VPN

    • Configure client devices to connect to the VPN server using the provided credentials

    • Establish secure connections by encrypting data transmitted over the VPN

  • Answered by AI
  • Q2. System slowness how to resolve
  • Ans. 

    To resolve system slowness, check for hardware issues, optimize software, update drivers, and monitor resource usage.

    • Check for hardware issues such as low memory or CPU usage

    • Optimize software by removing unnecessary programs or services

    • Update drivers for hardware components

    • Monitor resource usage to identify bottlenecks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - only immediate joiners

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Terraform, CI/CD definition, Git basic, Pipeline mostly in integration side

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focused on your basic

I applied via LinkedIn and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Lots of questions and all were scenario based... About kubernetes, docker, Azure and Pipelines..

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and study rigorously beforr interview

I applied via Walk-in and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

30 aptitude questions 45min

Round 2 - Group Discussion 

Any ongoing topic and we have to talk and showcase our communication skills

Round 3 - Technical 

(1 Question)

  • Q1. It was face to face interview. Questions regarding Java, Linux, DBMS and we have to right logic for a program
Round 4 - HR 

(1 Question)

  • Q1. Discussion about salary and family background thats jt

Interview Preparation Tips

Interview preparation tips for other job seekers - Someone who is very much in need of job can have good future over here..

Interview Questionnaire 

1 Question

  • Q1. What is stash
  • Ans. 

    Stash is a Git repository management tool that allows users to stash changes without committing them.

    • Stash is a feature of Git that allows users to temporarily save changes without committing them to the repository.

    • It is useful for when a user needs to switch to a different branch or work on a different feature without losing their current changes.

    • Stash can also be used to save changes that are not yet ready to be comm...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice to have video face to face interview

Simform Interview FAQs

How many rounds are there in Simform Devops Engineer interview?
Simform interview process usually has 2 rounds. The most common rounds in the Simform interview process are Technical, Aptitude Test and Assignment.
How to prepare for Simform 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 Simform. The most common topics and skills that interviewers at Simform expect are Kubernetes, Docker, Terraform, AWS and CI CD Pipeline.
What are the top questions asked in Simform Devops Engineer interview?

Some of the top questions asked at the Simform Devops Engineer interview -

  1. Limitations of Lam...read more
  2. Ci cd explanat...read more
  3. Linux Commands. Port number of http and https. SQL Queries. AWS Servi...read more

Tell us how to improve this page.

Simform Devops Engineer Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Damco Solutions Interview Questions
3.9
 • 38 Interviews
Stefanini Interview Questions
3.0
 • 35 Interviews
View all
Simform Devops Engineer Salary
based on 30 salaries
₹3 L/yr - ₹10.6 L/yr
5% less than the average Devops Engineer Salary in India
View more details

Simform Devops Engineer Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

3.4

Skill development

4.4

Work-life balance

3.4

Salary

3.7

Job security

3.6

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
DevOps Engineer

Ahmedabad

1-4 Yrs

₹ 4.5654-9.65 LPA

Explore more jobs
Software Engineer
226 salaries
unlock blur

₹3 L/yr - ₹12.8 L/yr

Senior Software Engineer
151 salaries
unlock blur

₹6 L/yr - ₹20.1 L/yr

Software Developer
41 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Lead Engineer
32 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Devops Engineer
30 salaries
unlock blur

₹3 L/yr - ₹10.6 L/yr

Explore more salaries
Compare Simform with

Tekwissen

4.8
Compare

Damco Solutions

3.9
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

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