Upload Button Icon Add office photos

Carl Zeiss

Compare button icon Compare button icon Compare

Filter interviews by

Carl Zeiss Data Engineer Interview Questions and Answers

Updated 10 Nov 2024

Carl Zeiss Data Engineer Interview Experiences

2 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2024

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

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was Aptitute Round as well as gaming round

Round 2 - Coding Test 

They asked DSA and SQL

Round 3 - Technical 

(3 Questions)

  • Q1. Mostly resume based
  • Q2. Coding questions and SQL queries
  • Q3. About your projects and all
Round 4 - HR 

(1 Question)

  • Q1. It was interactive round

Interview Preparation Tips

Interview preparation tips for other job seekers - Add what you know in your resume

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2024

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

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

Round 1 - Aptitude Test 

Just based on games and Aptitude

Round 2 - Coding Test 

2 Mid question and 20 CS fundamental

Round 3 - Technical 

(2 Questions)

  • Q1. Coding Question DP
  • Q2. Behavioural Questions

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 LTIMindtree
Q5. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... read more

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic about python

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare for py3
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic fundamentals of cs, dsa
  • Q2. Puzzles, os concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics for cs fundamentals, dsa leetcode medium
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical plus aptitude based on domain you choose( pre placemt talks)

Round 2 - Technical 

(2 Questions)

  • Q1. Communication theory , aptitude, electronics basics for firmware domain(screening)
  • Q2. Coding related questions
Round 3 - Technical 

(1 Question)

  • Q1. Circuits related practical questions
Round 4 - HR 

(1 Question)

  • Q1. General things only
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Profit and loss ,time and work ,speed distance and time

Round 2 - Coding Test 

Java ,ops ,collection frameworks

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

2 problem was given to solve
1) Smallest Negative balance - -----%20America%20-%20Weekly%20Algorithm%20Challenges/Week%2021%20Algorithm%20Challenge/Smallest%20Negative%20Balance.md
2) Find the absolute difference between alpha & beta from the array.
Alpha -An element k in a array occurs k consecutive time
Beta - An element k in an array occurs k consecutive time starting from index k

Sample input
Arr[] = {2,2,2,4,4,4,4,1,2,2]
Output
Alpha - 3
Beta - 1
Absolute difference - 1

Note : consider array index starts with 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the problem statement clearly, prepare well for problem solving & DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative Questions
Computer Science core MCQ questions
2 Coding Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Projects mentioned on resume
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Questions based on Linked List
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Add two linked list
  • Ans. 

    To add two linked lists, iterate through both lists simultaneously and add corresponding nodes, considering carry from previous addition.

    • Create a dummy node to hold the result.

    • Initialize current node to dummy node.

    • Iterate through both lists, adding values and carry from previous addition.

    • Move to next nodes in both lists.

    • Handle cases where one list is longer than the other.

    • Handle final carry if present.

  • Answered by AI
  • Q2. Find shortest path in graph
  • Ans. 

    Use Dijkstra's algorithm to find the shortest path in a graph

    • Implement Dijkstra's algorithm to find the shortest path between two nodes in a graph

    • Maintain a priority queue to keep track of the shortest distance to each node

    • Update the shortest distance to each node as you traverse the graph

    • Track the path by storing the previous node for each node visited

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Check tree is BST
  • Ans. 

    Check if a binary tree is a Binary Search Tree (BST)

    • Perform an in-order traversal of the tree and check if the resulting array is sorted

    • Keep track of the previous node value during traversal to compare with the current node value

    • Ensure that each node's value is greater than the previous node's value in the in-order traversal

  • Answered by AI
  • Q2. Check substring palindrome or not
  • Ans. 

    Check if a substring in an array of strings is a palindrome or not.

    • Iterate through each string in the array

    • For each string, check if any of its substrings are palindromes

    • Return true if a palindrome substring is found, false otherwise

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Few standard dsa questions were asked.

Round 2 - HR 

(2 Questions)

  • Q1. Explain projects
  • Ans. 

    Projects are specific tasks or assignments that require a set of skills and resources to achieve a particular goal or outcome.

    • Projects involve defining objectives and deliverables

    • They require planning, execution, and monitoring

    • Projects often have timelines and budgets

    • Examples: Data analysis project to identify customer trends, Project to implement a new software system

  • Answered by AI
  • Q2. Introduce urself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • I have a Bachelor's degree in Statistics from XYZ University.

    • I have 3 years of experience working as a data analyst at ABC Company.

    • Proficient in using tools like Excel, SQL, and Tableau for data analysis.

    • I have experience in creating reports and dashboards to present data insights to stakeholders.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study dsa

Carl Zeiss Interview FAQs

How many rounds are there in Carl Zeiss Data Engineer interview?
Carl Zeiss interview process usually has 3-4 rounds. The most common rounds in the Carl Zeiss interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Carl Zeiss 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 Carl Zeiss. The most common topics and skills that interviewers at Carl Zeiss expect are Azure, Data Analysis, Data Visualization, Python and Power Bi.
What are the top questions asked in Carl Zeiss Data Engineer interview?

Some of the top questions asked at the Carl Zeiss Data Engineer interview -

  1. Coding questions and SQL quer...read more
  2. It was interactive ro...read more
  3. Behavioural Questi...read more

Tell us how to improve this page.

Carl Zeiss Data Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Philips Interview Questions
3.8
 • 158 Interviews
Texas Instruments Interview Questions
4.1
 • 125 Interviews
GE Interview Questions
4.2
 • 106 Interviews
Synopsys Interview Questions
3.9
 • 89 Interviews
Sony Interview Questions
4.2
 • 67 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Carl Zeiss Data Engineer Salary
based on 9 salaries
₹10 L/yr - ₹19.1 L/yr
53% more than the average Data Engineer Salary in India
View more details

Carl Zeiss Data Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Sales Associate
90 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Sales Specialist
61 salaries
unlock blur

₹6 L/yr - ₹15.8 L/yr

Sales Executive
33 salaries
unlock blur

₹1.8 L/yr - ₹9.5 L/yr

Sales Manager
31 salaries
unlock blur

₹9 L/yr - ₹27.5 L/yr

Technical Lead
30 salaries
unlock blur

₹20 L/yr - ₹36 L/yr

Explore more salaries
Compare Carl Zeiss with

Leica Camera

1.0
Compare

Panasonic Avionics Corporation

3.4
Compare

Sony

4.2
Compare

Siemens Healthineers

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