Upload Button Icon Add office photos
Engaged Employer

i

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

Jai Kisan Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jai Kisan Front end Developer Interview Questions and Answers

Updated 25 Apr 2021

Jai Kisan Front end Developer Interview Experiences

1 interview found

I applied via LinkedIn

Interview Questionnaire 

1 Question

  • Q1. Fundamentals of JS and Angular.
  • Ans. 

    JS is a scripting language used for web development. Angular is a JS framework for building web applications.

    • JS is used for adding interactivity to web pages

    • JS has data types like string, number, boolean, etc.

    • Angular is a framework for building single-page applications

    • Angular uses components, services, and directives for building applications

    • Angular has features like dependency injection, routing, and forms

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Js.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Job Portal and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1)How we can use life cycle methods in functional components
  • Ans. 

    Life cycle methods can be used in functional components using React Hooks.

    • Use useEffect() hook to mimic componentDidMount(), componentDidUpdate() and componentWillUnmount() methods.

    • Use useState() hook to manage state in functional components.

    • Use useContext() hook to access context in functional components.

    • Use useReducer() hook to manage complex state in functional components.

  • Answered by AI
  • Q2. How can we use component will unmount method in functional components by using hooks
  • Ans. 

    Unmounting logic can be implemented using useEffect hook with a return statement.

    • Use useEffect hook with a return statement to implement unmounting logic

    • Return a function from useEffect hook to execute cleanup logic

    • Cleanup logic can include clearing intervals, removing event listeners, etc.

  • Answered by AI
  • Q3. What is redux ? How can we joint react with redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux helps manage the state of an application in a predictable way

    • It provides a central store for all the state of the application

    • React components can access the state from the store using the connect() function

    • Actions are dispatched to the store to update the state

    • Reducers are pure functions that update the state based on the dispatched actions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have a good skills in coding

Skills evaluated in this interview

Interview experience
4
Good
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 

HTML CSS BOOTSTRAP JAVASCRIPT

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell About Your Self.
  • Q2. What are your strength
  • Q3. Consider the type of interview you can expect
  • Ans. 

    A face-to-face interview or Online interview

  • Answered by Durga Yt
  • Q4. Why did you decide to apply for this position?
  • Ans. 

    'I see the role as a way of developing my career in a forward-thinking/well-established company/industry as…' 'I feel I will succeed in the role because I have experience in/softs skills that demonstrate/ I've taken this course believe my skills are well-suited to this job .

  • Answered by Durga Yt
  • Q5. Why do you want to work here?
  • Ans. 

    “I see this opportunity as a way to contribute to an exciting/forward-thinking/fast-moving company/industry,

  • Answered by Durga Yt
Round 4 - Group Discussion 

GD can be divided into 3 categories

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

I applied via Naukri.com and was interviewed in Aug 2023. 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 - Assignment 

In coding questions.

Round 3 - HR 

(5 Questions)

  • Q1. Basics of technical questions
  • Q2. About my self and my skills related
  • Q3. What is HTML, and what is its role in web development?
  • Ans. 

    HTML stands for Hypertext Markup Language and is the standard markup language for creating web pages.

    • HTML is used to structure content on the web by using a series of elements and tags.

    • It provides the basic building blocks for creating websites, such as headings, paragraphs, images, links, and forms.

    • HTML works in conjunction with CSS (Cascading Style Sheets) and JavaScript to create visually appealing and interactive w...

  • Answered by AI
  • Q4. Explain the basic structure of an HTML document.
  • Ans. 

    The basic structure of an HTML document includes the doctype declaration, html element, head element, and body element.

    • DOCTYPE declaration specifies the version of HTML being used

    • HTML element wraps the entire content of the document

    • Head element contains meta information about the document

    • Body element contains the visible content of the document

  • Answered by AI
  • Q5. What is the purpose of HTML tags and attributes?
  • Ans. 

    HTML tags and attributes are used to structure and define content on a web page.

    • HTML tags are used to define different elements on a web page, such as headings, paragraphs, images, links, etc.

    • Attributes provide additional information about an element, such as its appearance, behavior, or functionality.

    • For example, the <img> tag is used to display an image on a web page, and the 'src' attribute specifies the image

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As a job seeker at Ambitionbox, I am eager to contribute my skills and passion for data-driven decision-making to help the company achieve its goals.

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 in Aug 2023. 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 - Assignment 

Basics of html and css

Round 3 - HR 

(5 Questions)

  • Q1. How was the importance of html.
  • Ans. 

    HTML is a fundamental language for creating web pages and is essential for structuring content on the internet.

    • HTML stands for HyperText Markup Language

    • It is used to create the structure of web pages by using elements like headings, paragraphs, images, links, etc.

    • HTML is the backbone of web development and is essential for creating accessible and user-friendly websites

  • Answered by AI
  • Q2. How was the importance of css.
  • Ans. 

    CSS is crucial for styling and formatting web pages, enhancing user experience and creating visually appealing designs.

    • CSS is used to control the layout, colors, fonts, and overall appearance of a website.

    • It allows for responsive design, making websites adapt to different screen sizes and devices.

    • CSS can be used to create animations, transitions, and interactive elements on a webpage.

    • Without CSS, web pages would be pla...

  • Answered by AI
  • Q3. What is the Html and css.
  • Ans. 

    HTML and CSS are the building blocks of web development, used to create and style web pages.

    • HTML stands for HyperText Markup Language and is used to structure content on a web page.

    • CSS stands for Cascading Style Sheets and is used to style the content created with HTML.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS allows for styling elements with properties like color, font size, ma...

  • Answered by AI
  • Q4. What is the DOCTYPE declaration in HTML, and why is it important
  • Ans. 

    DOCTYPE declaration in HTML specifies the version of HTML being used in the document.

    • DOCTYPE declaration is placed at the very beginning of an HTML document before the <html> tag.

    • It informs the web browser about the version of HTML being used, which helps in rendering the page correctly.

    • It also helps in triggering the browser's standards mode, ensuring consistent display across different browsers.

    • Example: <!DO...

  • Answered by AI
  • Q5. How can you include external CSS and JavaScript files in an HTML document.
  • Ans. 

    External CSS and JavaScript files can be included in an HTML document using the <link> and <script> tags.

    • Use the <link> tag with the 'rel' attribute set to 'stylesheet' to include external CSS files.

    • Use the <script> tag with the 'src' attribute to include external JavaScript files.

    • Make sure to specify the correct file path in the 'href' attribute for CSS files and 'src' attribute for JavaScript

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Highly motivated computer engineer with a strong foundation in software development and a passion for problem-solving. Experienced in designing and implementing innovative solutions, with a keen eye for detail and efficiency. Eager to contribute technical expertise to Ambitionbox and drive forward its mission of empowering job seekers through data-driven insights.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What certifications should a software developer have?
  • Ans. 

    Certifications are not mandatory for software developers, but can add value to their resume.

    • Certifications in programming languages like Java, Python, C++

    • Certifications in software development methodologies like Agile, Scrum

    • Certifications in cloud computing platforms like AWS, Azure

    • Certifications in security like CISSP, CEH

    • Certifications in project management like PMP

    • Certifications in mobile app development like Androi

  • Answered by AI

I applied via Naukri.com and was interviewed in Jun 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was total 3 technical rounds and 1 HR round. Technical rounds was mostly about DSA and basic subjective questions. Average time for each round was 1 hour 15 mins. In each round I write code in C++ and then check it by dry running some examples and edge cases. This whole process took almost 2 weeks and in the end result was positive. Use pen and paper, think calmly, take your time, ask interviewer if you are stuck. Best of Luck and happy codding :)
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 - Aptitude Test 

50 questions in 12 minutes mostly test your arthimetic, logical knowledge.

Round 3 - Coding Test 

3 coding questions in 90 mins, 1st one is from arrays an easy question, 2nd one is related to stacks and queues relatively harder and last one is hard which i am also unable to attempt. I cracked the first two questions and my solutions passed all the test cases.

Round 4 - One-on-one 

(3 Questions)

  • Q1. Difference between sorting algorithms
  • Ans. 

    Sorting algorithms are methods used to arrange elements in a specific order.

    • Different sorting algorithms include bubble sort, selection sort, insertion sort, merge sort, quick sort, and heap sort.

    • Some algorithms are more efficient than others depending on the size of the data set and the initial order of the elements.

    • For example, quick sort is generally faster than bubble sort for large data sets.

  • Answered by AI
  • Q2. BFS and DFS in trees and imlementing them
  • Ans. 

    BFS and DFS are traversal algorithms used in trees. BFS explores level by level, while DFS explores depth first.

    • BFS (Breadth-First Search) visits nodes level by level, using a queue. Example: traversing a binary tree level by level.

    • DFS (Depth-First Search) explores as far as possible along each branch before backtracking. Example: in-order traversal of a binary tree.

  • Answered by AI
  • Q3. Sql questions and database questions
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain the college life

Interview Preparation Tips

Interview preparation tips for other job seekers - learn the web development basics to get placed in any indian startup

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Question from Array,DP

Round 3 - One-on-one 

(3 Questions)

  • Q1. Resume based only
  • Q2. Data structure and algorithms
  • Q3. Object oriented programmings
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Mangaer asked me to integrate an api

Round 2 - HR 

(1 Question)

  • Q1. Salary negotions was done on the second round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be simple

Jai Kisan Interview FAQs

How to prepare for Jai Kisan Front end Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Jai Kisan. The most common topics and skills that interviewers at Jai Kisan expect are API, Angularjs, Application Design and Javascript.

Tell us how to improve this page.

Interview Questions from Similar Companies

Ninjacart Interview Questions
4.0
 • 94 Interviews
Agrostar Interview Questions
3.8
 • 56 Interviews
DeHaat Interview Questions
3.6
 • 56 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
MyCaptain Interview Questions
3.1
 • 40 Interviews
HyperVerge Interview Questions
4.3
 • 25 Interviews
Arzooo.com Interview Questions
2.4
 • 23 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
View all
Business Development Manager
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Credit Analyst
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jai Kisan with

Agrostar

3.8
Compare

Ninjacart

4.0
Compare

DeHaat

3.6
Compare

Waycool Foods

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