Upload Button Icon Add office photos

Filter interviews by

Roblox Sde1 Interview Questions and Answers

Updated 23 Jan 2023

Roblox Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Huapei SU

posted on 23 Jan 2023

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

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

2 leetcode mid level questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why you choose this company?
  • Ans. 

    I chose this company because of its strong reputation, innovative projects, and opportunities for growth.

    • Strong reputation in the industry

    • Innovative projects and cutting-edge technologies

    • Opportunities for professional growth and development

  • Answered by AI
  • Q2. Something can not get in the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - The OA is not coding test, but it's also important if you want to go next round.

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Coding Test 

Basic DSA questions related to string and hashmap

Round 2 - One-on-one 

(2 Questions)

  • Q1. Return true if the sentence use all the vowels else false
  • Q2. When to use BFS, DFS and basic DSA questions?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2023. There were 4 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 

If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between a stack and a queue? Give an example where you would use each.
  • Ans. 

    A stack is a LIFO data structure while a queue is a FIFO data structure.

    • Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.

    • Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.

    • Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.

  • Answered by AI
  • Q2. What is the difference between a compiler and an interpreter?
  • Ans. 

    A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.

    • A compiler converts the source code into an executable file, while an interpreter executes the code directly.

    • Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.

    • Examples of compilers include GCC, Clang, and ...

  • Answered by AI
  • Q3. A compiler is a program that translates the entire source code into machine code before executing it. The source code is fed into the compiler, which analyzes and translates it into an executable file. Thi...
Round 4 - HR 

(1 Question)

  • Q1. How do you handle stress and pressure?
  • Ans. 

    I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.

    • I prioritize tasks and create a schedule to manage my time effectively.

    • I communicate with my team and seek their assistance or guidance when needed.

    • I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.

    • I practice mindfulness and d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Technical
  • Problem Solving
  • Communication Skills
Interview preparation tips for other job seekers - Ask questions: During the interview, ask thoughtful questions about the company, the job, and the team you would be working with. This shows that you are interested and engaged in the opportunity, and can also give you valuable information to help you decide if the job is a good fit for you.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Database schema design
API Design
Python fundamentals

Round 2 - Case Study 

Performance and scalability discussion
Architecture and Distribute system implications

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the fundamentals well!

I applied via Company Website and was interviewed in Apr 2022. There were 6 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Assignment 

Naaptol

Round 3 - Assignment 

Naaptol

Round 4 - Aptitude Test 

Naaptol

Round 5 - Case Study 

Study ing information

Round 6 - One-on-one 

(5 Questions)

  • Q1. Which place are you studying
  • Q2. Which subject are u interested
  • Q3. Which place are you born
  • Q4. Iam born in chamadala(v),jaladhanki (m)
  • Q5. Are you complete your graduation

Interview Preparation Tips

Interview preparation tips for other job seekers - Naaptol shopping information is very well..
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.

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects

Roblox Interview FAQs

How many rounds are there in Roblox Sde1 interview?
Roblox interview process usually has 3 rounds. The most common rounds in the Roblox interview process are Resume Shortlist, Coding Test and One-on-one Round.

Tell us how to improve this page.

Roblox Sde1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Sde1 Interview Questions from Similar Companies

Cogoport Sde1 Interview Questions
2.8
 • 4 Interviews
Paytm Sde1 Interview Questions
3.3
 • 3 Interviews
Flipkart Sde1 Interview Questions
4.0
 • 3 Interviews
Swiggy Sde1 Interview Questions
3.8
 • 2 Interviews
BYJU'S Sde1 Interview Questions
3.1
 • 1 Interview
Zomato Sde1 Interview Questions
3.7
 • 1 Interview
View all
moderator
5 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Roblox with

Facebook

4.4
Compare

Dream11

3.8
Compare

BYJU'S

3.1
Compare

Paytm

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