Upload Button Icon Add office photos

Filter interviews by

Radius Corporate Solutions Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Questions on Logical Reasoning, Electronics subjects MCQ, C coding questions.

Round 2 - Technical 

(9 Questions)

  • Q1. Introduce yourself
  • Q2. Final year project deep with block diagram
  • Ans. 

    Designed a final year project involving a deep learning model with a block diagram.

    • Researched various deep learning algorithms and techniques

    • Implemented the chosen algorithm using Python and TensorFlow

    • Created a detailed block diagram to illustrate the project workflow

    • Tested and evaluated the performance of the deep learning model

    • Presented the project findings and results to faculty and peers

  • Answered by AI
  • Q3. Difference between Embedded C and Embedded C++.
  • Ans. 

    Embedded C is a subset of C language used for programming embedded systems, while Embedded C++ is a subset of C++ language with additional features for embedded systems.

    • Embedded C is a subset of C language, with limited features and libraries compared to standard C.

    • Embedded C++ is a subset of C++ language, with additional features like classes, inheritance, and polymorphism.

    • Embedded C is commonly used for low-level pro...

  • Answered by AI
  • Q4. Difference between Microcontroller and microprocessor, 8051 microcontroller.
  • Ans. 

    Microcontrollers are integrated circuits designed for specific tasks, while microprocessors are general-purpose CPUs. 8051 is a popular microcontroller.

    • Microcontrollers are self-contained systems with memory, I/O ports, and timers, designed for specific tasks.

    • Microprocessors are general-purpose CPUs that require external components for memory, I/O, and timers.

    • 8051 microcontroller is a popular 8-bit microcontroller know

  • Answered by AI
  • Q5. Datatype in C++,range and size, Real life example of of Embedded system.
  • Ans. 

    In C++, datatypes have specific ranges and sizes. Embedded systems are real-life examples of using datatypes effectively.

    • Datatypes in C++ have specific ranges and sizes to store different types of data efficiently.

    • For example, 'int' datatype in C++ typically has a range of -2,147,483,648 to 2,147,483,647.

    • Embedded systems use datatypes like 'uint8_t' to efficiently store data in limited memory space.

    • Real-life example of...

  • Answered by AI
  • Q6. Pointer in C++,types of pointer.
  • Ans. 

    Pointers in C++ are variables that store memory addresses. They can be used to access and manipulate data directly.

    • Types of pointers: Null pointer, Void pointer, Wild pointer, Dangling pointer

    • Example: int *ptr; // pointer to an integer variable

  • Answered by AI
  • Q7. Write program for number is prime or not prime
  • Ans. 

    Program to determine if a number is prime or not prime

    • Create a function to check if a number is prime or not

    • Iterate from 2 to the square root of the number and check for divisibility

    • If the number is divisible by any number other than 1 and itself, it is not prime

    • Return true if the number is prime, false otherwise

  • Answered by AI
  • Q8. Write code for fibonacci series
  • Ans. 

    Code to generate Fibonacci series using iterative approach

    • Initialize an array to store the Fibonacci series

    • Start with the first two numbers in the series (0 and 1)

    • Use a loop to calculate the next number by adding the previous two numbers

    • Continue this process until the desired number of terms is reached

  • Answered by AI
  • Q9. What is constructor, destructor, polymorphism, Static function, volatile keyword
  • Ans. 

    Constructor initializes an object, destructor cleans up resources. Polymorphism allows objects to be treated as instances of their parent class. Static function belongs to the class, not instances. Volatile keyword indicates a variable may be changed unexpectedly.

    • Constructor initializes an object when it is created. Example: 'Car c = new Car();'

    • Destructor cleans up resources when an object is destroyed. Example: 'delet...

  • Answered by AI
Round 3 - Group Discussion 

Work from home is better or work from office

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on last semester project, basic knowledge of coding, core subject knowledge, OOP concepts, focus on Embedded system for ECE candidate

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Programming questions in python
  • Q2. Selenium and API Testing interview questions
Round 2 - Technical 

(2 Questions)

  • Q1. Deeper Product-related question
  • Q2. Programming using python
  • Ans. 

    Python is a versatile programming language known for its simplicity and readability.

    • Python is an interpreted language, making it easy to write and test code quickly.

    • It supports multiple programming paradigms, including object-oriented, imperative, and functional programming.

    • Python has a large standard library with built-in modules for various tasks, reducing the need for external libraries.

    • Python uses indentation to de...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am damn sure I cleared the interview, but no call back from the HR, no rejection emails. When I called the HR, she cut the call. Worst interview experience ever
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Hacker Rank SQL Questions 2 . and 10 MCQ based

Round 2 - Technical 

(3 Questions)

  • Q1. Select customer, sum(amt ) as total_amt from t1 group by customer how many no. of rows it will return and explain this table t1 column name-> dept customer item amt
  • Q2. Select * , sum(amt) over (partition by customer) as total_amt from t2
  • Q3. How many Customers has purchased same item on the Same day more than onnce

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic sql and solve questiosn without seeing answers
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Java versions. System design, Kafka and rabbit mq
Round 2 - Technical 

(1 Question)

  • Q1. Some more questions on system design. Questions on Messaing system, EDA and Microservices architecture. AWS cloud.
Round 3 - Coding Test 

I am not sure about what this round about. After couple of simple management questions, The interviewer asking leet code questions which was not expected as it was mentioned that its a managerial round. As it was on 31st I was little not prepared and wanted to skip the question. The interviewer got offended and talking very rude. At this point I got the idea that interview is not.

Worst part is after every round they is no feedback cycle. they just ghost you. very bad attitude.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

Scenario based questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic Business Analyst questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience questions
Round 4 - HR 

(1 Question)

  • Q1. Company overview

Intern Interview Questions & Answers

CodeClouds user image dipnarayan sen

posted on 3 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General Computer Science Questions.

Round 2 - Technical 

(3 Questions)

  • Q1. 2NF and 3NF difference
  • Q2. Alternative of using loop to print 1 to 100
  • Q3. Delete and Truncate Difference
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic OOPs concept and coding
Round 2 - Technical 

(3 Questions)

  • Q1. Basic DSA question
  • Q2. 1 mySql query to fetch records
  • Q3. Design patterns

Interview Preparation Tips

Topics to prepare for Entrata PHP Developer interview:
  • php
  • mysql
  • oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is the code to determine the minimum number of dice throws required to reach 100 in a game of Snakes and Ladders?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Have you used fluient wait in selenium and why we are not using mostly
  • Ans. 

    Fluent wait in Selenium is used for handling dynamic elements and synchronization issues.

    • Fluent wait is used to wait for a condition to be true before proceeding with the next steps in Selenium automation scripts.

    • It provides more flexibility in defining wait conditions compared to implicit or explicit waits.

    • Fluent wait can be used to wait for a specific element to be visible, clickable, or any other custom condition.

    • It...

  • Answered by AI
  • Q2. How to get all the links available in the page
  • Ans. 

    To get all the links available on a page, you can use web scraping techniques.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple we have to stick to basics well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Coding with design fundamentals on BST and DP
Round 2 - Technical 

(2 Questions)

  • Q1. Coding test with BST, DP
  • Q2. LLD, HLD on telecom. SOLID principles, Design patterns, System design
Round 3 - One-on-one 

(1 Question)

  • Q1. One on one round with Architect and Manager. What do we know about SIP, SS7, Diameter.
Round 4 - HR 

(1 Question)

  • Q1. Usual HR questions

Interview Preparation Tips

Topics to prepare for Mobileum Technical Lead interview:
  • Dynamic programing
  • Binary Search Tree
  • Kafka
  • Rabbitmq
  • Java
  • C++
  • JUnit
Interview preparation tips for other job seekers - Prepare yourselves to get the call back after the scheduled interviews after a month or so if you are selected.

If you get the offer letter, please do not join this company.

Not very considerate people, though the policies are there. No WLB, politics, poor product and project management. Architects know the stuff but they don't have the documents about the products, no KT.

Again please seriously take this advice, if you get one offer, please do not join the company.

Radius Corporate Solutions Interview FAQs

How to prepare for Radius Corporate Solutions 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 Radius Corporate Solutions. The most common topics and skills that interviewers at Radius Corporate Solutions expect are Finance, Accounting, Auditing, Ca and Management Accounting.

Tell us how to improve this page.

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 48 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 36 Interviews
Entrata Interview Questions
4.4
 • 34 Interviews
CodeClouds Interview Questions
4.5
 • 34 Interviews
PubMatic Interview Questions
4.1
 • 29 Interviews
View all

Radius Corporate Solutions Reviews and Ratings

based on 19 reviews

3.6/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.4

Salary

3.2

Job security

3.6

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 19 Reviews and Ratings
Assistant Manager
6 salaries
unlock blur

₹3.5 L/yr - ₹6.7 L/yr

Associate
6 salaries
unlock blur

₹2.7 L/yr - ₹5.2 L/yr

Senior Associate
4 salaries
unlock blur

₹3.5 L/yr - ₹4.6 L/yr

Junior Associate
4 salaries
unlock blur

₹0.2 L/yr - ₹2.8 L/yr

Accounts Associate
4 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Radius Corporate Solutions with

Entrata

4.4
Compare

Ascent HR Technologies Private Limited

3.8
Compare

CodeClouds

4.5
Compare

Vyapar

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