Add office photos
Engaged Employer

KJ System

3.6
based on 58 Reviews
Filter interviews by

Mtandt Interview Questions and Answers

Updated 23 Dec 2024

Q1. what is the CSS style and Html difference

Ans.

CSS defines the style and layout of HTML elements, while HTML defines the structure and content of a webpage.

  • CSS is used to style HTML elements, such as changing colors, fonts, and layouts.

  • HTML is used to create the structure of a webpage, including headings, paragraphs, and images.

  • CSS can be applied internally, externally, or inline within HTML.

  • HTML tags are used to define elements on a webpage, while CSS selectors target those elements for styling.

  • Example: <h1 style='color:...read more

Add your answer

Q2. what is arrays

Ans.

Arrays are a collection of elements of the same data type, stored in contiguous memory locations.

  • Arrays can store multiple values of the same type.

  • Elements in an array are accessed using their index.

  • Arrays have a fixed size, which is determined at the time of declaration.

  • Arrays can be used to store and manipulate data efficiently.

  • Example: string[] names = {"John", "Jane", "Mike"};

View 1 answer

Q3. what is constructor

Ans.

A constructor is a special method that is used to initialize objects in a class.

  • Constructors have the same name as the class they belong to.

  • They are called automatically when an object is created.

  • Constructors can have parameters to initialize object properties.

  • They can be overloaded to have multiple versions with different parameters.

  • Example: class Car { Car() { // constructor code } }

View 1 answer

Q4. What is a Style sheet in CSS

Ans.

A style sheet is a document containing CSS rules that define how HTML elements should be displayed on a web page.

  • Style sheets can be written in a separate file or embedded within an HTML document.

  • CSS rules consist of a selector and a declaration block containing one or more property-value pairs.

  • Selectors can target specific HTML elements, classes, IDs, or attributes.

  • CSS can be used to control layout, typography, colors, and other visual aspects of a web page.

Add your answer
Discover Mtandt interview dos and don'ts from real experiences
Asked in
SDE Interview

Q5. how to find middel element of linked list

Ans.

To find the middle element of a linked list, use the slow and fast pointer technique.

  • Initialize two pointers, slow and fast, at the head of the linked list.

  • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

  • The position of the slow pointer will be the middle element of the linked list.

Add your answer

Q6. oops concepts in java

Ans.

OOP concepts in Java include inheritance, encapsulation, polymorphism, and abstraction.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Encapsulation involves bundling data and methods that operate on the data into a single unit.

  • Polymorphism allows objects to be treated as instances of their parent class.

  • Abstraction hides the implementation details and only shows the necessary features to the outside world.

Add your answer

Q7. Types of inheritance

Ans.

Types of inheritance in object-oriented programming

  • Single inheritance: a subclass inherits from only one superclass

  • Multiple inheritance: a subclass inherits from multiple superclasses

  • Multilevel inheritance: a subclass inherits from a superclass, which in turn inherits from another superclass

  • Hierarchical inheritance: multiple subclasses inherit from a single superclass

Add your answer

Q8. what is HTML and css

Ans.

HTML and CSS are the building blocks of web development, with HTML providing the structure and content of a webpage, and CSS controlling the design and layout.

  • HTML (Hypertext Markup Language) is used to create the structure and content of web pages.

  • CSS (Cascading Style Sheets) is used to control the design and layout of web pages.

  • HTML uses tags to define elements like headings, paragraphs, images, and links.

  • CSS allows for styling elements such as colors, fonts, spacing, and l...read more

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

Interview Process at Mtandt

based on 9 interviews
Interview experience
3.7
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 362 Interview Questions
4.2
 • 334 Interview Questions
4.2
 • 239 Interview Questions
3.4
 • 174 Interview Questions
4.2
 • 147 Interview Questions
4.0
 • 137 Interview Questions
View all
Top KJ System 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
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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