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

Clear (1)

Blazeclan Technologies Senior Data Engineer Interview Questions and Answers

Updated 14 Jan 2025

Blazeclan Technologies Senior Data Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Difference between list and touple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. Difference between datalake and datawarehouse
  • Ans. 

    Data lake is a vast pool of raw data while data warehouse is a structured repository for processed data.

    • Data lake stores raw, unstructured data in its native format.

    • Data warehouse stores processed, structured data for easy analysis and reporting.

    • Data lake allows for storing large amounts of data at a low cost.

    • Data warehouse is optimized for querying and analyzing data efficiently.

    • Data lake is suitable for big data anal...

  • Answered by AI

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I was interviewed in Oct 2020.

Interview Questionnaire 

3 Questions

  • Q1. Final round is HR. In this round they will explain the working hours, CTC, etc and some set of HR questions will be also expected here
  • Q2. Tell me some of your strengths Weaknesses Where would you see yourself after 5 years Etc
  • Q3. Followed by 1st round written Examination F2F Technical interview is done. In this round we any expect all the technical questions of our subjects and the interviewer will check for our personality, commun...

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best Guys.prepare well and face the interview.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

3 Questions

  • Q1. What is your role in current project
  • Q2. Why should we hire you
  • Q3. What the major challenges you have faced in your earlier project ?

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

Round 1 - Technical 

(3 Questions)

  • Q1. How do you configure and verify custom DNS in Azure AD?
  • Ans. 

    To configure and verify custom DNS in Azure AD, follow these steps:

    • Create a DNS zone in Azure DNS

    • Add a custom domain to Azure AD

    • Create a CNAME record in the DNS zone that points to the Azure AD domain

    • Verify the custom domain in Azure AD

    • Update the DNS registrar to use the Azure DNS name servers

    • Test the custom DNS by accessing Azure AD resources using the custom domain

  • Answered by AI
  • Q2. Supported authentication types in Azure AD
  • Ans. 

    Azure AD supports various authentication types for secure access to resources.

    • Azure AD supports password-based authentication, multi-factor authentication, certificate-based authentication, and federated authentication.

    • It also supports OAuth 2.0 and OpenID Connect for secure authentication and authorization.

    • Examples of supported protocols include SAML, WS-Federation, and OAuth 2.0/OpenID Connect.

    • Azure AD also supports ...

  • Answered by AI
  • Q3. Hybrid scenarios regarding Azure AD using Azure AD Connect
Round 2 - One-on-one 

(3 Questions)

  • Q1. What if someone asks you your salary?
  • Q2. How would you react if someone lured into giving up some secrets
  • Q3. Are you ready for relocation??
Round 3 - HR 

(4 Questions)

  • Q1. Salary discussion, Joining bonus discussion
  • Q2. Explanation of salary breakup in hand
  • Q3. Any gaps in education, experience explanation
  • Q4. Confirmation about previous work experiences

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Engineer interview:
  • Azure Active Directory
  • Azure
  • Deployments in Azure
Interview preparation tips for other job seekers - If they want the opening to be filled immediately, then they will anyhow select you if you have even 30% to 40% of the required skillset required for the job and good communication. If your previous experiences are from startups, then also they will consider you. But if they are willing to wait for your notice period to end and offering you desired salary, beware then they will crunch the best out of you during interviews, they will ensure that they are hiring the right person.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What is your key roles and responsiblity in the organization.
  • Q2. How to deploy ivr application in servers.
  • Ans. 

    IVR application can be deployed in servers using various deployment methods.

    • Choose a deployment method based on the application requirements and server environment.

    • Common deployment methods include manual deployment, automated deployment, and containerization.

    • Ensure that all necessary dependencies and configurations are included in the deployment package.

    • Test the application thoroughly after deployment to ensure it is

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident specify your key skills answered the questions accurately.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Blazeclan Technologies Interview FAQs

How many rounds are there in Blazeclan Technologies Senior Data Engineer interview?
Blazeclan Technologies interview process usually has 1 rounds. The most common rounds in the Blazeclan Technologies interview process are Technical.
How to prepare for Blazeclan Technologies Senior Data 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 Blazeclan Technologies. The most common topics and skills that interviewers at Blazeclan Technologies expect are Python, SQL, Adf, Azure and CRM.
What are the top questions asked in Blazeclan Technologies Senior Data Engineer interview?

Some of the top questions asked at the Blazeclan Technologies Senior Data Engineer interview -

  1. difference between datalake and datawareho...read more
  2. difference between list and tou...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Blazeclan Technologies

INTERVIEWS

Cadence Design Systems

No Interviews

INTERVIEWS

Cadence Design Systems

No Interviews

INTERVIEWS

Brane Enterprises

No Interviews

INTERVIEWS

Brane Enterprises

No Interviews

INTERVIEWS

Blazeclan Technologies

No Interviews

INTERVIEWS

Travel Boutique Online

No Interviews

INTERVIEWS

Travel Boutique Online

No Interviews

Tell us how to improve this page.

Blazeclan Technologies Senior Data Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Blazeclan Technologies Senior Data Engineer Salary
based on 30 salaries
₹8 L/yr - ₹18.9 L/yr
13% less than the average Senior Data Engineer Salary in India
View more details
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