Upload Button Icon Add office photos

Alepo Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Alepo Technologies Fullstack Javascript Developer Interview Questions and Answers

Updated 29 Jul 2022

Alepo Technologies Fullstack Javascript Developer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. The first Interview was an Hr interview he asked me basic js interview questions for example difference between == and === . different types of data types in js and curring,closure etc.
  • Q2. The second interview with the lead developer starts with a basic introduction and resume discussion tech stack I worked upon and the first question he asked was about css different frameworks like scss etc...

Interview Preparation Tips

Topics to prepare for Alepo Technologies Fullstack Javascript Developer interview:
  • Javascript
  • CSS
  • scss
  • React.Js
Interview preparation tips for other job seekers - interview bit js questions more than enough for this

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Alepo Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 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. Technology related questions were asked.
Round 3 - Behavioral 

(1 Question)

  • Q1. More high level & project related
Round 4 - HR 

(1 Question)

  • Q1. Culture fitment & general discussion.

Fullstack Javascript Developer Interview Questions Asked at Other Companies

asked in Fynd
Q1. Write code to print numbers 1 to n where each number i should get ... read more
Q2. Tell me about the tech stack you have worked on.
Q3. What is the difference between == and === in JavaScript?
Q4. What is the difference between let, var, and const?
asked in Fynd
Q5. Given two linked lists, find the intersection node if they inters ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain OOPS concepts (Any can be asked)
  • Q2. Multiple code snippets will be shown and expected output will be asked
  • Q3. Will ask to write 2-3 SQL queries on provided scenario
Round 2 - HR 

(1 Question)

  • Q1. Will ask questions almost based on what's in your resume i.e. your projects, internships and hobbies etc. (I have given interview and joined this organization as a fresher)

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lie in your resume and prepare well for every skill you have added in your resume. Best Luck.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude which we generally get done in engineering years

Round 2 - Coding Test 

Basic coding test which involved java

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. OOPS concepts in java
  • Q2. What the interface
  • Q3. What is advantageof java
  • Q4. What is differentjava and xlc++

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about you teaching assistant experience in your university
  • Q2. Teaching basic programming courses
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude tests with all basis covered

Round 2 - Coding Test 

Linked list related Questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why the location which is different from current
  • Ans. 

    To explore new opportunities, gain new experiences, or be closer to family.

    • Exploring new opportunities in a different location

    • Gaining new experiences and exposure in a different environment

    • Being closer to family or loved ones

    • Seeking a better quality of life in a different location

  • Answered by AI
Are these interview questions helpful?

Interview Preparation Tips

Round: Technical Interview
Experience: Q. To find a non-duplicate number in an array of unknown size with each number having its duplicate except one.
S. XOR all numbers, in the end we are left with the non-duplicate
Q. find the middle element of the linked list of unknown size.
S. Take two pointers. one traverses one step at a time and second traversing 2 steps at a tym.

Round: HR Interview
Experience: All about my future goals and my projects.

College Name: IIT PATNA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Feb 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is Media Formatter in Web API?
  • Ans. 

    Media Formatter in Web API is used to format the request and response data based on the media type.

    • Media Formatter in Web API helps in serializing and deserializing data in different formats like JSON, XML, etc.

    • It allows the Web API to support different media types for request and response data.

    • Media Formatters can be customized to support additional media types or modify the default behavior.

    • Example: JSON Media Format...

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

(1 Question)

  • Q1. What are the ways to version Web API?
  • Ans. 

    Ways to version Web API

    • Using URI versioning: Include the version number in the URI of the API endpoint (e.g. /api/v1/users)

    • Using query string versioning: Add a version parameter to the API endpoint (e.g. /api/users?version=1)

    • Using header versioning: Specify the version in the request header (e.g. 'Accept: application/json; version=1')

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2022. There were 3 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 - Group Discussion 

Online interview, One chine people will take interview they will tell you explain your project, how much time taken , and challenges within 3 min.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Online interview where one senior team member will take our coding interview basically they will check only logic and your basic coding.
  • Q2. 1-Your project 2- basic coding syntax and logic

Interview Preparation Tips

Interview preparation tips for other job seekers - Works load is high for every department. But you can learn lot of things

Alepo Technologies Interview FAQs

How many rounds are there in Alepo Technologies Fullstack Javascript Developer interview?
Alepo Technologies interview process usually has 1 rounds. The most common rounds in the Alepo Technologies interview process are One-on-one Round.
What are the top questions asked in Alepo Technologies Fullstack Javascript Developer interview?

Some of the top questions asked at the Alepo Technologies Fullstack Javascript Developer interview -

  1. the second interview with the lead developer starts with a basic introduction a...read more
  2. The first Interview was an Hr interview he asked me basic js interview question...read more

Tell us how to improve this page.

Senior Engineer
35 salaries
unlock blur

₹11.6 L/yr - ₹20.3 L/yr

Software Engineer
25 salaries
unlock blur

₹7 L/yr - ₹13.3 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Lead Engineer
17 salaries
unlock blur

₹18 L/yr - ₹27.2 L/yr

Project Lead
11 salaries
unlock blur

₹18 L/yr - ₹29.6 L/yr

Explore more salaries
Compare Alepo Technologies with

Huawei Technologies

4.0
Compare

ZTE Corporation

3.9
Compare

MetroTelworks

3.7
Compare

Technocon Services

3.3
Compare
write
Share an Interview