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 SDE Intern Interview Questions and Answers

Updated 14 Sep 2024

Jai Kisan SDE Intern Interview Experiences

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Coding Test 

Consisted of 6 questions

Round 2 - Technical 

(2 Questions)

  • Q1. It was an interview round where I was asked about projects and internships that I have mentioned on my resume. Also technical questions related to OS(virtual memory, paging, page replacement algorithms etc...
  • Q2. After this I was asked a scenario based question like how does Hyperverge has provided a solution for a problem.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Aptitude(Maths Problems), SQL, DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Project Discussion
  • Q2. Python Related Questions
Round 3 - Technical 

(2 Questions)

  • Q1. SQL Questions, Linux Commands
  • Q2. DSA, Puzzle, Chair Testing
Round 4 - Technical 

(2 Questions)

  • Q1. 25 Horse puzzle question
  • Q2. SQL basic questions and Output Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How Indexing works in DB
  • Ans. 

    Indexing in DB is a technique to improve the speed of data retrieval by creating a data structure that allows for quick lookup of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include B-tree, hash, and bitmap indexes.

    • Indexes can be unique or non-unique, clustered or non-clustered.

    • Example: Creating an index on the 'email' column ...

  • Answered by AI
  • Q2. Spring Boot depenencies
Round 2 - One-on-one 

(2 Questions)

  • Q1. System Design of Bookmyshow
  • Ans. 

    Bookmyshow is a popular online ticketing platform for movies, events, and other entertainment.

    • Bookmyshow allows users to browse and book tickets for movies, events, plays, sports, etc.

    • The system should have features like seat selection, payment gateway integration, booking history, and notifications.

    • Scalability is important to handle high traffic during popular movie releases or events.

    • Integration with cinema partners ...

  • Answered by AI
  • Q2. Some SQL queries to write

Skills evaluated in this interview

Sde1 Interview Questions & Answers

Cogoport user image Anonymous

posted on 20 Oct 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Sep 2023. There were 5 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 - Aptitude Test 

Easy questions but less time

Round 3 - Coding Test 

2 easy and 1 hard leet code

Round 4 - One-on-one 

(3 Questions)

  • Q1. Reverse the link list
  • Ans. 

    Reverse a linked list

    • Iterate through the linked list and reverse the pointers

    • Use three pointers - prev, current, next to reverse the links

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. The Hanoi tower problem was given
  • Q3. One DP question was given to explain not write
Round 5 - HR 

(1 Question)

  • Q1. JEE rank and previous paid internship

Interview Preparation Tips

Topics to prepare for Cogoport Sde1 interview:
  • DSA
  • Node.Js
  • React.Js
  • React Native
  • ruby on rails
  • Ruby Rails
Interview preparation tips for other job seekers - PLEASE DON'T JOIN THIS COMPANY specially freshers they will ruin your career

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Sell me this pen
  • Ans. 

    This pen is not just a writing tool, but a stylish accessory that will make you stand out in any professional setting.

    • Highlight the sleek design and professional look of the pen

    • Emphasize the smooth writing experience it provides

    • Mention any special features like a comfortable grip or refillable ink

    • Create a sense of urgency by mentioning limited availability or a special discount

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 6 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 

Easy to crack the test

Round 3 - Group Discussion 

Somewhat ok need to be a bit fluent

Round 4 - Assignment 

They gave us portal with bugs we have to find them.

Round 5 - Technical 

(1 Question)

  • Q1. Some random logical thinking questions
Round 6 - HR 

(1 Question)

  • Q1. Tell me abt yourself
  • Ans. 

    I am a motivated and enthusiastic individual with a strong passion for learning and gaining practical experience in the field of [field].

    • I have recently completed my [degree/qualification] in [field] from [university/institution].

    • During my studies, I gained hands-on experience through internships at [company/organization] where I worked on [specific projects/tasks].

    • I have a solid understanding of [relevant skills/techn...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly don't apply for this company if u r a fresher. They don't value your work and efforts. They want you to catch up really quick to their goals in impossible time.

I applied via Campus Placement and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic HR questions
  • Q2. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your projects and be confident during the interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Data management intern , based in excel .interview questions
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 - Technical 

(2 Questions)

  • Q1. Core java, multi-threading, oops, etc.
  • Q2. Get all permutations of an array.
  • Ans. 

    Get all permutations of an array.

    • Use recursion to swap elements and generate permutations

    • Iterate through the array and swap elements at each index

    • Use a set to avoid duplicates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - read basics related to java and spring microservices

Skills evaluated in this interview

Jai Kisan Interview FAQs

How many rounds are there in Jai Kisan SDE Intern interview?
Jai Kisan interview process usually has 2 rounds. The most common rounds in the Jai Kisan interview process are Technical and HR.
What are the top questions asked in Jai Kisan SDE Intern interview?

Some of the top questions asked at the Jai Kisan SDE Intern interview -

  1. Simple DSA question, SQL vs NO S...read more
  2. Stipend and a...read more

Tell us how to improve this page.

Jai Kisan SDE Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

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.8
 • 52 Interviews
MyCaptain Interview Questions
3.2
 • 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

₹2.2 L/yr - ₹5.5 L/yr

Credit Analyst
19 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Accounts Manager
12 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Sales Executive
11 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Assistant Manager
10 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Explore more salaries
Compare Jai Kisan with

Agrostar

3.9
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