Upload Button Icon Add office photos

Filter interviews by

Rabbit and Tortoise Technology Solutions Interview Questions, Process, and Tips

Updated 15 Dec 2024

Top Rabbit and Tortoise Technology Solutions Interview Questions and Answers

View all 6 questions

Rabbit and Tortoise Technology Solutions Interview Experiences

Popular Designations

13 interviews found

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

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

Round 1 - Aptitude Test 

Basic concepts of python
Basic programms of python

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basic program for python like prime factor, factorial etc

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Different types of Testing
  • Ans. 

    Different types of testing include penetration testing, vulnerability scanning, and security auditing.

    • Penetration Testing: Simulates real-world attacks to identify vulnerabilities in a system.

    • Vulnerability Scanning: Automated process to detect and classify system weaknesses.

    • Security Auditing: Review of security policies, procedures, and controls to ensure compliance.

    • Black Box Testing: Testing without knowledge of the i...

  • Answered by AI

Skills evaluated in this interview

Information Security Analyst Interview Questions asked at other Companies

Q1. What is vulnerability management? How do Vulnerability scanners work? What is OWASP top 10? What is SQL injection? How to mitigate SQLi attacks? What is XSS? How to mitigate XSS attacks? What is MITRE framework? What is Cyber-kill chain? Wh... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Fake code 4 all employee know then project preparation

Round 2 - One-on-one 

(5 Questions)

  • Q1. Fake do not join
  • Q2. Fake interview as formality
  • Q3. Do don't join company
  • Q4. This is the MIDC not It
  • Q5. Okay finel but do not join

Java Developer Trainee Interview Questions asked at other Companies

Q1. What are 4 pillors of oops concept? And explain them with example.
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. Infra and Data center Management
  • Q2. Devops Toll , Full stack end to end execution questions . All CICD Tools
Round 3 - One-on-one 

(1 Question)

  • Q1. Techniical skills and knowledge
Round 4 - HR 

(1 Question)

  • Q1. Salary questions and details

Senior Manager Information Technology Interview Questions asked at other Companies

Q1. What is you present work fields KRA ?
View answer (3)

Rabbit and Tortoise Technology Solutions interview questions for popular designations

 Java Developer

 (2)

 Python Developer Intern

 (2)

 Business Analyst

 (1)

 Information Security Analyst

 (1)

 Java Developer Trainee

 (1)

 Junior Business Analyst

 (1)

 PMO Lead

 (1)

 Python Developer

 (1)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 28 Oct 2024

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

Asked questions on project

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Jun 2023. There were 3 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 - Coding Test 

5 logical programming questions and duration 30 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Explain OOPs Concepts. Exception Handling, Collection.
  • Ans. 

    OOPs Concepts include encapsulation, inheritance, polymorphism, and abstraction. Exception Handling deals with handling errors. Collections are data structures to store and manipulate groups of objects.

    • OOPs Concepts: Encapsulation - bundling data and methods together. Inheritance - deriving new classes from existing ones. Polymorphism - ability to take multiple forms. Abstraction - hiding implementation details.

    • Excepti...

  • Answered by AI
  • Q2. Explain Hibernate and Spring Annotations. Diff Between Spring And Spring Boot.
  • Ans. 

    Hibernate and Spring Annotations are used in Java development for mapping Java classes to database tables and configuring Spring applications respectively. Spring Boot is a framework that simplifies the setup and configuration of Spring applications.

    • Hibernate Annotations are used to map Java classes to database tables, specifying the relationships between entities and properties.

    • Spring Annotations are used to configure...

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Jobs at Rabbit and Tortoise Technology Solutions

View all

PMO Lead Interview Questions & Answers

user image Anonymous

posted on 6 Jun 2023

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions on project Management.
  • Q2. Basic questions on project management
  • Q3. Project management foundations

Interview Preparation Tips

Interview preparation tips for other job seekers - Logical approach, should have deep understanding on project management methodologies.

PMO Lead Interview Questions asked at other Companies

Q1. Do you know about machine learning
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

The logic for prime number determination, along with Object-Oriented Programming (OOP) concepts, includes coding examples in both core Java and advanced Java.

Round 2 - Technical 

(2 Questions)

  • Q1. Code explanation Difference between hashMap and hashtable etc
  • Ans. 

    HashMap and HashTable are both data structures in Java, but HashMap is not synchronized and allows null values, while HashTable is synchronized and does not allow null values.

    • HashMap is not synchronized, while HashTable is synchronized

    • HashMap allows null values, while HashTable does not allow null values

    • HashMap is faster than HashTable as it is not synchronized

    • HashMap is part of the Java Collections Framework, while Ha

  • Answered by AI
  • Q2. Opps concepts, collections

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is SDLC and STLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves planning, designing, coding, testing, and deployment stages.

    • STLC involves test planning, test design, test execution, and test closure stages.

    • S...

  • Answered by AI
  • Q2. What are the waterfall module, agile and Bug criteria and bug cycle
  • Ans. 

    Waterfall, Agile, Bug criteria and Bug cycle are different software development methodologies and processes used in testing.

    • Waterfall model is a linear and sequential approach to software development where each phase must be completed before the next phase begins.

    • Agile is an iterative and incremental approach to software development where requirements and solutions evolve through collaboration between self-organizing c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - trainee person were take the interviews, and some times they also blanked for few question if ask them

Skills evaluated in this interview

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Sep 2022.

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 - Coding Test 

SIMPLE LEVEL PYTHON COADING

Round 3 - Technical 

(2 Questions)

  • Q1. Technical discussion on skill set
  • Q2. Python fundamentals and oops concept
Round 4 - HR 

(2 Questions)

  • Q1. Its managerial round very genral discussion.
  • Q2. Are you ready to relocate?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for fresher and before passout of 2020.

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)

Rabbit and Tortoise Technology Solutions Interview FAQs

How many rounds are there in Rabbit and Tortoise Technology Solutions interview?
Rabbit and Tortoise Technology Solutions interview process usually has 2-3 rounds. The most common rounds in the Rabbit and Tortoise Technology Solutions interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Rabbit and Tortoise Technology 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 Rabbit and Tortoise Technology Solutions . The most common topics and skills that interviewers at Rabbit and Tortoise Technology Solutions expect are HTML, SQL, Programming, Python and Agile.
What are the top questions asked in Rabbit and Tortoise Technology Solutions interview?

Some of the top questions asked at the Rabbit and Tortoise Technology Solutions interview -

  1. What are the waterfall module, agile and Bug criteria and bug cy...read more
  2. Explain Hibernate and Spring Annotations. Diff Between Spring And Spring Bo...read more
  3. Code explanation Difference between hashMap and hashtable ...read more
How long is the Rabbit and Tortoise Technology Solutions interview process?

The duration of Rabbit and Tortoise Technology Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Rabbit and Tortoise Technology Solutions Interview Process

based on 16 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
NexTurn Interview Questions
4.2
 • 25 Interviews
View all

Rabbit and Tortoise Technology Solutions Reviews and Ratings

based on 51 reviews

3.2/5

Rating in categories

3.7

Skill development

2.8

Work-life balance

2.7

Salary

2.7

Job security

2.8

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 51 Reviews and Ratings
Java Developer
41 salaries
unlock blur

₹1.8 L/yr - ₹7.5 L/yr

Python Developer
26 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

RPA Developer
21 salaries
unlock blur

₹0.9 L/yr - ₹6 L/yr

Business Analyst
21 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Softwaretest Engineer
17 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Rabbit and Tortoise Technology Solutions with

Webdew

4.5
Compare

HyScaler

4.5
Compare

Northcorp Software

4.4
Compare

Apmosys Technologies

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