Upload Button Icon Add office photos
Engaged Employer

i

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

Fourkites Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Fourkites SDE Intern Interview Questions and Answers

Updated 17 Jun 2024

Fourkites SDE Intern Interview Experiences

2 interviews found

SDE Intern Interview Questions & Answers

user image Mandeep Singh

posted on 17 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ based on quant , reasoning and computer science fundamentals(oops,DBMS,CN) and 3 coding question

Round 2 - Technical 

(1 Question)

  • Q1. DSA question on trees and linkedlist , alond with some SQL querys and questions on OOPS
Round 3 - Technical 

(1 Question)

  • Q1. More DSA question on recursion(TOH) and dynamic programming, in depth discussion on projects and some SQL queries.
Round 4 - HR 

(1 Question)

  • Q1. One DSA question on stack implementation, 2 SQL queries , basic computer fundamental question , standard HR question about company , family, were do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

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

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Contains 5 section a person must be good in DSA,SQL,AIML as well as system design,it was a really hard test

Round 2 - Technical 

(2 Questions)

  • Q1. System design of whatsapp
  • Ans. 

    WhatsApp is a messaging app that allows users to send text messages, voice messages, images, and videos.

    • End-to-end encryption for secure communication

    • Message delivery status indicators

    • Group chat functionality

    • Media sharing capabilities

    • Online/offline status indicators

  • Answered by AI
  • Q2. Medium-hard level question on trees.

Skills evaluated in this interview

SDE Intern Interview Questions Asked at Other Companies

Q1. Given a string of containing lower case letters and upper case ch ... read more
asked in Amazon
Q2. Find the square root of a number using only 4 basic arithmetic op ... read more
Q3. Remove duplicate characters from a given string keeping only the ... read more
asked in Carwale
Q4. What is caching and why do we need to do caching
Q5. Given a Y- linked list. Find the node at the intersection point

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is oops
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation means hiding the implementation details of an object from the outside world.

    • Inheritance allows creating new classes based on existing ones.

    • Polymorphism allows using a single interface to represent dif...

  • Answered by AI
  • Q2. Real world thing

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do you measure success at work?
  • Ans. 

    Success at work is measured by achieving goals, delivering high-quality work, and receiving recognition.

    • Achieving goals set by the team or organization

    • Delivering high-quality work that meets or exceeds expectations

    • Receiving recognition from colleagues, managers, or clients

    • Meeting deadlines and completing tasks efficiently

    • Contributing to the overall success of the team or project

  • Answered by AI
  • Q2. How many programming languages do you know?
  • Ans. 

    I know multiple programming languages.

    • I am proficient in Java, Python, and C++.

    • I have experience with web development languages such as HTML, CSS, and JavaScript.

    • I am familiar with scripting languages like Bash and PowerShell.

    • I have worked with database query languages like SQL.

    • I have knowledge of mobile app development languages like Swift and Kotlin.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MapmyIndia Software Engineer interview:
  • Software
  • Software Engineering
  • Technical Skills
Interview preparation tips for other job seekers - Job search like it's your job
Know your and self what you want
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

Create an API using Notepad to check if a string is a palindrome or not.

Round 2 - One-on-one 

(1 Question)

  • Q1. Solid principal

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join worst company
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. Describe Life cycle in react
  • Ans. 

    React has three main phases in its lifecycle: mounting, updating, and unmounting.

    • Mounting: when a component is created and inserted into the DOM

    • Updating: when a component is updated due to changes in props or state

    • Unmounting: when a component is removed from the DOM

    • Lifecycle methods can be used to perform actions at each phase, such as componentDidMount() or componentWillUnmount()

    • React also has error handling methods,

  • Answered by AI
  • Q2. Explain strict mode in javascript and it's use
  • Ans. 

    Strict mode is a way to write secure and optimized JavaScript code.

    • Enables catching of silent errors

    • Disallows duplicate property names or parameters

    • Prevents use of undeclared variables

    • Makes `eval()` safer to use

    • Throws errors on invalid usage of `this` keyword

  • Answered by AI
Round 3 - Assignment 

CURD operations along with implementation of a mock UI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are doing good job. If possible try to send a rejection mail along with the reason if candidate is not selected.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Tell about Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Will ask coding related
Round 4 - HR 

(1 Question)

  • Q1. What is Expected salary
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. More about API automation
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Low level Design Problem in Java

Round 2 - Technical 

(1 Question)

  • Q1. Data Structures - Graph Problem DFS
Round 3 - Coding Test 

System Design with few details

Fourkites Interview FAQs

How many rounds are there in Fourkites SDE Intern interview?
Fourkites interview process usually has 3 rounds. The most common rounds in the Fourkites interview process are Technical, Aptitude Test and HR.
What are the top questions asked in Fourkites SDE Intern interview?

Some of the top questions asked at the Fourkites SDE Intern interview -

  1. System design of whats...read more
  2. More DSA question on recursion(TOH) and dynamic programming, in depth discussio...read more
  3. DSA question on trees and linkedlist , alond with some SQL querys and questions...read more

Tell us how to improve this page.

Fourkites SDE Intern Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 55 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
MapmyIndia Interview Questions
3.7
 • 25 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.7
 • 22 Interviews
View all
Fourkites SDE Intern Salary
based on 4 salaries
₹1 L/yr - ₹5 L/yr
72% less than the average SDE Intern Salary in India
View more details
Product Manager
24 salaries
unlock blur

₹24.5 L/yr - ₹39 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹17.5 L/yr - ₹35 L/yr

Software Development Engineer
16 salaries
unlock blur

₹7.4 L/yr - ₹17.6 L/yr

Software Engineer
14 salaries
unlock blur

₹9.1 L/yr - ₹18 L/yr

Software Developer
12 salaries
unlock blur

₹7.7 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Fourkites with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Vyapar

3.5
Compare

MapmyIndia

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