Upload Button Icon Add office photos

Quotient Technology

Compare button icon Compare button icon Compare

Filter interviews by

Quotient Technology Site Reliability Engineer Interview Questions and Answers

Updated 17 Nov 2023

Quotient Technology Site Reliability Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

4 aptitude questions

Round 3 - Technical 

(3 Questions)

  • Q1. Deep networking and Linux technical
  • Q2. Explain TCP/IP model in detail
  • Ans. 

    TCP/IP model is a networking protocol suite that defines how data is transmitted over a network.

    • TCP/IP model consists of four layers: Application, Transport, Internet, and Link.

    • Each layer has specific functions and protocols to ensure data transmission.

    • Examples of protocols in TCP/IP model include HTTP, TCP, IP, and Ethernet.

    • The model allows for reliable and efficient communication between devices on a network.

  • Answered by AI
  • Q3. General Linux based questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round with aptitude, coding and technical questions
Round 5 - HR 

(1 Question)

  • Q1. Casual discussion

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Software Engineer Interview Questions & Answers

EagleView user image SHAURYA AGRAWAL (RA2111030010009)

posted on 28 Sep 2024

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

60min of aptitude and coding test

Round 2 - Coding Test 

2 questions on coding test

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

45 min 2 question on basic codeing

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Java, Spring, Rest API
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java collection questions
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot basic questions
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, proven track record of delivering high-quality software, and a passion for continuous learning and improvement.

    • I have a Bachelor's degree in Computer Science and X years of experience in software development.

    • I have successfully led multiple projects from conception to completion, delivering high-quality software on time and within budget.

    • I am proficient in a variety of programming ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not even apply
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Docker,image vs containers,mutistage,terraformstatebackend
  • Ans. 

    Docker is a platform for developing, shipping, and running applications using containers. Images are templates for containers, multistage builds optimize Dockerfiles, and Terraform state backend stores infrastructure state.

    • Docker is a platform that allows developers to package applications and their dependencies into containers for easy deployment and scalability.

    • Images are read-only templates used to create containers...

  • Answered by AI
  • Q2. What is diff cloud formation vs terraform, release management like blue green etc.
  • Ans. 

    CloudFormation and Terraform are both infrastructure as code tools, while blue-green release management is a deployment strategy.

    • CloudFormation is a service provided by AWS for creating and managing AWS resources using templates written in JSON or YAML.

    • Terraform is an open-source tool by HashiCorp that allows you to define and provision infrastructure using a declarative configuration language.

    • Blue-green deployment is ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Equifax Site Reliability Engineer interview:
  • Docker
  • Terraform
  • Kubernetes
Interview preparation tips for other job seekers - do the concept well why what u use this specific tools and all that
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technique should be strong knowledge
Round 2 - Technical 

(1 Question)

  • Q1. Technical question with example
Round 3 - HR 

(1 Question)

  • Q1. Package closing
Round 4 - HR 

(1 Question)

  • Q1. Yearly package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep good technique knowledge

Quotient Technology Interview FAQs

How many rounds are there in Quotient Technology Site Reliability Engineer interview?
Quotient Technology interview process usually has 5 rounds. The most common rounds in the Quotient Technology interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Quotient Technology Site Reliability 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 Quotient Technology. The most common topics and skills that interviewers at Quotient Technology expect are Ansible, Java, Python, Linux and Perl.
What are the top questions asked in Quotient Technology Site Reliability Engineer interview?

Some of the top questions asked at the Quotient Technology Site Reliability Engineer interview -

  1. Explain TCP/IP model in det...read more
  2. Managerial round with aptitude, coding and technical questi...read more
  3. Deep networking and Linux techni...read more

Tell us how to improve this page.

Quotient Technology Site Reliability Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
VDart Interview Questions
4.0
 • 26 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
SAS Interview Questions
4.3
 • 18 Interviews
Ciklum Interview Questions
3.6
 • 18 Interviews
View all
Quotient Technology Site Reliability Engineer Salary
based on 22 salaries
₹8 L/yr - ₹18 L/yr
15% less than the average Site Reliability Engineer Salary in India
View more details

Quotient Technology Site Reliability Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

1.0

Job security

4.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Payment Specialist
60 salaries
unlock blur

₹3.3 L/yr - ₹5.3 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹16 L/yr - ₹37 L/yr

Site Reliability Engineer
22 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Production Specialist
16 salaries
unlock blur

₹2.5 L/yr - ₹6.6 L/yr

Software Engineer2
16 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Explore more salaries
Compare Quotient Technology with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.2
Compare

Arvato

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