Upload Button Icon Add office photos
Engaged Employer

i

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

Filter interviews by

Quantiphi Analytics Solutions Private Limited Senior Devops Engineer Interview Questions and Answers

Updated 29 Sep 2024

Quantiphi Analytics Solutions Private Limited Senior Devops Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Azure Databricks Configuration related question
Round 2 - Technical 

(2 Questions)

  • Q1. Azure Databricks
  • Q2. Python Coding Q&As

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. My Profile is AzureDevOps and interviewer asked me questions on Jenkins and Groovy Scripting
  • Q2. Interviewer is not aware of JD and my profile
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 5 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 - Aptitude Test 

There was an aptitude test with math, English and logical reasoning problems.

Round 3 - Coding Test 

A brief round of coding test based on language of your choice.

Round 4 - One-on-one 

(4 Questions)

  • Q1. Managerial discussion
  • Q2. Regarding previous experience
  • Q3. Scenario based fitment questions
  • Q4. Behavioral questions
Round 5 - HR 

(1 Question)

  • Q1. This was a weird one, conducted over a 2 minute call on phone

Interview Preparation Tips

Interview preparation tips for other job seekers - Super weird interview experience. After all the rounds they reached out to me after 1 month offering just 5% hike whilst in the screening phase itself I had confirmed on no less than 50%. An unbelievably unprofessional and sluggish interview experience. A complete waste of time.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to ensure high available of eks cluster.
  • Ans. 

    To ensure high availability of EKS cluster, utilize multiple availability zones, implement auto-scaling, use managed node groups, and set up monitoring and alerts.

    • Utilize multiple availability zones to distribute workload and ensure redundancy.

    • Implement auto-scaling to automatically adjust resources based on demand.

    • Use managed node groups to simplify node management and ensure high availability.

    • Set up monitoring and al...

  • Answered by AI
  • Q2. What are liveness and readiness probe
  • Ans. 

    Liveness and readiness probes are used in Kubernetes to check the health of containers.

    • Liveness probe checks if a container is running and healthy. If it fails, Kubernetes restarts the container.

    • Readiness probe checks if a container is ready to serve traffic. If it fails, Kubernetes stops sending traffic to the container.

    • Probes are configured in the pod's YAML file using the 'livenessProbe' and 'readinessProbe' fields.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a long process

Skills evaluated in this interview

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

(1 Question)

  • Q1. Hiw can you ensure high availability and scalability during deploying an application.
  • Ans. 

    To ensure high availability and scalability during deploying an application, utilize load balancing, auto-scaling, fault tolerance, and monitoring.

    • Implement load balancing to distribute traffic evenly across multiple servers.

    • Utilize auto-scaling to automatically adjust the number of instances based on traffic demand.

    • Design for fault tolerance by using redundant components and failover mechanisms.

    • Monitor the application...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. I don't have any questions
  • Q2. I don't want to ask any question
  • Q3. Java opps concept
  • Q4. Database related questions
  • Q5. Web development questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is docker, what is DevOps
  • Ans. 

    Docker is a containerization platform that allows applications to be packaged and run in isolated environments. DevOps is a software development methodology that focuses on collaboration, automation, and integration between development and operations teams.

    • Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.

    • Containers allow a developer to package up an application wit...

  • Answered by AI
  • Q2. Difference between git and sub git
  • Ans. 

    Git is a version control system used for tracking changes in source code, while Subversion (SVN) is another version control system with similar features.

    • Git is distributed, allowing for offline work and faster branching and merging.

    • Subversion is centralized, requiring a network connection for most operations.

    • Git uses a staging area for changes before committing, while Subversion commits changes directly to the reposito...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is Devops and how do you use
  • Ans. 

    DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to improve collaboration and efficiency.

    • DevOps focuses on automating and streamlining the software development process.

    • It involves continuous integration, continuous delivery, and continuous deployment.

    • DevOps aims to shorten the system development life cycle and provide continuous delivery of high-quality soft...

  • Answered by AI
  • Q2. Explain k8s in your infratsru
  • Ans. 

    K8s, short for Kubernetes, is a popular open-source container orchestration platform used for automating deployment, scaling, and management of containerized applications.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • It provides features like self-healing, load balancing, and rolling updates.

    • Kubernetes uses declarative configuration files to define the desired state of the a...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain CICD in Jenkins
  • Ans. 

    CICD in Jenkins refers to Continuous Integration and Continuous Deployment processes automated through Jenkins.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Deployment (CD) involves automatically deploying code changes to production.

    • Jenkins is a popular automation server used for implementing CICD pipelines.

    • CICD in Jenkins helps in automating the software del...

  • Answered by AI
  • Q2. Explain how you worked in EKS

Skills evaluated in this interview

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

(1 Question)

  • Q1. About RBAC , Kubernetes other techincal stuff

Quantiphi Analytics Solutions Private Limited Interview FAQs

How many rounds are there in Quantiphi Analytics Solutions Private Limited Senior Devops Engineer interview?
Quantiphi Analytics Solutions Private Limited interview process usually has 2 rounds. The most common rounds in the Quantiphi Analytics Solutions Private Limited interview process are Technical.
How to prepare for Quantiphi Analytics Solutions Private Limited 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 Quantiphi Analytics Solutions Private Limited. The most common topics and skills that interviewers at Quantiphi Analytics Solutions Private Limited expect are Automation Testing, Cloud, Commerce, Excel and GIT.
What are the top questions asked in Quantiphi Analytics Solutions Private Limited Senior Devops Engineer interview?

Some of the top questions asked at the Quantiphi Analytics Solutions Private Limited Senior Devops Engineer interview -

  1. Azure Databricks Configuration related quest...read more
  2. Azure Databri...read more
  3. Python Coding Q...read more

Tell us how to improve this page.

Quantiphi Analytics Solutions Private Limited Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 367 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
NeoSOFT Interview Questions
3.9
 • 261 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 213 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
View all
At par with the average Senior Devops Engineer Salary in India
View more details

Quantiphi Analytics Solutions Private Limited Senior Devops Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

3.0

Salary

4.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Data Engineer
423 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Data Engineer
398 salaries
unlock blur

₹9 L/yr - ₹26.5 L/yr

Senior Business Analyst
330 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Business Analyst
318 salaries
unlock blur

₹6.5 L/yr - ₹14 L/yr

Machine Learning Engineer
309 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Explore more salaries
Compare Quantiphi Analytics Solutions Private Limited with

Fractal Analytics

4.0
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

3.7
Compare

Mu Sigma

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