Upload Button Icon Add office photos

Filter interviews by

Rchilli Interview Questions and Answers

Updated 4 Dec 2024

Rchilli Interview Experiences

Popular Designations

3 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
-

I was interviewed in May 2024.

Round 1 - Aptitude Test 

Very fu*k type of question

Round 2 - Technical 

(1 Question)

  • Q1. The interviewer doesn't know what he asked
Round 3 - HR 

(1 Question)

  • Q1. Your package is more than me,.
Round 4 - Technical 

(1 Question)

  • Q1. Explain what you know
Round 5 - HR 

(1 Question)

  • Q1. Hr asking about, you have to work full night some time

Digital Marketer Interview Questions asked at other Companies

Q1. How to identitify that a particular lead is comming from Google Ads of Facebook Ads if we're running both Ads together?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Approx 1 hour with basic DSA

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Technical coding round with normal java and MySQL question

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad interview experience

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Jobs at Rchilli

View all

Interview questions from similar companies

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal communicatiom, attention to detail, email writing part

Round 2 - One-on-one 

(2 Questions)

  • Q1. General question with maths
  • Q2. Percentage related sums
Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview question with maths
  • Q2. Percentage , profit related sums
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude assessment along with some theoretical components.

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions in Java, SQL and React
Round 3 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Coding question->Reverse String(World Hello), pattern, prime number
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What are the different osi layers
  • Ans. 

    The OSI (Open Systems Interconnection) model consists of 7 layers that define the functions of a network communication system.

    • Physical Layer: Deals with physical connections and transmission of raw data.

    • Data Link Layer: Manages data frames and error detection/correction.

    • Network Layer: Handles routing and logical addressing.

    • Transport Layer: Ensures end-to-end communication and data flow control.

    • Session Layer: Establishe...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic details about yourself
Round 3 - Technical 

(1 Question)

  • Q1. What are some ways to avoid deadlock?
  • Ans. 

    Avoid deadlock by implementing proper resource allocation strategies and using techniques like timeouts and resource ordering.

    • Implement proper resource allocation strategies to prevent multiple processes from holding resources indefinitely.

    • Use timeouts to limit the amount of time a process can wait for a resource before releasing it.

    • Follow a strict resource ordering protocol to ensure processes request and release reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your cs basics are clear such as netwerking, os, and tech stacks used in projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI

AOSP Engineer Interview Questions & Answers

Pitney Bowes user image Anonymous

posted on 29 Oct 2024

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

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. GMS Integration and Certification
  • Q2. Build process, bug fixing and debugging tools
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Location specific question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI

Rchilli Interview FAQs

How many rounds are there in Rchilli interview?
Rchilli interview process usually has 2-3 rounds. The most common rounds in the Rchilli interview process are Coding Test, Technical and HR.
How to prepare for Rchilli 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 Rchilli. The most common topics and skills that interviewers at Rchilli expect are CRM, Troubleshooting, MySQL, Market Research and Data Analysis.
What are the top questions asked in Rchilli interview?

Some of the top questions asked at the Rchilli interview -

  1. The interviewer doesn't know what he as...read more
  2. your package is more than m...read more

Tell us how to improve this page.

Rchilli Interview Process

based on 4 interviews

Interview experience

2.3
  
Poor
View more

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 90 Interviews
HackerRank Interview Questions
4.3
 • 23 Interviews
Talview Interview Questions
3.1
 • 10 Interviews
iMocha Interview Questions
3.9
 • 8 Interviews
Wheebox Interview Questions
3.3
 • 6 Interviews
Mettl Interview Questions
3.8
 • 4 Interviews
Aspiring Minds Interview Questions
4.0
 • 4 Interviews
MeritTrac Interview Questions
3.9
 • 1 Interview
Youth4work Interview Questions
4.3
 • 1 Interview
View all

Rchilli Reviews and Ratings

based on 24 reviews

3.6/5

Rating in categories

3.7

Skill development

3.0

Work-life balance

3.2

Salary

3.5

Job security

3.6

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 24 Reviews and Ratings
Sr. PPC Executive

Mohali

3-5 Yrs

Not Disclosed

Explore more jobs
Software Developer
9 salaries
unlock blur

₹3 L/yr - ₹4.6 L/yr

Software Engineer
7 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Java Developer
7 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Devops Engineer
6 salaries
unlock blur

₹3.2 L/yr - ₹11 L/yr

Business Analyst
5 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Rchilli with

Talview

3.1
Compare

Mettl

3.8
Compare

iMocha

3.9
Compare

HackerRank

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