i
DemandNXT Business Services
Filter interviews by
Firewalls and network policies govern switch configurations to enhance security and manage traffic flow within a network.
Access Control Lists (ACLs): Define which devices can communicate with each other based on IP addresses or protocols, e.g., allowing only specific IP ranges.
VLAN Configuration: Segregate network traffic by creating Virtual Local Area Networks, enhancing security and performance, e.g., separating...
A Domain Controller manages user access and enforces security policies in a networked environment.
Authenticates user credentials during login, ensuring secure access.
Enforces Group Policy Objects (GPOs) to manage user and computer settings.
Centralizes management of user accounts, permissions, and security policies.
Facilitates the application of security updates and software installations across the network.
Example...
DHCP automates IP address assignment, enabling devices to connect to networks seamlessly.
DHCP stands for Dynamic Host Configuration Protocol.
It assigns IP addresses dynamically to devices on a network.
The process involves four main steps: Discover, Offer, Request, and Acknowledge (DORA).
Example: A laptop connects to Wi-Fi and receives an IP address from the DHCP server.
DHCP reduces manual configuration and minimiz...
Best practices for data storage and backup include RAID configurations, regular backups, and data redundancy.
Implement RAID configurations: RAID 1 for mirroring, RAID 5 for striping with parity.
Schedule regular backups: Daily incremental and weekly full backups.
Use offsite storage: Cloud solutions like AWS S3 or physical offsite locations.
Test backup restoration: Regularly verify that backups can be restored succe...
There are 5 types of keywords in Google AdWords.
Broad match
Phrase match
Exact match
Negative match
Broad match modifier
Google console, also known as Google Search Console, is a free tool provided by Google to help website owners monitor and maintain their site's presence in Google search results.
Provides insights into website's performance in Google search results
Allows website owners to submit sitemaps and individual URLs for crawling
Identifies and alerts website owners to potential issues with their site
Provides data on search q...
There are two types of backlinking: dofollow and nofollow.
Dofollow backlinks pass link juice and improve search engine rankings.
Nofollow backlinks do not pass link juice but can still drive traffic to a website.
It is important to have a mix of both types of backlinks for a natural link profile.
Examples of dofollow backlinks include editorial links and guest post links.
Examples of nofollow backlinks include social ...
Exit rate is the percentage of visitors who leave a website after viewing a specific page.
Exit rate is different from bounce rate, as it only takes into account visitors who viewed more than one page.
It can help identify pages that may have issues or are not meeting user expectations.
For example, a high exit rate on a checkout page may indicate a problem with the checkout process.
Exit rate can be found in the Beha...
htaccess file is a configuration file used by web servers to control website access and functionality.
htaccess stands for Hypertext Access
It is a hidden file that resides in the root directory of a website
It can be used to set up redirects, password protection, and rewrite rules
It is written in Apache server's configuration language
On-page SEO activities enhance content visibility and relevance through strategic keyword placement and optimization techniques.
Optimize title tags: Ensure the primary keyword is included and the title is compelling. Example: 'Best SEO Practices for 2023'.
Use header tags (H1, H2, H3): Structure content with relevant keywords in headers for better readability and SEO. Example: H1: 'SEO Strategies', H2: 'On-Page Tec...
I appeared for an interview in Mar 2025, where I was asked the following questions.
DHCP automates IP address assignment, enabling devices to connect to networks seamlessly.
DHCP stands for Dynamic Host Configuration Protocol.
It assigns IP addresses dynamically to devices on a network.
The process involves four main steps: Discover, Offer, Request, and Acknowledge (DORA).
Example: A laptop connects to Wi-Fi and receives an IP address from the DHCP server.
DHCP reduces manual configuration and minimizes IP...
A Domain Controller manages user access and enforces security policies in a networked environment.
Authenticates user credentials during login, ensuring secure access.
Enforces Group Policy Objects (GPOs) to manage user and computer settings.
Centralizes management of user accounts, permissions, and security policies.
Facilitates the application of security updates and software installations across the network.
Example: A G...
Firewalls and network policies govern switch configurations to enhance security and manage traffic flow within a network.
Access Control Lists (ACLs): Define which devices can communicate with each other based on IP addresses or protocols, e.g., allowing only specific IP ranges.
VLAN Configuration: Segregate network traffic by creating Virtual Local Area Networks, enhancing security and performance, e.g., separating gues...
Best practices for data storage and backup include RAID configurations, regular backups, and data redundancy.
Implement RAID configurations: RAID 1 for mirroring, RAID 5 for striping with parity.
Schedule regular backups: Daily incremental and weekly full backups.
Use offsite storage: Cloud solutions like AWS S3 or physical offsite locations.
Test backup restoration: Regularly verify that backups can be restored successful...
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
I applied via Naukri.com
Google's recent algorithm updates include the June 2021 Core Update and the Page Experience Update.
The June 2021 Core Update focused on improving search results relevance and quality.
The Page Experience Update introduced new ranking factors such as Core Web Vitals and mobile-friendliness.
Both updates emphasize the importance of user experience and quality content.
Other recent updates include the passage indexing update...
Google console, also known as Google Search Console, is a free tool provided by Google to help website owners monitor and maintain their site's presence in Google search results.
Provides insights into website's performance in Google search results
Allows website owners to submit sitemaps and individual URLs for crawling
Identifies and alerts website owners to potential issues with their site
Provides data on search querie...
There are 5 types of keywords in Google AdWords.
Broad match
Phrase match
Exact match
Negative match
Broad match modifier
Robots.txt is a file that tells search engine crawlers which pages or files to crawl or not to crawl on a website.
It is a text file placed in the root directory of a website.
It uses a specific syntax to specify which pages or directories should be excluded from crawling.
It can also specify the location of the sitemap file.
Example: User-agent: * Disallow: /admin Allow: /blog Sitemap: https://example.com/sitemap.xml
htaccess file is a configuration file used by web servers to control website access and functionality.
htaccess stands for Hypertext Access
It is a hidden file that resides in the root directory of a website
It can be used to set up redirects, password protection, and rewrite rules
It is written in Apache server's configuration language
Exit rate is the percentage of visitors who leave a website after viewing a specific page.
Exit rate is different from bounce rate, as it only takes into account visitors who viewed more than one page.
It can help identify pages that may have issues or are not meeting user expectations.
For example, a high exit rate on a checkout page may indicate a problem with the checkout process.
Exit rate can be found in the Behavior ...
On-page SEO activities enhance content visibility and relevance through strategic keyword placement and optimization techniques.
Optimize title tags: Ensure the primary keyword is included and the title is compelling. Example: 'Best SEO Practices for 2023'.
Use header tags (H1, H2, H3): Structure content with relevant keywords in headers for better readability and SEO. Example: H1: 'SEO Strategies', H2: 'On-Page Techniqu...
I appeared for an interview before Sep 2021.
Top trending discussions
I applied via Campus Placement and was interviewed in Jul 2020. There were 5 interview rounds.
posted on 14 Feb 2024
I appeared for an interview in Aug 2023.
First there was aptitude round
The coding question was average level
To create an external tab link, use HTML anchor tag with target attribute set to _blank.
Use <a> tag in HTML with href attribute pointing to the external link
Set the target attribute of the <a> tag to _blank to open the link in a new tab
Example: <a href='https://www.example.com' target='_blank'>External Link</a>
posted on 3 Mar 2024
I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.
Software testing and coding related questions
Programming test coding
Myself introduction and software testing
Unit testing is a software testing method where individual units or components of a software are tested in isolation.
Unit testing helps in identifying bugs early in the development process.
It ensures that each unit of code is working as expected.
Unit tests are automated and can be run frequently to catch regressions.
Mocking and stubbing are often used in unit testing to isolate the unit being tested.
Example: Testing a ...
posted on 15 May 2025
posted on 26 Jul 2022
I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.
HTML, HTML5 ,CSS , Bootstrap, javaScript
based on 3 interview experiences
Difficulty level
Duration
based on 71 reviews
Rating in categories
Market Research Analyst
124
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Desktop Support Engineer
28
salaries
| ₹1.4 L/yr - ₹1.8 L/yr |
Digital Marketing Specialist
27
salaries
| ₹3 L/yr - ₹6 L/yr |
System Administrator
16
salaries
| ₹2.5 L/yr - ₹6 L/yr |
Graphic Designer
8
salaries
| ₹3.5 L/yr - ₹5.7 L/yr |
Omnicom Media Group
Z1 Tech
7Search PPC
Bikayi