Upload Button Icon Add office photos
Engaged Employer

i

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

Jio Haptik Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jio Haptik Sde1 Interview Questions and Answers

Updated 12 Dec 2023

Jio Haptik Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2023

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

I applied via Recruitment Consulltant and was interviewed before Dec 2022. 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 - HR 

(1 Question)

  • Q1. Why do you want to join Haptik?
Round 3 - Coding Test 

Data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for Haptik unless you want to be stuck with plain scripting

Interview questions from similar companies

Sde1 Interview Questions & Answers

BYJU'S user image Anonymous

posted on 5 Jul 2022

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Questions were easy and on basic algorithm

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about your self
  • Ans. 

    I am a software engineer with experience in web development and problem-solving.

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

    • I have worked on various web development projects using languages like JavaScript, HTML, and CSS.

    • I am proficient in using frameworks like React and Angular.

    • I have experience in database management using SQL and NoSQL.

    • I have strong problem-solving and analytical skills.

    • I am a quick learner and a...

  • Answered by AI
  • Q2. Questions on os and dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont get confused and dont say yes if you dont have clarity on a question and answer in binary

Sde1 Interview Questions & Answers

Paytm user image Anonymous

posted on 20 Aug 2022

I applied via Company Website and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Oops,DBMS,os,dsa, difference between pointers and references

Interview Preparation Tips

Interview preparation tips for other job seekers - Do DSA very well
Don't ignore core computer subjects and all
Try standard problems of DSA atleast twice,can refer to strivers sde sheet

Sde1 Interview Questions & Answers

Ola Cabs user image Anonymous

posted on 20 Jun 2021

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Write a react js parent and child components and show how passing props work?
  • Ans. 

    Example of React parent and child components with props

    • Create a parent component with state and pass it as props to child component

    • Access the props in child component using 'props' keyword

    • Update the parent state from child component using a callback function passed as prop

    • Example: Parent component -

    • Example: Child component -

  • Answered by AI
  • Q2. What is closure in JS?
  • Ans. 

    Closure is a function that has access to its outer function's variables, even after the outer function has returned.

    • Closure is created when a function returns another function.

    • The inner function has access to the outer function's variables.

    • Closure is used to create private variables and methods.

    • Example: function outer() { let x = 10; return function inner() { console.log(x); } }

    • Example: let closureFunc = outer(); closu

  • Answered by AI
  • Q3. Explain currying in JS? sum(1)(2)(); sum(2)(4)(); All these should return sum of numbers
  • Ans. 

    Currying is a technique of transforming a function that takes multiple arguments into a sequence of functions that each take a single argument.

    • Currying is achieved by returning a function that takes the next argument until all arguments are received.

    • In JavaScript, currying is often used for partial application of functions.

    • The sum function in the example takes one argument and returns a function that takes the next arg...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn fundamentals about JS

Skills evaluated in this interview

Sde1 Interview Questions & Answers

Swiggy user image Anonymous

posted on 16 Jul 2024

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

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

Round 1 - Coding Test 

Design splitwise. Low Level question. More like Machine Coding

Round 2 - Coding Test 

Question on Strings and DP

Round 3 - HM Round 

(2 Questions)

  • Q1. DynamoDB Working
  • Q2. General Discussion regarding projects in previous firm

Sde1 Interview Questions & Answers

Swiggy user image Anonymous

posted on 6 Feb 2023

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

I applied via Referral and was interviewed before Feb 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Asked Likes and dislikes
  • Q2. Question related to company

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn and grow, and work hard and work hard , Make

Sde1 Interview Questions & Answers

Paytm user image Anonymous

posted on 29 Jul 2023

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

I applied via Campus Placement and was interviewed before Jul 2022. There were 5 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 - Coding Test 

3 questions were asked. 1 easy 1 medium 1 hard

Round 3 - Coding Test 

One on one coding round. Basic easy to medium coding questions were asked

Round 4 - One-on-one 

(2 Questions)

  • Q1. Some coding questions and CS fundamentals were asked
  • Q2. Projects I had worked on in college
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode top 150 interview questions.

Sde1 Interview Questions & Answers

Paytm user image Anonymous

posted on 9 Dec 2022

I applied via Campus Placement

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 

3 questions 1 is easy and 2 medium problems

Round 3 - Technical 

(2 Questions)

  • Q1. Check whether a linked list is palindrome
  • Ans. 

    Check if a linked list is palindrome

    • Traverse the linked list and push each element onto a stack

    • Traverse the linked list again and compare each element with the top of the stack

    • If all elements match, the linked list is a palindrome

  • Answered by AI
  • Q2. Diameter of a binary tree
  • Ans. 

    The diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively

    • Find the diameter of left and right subtrees

    • Compare the diameter of left and right subtrees and return the maximum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - follow gfg,leetcode.do problems in leetcode,coding ninjas.

Skills evaluated in this interview

Analyst Interview Questions & Answers

Ola Cabs user image Satyam Mudaliar

posted on 18 Sep 2015

Interview Preparation Tips

Round: Test
Experience: English was unpredictable.. Maths was easy but it will be good if you have practice, logical reasoning requires practice but are interesting
Tips: Leave english comprehensions for the end.. Do not waste too much time on one question even if it appears easy.. attempt the paper in the order of your comfort and mark every questions in case of NO negative marking
Duration: 60 minutes

Round: HR Interview
Tips: Smile!! And think before speaking anything, else you may contradict your own point.. Prepare "Tell me about yourself" well and guide your interview by focusing on your strongest point, you may face more questions on that point.. refer to 64 HR questions book

Round: Stress Interview
Tips: If they are giving you stress, that means they like you.. Relax!! Do not get nervous, thats what they want to check.. Think for the solution to the problem normally, you know you can crack it (Stress interview may be a part of HR, technical, case or any other interview.. you may have to make it out yourself)

Skill Tips: ""
Skills: Puzzles, Speaking skills, Aptitude, guesstimates, Case solving, presentation skills
College Name: IIT Bombay

I applied via Referral and was interviewed before Dec 2021. 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 

(2 Questions)

  • Q1. Basic sql and joins ..
  • Q2. Advance excel is a must have
Round 3 - Case Study 

Price precision of riders, city wise calculation of cost per orders and earnings

Round 4 - HR 

(1 Question)

  • Q1. Salary expectations and all

Interview Preparation Tips

Interview preparation tips for other job seekers - plz prepare for business understanding like how businesses works and at the end how you values to the company

Jio Haptik Interview FAQs

How many rounds are there in Jio Haptik Sde1 interview?
Jio Haptik interview process usually has 3 rounds. The most common rounds in the Jio Haptik interview process are Resume Shortlist, HR and Coding Test.

Tell us how to improve this page.

Jio Haptik Sde1 Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
PolicyBazaar Interview Questions
3.6
 • 348 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
Ola Cabs Interview Questions
3.4
 • 139 Interviews
MathCo Interview Questions
2.9
 • 110 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
View all

Jio Haptik Sde1 Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Customer Success Manager
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jio Haptik with

Freshworks

3.5
Compare

InMobi

3.5
Compare

Swiggy

3.8
Compare

Ola Cabs

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