Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Blazeclan Technologies Team. If you also belong to the team, you can get access from here

Blazeclan Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Blazeclan Technologies Interview Questions, Process, and Tips

Updated 31 Jan 2025

Top Blazeclan Technologies Interview Questions and Answers

View all 26 questions

Blazeclan Technologies Interview Experiences

Popular Designations

20 interviews found

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is a decorators in python
  • Ans. 

    Decorators are a way to modify or enhance the behavior of a function or class without changing its source code.

    • Decorators are defined using the '@' symbol followed by the decorator name.

    • They can be used to add functionality to a function or class, such as logging or timing.

    • Decorators can also be used to modify the behavior of a function or class, such as adding caching or memoization.

    • Multiple decorators can be applied ...

  • Answered by AI
  • Q2. What is a generators in python
  • Ans. 

    Generators are functions that allow you to declare a function that behaves like an iterator.

    • Generators use the yield keyword to return a generator object that can be iterated over.

    • They allow for lazy evaluation, meaning that they only generate values as needed.

    • Generators are memory efficient as they do not store all values in memory at once.

    • They can be used to generate an infinite sequence of values.

    • Example: def my_gen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basic python and pyspark questions

Skills evaluated in this interview

Lead Data Engineer Interview Questions asked at other Companies

Q1. Given a DataFrame df with columns 'A', 'B','C' how would you group the data by the values in column 'A' and calculate the mean of column 'B' for each group, while also summing the values in column 'C' ?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Coding Test 

String, Arrays, and collection topics are given for code.

Round 2 - Coding Test 

Selenium concepts, Automation scenario to execute.

Round 3 - Behavioral 

(1 Question)

  • Q1. Projects worked on, problem-solving skills, management skill test.
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectation, background check.

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)
Blazeclan Technologies Interview Questions and Answers for Freshers
illustration image

Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2023

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

I applied via Referral and was interviewed before Oct 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. About my cloud technology
Round 3 - HR 

(1 Question)

  • Q1. Normal HR discussion, salary n discussion about work culture.

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are oop concepts? What is Exception Handling? What is a cloud? Inheritance types
  • Ans. 

    OOP concepts, Exception Handling, Cloud, Inheritance types

    • OOP concepts include encapsulation, inheritance, and polymorphism

    • Exception Handling is a mechanism to handle runtime errors

    • Cloud refers to the delivery of computing services over the internet

    • Inheritance types include single, multiple, multilevel, and hierarchical

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong about oops and data structure. Have some basic knowledge about cloud and DevOps.
SQL and about your resume. All the best !!

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Blazeclan Technologies interview questions for popular designations

 Senior Cloud Engineer

 (2)

 Devops Engineer

 (1)

 Data Architect

 (1)

 Data Analyst

 (1)

 Software Developer

 (1)

 Senior Data Engineer

 (1)

 Cloud Support Engineer

 (1)

 Automation Test Engineer

 (1)

I applied via LinkedIn and was interviewed before Oct 2021. There were 4 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions on Cloud Computing.
  • Q2. Linux basic commands
Round 3 - Technical 

(2 Questions)

  • Q1. Intermediate questions on Cloud computing. Different services in cloud platform.
  • Q2. Linux administration
Round 4 - HR 

(1 Question)

  • Q1. Introduction and Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be preper on self introduction. Current role and responsibilities.

Cloud Support Associate Interview Questions asked at other Companies

Q1. String Palindrome Verification Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters. Input: The input is a single string without any leading or trailing spaces. All characters are in lower... read more
View answer (2)

Get interview-ready with Top Blazeclan Technologies Interview Questions

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

I applied via LinkedIn and was interviewed before Mar 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Was asked questions about dbms, sata structures, computer networking, java programming and arithmetic calculations

Round 3 - Group Discussion 

Any topic that they give randomly

Round 4 - Coding Test 

Two sum and three sum problem you can practice from leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and try to learn aws, java and basic programming

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Interview Questionnaire 

1 Question

  • Q1. Selenium questions, java basic opps, postman api testing

QA Engineer Automation QA.Selenium Interview Questions asked at other Companies

Q1. 1. Write a program to find second largest in an integer array. 2. Write a program to find denomination to get amount as 1976 for below {2000, 1000,500,200,100,50,20,10,5,1} If Amount :1976 Then it should return as below: 1000: 1 500: 1 200:... read more
View answer (2)

Interview Questions & Answers

user image

posted on 3 Nov 2021

Interview Questionnaire 

1 Question

  • Q1. JS + DSA+ System Design

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well enough to go through all rounds.

I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Simple Coding test from Hackerank

Round 2 - Group Discussion 

Basic Topics on day to day common scenario

Round 3 - One-on-one 

(1 Question)

  • Q1. Analysing Coding and approach
  • Ans. 

    Analysing coding and approach is crucial for efficient cloud operations.

    • Review code for efficiency and scalability

    • Identify potential bottlenecks and optimize code

    • Ensure adherence to best practices and standards

    • Collaborate with developers to improve code quality

    • Implement automation and monitoring tools for continuous improvement

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Company Overview and Salary Structure

Interview Preparation Tips

Topics to prepare for Blazeclan Technologies Cloud Operations Engineer interview:
  • Python
  • AWS
Interview preparation tips for other job seekers - Avoid this company, it is scam. Appraisal here are worst and they won't pay you

Skills evaluated in this interview

Cloud Operations Engineer Interview Questions asked at other Companies

Q1. How do you give access to users via az portal
View answer (1)

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hackerrank web development coding with unit testing

Round 2 - One-on-one 

(1 Question)

  • Q1. About spa and react js

Interview Preparation Tips

Topics to prepare for Blazeclan Technologies React Js Frontend Developer interview:
  • React.Js
  • Unit Testing
Interview preparation tips for other job seekers - Foxus of testing and code quality practices

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Blazeclan Technologies Interview FAQs

How many rounds are there in Blazeclan Technologies interview?
Blazeclan Technologies interview process usually has 2-3 rounds. The most common rounds in the Blazeclan Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Blazeclan Technologies 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 Blazeclan Technologies. The most common topics and skills that interviewers at Blazeclan Technologies expect are AWS, Python, CRM, SAN and SQL.
What are the top questions asked in Blazeclan Technologies interview?

Some of the top questions asked at the Blazeclan Technologies interview -

  1. What is over-fitting and under-fitting? How do you deal with ...read more
  2. what are lable-encoding and one-hot encoding? when to use one over oth...read more
  3. what is a docker image? and how do you check the running containe...read more
How long is the Blazeclan Technologies interview process?

The duration of Blazeclan Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Travel Boutique Online

No Interviews

SALARIES

Cadence Design Systems

SALARIES

Brane Enterprises

INTERVIEWS

Brane Enterprises

No Interviews

INTERVIEWS

Cadence Design Systems

No Interviews

SALARIES

Travel Boutique Online

SALARIES

Travel Boutique Online

SALARIES

Travel Boutique Online

Tell us how to improve this page.

Blazeclan Technologies Interview Process

based on 16 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

Blazeclan Technologies Reviews and Ratings

based on 177 reviews

3.7/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.3

Salary

3.5

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 177 Reviews and Ratings
Cloud Engineer
151 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Cloud Engineer
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
121 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Cloud Application Engineer
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Cloud Operations Engineer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Blazeclan Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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