Add office photos
Engaged Employer

Damco Solutions

4.1
based on 473 Reviews
Filter interviews by

10+ Carl Zeiss Interview Questions and Answers

Updated 14 May 2024

Q1. What is the difference between map object and map

Ans.

Map object is an instance of Map class while map is a data structure that stores key-value pairs.

  • Map object is mutable while map is immutable

  • Map object can have any type of key while map keys are restricted to hashable types

  • Map object has methods like set(), get(), delete() while map has no such methods

  • Map object is used in object-oriented programming while map is used in functional programming

Add your answer

Q2. What is Django request response cycle.?

Ans.

Django request response cycle is the process of handling a request and generating a response in Django web framework.

  • Client sends a request to the server.

  • The request is received by the Django server.

  • Django uses URL patterns to match the requested URL to a view function.

  • The view function processes the request and returns an HTTP response.

  • The response is sent back to the client.

Add your answer

Q3. How to define private variables ?

Ans.

Private variables are defined using access modifiers to restrict their access within a class.

  • Use the 'private' keyword to define a private variable

  • Private variables can only be accessed within the class they are defined in

  • Private variables are often used to encapsulate data and prevent direct access from outside the class

Add your answer

Q4. Which version visual c# you work on?

Ans.

I work on Visual C# 2019.

  • I primarily work on Visual C# 2019 for my software development projects.

  • I have experience with Visual C# 2017 and earlier versions as well.

  • Visual C# 2019 offers new features and improvements over previous versions.

Add your answer
Discover Carl Zeiss interview dos and don'ts from real experiences

Q5. Difference between list and tuple, list and array.

Ans.

Lists and tuples are similar but tuples are immutable. Arrays are fixed size while lists are dynamic.

  • Lists and tuples are both used to store collections of data.

  • Tuples are immutable, meaning their values cannot be changed once created.

  • Lists are dynamic and can be resized during runtime.

  • Arrays are fixed size and can only store elements of the same data type.

  • Lists and arrays can be indexed and sliced to access specific elements.

  • Example: list = [1, 2, 3], tuple = (4, 5, 6), arra...read more

Add your answer

Q6. Oops concept, and 4 pillars of oops.

Ans.

Oops concept is a programming paradigm based on the principles of abstraction, encapsulation, inheritance, and polymorphism.

  • Abstraction: Hiding the implementation details and showing only the necessary information to the user.

  • Encapsulation: Binding the data and methods together to protect the data from outside interference.

  • Inheritance: Creating a new class from an existing class to reuse the code and add new features.

  • Polymorphism: Using a single interface to represent differe...read more

Add your answer
Are these interview questions helpful?

Q7. What is django signals?

Ans.

Django signals allow certain senders to notify a set of receivers that some action has taken place.

  • Signals allow decoupled applications to get notified when certain actions occur elsewhere in the application

  • They are used to avoid coupling between applications

  • Signals are defined by providing a receiver function which gets called when the signal is sent

  • Example: A signal can be sent when a new user is created, and a receiver function can be defined to send a welcome email to the...read more

Add your answer

Q8. What is decorator. ?

Ans.

A decorator is a design pattern that allows behavior to be added to an individual object, either statically or dynamically.

  • Decorators wrap an object to modify its behavior.

  • They provide a flexible alternative to subclassing for extending functionality.

  • Python has built-in support for decorators, which are denoted by the @ symbol.

  • Examples of decorators include @staticmethod, @classmethod, and @property.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Difference between pull and push

Ans.

Pull is when the client initiates the request for data, while push is when the server sends data without a request.

  • Pull: Client initiates request for data

  • Push: Server sends data without request

  • Pull: Used in polling mechanisms

  • Push: Used in real-time communication systems

Add your answer

Q10. Difference between pull and fetch

Ans.

Pull and fetch are both Git commands used to update a local repository with changes from a remote repository, but they have different behaviors.

  • Pull: updates the current branch with changes from the remote repository and merges them into the local branch.

  • Fetch: downloads changes from the remote repository to the local repository, but does not merge them into the local branch.

  • Pull is a combination of fetch and merge, while fetch only downloads changes.

  • Fetch is useful for revie...read more

Add your answer

Q11. Routing in MVC?

Ans.

Routing in MVC refers to the process of mapping URLs to controller actions in a web application.

  • Routing is the mechanism that directs incoming HTTP requests to the appropriate controller and action method in an MVC application.

  • Routes are defined in the RouteConfig.cs file in ASP.NET MVC applications.

  • Routes can be configured to include parameters that are passed to the controller action.

  • Routes can also include constraints to restrict the values that can be passed in as paramet...read more

Add your answer

Q12. 4 pillars of oops

Ans.

Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOP

  • Encapsulation: Bundling data and methods that operate on the data into a single unit

  • Inheritance: Ability of a class to inherit properties and behavior from another class

  • Polymorphism: Ability to present the same interface for different data types

  • Abstraction: Hiding the complex implementation details and showing only the necessary features

Add your answer

Q13. Difference between defect leakage and defect control

Ans.

Defect leakage is when defects are not identified during testing and are found by users, while defect control is the process of managing and preventing defects.

  • Defect leakage occurs when defects are missed during testing and are discovered by users after the product is released.

  • Defect control involves implementing processes and strategies to identify, track, and prevent defects throughout the development lifecycle.

  • Defect leakage can result in negative user experiences, loss o...read more

Add your answer

Q14. Manual Testing Terms

Ans.

Manual testing terms refer to the vocabulary and concepts used in the process of manually testing software.

  • Manual testing: Testing software manually without the use of automation tools.

  • Test case: A set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly.

  • Test plan: A document outlining the scope, approach, resources, and schedule of testing activities.

  • Defect: Any variance between expected and actu...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Carl Zeiss

based on 11 interviews in the last 1 year
Interview experience
3.9
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.6
 • 1.7k Interview Questions
4.0
 • 557 Interview Questions
4.3
 • 168 Interview Questions
3.7
 • 135 Interview Questions
3.8
 • 134 Interview Questions
3.8
 • 129 Interview Questions
View all
Top Damco Solutions Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter