Upload Button Icon Add office photos
Engaged Employer

i

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

Anblicks Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Anblicks Data Engineer Interview Questions and Answers

Updated 11 Feb 2025

Anblicks Data Engineer Interview Experiences

3 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL Query to get Salary greater than manager salary
  • Ans. 

    SQL query to retrieve salaries greater than manager salary

    • Use a SELECT statement to retrieve the salaries

    • Join the employee table with the manager table to compare salaries

    • Add a WHERE clause to filter salaries greater than manager's salary

  • Answered by AI
  • Q2. Count of alphabets in a string
  • Ans. 

    Count the number of alphabets in a given string.

    • Iterate through each character in the string and check if it is an alphabet using isalpha() function.

    • Increment a counter for each alphabet found.

    • Return the final count of alphabets.

    • Example: Input - 'Hello123', Output - 5 (alphabets: H, e, l, l, o)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Anblicks Data Engineer interview:
  • Python
  • SQL

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2024

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

I applied via Approached by Company and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mcq and coding based on profile

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview based on profile
Round 3 - HR 

(1 Question)

  • Q1. General hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be technically good

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - Case Study 

Gave a usecase and asked for the approach

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with an open and positive mind. You will crack this.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

It was a written test where theoretical SQL questions were asked like primary key, foreign key, set operators and some queries

Round 2 - Technical 

(1 Question)

  • Q1. All SQL Concepts like Join, normalization, trigger, stored procedure, keys, drop truncate del difference, where having difference, Aggregate scaler window functions, fetch duplicate records query, acid pro...

Interview Preparation Tips

Topics to prepare for Saama Technologies Data Engineer interview:
  • SQL
  • Python
  • Pyspark
Interview preparation tips for other job seekers - Clear your concepts deeply with examples sothat you can able to explain it..
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. 3rd largest salary from each department(window function)

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL is Imp

Data Engineer Interview Questions & Answers

DISYS user image Srinivasa moorthy

posted on 29 Feb 2024

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

(1 Question)

  • Q1. Explain process in adf
  • Ans. 

    ADF stands for Azure Data Factory, a cloud-based data integration service that allows you to create, schedule, and manage data pipelines.

    • ADF allows you to create data-driven workflows for orchestrating and automating data movement and data transformation.

    • You can use ADF to ingest data from various sources, process and transform the data, and then publish the data to different destinations.

    • ADF supports a wide range of d...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Related to data warehouse
Round 2 - Technical 

(1 Question)

  • Q1. Python, data warehouse, data modelling

I applied via Naukri.com and was interviewed in Nov 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Join two tables in pyspark code and dataframe
  • Ans. 

    Join two tables in PySpark code and DataFrame

    • Create two DataFrames from the tables

    • Specify the join condition using join() function

    • Select the columns to be displayed using select() function

    • Use show() function to display the result

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is the best place you visisted in pune
Round 4 - HR 

(1 Question)

  • Q1. How much salary you are expectin herein the saama technoligies

Interview Preparation Tips

Interview preparation tips for other job seekers - good luck,try hard ,you can get it,dont panic in between the intervie ,stay focused.

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions about the tech skills you have
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion .

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to have pharma domain knowledge. .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

2 hr duration test it was. It had the topics like reasoning, number system. Technical section was also there which has sql questions

Round 3 - Technical 

(11 Questions)

  • Q1. Based on my final year project. Some questions based the programming language I added in my resume and other questions asked on sql queries on joins, union, union all difference.
  • Q2. Then HR round was there in which asked some behavioral questions and tested some decision making skills
  • Q3. Tell me about your final year project is a common question that every interviewer ask for fresher
  • Q4. What is inheritance and type of inheritance? if you mentioned c or Java as your skill
  • Q5. Tell me about yourself?
  • Q6. What are your hobbies?
  • Q7. What is your salary expectation.
  • Q8. Are you willing to relocate?
  • Q9. Are you ready to sign agreement if there is any?
  • Q10. Tell me about your family background
  • Q11. Is there any for future studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in whatever you are delivering.
Do not read or practice before 10 mins of your interview.
Practice and research all the possible questions and scenarios before going to an interview

Anblicks Interview FAQs

How many rounds are there in Anblicks Data Engineer interview?
Anblicks interview process usually has 1-2 rounds. The most common rounds in the Anblicks interview process are Case Study, Aptitude Test and Technical.
How to prepare for Anblicks 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 Anblicks. The most common topics and skills that interviewers at Anblicks expect are Spark, Python, SQL, SCALA and ETL.
What are the top questions asked in Anblicks Data Engineer interview?

Some of the top questions asked at the Anblicks Data Engineer interview -

  1. SQL Query to get Salary greater than manager sal...read more
  2. Count of alphabets in a str...read more
  3. Technical interview based on prof...read more

Tell us how to improve this page.

Anblicks Data Engineer Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more
Anblicks Data Engineer Salary
based on 55 salaries
₹4.5 L/yr - ₹14.1 L/yr
18% less than the average Data Engineer Salary in India
View more details

Anblicks Data Engineer Reviews and Ratings

based on 15 reviews

4.5/5

Rating in categories

4.6

Skill development

4.5

Work-life balance

4.5

Salary

4.1

Job security

4.5

Company culture

4.4

Promotions

4.3

Work satisfaction

Explore 15 Reviews and Ratings
Data Engineer
55 salaries
unlock blur

₹4.5 L/yr - ₹14.1 L/yr

Software Engineer
25 salaries
unlock blur

₹2.4 L/yr - ₹10.9 L/yr

Junior Data Engineer
22 salaries
unlock blur

₹3.7 L/yr - ₹6 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹17.2 L/yr - ₹28 L/yr

Associate Software Engineer
21 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Explore more salaries
Compare Anblicks with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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