Upload Button Icon Add office photos

Provakil Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Provakil Technologies Devops Engineer Interview Questions and Answers

Updated 13 Jan 2025

Provakil Technologies Devops Engineer Interview Experiences

1 interview found

Devops Engineer Interview Questions & Answers

user image Ranjith Samathuvamani

posted on 13 Jan 2025

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

I applied via Hirect and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. List some Linux commands
  • Ans. 

    Common Linux commands used for system administration and troubleshooting

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • cp - copy files and directories

    • mv - move/rename files and directories

    • rm - remove files and directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • ps - display information about running processes

    • top - display and update sorted information about proces...

  • Answered by AI
  • Q2. AWS related questions - Ec2, security groups, NACL, S3

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Provakil Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Hirist and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly GitHub ,Jenkins,ansible,Linux and AWS cloud related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident and always try to give answers as per your knowledge in multiple ways .

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How can you run a Docker command remotely on a Linux server witho ... read more
asked in Lentra AI
Q2. If you want to connect multiple VPCs, and you have two or three V ... 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. What Docker command can you use to transfer an image from one mac ... read more

I applied via Company Website and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What is the VPN port used for UDP
  • Ans. 

    The VPN port used for UDP is typically 500.

    • The VPN port used for UDP is usually port 500.

    • UDP is a protocol that allows for faster transmission of data but does not guarantee delivery or order of packets.

    • Port 500 is commonly used for IPsec VPNs, which provide secure communication over the internet.

    • Other VPN protocols may use different ports for UDP, so it's important to check the specific configuration.

  • Answered by AI
  • Q2. Write a golang program to find furthest number from zero. No this isn't find the greatest number. Because the numbers could be negative so if an array has [ -4 2 24 55 -89 12] then -89 is furthest from zer...
  • Ans. 

    A Go program to find the number furthest from zero in an array, considering both positive and negative values.

    • Iterate through the array of integers.

    • Keep track of the number with the maximum absolute value.

    • Return the number that is furthest from zero.

    • Example: For [-4, 2, 24, 55, -89, 12], the output should be -89.

  • Answered by AI
  • Q3. Syntax for grep command and regex
  • Ans. 

    Syntax for grep command and regex

    • grep [options] pattern [file]

    • Regular expression (regex) is used to define the pattern

    • Examples: grep 'hello' file.txt

    • grep -i 'hello' file.txt

    • grep -r 'hello' /path/to/directory

  • Answered by AI
  • Q4. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to...
  • Ans. 

    You can use the Docker API to remotely run Docker commands on a Linux server without taking a separate SSH session.

    • Use the Docker API to interact with the Docker daemon on the remote Linux server.

    • Make sure Docker is installed and running on both your laptop and the remote server.

    • Authenticate with the remote server using appropriate credentials.

    • Establish a connection to the Docker daemon on the remote server using the D...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was for Mendix which is acquired by Siemens. First round is an online test shared by email. They give you a sample test so you can familiarize with the UI and then you can proceed with the actual test which is an hour long(but mostly its 15 min of multiple choice questions and rest of the time for a program to write)

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Scenario based questions about AWS services
  • Q2. Working of Terraform , Packer ,Puppet
  • Ans. 

    Terraform, Packer, and Puppet are tools used in DevOps for infrastructure automation and configuration management.

    • Terraform is used for infrastructure as code and automates the provisioning of infrastructure resources.

    • Packer is used for creating machine images for multiple platforms from a single source configuration.

    • Puppet is used for configuration management and automates the deployment and management of software and...

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions was to explain complete architecture of application and on the basis of answer they will go deeper in questioning to check your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapare mostly from your experience and not from Google top 50/100 questions. These data on Google will never get asked in interview. Be prepared scenario based questions rather than just theory.

I applied via LinkedIn and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Package and joininv date
Round 2 - HR 

(1 Question)

  • Q1. Salary expected and location constraints

Interview Preparation Tips

Interview preparation tips for other job seekers - Study aws lambda, aws vpc, ansible, aws cloud , aws databases, cludformation, s3 amd aws ami
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Company Website and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the Technical Background

Interview Preparation Tips

Interview preparation tips for other job seekers - Never think that you will get a job within 1 week or 1 month. You need to stick until you get a job. as I gave around 20-30 interviews. So be confident and always learn from previous interviews.
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Devops specific

I applied via Referral and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Difference between SG and NACL.
  • Ans. 

    SG is stateful and operates at instance level, NACL is stateless and operates at subnet level.

    • SG is a firewall that controls inbound and outbound traffic for an instance.

    • SG is stateful, which means it tracks the state of connections and allows return traffic.

    • NACL is a firewall that controls traffic in and out of a subnet.

    • NACL is stateless, which means it does not track the state of connections.

    • NACL rules are evaluated ...

  • Answered by AI
  • Q2. Difference between cloud watch and cloud trail?
  • Ans. 

    CloudWatch is for monitoring while CloudTrail is for auditing.

    • CloudWatch is used to monitor AWS resources and applications in real-time.

    • CloudTrail is used to log and audit AWS account activity and API calls.

    • CloudWatch can be used to set alarms and trigger actions based on metrics.

    • CloudTrail can be used to track changes to resources and troubleshoot issues.

    • Both services can be used together to provide a comprehensive mo...

  • Answered by AI
  • Q3. Can we attach two or more instance to single EBS Volume?
  • Ans. 

    Yes, it is possible to attach multiple instances to a single EBS volume.

    • This is achieved by using Amazon EBS Multi-Attach feature.

    • It allows multiple EC2 instances to attach to a single EBS volume simultaneously.

    • This feature is useful for applications that require high availability and shared access to data.

    • However, not all EC2 instance types support multi-attach.

    • It is important to ensure that the application is designe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Can't change VPC After Create a database.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Exam about your knowledge.

Round 2 - Group Discussion 

We have to speak out properly and clear with our opinion.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about some Technical and level of our confidence.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Ans. 

    I come from a close-knit family that values education, support, and shared experiences, fostering a strong sense of community.

    • Supportive Environment: My parents always encouraged my academic pursuits, leading me to excel in my studies and pursue a career in tech.

    • Diverse Background: My family has roots in different cultures, which has enriched my perspective and appreciation for diversity.

    • Shared Interests: We often enga...

  • Answered by AI
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Ans. 

    I'm seeking new challenges to grow my skills and contribute to innovative projects in a dynamic environment.

    • Desire for professional growth: I'm looking to expand my expertise in cloud technologies, such as AWS and Azure.

    • Seeking a collaborative environment: I thrive in teams that encourage knowledge sharing and innovation, like my previous role at XYZ Corp.

    • Interest in new technologies: I'm excited about working with con...

  • Answered by AI
  • Q6. Why should we hire you?
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for continuous improvement in DevOps practices.

    • Proven experience in CI/CD pipelines, having implemented Jenkins and GitLab CI for automated deployments in previous projects.

    • Strong knowledge of containerization technologies like Docker and orchestration tools like Kubernetes, which I used to streamline application deployment.

    • Expertise i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and feel free to attend the interview. Be confidence.

Provakil Technologies Interview FAQs

How many rounds are there in Provakil Technologies Devops Engineer interview?
Provakil Technologies interview process usually has 1 rounds. The most common rounds in the Provakil Technologies interview process are Technical.
How to prepare for Provakil Technologies 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 Provakil Technologies. The most common topics and skills that interviewers at Provakil Technologies expect are Ansible, Docker, Jenkins, AWS and GCP.
What are the top questions asked in Provakil Technologies Devops Engineer interview?

Some of the top questions asked at the Provakil Technologies Devops Engineer interview -

  1. List some Linux comma...read more
  2. AWS related questions - Ec2, security groups, NACL,...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Provakil Technologies Devops Engineer Salary
based on 6 salaries
₹2.1 L/yr - ₹6.3 L/yr
54% less than the average Devops Engineer Salary in India
View more details
DevOps Engineer

Pune

3-5 Yrs

₹ 6-9 LPA

Explore more jobs
Software Engineer
16 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹10.3 L/yr - ₹20.7 L/yr

Software Developer
8 salaries
unlock blur

₹5.1 L/yr - ₹9.5 L/yr

Python Developer
7 salaries
unlock blur

₹4 L/yr - ₹4.6 L/yr

Engagement Manager
7 salaries
unlock blur

₹11 L/yr - ₹14 L/yr

Explore more salaries
Compare Provakil Technologies with

GrapplTech

4.8
Compare

Infotact Solutions

4.5
Compare

Wilco Source

3.5
Compare

Vizlogic Digital Solutions

4.6
Compare
write
Share an Interview