Upload Button Icon Add office photos

Filter interviews by

RedQuanta Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Meddo user image Nishant Srivastava

posted on 31 May 2021

Interview Questionnaire 

1 Question

  • Q1. JS questions are asked
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 - Coding Test 

20 mcq questions and 3 programming questions

Round 3 - Technical 

(2 Questions)

  • Q1. Progrmas on the linked list
  • Ans. 

    Linked list programs involve creating, traversing, inserting, and deleting nodes in a linked list data structure.

    • Create a linked list by defining a node struct and using pointers to link them together

    • Traverse the linked list using a while loop and a pointer to the current node

    • Insert a node by creating a new node, updating pointers, and handling edge cases

    • Delete a node by updating pointers and freeing memory

    • Examples: re...

  • Answered by AI
  • Q2. 1 to 1 round with some questions on linked list and arrays

Skills evaluated in this interview

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

Moderate Coding question

Round 2 - Technical 

(2 Questions)

  • Q1. On Java, OOPS concepts and coding logics
  • Q2. Data Structures and algorithms
Round 3 - Technical 

(2 Questions)

  • Q1. Mostly the same as Round 1
  • Q2. But question complexity is increased
Round 4 - HR 

(2 Questions)

  • Q1. Normal questions about us
  • Q2. Nothing major as I remember
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hackerrank coding test

Round 2 - Technical 

(2 Questions)

  • Q1. Is the String anagram or not
  • Ans. 

    Check if a given string is an anagram of another string

    • Compare the sorted characters of both strings

    • Check if the character counts are the same in both strings

    • Examples: 'listen' and 'silent' are anagrams, 'hello' and 'world' are not

  • Answered by AI
  • Q2. Occurence of letters in a string
  • Ans. 

    Count the occurrence of each letter in a given string.

    • Create an array to store the count of each letter

    • Iterate through the string and increment the count of each letter in the array

    • Return the array with the count of each letter

  • Answered by AI

Skills evaluated in this interview

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

It was a leetcode medium

Round 2 - Assignment 

It was a leetcode medium

I was interviewed in Apr 2022.

Round 1 - Telephonic Call 

(1 Question)

Round duration - 55 Minutes
Round difficulty - Easy

Timing - evening
Interviewer was friendly.

  • Q1. 

    Number of Islands Problem Statement

    You are provided with a 2-dimensional matrix having N rows and M columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...

  • Ans. 

    Count the number of islands in a 2D matrix of 1s and 0s.

    • Iterate through the matrix and perform depth-first search (DFS) to find connected 1s.

    • Mark visited cells to avoid redundant calculations.

    • Increment island count whenever a new island is encountered.

  • Answered by AI
Round 2 - Telephonic Call 

(2 Questions)

Round duration - 55 Minutes
Round difficulty - Easy

Timing - afternoon
Interviewer was friendly

  • Q1. 

    Move Zeroes to End

    Given an unsorted array of integers, rearrange the elements such that all the zeroes are moved to the end, while maintaining the order of non-zero elements.

    Input:

    The first line cont...
  • Ans. 

    Given an unsorted array of integers, move all zeroes to the end while maintaining the order of non-zero elements.

    • Iterate through the array and maintain two pointers, one for the current position and one for the position to swap with.

    • If the current element is non-zero, swap it with the element at the swap pointer and increment the swap pointer.

    • After iterating through the array, fill the remaining positions with zeroes.

    • E...

  • Answered by AI
  • Q2. 

    Asteroid Collision Problem Description

    Given an array/list ASTEROIDS representing asteroids aligned in a row, each element's absolute value identifies the asteroid's size, while its sign indicates the dir...

  • Ans. 

    Determine the state of asteroids after collisions occur in a row.

    • Iterate through the array of asteroids and simulate collisions between adjacent asteroids moving in opposite directions.

    • If two asteroids collide, the larger one survives while the smaller one is destroyed.

    • Continue this process until no more collisions can occur.

    • Return the array of remaining asteroids after all collisions have been resolved.

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 55 Minutes
Round difficulty - Easy

Timing - evening
interviewer was friendly

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in BangaloreEligibility criteriaExperienceQuizizz Inc. interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Low Level Design, High Level Design, Machine LearningTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice DSA/Algorithms.
Tip 2 : Practice LLD and OOPs concepts. Also, do check how data models/database schema should be.
Tip 3 : Practice System Design from the Alex Xu - System Design Interview book.

Application resume tips for other job seekers

Tip 1 : Do not put false things on your resume.
Tip 2 : Should know your resume in and out.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on sales, areas and target
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion about product, target etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good organization
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

DSA questions asked in an interview

Intern Interview Questions & Answers

Vegrow user image Shaik Roshini

posted on 16 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Languages known
  • Ans. 

    I am fluent in English, Spanish, and French.

    • English

    • Spanish

    • French

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

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Case Study 

Problem solving approach check

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study and problem solving
  • Q2. Root cause Analysis

Tell us how to improve this page.

Interview Questions from Similar Companies

InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow Interview Questions
4.1
 • 17 Interviews
Shine Interview Questions
2.7
 • 16 Interviews
Pepper Content Interview Questions
2.4
 • 11 Interviews
Elevate Interview Questions
3.5
 • 9 Interviews
ParallelDots Interview Questions
3.9
 • 8 Interviews
Meddo Interview Questions
3.1
 • 8 Interviews
Mogli labs Interview Questions
3.5
 • 8 Interviews
Quizizz Interview Questions
3.7
 • 8 Interviews
PromptCloud Interview Questions
4.6
 • 7 Interviews
View all

RedQuanta Reviews and Ratings

based on 11 reviews

1.9/5

Rating in categories

2.5

Skill development

1.5

Work-life balance

1.7

Salary

1.4

Job security

2.4

Company culture

1.7

Promotions

1.5

Work satisfaction

Explore 11 Reviews and Ratings
Project Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive Operations
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare RedQuanta with

Practo

3.2
Compare

InsanelyGood

4.1
Compare

Mogli labs

3.5
Compare

Shine

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