Upload Button Icon Add office photos

Filter interviews by

RSA Security Software Engineer Interview Questions and Answers

Updated 4 Mar 2024

RSA Security Software Engineer Interview Experiences

2 interviews found

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

String Manipulation and Trees Operations

Round 2 - Technical 

(1 Question)

  • Q1. Projects Discussion

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Some hands on coding and some questions from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid giving interview in this company as even after answering all questions you may get rejected just because they will not like the way you code.

They have the feeling that they are the only one who writes better indented code.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Software Engineer Jobs at RSA Security

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

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

Interview Questionnaire 

1 Question

  • Q1. Basics of DS and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - be thorough in data structures and algorithms

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

Interview Questionnaire 

2 Questions

  • Q1. More questions on which topic
  • Q2. Focus on c#, MVC and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well technically and scenario based questions also prepared.

Interview Questionnaire 

2 Questions

  • Q1. About AWS and Cloud related services.
  • Q2. NA

Interview Questionnaire 

1 Question

  • Q1. Mainframe questions, some direct and some scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Interview process was smoothly. There were 3 rounds.
1. Technical ( lasted for 1 hour)
2. Techno manageria( 30 mins)
3. HR(30 mins)

Project based questions and scenario based questions were asked.
Hike was also good.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Timing was in the morning around 10 am. This round was conducted on Hackerrank and contained 2 coding questions of easy to medium level which varied for all the students taking the test. There were 20 MCQs from topics like Java, Operating Systems, Data structures, and SQL.
I also gave a test for this company last year during internships. At that time MCQs were based on aptitude and reasoning. Also at that time, there were 2 coding questions and timing was dividing according to sections.

  • Q1. 

    Nth Element Of Modified Fibonacci Series

    Given two integers X and Y as the first two numbers of a series, and an integer N, determine the Nth element of the series following the Fibonacci rule: f(x) = f(x...

  • Ans. 

    Calculate the Nth element of a modified Fibonacci series given the first two numbers and N, with the result modulo 10^9 + 7.

    • Implement a function to calculate the Nth element of the series using the Fibonacci rule f(x) = f(x - 1) + f(x - 2)

    • Return the answer modulo 10^9 + 7 due to the possibility of a very large result

    • The series starts with the first two numbers X and Y, and the position N in the series

  • Answered by AI
  • Q2. 

    Consonant Counting Problem Statement

    Given a string STR comprising uppercase and lowercase characters and spaces, your task is to count the number of consonants in the string.

    A consonant is defined as a...

  • Ans. 

    Count the number of consonants in a given string containing uppercase and lowercase characters and spaces.

    • Iterate through each character in the string and check if it is a consonant (not a vowel).

    • Keep a count of the consonants encountered while iterating through the string.

    • Return the total count of consonants at the end.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This round was conducted on Cisco WebEx and the interviewer was very friendly. Firstly, we were asked briefly to introduce ourselves. Then he moved on to the CV and asked various questions about the projects, certifications, and internships mentioned. He asked about the implementation of a few features in some of the projects and also about the challenges I faced while doing the project and how I finally overcome the challenge. He also asked about various skills mentioned in the resume.

  • Q1. 

    Merge Two Sorted Linked Lists Problem Statement

    You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.

    ...
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list with constant space complexity and linear time complexity.

    • Create a dummy node to start the merged list

    • Compare the values of the two linked lists and append the smaller value to the merged list

    • Move the pointer of the merged list and the pointer of the smaller value's linked list

    • Continue this process until one of the linked lists is fully traversed

    • Append the ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round started with my Introduction. Then he moved on to behavioral questions just to get an understanding of how we deal with situations and our thinking process.
 

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. I applied for the job as Software Engineer in HyderabadEligibility criteriaAbove 7.5 CGPAOptum interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS(C++ & Java) , DBMS, Operating Systems, Aptitude, Resume(Projects)Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do at least 2 good projects and make an attractive resume mentioning all your skills in the best possible way(Don't include any False commitments)
Tip 2 : Practice easy to medium level coding questions from geeks for geeks or Leetcode.
Tip 3 : Prepare everything mentioned in your resume properly including Java, SQL.

Application resume tips for other job seekers

Tip 1 : Include projects and experiences in detail.
Tip 2 : Make an eye-catching resume clearly mentioning all your skills including subjects like data structures, JAVA, SQL, etc. The database is a very important skill if you have its knowledge.

Final outcome of the interviewSelected

Skills evaluated in this interview

Round 1 - Aptitude Test 

LR and coding

Round 2 - Coding Test 

DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics right and have a good command in DSA

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Core java completely
  • Q2. Oops collection multiple threading
Round 2 - Technical 

(1 Question)

  • Q1. About projects which I done in previous organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java must and basic coding and some understanding of spring,boot and micro services,angular react

RSA Security Interview FAQs

How many rounds are there in RSA Security Software Engineer interview?
RSA Security interview process usually has 2 rounds. The most common rounds in the RSA Security interview process are Coding Test and Technical.
How to prepare for RSA Security Software Engineer 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 RSA Security. The most common topics and skills that interviewers at RSA Security expect are Java, Automation Testing, Hibernate, Rabbitmq and SDLC.
What are the top questions asked in RSA Security Software Engineer interview?

Some of the top questions asked at the RSA Security Software Engineer interview -

  1. Some hands on coding and some questions from res...read more
  2. Projects Discuss...read more

Tell us how to improve this page.

RSA Security Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
RSA Security Software Engineer Salary
based on 48 salaries
₹9 L/yr - ₹14 L/yr
30% more than the average Software Engineer Salary in India
View more details

RSA Security Software Engineer Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

2.9

Skill development

4.1

Work-life balance

2.1

Salary

3.0

Job security

3.1

Company culture

1.8

Promotions

2.7

Work satisfaction

Explore 7 Reviews and Ratings
RSA Software Engineer - Apprentice

Bangalore / Bengaluru

2-4 Yrs

₹ 10-14 LPA

Netwitness Software Engineer 2 - SDET

Bangalore / Bengaluru

6-8 Yrs

Not Disclosed

Manager 1, Software Engineering

Bangalore / Bengaluru

14-18 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
96 salaries
unlock blur

₹17 L/yr - ₹30.5 L/yr

Software Engineer2
53 salaries
unlock blur

₹10 L/yr - ₹19 L/yr

Software Engineer
48 salaries
unlock blur

₹9 L/yr - ₹14 L/yr

Principal Software Engineer
46 salaries
unlock blur

₹19.9 L/yr - ₹45 L/yr

Senior Software Quality Engineer
22 salaries
unlock blur

₹12.5 L/yr - ₹22 L/yr

Explore more salaries
Compare RSA Security with

Teleperformance

3.9
Compare

Optum Global Solutions

4.0
Compare

FIS

3.9
Compare

Nagarro

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