Upload Button Icon Add office photos

Filter interviews by

Formcept Devops Engineer Interview Questions and Answers

Updated 6 Jan 2023

Formcept Devops Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList 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 - Phone call 

(3 Questions)

  • Q1. Why are you looking for a job change
  • Ans. 

    Seeking new challenges and growth opportunities in a different organization.

    • Looking for a more challenging role that aligns with my skills and interests.

    • Seeking a company with a stronger focus on DevOps practices and culture.

    • Wanting to work with a larger team and learn from experienced professionals.

    • Desire to contribute to a company that values innovation and continuous improvement.

    • Exploring new technologies and tools ...

  • Answered by AI
  • Q2. Are you interested in DevOps
  • Ans. 

    Yes, I am interested in DevOps.

    • I have experience in implementing DevOps practices in my previous roles.

    • I am passionate about automation and continuous improvement.

    • I am always eager to learn new tools and technologies to enhance my DevOps skills.

    • I believe DevOps is crucial for delivering high-quality software at a faster pace.

    • I am excited about the opportunity to work in a DevOps culture and contribute to its success.

  • Answered by AI
  • Q3. Do you have experience with Kubernetes
  • Ans. 

    Yes, I have experience with Kubernetes.

    • I have worked with Kubernetes to deploy and manage containerized applications.

    • I am familiar with Kubernetes concepts such as pods, services, deployments, and namespaces.

    • I have used Kubernetes to scale applications horizontally and vertically.

    • I have experience with Kubernetes networking and load balancing.

    • I have worked with Kubernetes on cloud platforms such as AWS and GCP.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on Kubernetes

Interview Preparation Tips

Topics to prepare for Formcept Devops Engineer interview:
  • AWS
  • Kubernetes
  • Linux
Interview preparation tips for other job seekers - Be prepared with the work experience mentioned on the resume

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What happens when you search "google.com"?
  • Ans. 

    When you search 'google.com', it will redirect you to the Google homepage.

    • Typing 'google.com' in the browser's address bar will take you to the Google search engine homepage.

    • You can also directly search for 'google.com' in the Google search bar to access the Google homepage.

    • Google.com is the domain name for the Google search engine.

    • Google.com may also redirect to localized versions of Google based on the user's locatio

  • Answered by AI
  • Q2. Traceroute in Linux
  • Ans. 

    traceroute is a command-line tool used to trace the route that packets take from your computer to a destination server.

    • traceroute command is used to track the path that packets take to reach a destination server

    • It shows the IP addresses of the routers that the packets pass through

    • It also displays the round-trip time for each hop

    • Example: traceroute google.com

  • Answered by AI
Round 2 - Leadership Principle 

(1 Question)

  • Q1. Had like 5 more rounds all around leadership principles. Also multiple Linux questions.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

They gave me an option to write a Python or Shell script(simple assessment). Asked about Kubernetes pods as to how they are created. Also a little about Terraform

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

(2 Questions)

  • Q1. How to check the open files in the linux without using lsof
  • Ans. 

    To check open files in Linux without using lsof, you can use the /proc filesystem.

    • Access the /proc//fd directory to view open files for a specific process.

    • Use the find command to search for open files in the /proc directory.

    • Check the /proc/sys/fs/file-nr file to see the total number of open files system-wide.

Answered by AI
  • Q2. What is /proc linux
  • Ans. 

    The /proc filesystem in Linux is a virtual filesystem that provides detailed information about the system's hardware, processes, and kernel.

    • It is a virtual filesystem located at /proc that allows access to kernel data structures.

    • It provides information about processes, hardware, and kernel configuration.

    • Files in /proc can be read to gather system information, such as CPU usage, memory usage, and network statistics.

  • Answered by AI
    Round 2 - Technical 

    (2 Questions)

    • Q1. Difference between http1.1 vs https2
    • Ans. 

      HTTP/1.1 is a protocol for transferring data over the internet, while HTTPS/2 is a secure version of HTTP/2 with improved performance.

      • HTTP/1.1 is not secure by default, while HTTPS/2 provides encryption and security.

      • HTTP/1.1 uses multiple connections for parallel loading of resources, while HTTPS/2 uses a single connection with multiplexing.

      • HTTPS/2 supports header compression, reducing overhead and improving performanc...

    • Answered by AI
    • Q2. What is grpc ?
    • Ans. 

      gRPC is a high-performance, open-source RPC (Remote Procedure Call) framework developed by Google.

      • gRPC stands for Google Remote Procedure Call.

      • It uses HTTP/2 for transport, Protocol Buffers for serialization, and supports multiple programming languages.

      • gRPC allows for efficient communication between services in a microservices architecture.

      • It enables bi-directional streaming and authentication features.

      • Example: gRPC ca...

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    1
    Bad
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (1 Question)

    • Q1. Last experience of company

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Bad
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    A coding link is provided which has DSA related problems. Graph based problems are given

    Round 2 - Technical 

    (1 Question)

    • Q1. Scenario based questions were asked

    I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

    Interview Questionnaire 

    3 Questions

    • Q1. AWS Basics on architecture
    • Q2. Docker, Ansible, similar tools
    • Q3. Design a web application architecture
    • Ans. 

      A scalable web application architecture with load balancing and fault tolerance.

      • Use a load balancer to distribute traffic across multiple servers

      • Implement fault tolerance by using multiple servers and a backup database

      • Use a microservices architecture to break down the application into smaller, more manageable components

      • Implement caching to improve performance

      • Use a containerization platform like Docker to simplify deplo

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well for devops related questions and it would be good

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    Hard
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via campus placement at Anil Neerukonda Institute, Chennai and was interviewed before May 2023. There were 4 interview rounds.

    Round 1 - MCQ EXAM 

    (1 Question)

    • Q1. MCQ's on Networking,OS and basic programming
    Round 2 - Technical 

    (1 Question)

    • Q1. Questions related to networking
    Round 3 - Technical 

    (1 Question)

    • Q1. Question related to OS
    Round 4 - HR 

    (1 Question)

    • Q1. Some behavioral questions
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    Jenkins, python, docker kubernates, automation

    Round 2 - One-on-one 

    (1 Question)

    • Q1. Jenkins, automation, docker
    Interview experience
    5
    Excellent
    Difficulty level
    Hard
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

    Round 1 - Technical 

    (1 Question)

    • Q1. Infrastructure, docker, Kubernetes, cicd, AWS, solutions architecture questions and leadership principle questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Understand leadership principles

    Formcept Interview FAQs

    How many rounds are there in Formcept Devops Engineer interview?
    Formcept interview process usually has 3 rounds. The most common rounds in the Formcept interview process are Resume Shortlist and Technical.
    What are the top questions asked in Formcept Devops Engineer interview?

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

    1. Do you have experience with Kuberne...read more
    2. Are you interested in Dev...read more
    3. Basic questions on Kuberne...read more

    Tell us how to improve this page.

    People are getting interviews through

    based on 1 Formcept interview
    Job Portal
    100%
    Low Confidence
    ?
    Low Confidence means the data is based on a small number of responses received from the candidates.

    Interview Questions from Similar Companies

    Amazon Interview Questions
    4.1
     • 4.9k Interviews
    Flipkart Interview Questions
    4.0
     • 1.3k Interviews
    Swiggy Interview Questions
    3.8
     • 415 Interviews
    BigBasket Interview Questions
    3.9
     • 344 Interviews
    Udaan Interview Questions
    4.0
     • 334 Interviews
    JustDial Interview Questions
    3.5
     • 326 Interviews
    Meesho Interview Questions
    3.7
     • 317 Interviews
    Zomato Interview Questions
    3.8
     • 314 Interviews
    CARS24 Interview Questions
    3.6
     • 314 Interviews
    View all

    Formcept Devops Engineer Reviews and Ratings

    based on 1 review

    3.0/5

    Rating in categories

    4.0

    Skill development

    2.0

    Work-Life balance

    2.0

    Salary & Benefits

    4.0

    Job Security

    2.0

    Company culture

    4.0

    Promotions/Appraisal

    3.0

    Work Satisfaction

    Explore 1 Review and Rating
    Software Engineer
    4 salaries
    unlock blur

    ₹5 L/yr - ₹5.9 L/yr

    Explore more salaries
    Compare Formcept with

    Amazon

    4.1
    Compare

    Flipkart

    4.0
    Compare

    Udaan

    4.0
    Compare

    Indiamart Intermesh

    3.6
    Compare

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview