Upload Button Icon Add office photos

Xelpmoc Design & Tech

Compare button icon Compare button icon Compare

Filter interviews by

Xelpmoc Design & Tech Software Developer Intern Interview Questions and Answers

Updated 20 Nov 2020

Xelpmoc Design & Tech Software Developer Intern Interview Experiences

1 interview found

I applied via Internshala and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is RESTful API?
  • Ans. 

    RESTful API is an architectural style for building web services that use HTTP requests to access and manipulate data.

    • REST stands for Representational State Transfer

    • API stands for Application Programming Interface

    • Uses HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations

    • Data is transferred in JSON or XML format

    • Stateless, meaning each request contains all the necessary information to complete it

  • Answered by AI
  • Q2. CRUD concept?
  • Q3. What are microservices?
  • Ans. 

    Microservices are small, independent, and loosely coupled services that work together to form a larger application.

    • Microservices are designed to be modular and scalable.

    • Each microservice performs a specific task and communicates with other microservices through APIs.

    • Microservices can be developed and deployed independently of each other.

    • They offer better fault isolation and resilience compared to monolithic architectur...

  • Answered by AI
  • Q4. What is GET and POST request?
  • Ans. 

    GET and POST are HTTP methods used for sending data to a server.

    • GET requests data from a server using a URL and query parameters

    • POST sends data to a server in the request body

    • GET requests are cached, while POST requests are not

    • GET requests are limited by URL length, while POST requests are not

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the topic you are sitting for the interview, you do not need to know everything.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Xelpmoc Design & Tech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

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

(1 Question)

  • Q1. All basic HR questions and salary discussion.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

Concentrate on identifying patterns and understanding time complexity.

Round 2 - Coding Test 

Concentrate on identifying patterns and understanding time complexity.

Round 3 - Coding Test 

Concentrate on addressing problems through various approaches and consider their time complexity.

Round 4 - HR 

(1 Question)

  • Q1. Regular HR questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. String related questions
  • Q2. ARRAY related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Ans. 

    I have worked on various projects, including web applications, mobile apps, and data analysis tools, enhancing user experience and efficiency.

    • Developed a web application for e-commerce using React and Node.js, improving load times by 30%.

    • Created a mobile app for fitness tracking, integrating GPS and health data APIs to enhance user engagement.

    • Implemented a data analysis tool using Python and Pandas, which streamlined r...

  • Answered by AI
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Ans. 

    The project utilized a microservices architecture to enhance scalability and maintainability for a web-based application.

    • Microservices architecture: Each service handles a specific business capability, e.g., user authentication, payment processing.

    • API Gateway: Acts as a single entry point for clients, routing requests to appropriate microservices, e.g., using AWS API Gateway.

    • Database per service: Each microservice has ...

  • Answered by AI
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Ans. 

    My current CTC is competitive and reflects my skills and experience in software engineering.

    • My current CTC is $X per annum, which includes base salary and bonuses.

    • I have received a salary increment of Y% in the last appraisal cycle.

    • My compensation package also includes benefits like health insurance and retirement plans.

  • Answered by AI
  • Q2. Tell me your Expected CTC
  • Ans. 

    I expect a CTC that reflects my skills, experience, and the industry standards for this role.

    • Research industry standards: For example, software engineers in my region typically earn between $80,000 to $120,000.

    • Consider my experience: With 5 years in the field, I believe a CTC of $100,000 is appropriate.

    • Factor in company size: Larger tech companies often offer higher salaries compared to startups.

    • Discuss benefits: A com...

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Ans. 

    Implementing basic data structures and algorithms (DSA) concepts is essential for software engineering roles.

    • Arrays: A collection of elements identified by index. Example: int arr[] = {1, 2, 3};

    • Linked Lists: A linear data structure where elements are stored in nodes. Example: Node* head = new Node(1);

    • Stacks: A LIFO structure. Example: push() and pop() operations.

    • Queues: A FIFO structure. Example: enqueue() and dequeue(...

  • Answered by AI
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Java mcq
  • Q2. Questions on Oops
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume
Round 3 - HR 

(1 Question)

  • Q1. Questions on direction, physics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic java questions along with aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops concept, java functionalities, spring framework.
Round 3 - HR 

(1 Question)

  • Q1. Basic Hr questions, when you can join, expected ctc...

Xelpmoc Design & Tech Interview FAQs

What are the top questions asked in Xelpmoc Design & Tech Software Developer Intern interview?

Some of the top questions asked at the Xelpmoc Design & Tech Software Developer Intern interview -

  1. What is GET and POST reque...read more
  2. What are microservic...read more
  3. What is RESTful A...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.4
 • 104 Interviews
Zidio Development Interview Questions
4.4
 • 102 Interviews
Snovasys Interview Questions
4.0
 • 40 Interviews
Quantsapp Interview Questions
3.0
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 35 Interviews
View all

Xelpmoc Design & Tech Software Developer Intern Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

2.1

Skill development

1.0

Work-life balance

1.2

Salary

1.0

Job security

1.1

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
53 salaries
unlock blur

₹4 L/yr - ₹8.7 L/yr

Software Developer
11 salaries
unlock blur

₹4 L/yr - ₹9.4 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹4.5 L/yr - ₹11.3 L/yr

Junior Software Engineer
9 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Full Stack Developer
6 salaries
unlock blur

₹1.5 L/yr - ₹5.1 L/yr

Explore more salaries
Compare Xelpmoc Design & Tech with

Northcorp Software

4.5
Compare

Zidio Development

4.4
Compare

Accel Frontline

4.0
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview