i
Fareportal
Work with us
Filter interviews by
A function expression is a way to define a function in JavaScript, often assigned to a variable.
Function expressions can be anonymous or named.
They are defined using the 'function' keyword followed by parentheses.
Example of an anonymous function expression: const add = function(a, b) { return a + b; };
Example of a named function expression: const multiply = function multiplyFunc(a, b) { return a * b; };
Function ex...
IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined.
An IIFE is defined using function syntax followed by parentheses: (function() { /* code */ })();
It helps in creating a private scope, avoiding global variable pollution.
IIFEs can take parameters: (function(param) { /* code */ })(value);
Commonly used for module patterns and encapsulating code.
Example: (functio...
Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.
Encapsulation: Bundling data and methods that operate on the data within one unit, e.g., a class in Java.
Inheritance: Mechanism to create a new class using properties of an existing class, e.g., a 'Dog' class inheriting from an 'Animal' class.
Polymorphism: Ability to present the same interfa...
Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism where a new class derives properties and behavior from an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same ...
Different types of hardware can be accessed on console through device drivers and APIs.
Use device drivers to communicate with hardware components such as printers, scanners, and network cards
Utilize APIs provided by hardware manufacturers to access specific functionalities of hardware devices
Interact with hardware through command line tools or graphical user interfaces
Use the New-SCVMCheckpoint cmdlet in PowerShell to create a checkpoint on SCVMM.
Use the New-SCVMCheckpoint cmdlet in PowerShell
Specify the VM name and checkpoint name as parameters
Example: New-SCVMCheckpoint -VM 'VMName' -Name 'CheckpointName'
Polymorphism is the ability of a function or method to behave differently based on the object it is called with.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Example: ...
I read a variety of classes for work and personal development.
I read multiple classes related to my field of work to stay updated on industry trends and advancements.
I also read classes on personal development, such as time management or communication skills.
Examples: Business management classes, leadership development classes, online courses on marketing strategies.
To control under employees, establish clear expectations, provide regular feedback, offer training and development opportunities, and address performance issues promptly.
Set clear expectations for performance and behavior
Provide regular feedback and recognition for good work
Offer training and development opportunities to help employees improve
Address performance issues promptly and fairly
Lead by example and commun...
Access modifiers in C# control the visibility and accessibility of class members.
Public: accessible from anywhere
Private: accessible only within the class
Protected: accessible within the class and derived classes
Internal: accessible within the same assembly
Protected Internal: accessible within the same assembly and derived classes
Example: public int age; private string name;
Example: protected void DoSomething(); i...
I appeared for an interview in Mar 2025, where I was asked the following questions.
A function expression is a way to define a function in JavaScript, often assigned to a variable.
Function expressions can be anonymous or named.
They are defined using the 'function' keyword followed by parentheses.
Example of an anonymous function expression: const add = function(a, b) { return a + b; };
Example of a named function expression: const multiply = function multiplyFunc(a, b) { return a * b; };
Function express...
IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined.
An IIFE is defined using function syntax followed by parentheses: (function() { /* code */ })();
It helps in creating a private scope, avoiding global variable pollution.
IIFEs can take parameters: (function(param) { /* code */ })(value);
Commonly used for module patterns and encapsulating code.
Example: (function() {...
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
Variable Hoisting: In JavaScript, variable declarations (using var) are hoisted to the top of their scope, but initializations are not. Example: console.log(x); var x = 5; // undefined
Function Hoisting: Function declarations are fully hoisted, meaning you can call a function befo...
It was a project to make automation VM creation with powershell.
Different types of hardware can be accessed on console through device drivers and APIs.
Use device drivers to communicate with hardware components such as printers, scanners, and network cards
Utilize APIs provided by hardware manufacturers to access specific functionalities of hardware devices
Interact with hardware through command line tools or graphical user interfaces
Use the New-SCVMCheckpoint cmdlet in PowerShell to create a checkpoint on SCVMM.
Use the New-SCVMCheckpoint cmdlet in PowerShell
Specify the VM name and checkpoint name as parameters
Example: New-SCVMCheckpoint -VM 'VMName' -Name 'CheckpointName'
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
My professional skills include strong leadership, excellent communication, problem-solving abilities, and a deep understanding of transportation logistics.
Strong leadership skills demonstrated through effectively managing a team of transport staff
Excellent communication skills in coordinating with drivers, clients, and other departments
Proven problem-solving abilities in resolving transportation issues and optimizing r...
Case study on cancellation audit or Fraud cancellation
I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.
Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism where a new class derives properties and behavior from an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same inter...
I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.
I am student of class 10 i m worker plz give me naurkari
I am discuss the meeting from company
I read a variety of classes for work and personal development.
I read multiple classes related to my field of work to stay updated on industry trends and advancements.
I also read classes on personal development, such as time management or communication skills.
Examples: Business management classes, leadership development classes, online courses on marketing strategies.
To control under employees, establish clear expectations, provide regular feedback, offer training and development opportunities, and address performance issues promptly.
Set clear expectations for performance and behavior
Provide regular feedback and recognition for good work
Offer training and development opportunities to help employees improve
Address performance issues promptly and fairly
Lead by example and communicate...
Top trending discussions
The duration of Fareportal interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 25 interview experiences
Difficulty level
Duration
based on 737 reviews
Rating in categories
Gurgaon / Gurugram
8-13 Yrs
Not Disclosed
Senior Executive
415
salaries
| ₹3.2 L/yr - ₹6.7 L/yr |
Team Lead
146
salaries
| ₹6.3 L/yr - ₹12 L/yr |
Senior Software Engineer
116
salaries
| ₹14.2 L/yr - ₹26.4 L/yr |
Assistant Manager
108
salaries
| ₹8.1 L/yr - ₹14.2 L/yr |
Executive
100
salaries
| ₹2.7 L/yr - ₹6 L/yr |
Udaan
Swiggy
Oyo Rooms
Blinkit