Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by iServeU Team. If you also belong to the team, you can get access from here

iServeU Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 164 Reviews

Filter interviews by

iServeU Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top iServeU Interview Questions and Answers

View all 18 questions

iServeU Interview Experiences

Popular Designations

16 interviews found

Software Developer Interview Questions & Answers

user image BiswaSwarup Misra

posted on 9 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is DBMS structure
  • Q2. What is API and MQTT

Interview Preparation Tips

Interview preparation tips for other job seekers - Super easy interview, practically free entry to prison

Top iServeU Software Developer Interview Questions and Answers

Q1. What are different modules of node js?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (42)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Color theory
  • Ans. 

    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

  • Answered by AI
  • Q2. SRGB vs CMYK difference
  • Ans. 

    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.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary Expectation

Skills evaluated in this interview

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic python arrays and dictionary questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Python fundamental questions

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a dockerfile to install tomact and running a server
  • Ans. 

    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'

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

iServeU interview questions for popular designations

 Software Developer

 (4)

 Product Manager

 (3)

 Software Engineer

 (3)

 Content Writer

 (1)

 Devops Engineer

 (1)

 Graphic Designer

 (1)

 Python Software Developer

 (1)

 Software Engineer Analyst

 (1)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. How much was your previous in hand salary?
  • Q2. How far do you stay from the office, during nights if needed can you come on your own during any critical situation (Note: I'm a woman)?
  • Q3. Are you ok with 40% less in-hand pay from your previous job in Banglore, since you're getting to stay in your hometown and your expenses will be less here?
  • Q4. Are you married? Do you have children? What does your husband do? How long are you planning to stay in Bhubaneswar?
  • Q5. Are you ok with an employment bond of 24 months with a probation period of 12 months
Round 2 - Technical 

(6 Questions)

  • Q1. What are different modules of node js?
  • Ans. 

    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

  • Answered by AI
  • Q2. Difference between angular and node js
  • Ans. 

    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...

  • Answered by AI
  • Q3. Difference between process.nextTick( ) and setImmediate( )
  • Ans. 

    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

  • Answered by AI
  • Q4. How to implement async in node js
  • Ans. 

    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

  • Answered by AI
  • Q5. General operations of Casendra CQL
  • Ans. 

    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;

  • Answered by AI
  • Q6. Characteristics of column family
  • Ans. 

    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

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. CEO asked to turn on camera. Asked if i'm married (i'm a woman), the interview was scheduled for 10;30pm in the night. Asked me not to be so formal and treat him like a friend and be casual. I suspect he w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't interview with such creeps and stay away from them. Really malicious intended people.

Skills evaluated in this interview

Top iServeU Software Developer Interview Questions and Answers

Q1. What are different modules of node js?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top iServeU Interview Questions

Technician Interview Questions & Answers

user image soubhagya panda

posted on 13 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array reverse in java

Round 2 - HR 

(5 Questions)

  • Q1. Required money for me
  • Q2. Whyyou want to join
  • Q3. Tell me about yourself
  • Q4. Your hobby like
  • Q5. Your language prefer
  • Ans. 

    I prefer English as my language.

    • English is my preferred language for communication.

    • I am fluent in English and can effectively communicate in it.

  • Answered by AI

Technician Interview Questions asked at other Companies

Q1. What kinds of pipe used for hot and cold water supply ?
View answer (7)

Jobs at iServeU

View all
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. How will you increase our company's customer base from X to 2X in a matter of 1 month?
  • Ans. 

    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 incent...

  • Answered by AI
  • Q2. How will you increase the revenue to 2x from each customer in a course of 2 months?
  • Ans. 

    To increase revenue 2x from each customer in 2 months, focus on upselling, cross-selling, and improving customer retention.

    • Implement upselling strategies by offering higher-priced versions or additional features of the product.

    • Cross-sell by recommending complementary products or services to customers.

    • Improve customer retention through personalized communication, loyalty programs, and exceptional customer service.

    • Analyz...

  • Answered by AI
  • Q3. What will you do if the management cuts down the project timelines by half and your job depends on delivering it?
  • Q4. What will be your tactic to acquire competitor's clients ?
  • Ans. 

    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 our pro...

  • Answered by AI
Round 2 - Case Study 

Imagine you are fired from our company and you're furious and want to build a competitor of our company. Develop a deeply researched strategy to build up a company of a similar scale like ours in a matter of 2 years.

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this place as much possible!

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Full form of QR code
  • Ans. 

    QR code stands for Quick Response code.

    • QR code is a type of barcode that can be scanned using a smartphone or QR code reader.

    • It was first developed in Japan for tracking automotive parts.

    • QR codes can store various types of data such as URLs, text, contact information, and more.

    • They are widely used for marketing, ticketing, inventory management, and authentication purposes.

    • QR codes consist of black squares arranged on a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about yourself?
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • I have a Bachelor's degree in Computer Science from XYZ University.

    • I have worked on developing web applications using Java Spring framework.

    • I am proficient in writing complex SQL queries for database management.

    • I have experience in developing automation scripts using Python.

  • Answered by AI
  • Q2. What is OOP'S Concept in Java?
  • Ans. 

    OOP's concept in Java refers to Object-Oriented Programming, where code is organized around objects and classes.

    • OOP focuses on creating reusable code through classes and objects

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are key principles of OOP

    • Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'startEngine', 'drive'

  • Answered by AI

Top iServeU Software Developer Interview Questions and Answers

Q1. What are different modules of node js?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

MCQ on programing. Easy peasy.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interviews.

Top iServeU Software Developer Interview Questions and Answers

Q1. What are different modules of node js?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

iServeU Interview FAQs

How many rounds are there in iServeU interview?
iServeU interview process usually has 1-2 rounds. The most common rounds in the iServeU interview process are Technical, One-on-one Round and HR.
How to prepare for iServeU interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at iServeU. The most common topics and skills that interviewers at iServeU expect are CRM, SAN, Node.Js, Health Insurance and Java.
What are the top questions asked in iServeU interview?

Some of the top questions asked at the iServeU interview -

  1. What is Spread operator and why to use. And give an example where u had used ...read more
  2. Sort an array of object according to the id without for lo...read more
  3. how will you increase our company's customer base from X to 2X in a matter of 1...read more

Tell us how to improve this page.

iServeU Interview Process

based on 9 interviews in last 1 year

Interview experience

3
  
Average
View more

People are getting interviews through

based on 10 iServeU interviews
Job Portal
Company Website
WalkIn
Campus Placement
Referral
50%
10%
10%
10%
10%
10% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

HighRadius Interview Questions
2.9
 • 176 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
Urban Company Interview Questions
3.5
 • 132 Interviews
TransUnion Interview Questions
4.0
 • 87 Interviews
Freecharge Interview Questions
4.0
 • 51 Interviews
Mobikwik Interview Questions
4.0
 • 44 Interviews
Paytm Money Interview Questions
3.3
 • 30 Interviews
Jupiter Money Interview Questions
3.5
 • 29 Interviews
Spice Money Interview Questions
4.1
 • 28 Interviews
Housejoy Interview Questions
4.2
 • 2 Interviews
View all

iServeU Reviews and Ratings

based on 164 reviews

4.0/5

Rating in categories

4.0

Skill development

3.8

Work-Life balance

3.8

Salary & Benefits

3.7

Job Security

3.8

Company culture

3.8

Promotions/Appraisal

3.8

Work Satisfaction

Explore 164 Reviews and Ratings
Software Engineer
81 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Software Engineer Level 1
43 salaries
unlock blur

₹3.2 L/yr - ₹7.8 L/yr

Software Engineer Trainee
34 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Product Manager
27 salaries
unlock blur

₹5.9 L/yr - ₹17.1 L/yr

Software Developer
21 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Explore more salaries
Compare iServeU with

Urban Company

3.5
Compare

Housejoy

4.2
Compare

Qube Services

4.4
Compare

Zimmber

3.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview