Upload Button Icon Add office photos
Engaged Employer

i

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

ROITech Consulting Pvt Ltd. Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ROITech Consulting Pvt Ltd. Interview Questions and Answers

Updated 11 Jan 2024
Popular Designations

ROITech Consulting Pvt Ltd. Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Core java , Spring , Hibernate, JPA, Rest API, Micro service
  • Q2. Core java, Spring Boot
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Client round . Java/J2EE Questions

I applied via Sriram kukkadapu and was interviewed in Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic question's from javascript
  • Q2. Questions related to final-year project

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself,
tell whatever you know, its ok to not know everything what is being asked,
whatever you put on your CV, be confident about that,
&, whatever language/technology your putting in your resume, the check the basic only, so focus on the basic, &,
whatever your saying be confident, if it is wrong:-D

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about ROITech Consulting Pvt Ltd.?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
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 

Any word of character count how many times have reach character

Round 3 - HR 

(2 Questions)

  • Q1. Please tell me something about your self?
  • Q2. How many years of experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good knowledge in technical then you are selected with c#,vb,MVC,SQL,asp.net core, API
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to capture rooftop
  • Ans. 

    To capture rooftop, use drones for aerial photography and mapping.

    • Use drones equipped with high-resolution cameras to capture detailed images of the rooftop

    • Ensure the drone flies at an appropriate altitude to capture the entire rooftop area

    • Consider using photogrammetry software to create 3D models of the rooftop based on the images captured

    • Plan the flight path of the drone to cover the entire rooftop efficiently

    • Review ...

  • Answered by AI
  • Q2. How to use arcmap
  • Ans. 

    ArcMap is a geographic information system software used for creating, analyzing, and managing geographic data.

    • ArcMap is part of the ArcGIS suite of software developed by Esri.

    • It allows users to create maps, perform spatial analysis, and manage geographic data.

    • Users can add layers of data, perform geoprocessing tasks, and create layouts for printing or sharing.

    • ArcMap uses a project-based approach, where users can save t...

  • Answered by AI

Skills evaluated in this interview

Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1) What is volatile? 2) What is constant? 3) Can we use volatile and const at a time?4) What is ISR how it works?
  • Ans. 

    Answers to questions related to software engineering concepts.

    • Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.

    • Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.

    • Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.

    • ISR stands for Interrupt Service Routi...

  • Answered by AI
  • Q2. What is pointer? Explain dangling pointer, null pointer, void pointer.
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.

    • Dangling pointer: a pointer that points to a memory location that has been deallocated or freed

    • Null pointer: a pointer that does not point to any memory location

    • Void pointer: a pointer that has no specific data type and can point to any data type

  • Answered by AI
  • Q3. Storage classes explain all the storage classes in c.
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • auto: default storage class for local variables

    • register: stores variables in CPU registers for faster access

    • static: retains value between function calls

    • extern: used to access global variables across multiple files

  • Answered by AI
  • Q4. Compilation stages.
  • Q5. Projects done at previous company with clear explanation.
  • Ans. 

    Led multiple projects focusing on scalable web applications and microservices architecture, enhancing performance and user experience.

    • Developed a scalable e-commerce platform using React and Node.js, improving load times by 30%.

    • Implemented a microservices architecture for a healthcare application, enabling independent deployment and scaling of services.

    • Optimized an existing legacy system by refactoring code and introdu...

  • Answered by AI
  • Q6. CAN, SPI, I2C, UART differences.
  • Q7. Explain CAN data frame.
  • Ans. 

    CAN data frame is a message format used in Controller Area Network (CAN) protocol.

    • CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).

    • The Arbitration ID field is used to identify the message priority and the source of the message.

    • The Data Field can contain up to 8 bytes of data.

    • The CRC field is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through whatever things you have kept on your resume. Go through the project. Practice C as much as possible most of the questions will be asked on C programming.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2024, where I was asked the following questions.

  • Q1. Which programming language are you proficient in?
  • Q2. Are you comfortable working with the .NET Framework?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. There were 4 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 

Critical thinking, Logic, English

Round 3 - Technical 

(1 Question)

  • Q1. Dependency Injection in .NET
  • Ans. 

    Dependency Injection in .NET is a design pattern where dependencies are injected into a class rather than created within the class.

    • Dependency Injection helps in achieving loose coupling between classes.

    • It allows for easier testing by enabling mock objects to be injected during testing.

    • In .NET, Dependency Injection can be implemented using frameworks like Unity, Ninject, or built-in .NET Core DI container.

    • Example: Const...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Closures in JS. State management in Angular
  • Ans. 

    Closures in JS allow functions to access variables from their outer scope. Angular uses services for state management.

    • Closures in JavaScript allow functions to access variables from their outer scope, even after the outer function has finished executing.

    • Angular uses services to manage state in applications, allowing for centralized data management and communication between components.

    • State management in Angular involve...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Coding Test 

OverAll Aptiude, Coding Test

Round 2 - Technical 

(1 Question)

  • Q1. Solid Principles, Oops
Round 3 - Technical 

(1 Question)

  • Q1. Linq, Sql Query
Round 4 - HR 

(1 Question)

  • Q1. Projects and Aptitude questions

ROITech Consulting Pvt Ltd. Interview FAQs

How many rounds are there in ROITech Consulting Pvt Ltd. interview?
ROITech Consulting Pvt Ltd. interview process usually has 2 rounds. The most common rounds in the ROITech Consulting Pvt Ltd. interview process are One-on-one Round.
How to prepare for ROITech Consulting Pvt Ltd. 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 ROITech Consulting Pvt Ltd.. The most common topics and skills that interviewers at ROITech Consulting Pvt Ltd. expect are SAP Implementation, SAP Support, SAP ABAP, SAP Integration and SAP.
What are the top questions asked in ROITech Consulting Pvt Ltd. interview?

Some of the top questions asked at the ROITech Consulting Pvt Ltd. interview -

  1. Core java , Spring , Hibernate, JPA, Rest API, Micro serv...read more
  2. basic question's from javascr...read more
  3. Core java, Spring B...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Signzy Technologies Interview Questions
2.9
 • 30 Interviews
Trawex Technologies Interview Questions
4.5
 • 20 Interviews
MRI Software Interview Questions
3.5
 • 20 Interviews
Atidan Technologies Interview Questions
4.2
 • 18 Interviews
View all

ROITech Consulting Pvt Ltd. Reviews and Ratings

based on 49 reviews

4.6/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.3

Salary

4.7

Job security

4.6

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 49 Reviews and Ratings
Full Stack Developer
5 salaries
unlock blur

₹1.9 L/yr - ₹6.2 L/yr

Associate Consultant
4 salaries
unlock blur

₹4.7 L/yr - ₹12 L/yr

HR Recruiter
4 salaries
unlock blur

₹2.2 L/yr - ₹6.2 L/yr

SAP Abap Consultant
4 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

SAP Cloud Platform Integration Consultant
4 salaries
unlock blur

₹17 L/yr - ₹17 L/yr

Explore more salaries
Compare ROITech Consulting Pvt Ltd. with

Global Edge Software

3.5
Compare

Moveinsync Technology Solutions

3.1
Compare

PagarBook

3.5
Compare

Trawex Technologies

4.5
Compare
write
Share an Interview