Upload Button Icon Add office photos

Filter interviews by

Altizon Systems Site Reliability Engineer Interview Questions and Answers

Updated 10 May 2023

Altizon Systems Site Reliability Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 6 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 - Technical 

(1 Question)

  • Q1. AWS basics, networking, backup
Round 3 - Technical 

(1 Question)

  • Q1. Dev Ops related questions
Round 4 - Assignment 

AWS VPC, network, ec2, docker containers, cicd

Round 5 - One-on-one 

(1 Question)

  • Q1. Load balancing, deployment strategies, failover mechanism
Round 6 - HR 

(1 Question)

  • Q1. Typical HR related questions

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
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 - Coding Test 

3 coding questions of moderate difficult

Round 3 - Technical 

(1 Question)

  • Q1. Coding questions asked in coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite easy.basic questions reagrding c and puzzles were asked.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 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 

It had 2 programming questions and 30 aptitude questions
it

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself, educational background
  • Q2. What languages are you familiar with
  • Ans. 

    I am familiar with several programming languages including Java, Python, and C++.

    • Proficient in Java and Python

    • Familiar with C++ and JavaScript

    • Experience with SQL and HTML/CSS

    • Comfortable with object-oriented programming and data structures

    • Continuously learning and exploring new languages and technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had one technical interview which went on for 45 mins. I couldnt clear this round, hence didnt go to the 2nd round. I was given one program and 3 aptittude questions and 3 puzzles
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

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

Round 1 - Aptitude Test 

It was a combination of aptitude and react mcq questions.

Round 2 - Technical 

(2 Questions)

  • Q1. It was technical round where questions were mostly from JavaScript and a few on React (depends on individual’s experience). You might expect a array/string coding question as well. Example- To find the pai...
  • Q2. In JavaScript, there were code output questions, ES6 features, hoisting, closures, Arrow functions etc. Css and bootstrap responsiveness questions. All basic questions.
Round 3 - HR 

(6 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why are you looking for a change?
  • Q3. Share details of your previous job.
  • Q4. What are your salary expectations?
  • Q5. What is your family background?
  • Q6. If your location is far from the office (baner road), how would you commute daily? How will you manage once office resumes working from office.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on JavaScript es6 features, code output questions, and array/string data structure questions so that you can code it up if asked.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Mar 2023. 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 - HR 

(2 Questions)

  • Q1. Experience and self Intro
  • Q2. Salary expectation
Round 3 - Technical 

(4 Questions)

  • Q1. How to see the cpu info on linux?
  • Ans. 

    To see CPU info on Linux, use the 'lscpu' command.

    • Open the terminal and type 'lscpu' command

    • This will display detailed information about the CPU architecture, vendor, model name, speed, cache size, and more.

    • Other commands like 'cat /proc/cpuinfo' and 'top' can also be used to view CPU information.

  • Answered by AI
  • Q2. Swap memory in linux, projects worked on , explain CI/CD , docker, kubernetes
  • Ans. 

    Questions on swap memory, projects, CI/CD, Docker, and Kubernetes for Site Reliability Engineer role.

    • Swap memory is a space on the hard disk used as virtual memory when RAM is full.

    • Projects worked on may include automation, monitoring, and scaling.

    • CI/CD is a software development practice that involves continuous integration, testing, and deployment.

    • Docker is a containerization platform that allows for easy deployment a...

  • Answered by AI
  • Q3. Write script to display logs of GET response and response time and code from a log file?
  • Ans. 

    Script to display logs of GET response and response time and code from a log file

    • Use grep command to filter GET requests from the log file

    • Use awk command to extract response time and response code from the filtered logs

    • Format the output using printf command

    • Example: grep 'GET' logfile | awk '{print $4, $9, $NF}' | printf '%-20s %-10s %-10s '

  • Answered by AI
  • Q4. What is VPC ?, NAT, Subnet networking protocols
  • Ans. 

    VPC is a virtual private cloud that allows users to create a private network within the public cloud.

    • VPC provides a secure and isolated environment for resources in the cloud

    • NAT (Network Address Translation) allows instances in a private subnet to access the internet

    • Subnets are subdivisions of a VPC that allow users to segment their resources and apply different security policies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong with Basics of the job requirement

Skills evaluated in this interview

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

20 questions aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. DSA question to sort the array
  • Q2. Coding question to print all the prime numbers form 0 to n
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Mostly questions on logical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions. Reverse word of string, bubble sort, swap two variables without use of third variable
  • Q2. OOPs concepts also some questions on project
  • Q3. 1 puzzle (refer gfg)
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work at our company?
  • Q2. What was the toughest challenge you have ever faced?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude round contains 20 mcq's.

Round 2 - Technical 

(3 Questions)

  • Q1. Ask 2 to 3 puzzles
  • Q2. Questions on DBMS
  • Q3. Ask 2/3 questions of dsa on topics like linked list and array
Round 3 - HR 

(1 Question)

  • Q1. What is your motivation to join the company
  • Ans. 

    I am motivated to join the company because of its innovative projects and collaborative work environment.

    • Exciting projects that align with my interests and skills

    • Opportunity for growth and learning

    • Positive company culture and team dynamics

  • Answered by AI

Altizon Systems Interview FAQs

How many rounds are there in Altizon Systems Site Reliability Engineer interview?
Altizon Systems interview process usually has 6 rounds. The most common rounds in the Altizon Systems interview process are Technical, Resume Shortlist and Assignment.
How to prepare for Altizon Systems 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 Altizon Systems. The most common topics and skills that interviewers at Altizon Systems expect are Aks, Ansible, Automation Testing, Azure DevOps and Azure Kubernetes.
What are the top questions asked in Altizon Systems Site Reliability Engineer interview?

Some of the top questions asked at the Altizon Systems Site Reliability Engineer interview -

  1. Load balancing, deployment strategies, failover mechan...read more
  2. AWS basics, networking, bac...read more
  3. Dev Ops related questi...read more

Tell us how to improve this page.

Altizon Systems Site Reliability Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MyOperator Interview Questions
3.6
 • 22 Interviews
Ichhapurti.com Interview Questions
2.3
 • 19 Interviews
View all
Altizon Systems Site Reliability Engineer Salary
based on 6 salaries
₹7 L/yr - ₹15.9 L/yr
28% less than the average Site Reliability Engineer Salary in India
View more details
Software Engineer
15 salaries
unlock blur

₹8.6 L/yr - ₹10.8 L/yr

Site Reliability Engineer
6 salaries
unlock blur

₹7 L/yr - ₹15.9 L/yr

Data Scientist
5 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Software Developer
4 salaries
unlock blur

₹7 L/yr - ₹8.8 L/yr

Senior Business Development Executive
4 salaries
unlock blur

₹6.5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Altizon Systems with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Xtancia Technosoft

4.0
Compare

Global Edge Software

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