Filter interviews by
Office 365 is a subscription-based service with cloud features, while Microsoft Office is a one-time purchase software suite.
Office 365 offers cloud storage via OneDrive, enabling access from any device with internet.
Microsoft Office is installed locally on a device and does not require an internet connection for basic functions.
Office 365 includes regular updates and new features as part of the subscription, whil...
There are 7 data types in JavaScript: undefined, null, boolean, number, string, symbol, and object.
JavaScript has 6 primitive data types: undefined, null, boolean, number, string, and symbol.
The 7th data type is object, which includes arrays, functions, and objects themselves.
Each data type has its own set of values and behaviors in JavaScript.
Padding in an image can be added using CSS properties like padding-top, padding-bottom, padding-left, padding-right.
Use CSS properties like padding-top, padding-bottom, padding-left, padding-right to add padding to an image.
Padding can be specified in pixels, percentages, or other units.
Example: img { padding: 10px; }
HTML tag is a code element used to define the structure and content of a web page.
HTML tags are enclosed in angle brackets, like <tag>.
They consist of an opening tag, content, and a closing tag.
Tags can have attributes that provide additional information about the element.
Examples: <h1> for heading, <p> for paragraph, <a> for link.
We can use Runnable to execute code in a separate thread.
When we need to perform a task in the background without blocking the main thread.
When we need to execute code concurrently.
When we need to delay the execution of code.
When we need to schedule a task to run at a specific time.
When we need to implement a timer or a countdown.
Example: updating UI elements while performing a long-running task in the background.
...
Memory management is crucial for efficient application development.
Use dynamic memory allocation only when necessary.
Avoid memory leaks by freeing allocated memory when it is no longer needed.
Use data structures that minimize memory usage.
Optimize code to reduce memory usage.
Use tools like valgrind to detect memory errors and leaks.
Improving app performance requires optimizing code, reducing network calls, and minimizing resource usage.
Optimize code by identifying and fixing bottlenecks
Reduce network calls by caching data and using efficient protocols
Minimize resource usage by releasing unused memory and optimizing database queries
Active Directory is a directory service by Microsoft for managing users, computers, and resources in a networked environment.
Centralized management of user accounts and permissions.
Facilitates authentication and authorization for users and devices.
Supports Group Policy for managing settings across multiple computers.
Enables resource sharing, such as printers and file systems, within a network.
Allows for organizati...
JavaScript is a programming language commonly used for web development. An array is a data structure that stores a collection of elements.
JavaScript is a high-level, interpreted programming language used for creating interactive websites.
Arrays in JavaScript are used to store multiple values in a single variable.
Example: var fruits = ['apple', 'banana', 'orange'];
I appeared for an interview before Mar 2024.
I am a dedicated Support Engineer with a passion for problem-solving and a strong background in technical support and customer service.
Over 5 years of experience in technical support roles, assisting customers with software and hardware issues.
Proficient in troubleshooting network connectivity problems, having resolved over 200 cases in my previous job.
Strong communication skills, demonstrated by successfully training ...
My hometown is a vibrant city known for its rich history, diverse culture, and beautiful landscapes, making it a unique place to live.
Historical landmarks: The old town square features architecture from the 18th century.
Cultural diversity: The city hosts annual festivals celebrating various cultures, like the International Food Festival.
Natural beauty: Nearby parks offer hiking trails and scenic views, perfect for outd...
Office 365 is a subscription-based service with cloud features, while Microsoft Office is a one-time purchase software suite.
Office 365 offers cloud storage via OneDrive, enabling access from any device with internet.
Microsoft Office is installed locally on a device and does not require an internet connection for basic functions.
Office 365 includes regular updates and new features as part of the subscription, while Mic...
Active Directory is a directory service by Microsoft for managing users, computers, and resources in a networked environment.
Centralized management of user accounts and permissions.
Facilitates authentication and authorization for users and devices.
Supports Group Policy for managing settings across multiple computers.
Enables resource sharing, such as printers and file systems, within a network.
Allows for organizational ...
I applied via Walk-in and was interviewed before Sep 2022. There were 2 interview rounds.
JavaScript is a programming language commonly used for web development. An array is a data structure that stores a collection of elements.
JavaScript is a high-level, interpreted programming language used for creating interactive websites.
Arrays in JavaScript are used to store multiple values in a single variable.
Example: var fruits = ['apple', 'banana', 'orange'];
Padding in an image can be added using CSS properties like padding-top, padding-bottom, padding-left, padding-right.
Use CSS properties like padding-top, padding-bottom, padding-left, padding-right to add padding to an image.
Padding can be specified in pixels, percentages, or other units.
Example: img { padding: 10px; }
HTML tag is a code element used to define the structure and content of a web page.
HTML tags are enclosed in angle brackets, like <tag>.
They consist of an opening tag, content, and a closing tag.
Tags can have attributes that provide additional information about the element.
Examples: <h1> for heading, <p> for paragraph, <a> for link.
There are 7 data types in JavaScript: undefined, null, boolean, number, string, symbol, and object.
JavaScript has 6 primitive data types: undefined, null, boolean, number, string, and symbol.
The 7th data type is object, which includes arrays, functions, and objects themselves.
Each data type has its own set of values and behaviors in JavaScript.
Technical task like creat Vpc in specific network design
posted on 3 Jul 2021
I applied via Walk-in and was interviewed before Jul 2020. There was 1 interview round.
Memory management is crucial for efficient application development.
Use dynamic memory allocation only when necessary.
Avoid memory leaks by freeing allocated memory when it is no longer needed.
Use data structures that minimize memory usage.
Optimize code to reduce memory usage.
Use tools like valgrind to detect memory errors and leaks.
Improving app performance requires optimizing code, reducing network calls, and minimizing resource usage.
Optimize code by identifying and fixing bottlenecks
Reduce network calls by caching data and using efficient protocols
Minimize resource usage by releasing unused memory and optimizing database queries
We can use Runnable to execute code in a separate thread.
When we need to perform a task in the background without blocking the main thread.
When we need to execute code concurrently.
When we need to delay the execution of code.
When we need to schedule a task to run at a specific time.
When we need to implement a timer or a countdown.
Example: updating UI elements while performing a long-running task in the background.
Examp...
Top trending discussions
I applied via Walk-in and was interviewed before Jul 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
This question involves creating a program using HTML to demonstrate web development skills.
Understand the structure of an HTML document: <html>, <head>, <body>.
Use semantic HTML elements like <header>, <footer>, <article> for better accessibility.
Incorporate CSS for styling and JavaScript for interactivity.
Example: Create a simple webpage with a title, a paragraph, and a button that ...
posted on 28 Oct 2022
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.
Not applicable , this was final round
posted on 7 Jun 2024
Absolute xpath specifies the complete path from the root element to the desired element, while relative xpath specifies the path relative to the current element.
Absolute xpath starts with a single forward slash (/) and is more specific.
Relative xpath starts with a double forward slash (//) and is more flexible.
Absolute xpath is more prone to breaking if the structure of the page changes.
Relative xpath is easier to main...
posted on 22 Jul 2024
I applied via Walk-in and was interviewed before Jul 2023. There were 4 interview rounds.
Coding test duration is 30 to 40 min
on paper pen and topic is simple like related to string,pattern and number's
Runtime refers to the period when a program is executing, affecting performance and resource usage.
Runtime is when code is executed, as opposed to compile time.
Performance can vary based on algorithms used; e.g., O(n) vs O(n^2).
Memory usage is crucial; e.g., using arrays vs linked lists can impact runtime.
Dynamic typing in languages like Python can lead to slower runtime compared to statically typed languages like C++.
based on 2 interview experiences
Difficulty level
Duration
based on 18 reviews
Rating in categories
React Native Developer
5
salaries
| ₹1 L/yr - ₹6 L/yr |
Software Developer
4
salaries
| ₹1 L/yr - ₹4.8 L/yr |
Web Developer
4
salaries
| ₹0.6 L/yr - ₹2 L/yr |
Associate Software Engineer
3
salaries
| ₹1.9 L/yr - ₹4.8 L/yr |
Associate Software Developer
3
salaries
| ₹1 L/yr - ₹5 L/yr |
Amazon Sellers Services
Primus Global Technologies
GAMMON INDIA
Magneti Marelli Motherson Auto System