Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Rrootshell Technologiiss Team. If you also belong to the team, you can get access from here

Rrootshell Technologiiss Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Rrootshell Technologiiss Associate Software Trainee Interview Questions and Answers

Updated 4 Jul 2024

Rrootshell Technologiiss Associate Software Trainee Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about coding and eager to learn and grow in the software development field.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and software development

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. Types of databases
  • Ans. 

    Types of databases include relational, NoSQL, object-oriented, and graph databases.

    • Relational databases store data in tables with rows and columns (e.g. MySQL, PostgreSQL)

    • NoSQL databases store data in a non-tabular format, often using JSON or XML (e.g. MongoDB, Cassandra)

    • Object-oriented databases store data as objects, with attributes and methods (e.g. db4o)

    • Graph databases use graph structures for semantic queries (e.g

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication is the key

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(4 Questions)

  • Q1. Basic and advanced jav
  • Q2. Opps concepts and explanation, interface, abstraction difference
  • Q3. MVC flow and architecture
  • Q4. Hibernate interview questions
Round 3 - HR 

(1 Question)

  • Q1. Normal only HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - As per my knowledge and experience in DT, please don't join here 😞🙏, this is worst company which I have worked. No words to say about this company.....
Please consider this review and don't join . Use and throw.... they won't consider employees comserns.... In my team 20 people joined they removed all the people with in 4 months........ don't join.........
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and interface
  • Q2. Method overloading and overriding
Round 2 - Technical 

(2 Questions)

  • Q1. Abt web api and mvc
  • Q2. Abt web api and mvc
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic DS and JS questions

Round 2 - Technical 

(1 Question)

  • Q1. JS and Cloud related questions
Round 3 - Technical 

(1 Question)

  • Q1. System design and cloud related questions
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 - Technical 

(2 Questions)

  • Q1. About my platform related
  • Q2. Abot my platform related
Round 3 - Coding Test 

UI design and crud operation tasks

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion fully connected

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying , work smart
complete all rounds with your clam mind
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Synopsis of all key skills overall randomly they asked
Round 3 - Technical 

(1 Question)

  • Q1. They asked for project that i was done and related to that skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident enough to ans
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 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 - Technical 

(1 Question)

  • Q1. Job responsibilities, AWS services, devops tools, gift,docker,jenkinsetc..
Round 3 - Technical 

(1 Question)

  • Q1. Linux commands, project flow, brief explanations of tools which are used in the project , scripting
Round 4 - HR 

(1 Question)

  • Q1. Negotiation on salary and required certificates, joining date,,,

Interview Preparation Tips

Topics to prepare for Data Template Infotech Software Engineer interview:
  • AWS
  • Devops
  • Terraform
  • Jenkins
  • Kubernetes
  • Lambda
  • Docker
  • Monitoring Tools
  • Shell Scripting
  • Linux commands
  • Azure devops
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Application type question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the oops concepts?
  • Ans. 

    Object-oriented programming concepts that help in designing and implementing software systems.

    • Encapsulation: bundling data and methods together

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding complex implementation details

    • Encapsulation: grouping related data and methods together

    • Association: relationship between classes

    • Composition:...

  • Answered by AI
  • Q2. What are the annotations we used in springboot application?
  • Ans. 

    Annotations used in Spring Boot applications

    • 1. @RestController - Marks a class as a controller that handles HTTP requests

    • 2. @RequestMapping - Maps HTTP requests to handler methods

    • 3. @Autowired - Injects dependencies into a bean

    • 4. @Service - Marks a class as a service component

    • 5. @Repository - Marks a class as a repository component

    • 6. @Component - Marks a class as a generic Spring component

    • 7. @Configuration - Indicates ...

  • Answered by AI
  • Q3. What is abstract n abstarct methods in java
  • Ans. 

    Abstract classes and methods in Java provide a way to define common behavior that can be inherited by subclasses.

    • An abstract class is a class that cannot be instantiated and is meant to be extended by other classes.

    • An abstract method is a method that is declared without an implementation in an abstract class.

    • Subclasses of an abstract class must provide an implementation for all abstract methods.

    • Abstract classes can hav...

  • Answered by AI
  • Q4. Java 8 futures?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basics of Manual and Automation Testing
Round 2 - Technical 

(1 Question)

  • Q1. Basics of SQL,Selenium,Core Java
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion and Company Standards.

Rrootshell Technologiiss Interview FAQs

How many rounds are there in Rrootshell Technologiiss Associate Software Trainee interview?
Rrootshell Technologiiss interview process usually has 1 rounds. The most common rounds in the Rrootshell Technologiiss interview process are One-on-one Round.

Tell us how to improve this page.

Rrootshell Technologiiss Associate Software Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
View all
Senior Software Engineer
29 salaries
unlock blur

₹10.5 L/yr - ₹25 L/yr

Associate Software Engineer
22 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Software Engineer
10 salaries
unlock blur

₹3.7 L/yr - ₹12 L/yr

Siebel Developer
7 salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Servicenow Developer
6 salaries
unlock blur

₹5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Rrootshell Technologiiss with

PC Solutions

3.7
Compare

RNF Technologies

3.5
Compare

JMR Infotech

4.3
Compare

Hidden Brains InfoTech

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