Filter interviews by
LCP stands for Largest Contentful Paint. Main factors affecting website speed are server response time, render-blocking resources, and image optimization.
LCP is a metric that measures loading performance. It marks the point in the page load timeline when the main content has loaded.
Server response time is the time it takes for the server to respond to a request. A slow server can significantly affect website speed...
DA, DR, Trust flow and Citation flow are metrics used to measure the authority and credibility of a website.
DA (Domain Authority) is a metric developed by Moz that predicts how well a website will rank on search engine result pages (SERPs).
DR (Domain Rating) is a metric developed by Ahrefs that measures the strength of a website's backlink profile.
Trust flow is a metric developed by Majestic that measures the qual...
Yes, it is recommended to add sitemap in robots.txt for better crawling and indexing of website.
Sitemap helps search engines to understand the structure of website
Robots.txt file tells search engines which pages to crawl and which not to
Adding sitemap in robots.txt helps search engines to easily find and crawl all pages
Example: Sitemap: https://www.example.com/sitemap.xml
Example: User-agent: * Disallow: /admin/ Si...
Href Lang tag is an HTML attribute that tells search engines which language is used on a specific page.
Href Lang tag helps search engines understand the language and regional targeting of a webpage.
It is used to avoid duplicate content issues for pages with similar content in different languages.
It is important for international SEO and helps in improving search engine rankings.
Example: read more
HTML sitemap is for users to navigate a website, while XML sitemap is for search engines to crawl and index the site.
HTML sitemap is designed for human users to easily navigate a website by providing a structured list of links.
XML sitemap is specifically created for search engines to crawl and index the website's pages, helping with SEO.
HTML sitemap is typically visible and accessible to website visitors, often li...
Sitemap and robots.txt are important files for website optimization and search engine crawling.
Sitemap is an XML file that lists all the pages on a website and helps search engines to crawl and index them.
Robots.txt is a text file that tells search engine crawlers which pages or sections of a website should not be crawled or indexed.
Sitemap helps to improve website visibility and search engine rankings.
Robots.txt ...
Sessions, pageviews, and bounce rate are important metrics in web analytics.
Sessions refer to the number of visits to a website within a specific time period.
Pageviews refer to the number of pages viewed by visitors during a session.
Bounce rate is the percentage of visitors who leave a website after viewing only one page.
A high bounce rate may indicate that the website is not engaging or relevant to the visitor.
Th...
I applied via Indeed and was interviewed in Jul 2022. There were 2 interview rounds.
Href Lang tag is an HTML attribute that tells search engines which language is used on a specific page.
Href Lang tag helps search engines understand the language and regional targeting of a webpage.
It is used to avoid duplicate content issues for pages with similar content in different languages.
It is important for international SEO and helps in improving search engine rankings.
Example:
Sitemap and robots.txt are important files for website optimization and search engine crawling.
Sitemap is an XML file that lists all the pages on a website and helps search engines to crawl and index them.
Robots.txt is a text file that tells search engine crawlers which pages or sections of a website should not be crawled or indexed.
Sitemap helps to improve website visibility and search engine rankings.
Robots.txt helps...
HTML sitemap is for users to navigate a website, while XML sitemap is for search engines to crawl and index the site.
HTML sitemap is designed for human users to easily navigate a website by providing a structured list of links.
XML sitemap is specifically created for search engines to crawl and index the website's pages, helping with SEO.
HTML sitemap is typically visible and accessible to website visitors, often linked ...
Yes, it is recommended to add sitemap in robots.txt for better crawling and indexing of website.
Sitemap helps search engines to understand the structure of website
Robots.txt file tells search engines which pages to crawl and which not to
Adding sitemap in robots.txt helps search engines to easily find and crawl all pages
Example: Sitemap: https://www.example.com/sitemap.xml
Example: User-agent: * Disallow: /admin/ Sitemap...
DA, DR, Trust flow and Citation flow are metrics used to measure the authority and credibility of a website.
DA (Domain Authority) is a metric developed by Moz that predicts how well a website will rank on search engine result pages (SERPs).
DR (Domain Rating) is a metric developed by Ahrefs that measures the strength of a website's backlink profile.
Trust flow is a metric developed by Majestic that measures the quality o...
Sessions, pageviews, and bounce rate are important metrics in web analytics.
Sessions refer to the number of visits to a website within a specific time period.
Pageviews refer to the number of pages viewed by visitors during a session.
Bounce rate is the percentage of visitors who leave a website after viewing only one page.
A high bounce rate may indicate that the website is not engaging or relevant to the visitor.
These m...
LCP stands for Largest Contentful Paint. Main factors affecting website speed are server response time, render-blocking resources, and image optimization.
LCP is a metric that measures loading performance. It marks the point in the page load timeline when the main content has loaded.
Server response time is the time it takes for the server to respond to a request. A slow server can significantly affect website speed.
Rend...
I applied via Naukri.com and was interviewed before Nov 2022. There were 3 interview rounds.
Experienced sales executive with a proven track record of exceeding targets and building strong client relationships.
Proven track record of exceeding sales targets
Strong ability to build and maintain client relationships
Excellent communication and negotiation skills
Strategic thinker with the ability to identify and capitalize on market opportunities
Proficient in sales techniques and CRM software
Team player with the abi...
I was responsible for managing a team of sales representatives and achieving sales targets.
Managed a team of sales representatives
Set and achieved sales targets
Developed and implemented sales strategies
Built and maintained relationships with key clients
Analyzed market trends and competitor activities
Provided training and guidance to sales team members
Given an assignment to prepare presentation on company profile
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.
posted on 13 Nov 2021
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
posted on 22 Sep 2021
I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.
I applied via LinkedIn and was interviewed before Jan 2021. There were 3 interview rounds.
posted on 15 Sep 2021
I appeared for an interview in Nov 2020.
Round duration - 90 minutes
Round difficulty - Easy
The 1st round was online coding + MCQ round. It had 3 sections in total to be solved in 95 mins.
Next comes the technical interview.
The technical interview lasted for about 45 minutes. It started with a basic introduction. Then, she framed some questions from my resume and projects which I have mentioned. Questions were mainly from Data structure, OS, DBMS, SQL. She told me to rate my data structure skill on a scale of 1 to 5.
Design a data structure to process a stream of numbers and efficiently find the kth largest number at any given point in time.
You will receive a contin...
Design a data structure to efficiently find the kth largest number in a stream of numbers.
Implement a data structure that can store incoming numbers and efficiently retrieve the kth largest number.
Support addition of numbers and retrieval of the kth largest number.
Use a priority queue or heap data structure to maintain the k largest numbers in the stream.
Handle queries of adding numbers and retrieving the kth largest n...
Round duration - 30 minutes
Round difficulty - Easy
The technical interview lasted for about 45 minutes. It started with a basic introduction. Then, she framed some questions from my resume and projects which I have mentioned. Questions were mainly from Data structure, OS, DBMS, SQL. She told me to rate my data structure skill on a scale of 1 to 5.
Given a Binary Search Tree (BST) consisting of 'N' nodes, where each node contains some integer data, your task is to determine whether there is a node in the BST whose d...
Given a Binary Search Tree, determine if a node with a given integer exists.
Traverse the BST in a way that compares the current node's data with the given integer 'X'.
If the current node's data is equal to 'X', return True.
If the current node's data is less than 'X', move to the right subtree; if greater, move to the left subtree.
Repeat this process until a match is found or the end of the tree is reached.
You are given an array of integers. The task is to remove all duplicate elements and return the array while maintaining the order in which the elements were provided.
Remove duplicates from an array while maintaining order.
Use a set to keep track of unique elements.
Iterate through the array and add elements to the set if not already present.
Convert the set back to an array to maintain order.
Tip 1 : Read interview experience before interview
Tip 2 : Think loud about each coding question.
Tip 1 : Have some projects on resume.
Tip 2 : No spelling mistake
Tip 3 : Resume should be in proper format
I applied via Campus Placement and was interviewed before Jan 2022. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.
based on 2 interview experiences
Difficulty level
Duration
SAP MM Consultant
9
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Senior SAP Abap Consultant
8
salaries
| ₹12.3 L/yr - ₹20 L/yr |
SAP Fico Consultant
8
salaries
| ₹4 L/yr - ₹13.2 L/yr |
SAP Abap Consultant
7
salaries
| ₹2 L/yr - ₹6.6 L/yr |
SAP SD Consultant
6
salaries
| ₹6 L/yr - ₹17 L/yr |
Tekwissen
Softenger
XcelServ Solutions
Capital Numbers Infotech