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

Filter interviews by

iServeU Software Developer Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top iServeU Software Developer Interview Questions and Answers

View all 7 questions

iServeU Software Developer Interview Experiences

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

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
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
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.

iServeU interview questions for designations

 Python Software Developer

 (1)

 Software Engineer

 (3)

 Software Engineer Analyst

 (1)

 Devops Engineer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find Target Element in a rotating sorted Array.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

JavaScript questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. 1 - Easy Medium Question. Discuss the approach with interviewer and then implement it. The code should work, thats important.
Round 3 - Technical 

(1 Question)

  • Q1. LLD round to design Chess.
Round 4 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Grilling on resume and past experience questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Time ,speed ,distance

Round 2 - Assignment 

Java application using oops concept

Round 3 - Technical 

(1 Question)

  • Q1. Inheritance , oops
Round 4 - HR 

(1 Question)

  • Q1. Tell me about urself
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hour interview. Needed to solve parts of single question. Next part would open only after completing the current part

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

I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Java 8, Mysql, sprin, c, c++

Round 3 - Technical 

(1 Question)

  • Q1. Questions based on core java and oops concepts

Interview Preparation Tips

Topics to prepare for Crif Solutions Software Developer interview:
  • Core Java
  • java 8

iServeU Interview FAQs

How many rounds are there in iServeU Software Developer interview?
iServeU interview process usually has 1-2 rounds. The most common rounds in the iServeU interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in iServeU Software Developer interview?

Some of the top questions asked at the iServeU Software Developer interview -

  1. What are different modules of node ...read more
  2. Difference between process.nextTick( ) and setImmediate...read more
  3. How to implement async in node...read more

Tell us how to improve this page.

iServeU Software Developer Interview Process

based on 4 interviews

Interview experience

1.5
  
Bad
View more
iServeU Software Developer Salary
based on 22 salaries
₹3 L/yr - ₹8.5 L/yr
37% less than the average Software Developer Salary in India
View more details

iServeU Software Developer Reviews and Ratings

based on 4 reviews

1.3/5

Rating in categories

2.0

Skill development

1.3

Work-life balance

1.3

Salary

1.3

Job security

1.0

Company culture

1.7

Promotions

1.3

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
84 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Software Engineer Level 1
44 salaries
unlock blur

₹3.2 L/yr - ₹7.8 L/yr

Software Engineer Trainee
36 salaries
unlock blur

₹2.2 L/yr - ₹6.6 L/yr

Product Manager
33 salaries
unlock blur

₹3.8 L/yr - ₹14.1 L/yr

Software Developer
22 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Explore more salaries
Compare iServeU with

Urban Company

3.4
Compare

Housejoy

4.2
Compare

Qube Services

4.4
Compare

Zimmber

3.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview