Upload Button Icon Add office photos

Filter interviews by

JioStar Full Stack Web Developer Interview Questions and Answers

Updated 25 Aug 2024

JioStar Full Stack Web Developer Interview Experiences

1 interview found

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

I applied via Campus Placement

Round 1 - Coding Test 

Basic normal average questions to be prepared

Round 2 - Technical 

(2 Questions)

  • Q1. Define oops and the four pillars in detail
  • Ans. 

    OOPs stands for Object-Oriented Programming. The four pillars are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields (attributes or properties) and code in the form of procedures (methods or functions).

    • The four pillars of OOP are Inheritance, Encapsulation, Abstraction, and Po...

  • Answered by AI
  • Q2. Write code to reverse a dtring
  • Ans. 

    Code to reverse a string in JavaScript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the array

    • Use the join() method to convert the reversed array back into a string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and all the best

Interview questions from similar companies

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What is Lazy loading What are derivative Routing Decoration Dependency injection Javascript questions Express js connection with database Pipes Html css questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic javascript deeply
Interview experience
5
Excellent
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 2 interview rounds.

Round 1 - Coding Test 

HTML5, CSS, Bootstrap,js, jQuery

Round 2 - Aptitude Test 

Information about my self

Interview Preparation Tips

Topics to prepare for Infosys Full Stack Web Developer interview:
  • HTML
  • CSS
  • Bootstrap
  • Javascript Frameworks
  • JQuery
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Data binding in angular Authentication and authorisation Lazy loading Customize parameter
  • Q2. Difference between overloading and over riding Diff Finally and finalize Temple data and view bag Dependency injection Middle ware Startup.cs file App.use, app.run and app map Solid principles Delegates D...
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters, while overriding is implementing a method in a subclass that is already defined in the superclass.

    • Overloading allows a class to have multiple methods with the same name but different parameters.

    • Overriding involves implementing a method in a subclass that is already defined in the superclass.

    • Example: Overloading - having multiple constru...

  • Answered by AI
  • Q3. SQL Delete, truncate and drop Normalisation and de normalisation Cluster and non cluster index How to find nth(n=7, 5 or 3 anything) highest salary in a given table Diff between function and Store procedu...

Interview Preparation Tips

Topics to prepare for Wipro Full Stack Web Developer interview:
  • Angular, .net core and sql
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 2 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 

(6 Questions)

  • Q1. About the knowledge of front-end of website design
  • Q2. About the knowledge of Back-end of website
  • Q3. About the skill
  • Q4. Anything about my life
  • Q5. About the knowledge of course
  • Q6. There is about many things

Interview Preparation Tips

Interview preparation tips for other job seekers - I want any opportunity that will help my skill to grow and improving fresher tagging.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2023.

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

(2 Questions)

  • Q1. What are the feature advantages ?
  • Ans. 

    Feature advantages refer to the benefits or strengths of a particular feature.

    • Enhanced user experience

    • Increased functionality

    • Improved performance

    • Competitive edge in the market

    • Cost-effectiveness

    • Scalability and flexibility

  • Answered by AI
  • Q2. What are the benefits of company ?
  • Ans. 

    Company benefits include competitive salary, health insurance, retirement plans, and opportunities for growth.

    • Competitive salary to attract top talent

    • Health insurance coverage for employees and their families

    • Retirement plans to help employees save for the future

    • Opportunities for growth and career development through training programs

    • Flexible work hours or remote work options

    • Paid time off for vacation and sick days

    • Emplo

  • Answered by AI
Round 3 - Coding Test 

Im trying to new and well developing my soft skills. Im always trying to good employee in this job rool .

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was 2 DSA coding questions and 2 SQL query questions. Level of questions were medium

Round 2 - One-on-one 

(1 Question)

  • Q1. Question were like basic knowledge of OOPS, basic coding questions, hr questions and puzzle questions were asked
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2023. There were 2 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. HTML. CSS javascript
  • Q2. JAVA HTML CSS JAVASCRIPT

Interview Preparation Tips

Interview preparation tips for other job seekers - i am happy in this apportunity

Intern Interview Questions & Answers

Amazon user image Himani Anand1

posted on 28 Oct 2015

Interview Questionnaire 

1 Question

  • Q1. Binary Tree concepts

Interview Preparation Tips

Round: Test
Experience:
Tips:
Duration: 120 minutes
Total Questions: 22

Round: Technical Interview
Experience:
Tips:

General Tips:
Skill Tips:
Skills: Algorithmic Approach To Problem Solving, Data Structures, Core Courses Concepts
College Name: IIM Lucknow

I was interviewed in Aug 2016.

Interview Questionnaire 

3 Questions

  • Q1. To reverse Linked List in pair of three.
  • Ans. 

    Reverse a linked list in pairs of three.

    • Create a function that takes the head of the linked list as input.

    • Traverse the linked list in pairs of three and reverse each pair.

    • Update the head of the linked list to the new head after reversing each pair.

    • Return the new head of the linked list.

  • Answered by AI
  • Q2. Search a number in sorted rotated array.
  • Ans. 

    Search a number in sorted rotated array.

    • Use binary search to find the pivot point where the array is rotated

    • Determine which half of the array the target number may be in

    • Perform binary search on the appropriate half of the array to find the target number

  • Answered by AI
  • Q3. A dynamic programming question was there to find a path in matrix.

Interview Preparation Tips

Round: Technical Interview
Experience: Interviewer mainly focused on problem solving skill.

Skills: Algorithm
College Name: KIIT University

Skills evaluated in this interview

JioStar Interview FAQs

How many rounds are there in JioStar Full Stack Web Developer interview?
JioStar interview process usually has 2 rounds. The most common rounds in the JioStar interview process are Coding Test and Technical.
What are the top questions asked in JioStar Full Stack Web Developer interview?

Some of the top questions asked at the JioStar Full Stack Web Developer interview -

  1. Define oops and the four pillars in det...read more
  2. Write code to reverse a dtr...read more

Tell us how to improve this page.

JioStar Full Stack Web Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Assistant Manager
385 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
250 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare JioStar with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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