Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Array question based
Asked about some coding questions
Top trending discussions
I was interviewed in Jun 2021.
Round duration - 60 Minutes
Round difficulty - Medium
This round consisted of some standard questions related to HTML , CSS , JS and basic Frontend develeoper practices .
HTML5 is the latest version of the HTML standard with new features for web development.
Support for multimedia elements like <video> and <audio>
Canvas and SVG for graphics and animations
Improved form controls and validation
Offline storage with Local Storage and IndexedDB
Geolocation API for location-based services
The CSS Box Model is a fundamental concept in CSS that defines the layout and spacing of elements on a webpage.
The Box Model consists of content, padding, border, and margin.
Content: The actual content or text of the element.
Padding: Space between the content and the border.
Border: The border surrounding the padding and content.
Margin: Space outside the border, separating the element from other elements.
Example: div { ...
Hoisting in JavaScript is a behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Closures in JavaScript are functions that have access to variables from their outer scope even after the outer function has finished executing.
Closures allow for maintaining state in JavaScript functions.
They are created whenever a function is defined within another function.
Closures can access variables from their outer scope, even after the outer function has finished executing.
var is function scoped while let is block scoped in JavaScript.
var is function scoped, meaning it is accessible throughout the function it is declared in.
let is block scoped, meaning it is only accessible within the block it is declared in.
Using var can lead to variable hoisting issues, while let avoids this problem.
Example: var x = 10; function test() { var x = 20; console.log(x); } test(); // Output: 20
Prototype chaining in JavaScript is the mechanism by which objects inherit properties and methods from other objects.
In JavaScript, each object has a prototype property that points to another object. When a property or method is accessed on an object, JavaScript will look for it in the object itself first, and then in its prototype chain.
If the property or method is not found in the object, JavaScript will continue to ...
Round duration - 50 Minutes
Round difficulty - Medium
This round primarily focused on AngularJS and had questions revolving around it and basic JavaScript.
Components in Angular are reusable building blocks that encapsulate HTML, CSS, and TypeScript logic.
Components are the basic building blocks of Angular applications.
They consist of an HTML template, CSS styles, and TypeScript code.
Components help in organizing the application into smaller, reusable pieces.
They can communicate with other components using @Input and @Output decorators.
Example: A 'navbar' component can be...
Components are building blocks of Angular applications, while directives are used to add behavior to DOM elements.
Components have a template, styles, and behavior encapsulated together, while directives are used to manipulate the behavior of existing DOM elements.
Components are typically used to create reusable UI elements, while directives are used to add custom behavior to existing elements.
Components can have their ...
Lifecycle hooks in Angular are methods that allow you to tap into specific points in a component's lifecycle.
Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.
ngOnInit is used for initialization logic, ngOnChanges for reacting to input changes, ngDoCheck for custom change detection, ngOnDestroy for cleanup tasks, etc.
A service in Angular is a reusable piece of code that can be injected into components to provide specific functionality.
Services are singleton objects in Angular that are instantiated only once during the lifetime of an application.
They are used to encapsulate logic and data that can be shared across multiple components.
Services can be injected into components, directives, and other services using Angular's dependency ...
Dependency injection in Angular is a design pattern where components are given their dependencies rather than creating them themselves.
In Angular, dependency injection is achieved by declaring the dependencies in the constructor of a component or service.
It helps in making components more modular, reusable, and easier to test.
For example, if a component needs a service to fetch data from an API, instead of creating an ...
Given an array consisting of 'N' positive integers where each integer is either 0, 1, or 2, your task is to sort the given array in non-decreasing order.
Each input st...
Sort an array of positive integers (0, 1, 2) in non-decreasing order.
Use counting sort algorithm to sort the array efficiently.
Count the occurrences of 0s, 1s, and 2s in the array.
Update the array with the counts of each element in non-decreasing order.
Angular Bootstrap is a front-end framework that combines Angular and Bootstrap to create responsive web applications.
Angular Bootstrap is a library that allows developers to easily integrate Bootstrap components into Angular applications.
It provides pre-built UI components like modals, dropdowns, and tooltips that can be easily customized and used in Angular projects.
Angular Bootstrap simplifies the process of creating...
Round duration - 30 Minutes
Round difficulty - Easy
This was a typical HR round with some standard Behavioral questions like my interests, weaknesses, strengths, family
background, are you willing to relocate or travel , why Siemens, CEO of Siemens etc.
Tip 1 : Do at-least 2 good projects and you must know every bit of them.
Tip 2 : Understand the fundamentals of JavaScript as they are asked very often.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
posted on 18 Oct 2024
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
30 min 30 ques and gaming ques
ML and AI are used in our project to analyze user behavior and provide personalized recommendations.
ML algorithms are used to analyze user data and predict user preferences.
AI is used to provide personalized recommendations based on the analysis of user behavior.
Examples include recommendation systems for e-commerce websites and personalized content suggestions on streaming platforms.
Lagging concept refers to a concept or idea that is behind or not up to date compared to current standards or practices.
Refers to outdated technology or methods in software development
Can lead to inefficiencies, bugs, or security vulnerabilities
Examples include using deprecated libraries or not following best practices for coding
I was interviewed in Jan 2024.
Basic code example using an array of strings
Declare an array of strings in the preferred programming language
Initialize the array with some string values
Access and manipulate elements in the array as needed
A simple program to print 'Hello, World!'
Create a new file with a .py extension
Write 'print('Hello, World!')' inside the file
Save the file and run it using a Python interpreter
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.
Create applications related to ekart applications applying design pattern and OOPS concept
C# 10 introduces new features like file-scoped namespaces, global using directives, and interpolated string handlers.
File-scoped namespaces allow defining namespaces at the file level instead of wrapping everything in a namespace block.
Global using directives simplify the process of importing namespaces across the entire project.
Interpolated string handlers provide a way to customize how interpolated strings are proces
I applied via Referral and was interviewed in Dec 2022. There were 3 interview rounds.
Aptitude test, was quite easy. next was hr round.
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
20 MCQ on aptitude ,cn,os,DBMS ,2 easy medium coding questions
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Basic aptitude and common CS fundamentals questions.
Share the current technology related topic.
based on 1 interview
Interview experience
Senior Engineer
136
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
103
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Engineer
95
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
71
salaries
| ₹0 L/yr - ₹0 L/yr |
Deputy Manager
69
salaries
| ₹0 L/yr - ₹0 L/yr |
ABB
Siemens
Schneider Electric
Honeywell Automation