Upload Button Icon Add office photos

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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - SCREENING 

(2 Questions)

  • Q1. CLOSURE IN Javascript ?
  • Ans. 

    Closure in JavaScript is a function that has access to its own scope, as well as the outer scope in which it was defined.

    • A closure allows a function to access variables from its outer function even after the outer function has finished executing.

    • Closures are commonly used in event handlers, callbacks, and in functional programming.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFun

  • Answered by AI
  • Q2. Class and ID difference
  • Ans. 

    Class is used to style multiple elements, while ID is used to style a single element.

    • Class can be used multiple times in a document, while ID should be unique

    • Class is denoted by a period (.), ID is denoted by a hash (#)

    • Class can be applied to multiple elements, ID can only be applied to one element

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. System Design question
  • Q2. Leetcode medium question on backtracking

Skills evaluated in this interview

I was interviewed in Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

Timing was 10:00 AM. Platform was good.

  • Q1. 

    Subarray With Given Sum Problem Statement

    Given an array ARR of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...

  • Ans. Bruteforce Approach
    • In this approach, we will traverse all the subarrays and for each subarray, we will check whether the sum of the elements of the subarray matches with the given sum.
    • To traverse all the subarrays we will use two nested loops.
    • The outer loop will select the start index and the inner loop will fix the end index of the subarray. While incrementing the inner pointer(inner loop pointer) we will also maintai...
  • Answered Anonymously
  • Q2. 

    Remove Consecutive Duplicates Problem Statement

    Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.

    Input:

    String S

    Output:

    Output string

    Constr...

  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in MumbaiEligibility criteriaAbove 8 CGPAGoComet interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Data structure questions.
Tip 2 : Do some projects.
Tip 3 : Have knowledge of DBMS.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/W Rest and GraphQL APIS?
  • Q2. REST uses fixes endpoint;..............etc.
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 Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Python question was there and it was average level not tough

Round 2 - Coding Test 

Simple coding questions which was good to go

Round 3 - Technical 

(1 Question)

  • Q1. General ops concepts
Round 4 - Technical 

(1 Question)

  • Q1. Coding with technical questions
Round 5 - HR 

(1 Question)

  • Q1. General questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In this round there are two codingquestion firs was pythagora triplet,and second was sort array 0's 1's,2's.and to solve this program time limit was 1 hour.

Round 2 - Technical 

(3 Questions)

  • Q1. OOPs Related Basic question
  • Q2. Exception Handling
  • Q3. Multithreading related basic question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

- Basic Data Structure Programs
- Conceptual Programs in JavaScript, Python or any other language

Round 3 - One-on-one 

(5 Questions)

  • Q1. What motivates you?
  • Q2. Can you provide an example of a time you faced a conflict while working on a team? How did you handle it?
  • Q3. Tell me about a time you had to learn a new skill or technology to succeed in a role.
  • Q4. What steps do you take to ensure accuracy in your work?
  • Q5. Tell me about a time you failed. How did you handle the situation, and what did you learn from it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine, they are keen on hiring motivated individuals with great work attitude.

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 is RESTful A...read more
  3. What are microservic...read more

Tell us how to improve this page.

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
60 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹3.8 L/yr - ₹16.4 L/yr

Software Developer
12 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Junior Software Engineer
11 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Full Stack Developer
10 salaries
unlock blur

₹1.5 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Xelpmoc Design & Tech with

Info Edge

3.9
Compare

TCS

3.7
Compare

LTIMindtree

3.8
Compare

Persistent Systems

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