Upload Button Icon Add office photos
Engaged Employer

i

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

IDRBT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IDRBT Interview Questions, Process, and Tips

Updated 22 Jan 2025

Top IDRBT Interview Questions and Answers

IDRBT Interview Experiences

Popular Designations

8 interviews found

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

I appeared for an interview in Dec 2024.

Round 1 - HR 

(1 Question)

  • Q1. What strategies can you use to effectively communicate with higher officials?
  • Ans. 

    To effectively communicate with higher officials, I can use strategies such as being concise, respectful, proactive, and prepared.

    • Be concise and to the point when communicating important information.

    • Show respect by using formal language and addressing them appropriately.

    • Be proactive in anticipating their needs and providing solutions before they ask.

    • Be prepared with relevant information and data to support your points.

    • ...

  • Answered by AI

Administration Assistant Interview Questions asked at other Companies

Q1. What is the role of a teacher in students life?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Swapping of two number s without using third variable
  • Ans. 

    To swap two numbers without using a third variable, use arithmetic operations.

    • Assign the sum of the two numbers to the first number

    • Subtract the second number from the sum and assign it to the second number

    • Subtract the original first number (now stored in the second number) from the sum and assign it to the first number

  • Answered by AI
  • Q2. And hr question s
  • Q3. Wt are you doing since from completion of btech

Interview Preparation Tips

Interview preparation tips for other job seekers - But they cannot allocate IT work they will offer another work which is not related to IT background, and they will say if you are interested do the job, if not leave

Skills evaluated in this interview

Project Associate Interview Questions asked at other Companies

Q1. What is an API? Why APIs are so popular these days? What is API Management? Why we need an API Management tool such as Apigee Edge? What is REST? What is the difference between SOAP & REST API ? What is API Proxy? What are the different... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Some basic questions on coding languages
  • Q2. General HR questions
  • Q3. Mostly they focused on communication skills
  • Q4. Write a program swapping of two numbers without using third variable
  • Ans. 

    Swapping two numbers without using a third variable in a program

    • Use bitwise XOR operation to swap two numbers without using a third variable

    • Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5

    • Ensure the numbers are not the same to avoid getting 0 as a result

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IDRBT Project Associate interview:
  • Communication Skills
Interview preparation tips for other job seekers - We need to fit in well spiking skills English

Skills evaluated in this interview

Project Associate Interview Questions asked at other Companies

Q1. What is an API? Why APIs are so popular these days? What is API Management? Why we need an API Management tool such as Apigee Edge? What is REST? What is the difference between SOAP & REST API ? What is API Proxy? What are the different... read more
View answer (1)

Developer Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 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 - Assignment 

Create CICD pipeline that should success if test cases passed if not it should failed.

Round 3 - HR 

(1 Question)

  • Q1. About joining date and docs

Interview Preparation Tips

Topics to prepare for IDRBT Developer interview:
  • Jenkins

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

IDRBT interview questions for popular designations

 Research Associate

 (2)

 Project Associate

 (2)

 Developer

 (2)

 Python Developer

 (1)

 Administration Assistant

 (1)

Developer Interview Questions & Answers

user image Binod Prasad Mahto

posted on 25 Oct 2021

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

Interview Questionnaire 

4 Questions

  • Q1. What is your work and responsibility in your Company?
  • Q2. What is your Company Profile?
  • Q3. Why you want to left current company?
  • Q4. Are you interested to join with us?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are Experience Person in related field, then make Patience and be confidante.
and everything you ask honestly.

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. I was interviewed for a cyber security position in idrbt. The questions were based on the recent cyber attacks you came to know about. 1)sql injection 2)Differnce blw public ip and private ip 3)crypto gr...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume well and be prepared on networking tops also

Research Associate Interview Questions asked at other Companies

Q1. Tell any name reactions to form new c-c bond without metal catalyst?
View answer (15)

I appeared for an interview before Nov 2021.

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 - One-on-one 

(1 Question)

  • Q1. Interview screening by telephonic call from Manager who is hiring directly to candidate
Round 3 - Technical 

(1 Question)

  • Q1. Basics of python and concepts
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation is not available it will be contractual

Interview Preparation Tips

Topics to prepare for IDRBT Python Developer interview:
  • Python
Interview preparation tips for other job seekers - Be prepared for basic skills of coding and if you are a fresher get prepared with projects done in college

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)

I applied via Referral and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Asked basic questions in interested subjects I. E for me basic questions in networking
  • Q2. What is cipher suit?
  • Ans. 

    Cipher suite is a set of cryptographic algorithms used to secure network connections.

    • Cipher suite determines the encryption and authentication algorithms used in a network connection.

    • It includes protocols like SSL and TLS.

    • Examples of cipher suites include TLS_RSA_WITH_AES_128_CBC_SHA and TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics

Research Associate Interview Questions asked at other Companies

Q1. Tell any name reactions to form new c-c bond without metal catalyst?
View answer (15)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Reasoning, mathmatical

Round 2 - Coding Test 

Python/ Java test to solve the problem

Round 3 - HR 

(2 Questions)

  • Q1. Are you ready to work across India?
  • Q2. About agriment, we have not supposed to leave within that period.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with recruits, share your knowledge in positive way.

Developer Interview Questions & Answers

TCS user image Anonymous

posted on 29 Sep 2019

I appeared for an interview in Sep 2019.

Interview Questionnaire 

2 Questions

  • Q1. What is composition and aggregation relationship
  • Ans. 

    Composition is a strong relationship where the child object cannot exist without the parent object. Aggregation is a weak relationship where the child object can exist independently.

    • Composition is a 'has-a' relationship, where the parent object owns the child object.

    • Aggregation is a 'has-a' relationship, where the child object is a part of the parent object.

    • In composition, the child object's lifetime is managed by the ...

  • Answered by AI
  • Q2. Composition is a strong relationship weak relationship example bike indicator is aggregation relationship engine also composition a strong relationship

IDRBT Interview FAQs

How many rounds are there in IDRBT interview?
IDRBT interview process usually has 1-2 rounds. The most common rounds in the IDRBT interview process are HR, Technical and Resume Shortlist.
How to prepare for IDRBT 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 IDRBT. The most common topics and skills that interviewers at IDRBT expect are Python, Java, Kubernetes, Virtualization and Artificial Intelligence.
What are the top questions asked in IDRBT interview?

Some of the top questions asked at the IDRBT interview -

  1. What strategies can you use to effectively communicate with higher officia...read more
  2. Write a program swapping of two numbers without using third varia...read more
  3. Swapping of two number s without using third varia...read more

Tell us how to improve this page.

IDRBT Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
View all

IDRBT Reviews and Ratings

based on 30 reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.4

Salary

3.2

Job security

3.6

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 30 Reviews and Ratings
Research Associate
31 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Project Associate
10 salaries
unlock blur

₹2.7 L/yr - ₹3.2 L/yr

Administration Assistant
5 salaries
unlock blur

₹2.4 L/yr - ₹3.1 L/yr

Software Engineer
4 salaries
unlock blur

₹5.5 L/yr - ₹17.2 L/yr

Cyber Security Analyst
4 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Explore more salaries
Compare IDRBT with

National Payments Corporation of India

3.9
Compare

Reserve Bank of India

4.6
Compare

Institute Development Research In Banking Technology

3.2
Compare

Securities and Exchange Board of India

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