i
iServeU
Filter interviews by
An SEO audit evaluates a website's performance and identifies areas for improvement to enhance search engine visibility.
Check site speed using tools like Google PageSpeed Insights; aim for a loading time under 3 seconds.
Analyze on-page SEO elements such as title tags, meta descriptions, and header tags for keyword optimization.
Review the site's mobile-friendliness with Google's Mobile-Friendly Test to ensure a goo...
DA (Domain Authority) and PA (Page Authority) are metrics that predict a website's ranking potential in search engine results.
DA is a score from 1 to 100 that predicts how well a website will rank on search engines.
PA measures the ranking potential of a specific page, also on a scale of 1 to 100.
Both metrics are developed by Moz and are based on various factors including link profiles.
For example, a website with a...
Taxation is the process by which governments collect revenue from individuals and businesses to fund public services and infrastructure.
Types of taxes: Income tax, corporate tax, sales tax, property tax.
Progressive tax system: Higher income earners pay a higher percentage (e.g., U.S. federal income tax).
Tax deductions and credits: Reduce taxable income (e.g., mortgage interest deduction).
International taxation: Ru...
I have hands-on experience with various HR software, enhancing recruitment, performance management, and employee engagement.
Proficient in using Applicant Tracking Systems (ATS) like Greenhouse for streamlining recruitment processes.
Experienced with HRIS platforms such as Workday for managing employee data and payroll.
Utilized performance management tools like Lattice to facilitate employee reviews and feedback.
Imp...
Color theory is the study of how colors interact with each other and how they can be combined to create visually appealing designs.
Color wheel: primary, secondary, and tertiary colors
Color harmony: complementary, analogous, and triadic color schemes
Color psychology: how different colors can evoke emotions or convey messages
SRGB is used for digital displays while CMYK is used for printing. SRGB has a smaller color gamut compared to CMYK.
SRGB is used for digital displays like computer monitors, TVs, and smartphones.
CMYK is used for printing purposes, such as magazines, brochures, and posters.
SRGB has a smaller color gamut compared to CMYK, which can result in color discrepancies when converting between the two color spaces.
Dockerfile to install Tomcat and run a server
Use a base image like 'openjdk:8-jre' to install Java
Download and extract Tomcat tarball
Set environment variables like CATALINA_HOME and PATH
Expose port 8080 and start Tomcat server using 'catalina.sh run'
I prefer English as my language.
English is my preferred language for communication.
I am fluent in English and can effectively communicate in it.
To acquire competitor's clients, my tactic would be to offer a superior product or service, provide targeted marketing campaigns, and build strong relationships with potential clients.
Develop a product or service that offers unique features or benefits compared to competitors.
Conduct market research to identify the target audience and their needs.
Create targeted marketing campaigns to showcase the advantages of ou...
Implement targeted marketing campaigns, improve customer experience, and leverage social media to increase customer base.
Identify target audience and create personalized marketing campaigns
Improve customer experience through product enhancements and customer support
Leverage social media platforms to reach a wider audience
Collaborate with sales team to identify potential leads and convert them into customers
Offer i...
I appeared for an interview before Feb 2022, where I was asked the following questions.
I appeared for an interview in Feb 2025, where I was asked the following questions.
DA (Domain Authority) and PA (Page Authority) are metrics that predict a website's ranking potential in search engine results.
DA is a score from 1 to 100 that predicts how well a website will rank on search engines.
PA measures the ranking potential of a specific page, also on a scale of 1 to 100.
Both metrics are developed by Moz and are based on various factors including link profiles.
For example, a website with a DA o...
An SEO audit evaluates a website's performance and identifies areas for improvement to enhance search engine visibility.
Check site speed using tools like Google PageSpeed Insights; aim for a loading time under 3 seconds.
Analyze on-page SEO elements such as title tags, meta descriptions, and header tags for keyword optimization.
Review the site's mobile-friendliness with Google's Mobile-Friendly Test to ensure a good use...
I have hands-on experience with various HR software, enhancing recruitment, performance management, and employee engagement.
Proficient in using Applicant Tracking Systems (ATS) like Greenhouse for streamlining recruitment processes.
Experienced with HRIS platforms such as Workday for managing employee data and payroll.
Utilized performance management tools like Lattice to facilitate employee reviews and feedback.
Implemen...
Taxation is the process by which governments collect revenue from individuals and businesses to fund public services and infrastructure.
Types of taxes: Income tax, corporate tax, sales tax, property tax.
Progressive tax system: Higher income earners pay a higher percentage (e.g., U.S. federal income tax).
Tax deductions and credits: Reduce taxable income (e.g., mortgage interest deduction).
International taxation: Rules g...
Color theory is the study of how colors interact with each other and how they can be combined to create visually appealing designs.
Color wheel: primary, secondary, and tertiary colors
Color harmony: complementary, analogous, and triadic color schemes
Color psychology: how different colors can evoke emotions or convey messages
SRGB is used for digital displays while CMYK is used for printing. SRGB has a smaller color gamut compared to CMYK.
SRGB is used for digital displays like computer monitors, TVs, and smartphones.
CMYK is used for printing purposes, such as magazines, brochures, and posters.
SRGB has a smaller color gamut compared to CMYK, which can result in color discrepancies when converting between the two color spaces.
I'm looking for a competitive salary that reflects my skills and experience in graphic design, ideally in the range of $60,000 to $75,000.
Research industry standards: For example, according to Glassdoor, the average salary for graphic designers in my area is around $65,000.
Consider my experience: With over 5 years in the field and a strong portfolio, I believe a salary closer to $75,000 is justified.
Discuss benefits: I...
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Dockerfile to install Tomcat and run a server
Use a base image like 'openjdk:8-jre' to install Java
Download and extract Tomcat tarball
Set environment variables like CATALINA_HOME and PATH
Expose port 8080 and start Tomcat server using 'catalina.sh run'
I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.
Node.js has several core modules that provide essential functionality for building applications.
HTTP: Allows Node.js to transfer data over the Hyper Text Transfer Protocol (HTTP)
FS: Provides file system operations like reading and writing files
OS: Gives information about the operating system on which Node.js is running
Path: Helps in working with file and directory paths
Events: Allows to handle events in Node.js applica...
Angular is a front-end framework for building client-side applications, while Node.js is a back-end runtime environment for running server-side applications.
Angular is used for building dynamic web applications with HTML, CSS, and TypeScript.
Node.js is used for server-side scripting and building scalable network applications.
Angular is a front-end framework developed and maintained by Google.
Node.js is a back-end runti...
process.nextTick() is called before any I/O events, while setImmediate() is called after I/O events.
process.nextTick() is called at the end of the current event loop cycle, before any I/O events.
setImmediate() is called at the beginning of the next event loop cycle, after I/O events.
Use process.nextTick() for executing code asynchronously but as soon as possible.
Use setImmediate() for executing code asynchronously afte...
Async in Node.js can be implemented using callbacks, promises, or async/await.
Use callbacks to handle asynchronous operations in Node.js
Promises can be used for cleaner asynchronous code
Async/await provides a more synchronous way to write asynchronous code
Casendra CQL is a query language used for general operations in Casendra database.
Casendra CQL is similar to SQL but optimized for Cassandra database
It supports CRUD operations (Create, Read, Update, Delete)
It allows for filtering, sorting, and aggregating data
Example: SELECT * FROM table_name WHERE column_name = value;
Column family is a data model used in NoSQL databases to store related data together.
Used in NoSQL databases like Apache Cassandra
Consists of rows and columns
Columns are grouped together and stored on disk sequentially
Supports wide rows and dynamic columns
Example: In a social media application, a column family could store user profiles with columns for name, age, and location
Array reverse in java
I prefer English as my language.
English is my preferred language for communication.
I am fluent in English and can effectively communicate in it.
Top trending discussions
Some of the top questions asked at the iServeU interview -
The duration of iServeU interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 23 interview experiences
Difficulty level
Duration
based on 152 reviews
Rating in categories
10-18 Yrs
Not Disclosed
4-6 Yrs
Not Disclosed
Software Engineer
94
salaries
| ₹3.1 L/yr - ₹7 L/yr |
Software Engineer Level 1
48
salaries
| ₹4 L/yr - ₹7.8 L/yr |
Software Engineer Trainee
39
salaries
| ₹2.2 L/yr - ₹6.6 L/yr |
Product Manager
29
salaries
| ₹5.7 L/yr - ₹14.4 L/yr |
Software Developer
26
salaries
| ₹3.2 L/yr - ₹7.1 L/yr |
AGS Transact Technologies
Hitachi Payment Services
Rupeek
Mobikwik