Upload Button Icon Add office photos

RxLogix Corporation

Compare button icon Compare button icon Compare

Filter interviews by

RxLogix Corporation Interview Questions and Answers

Updated 10 May 2025
Popular Designations

6 Interview questions

A Software Engineer was asked 1mo ago
Q. Given the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked list if there is some node in the list that can be reached again by continuously following the n...
Ans. 

Detecting a loop in a linked list is crucial for preventing infinite traversal and ensuring efficient memory usage.

  • Floyd's Cycle Detection Algorithm: Use two pointers, slow and fast, moving at different speeds to detect a loop.

  • Time Complexity: The algorithm runs in O(n) time, making it efficient for large linked lists.

  • Space Complexity: It uses O(1) space, as it only requires two pointers regardless of the list siz...

View all Software Engineer interview questions
A Linux System Administrator was asked 4mo ago
Q. What is the procedure for taking a snapshot of a machine?
Ans. 

To take a snapshot of a machine, you can use the built-in tools provided by the virtualization platform or third-party software.

  • Use the snapshot feature provided by the virtualization platform such as VMware vSphere or Hyper-V.

  • For Linux machines, you can use tools like LVM (Logical Volume Manager) to create snapshots of the filesystem.

  • Third-party backup and snapshot tools like Veeam or Acronis can also be used for...

View all Linux System Administrator interview questions
A Linux System Administrator was asked 4mo ago
Q. What is the process for creating a mount point?
Ans. 

Creating a mount point involves selecting a directory, creating the directory if it doesn't exist, and mounting a filesystem to it.

  • Select a directory where you want to create the mount point.

  • Create the directory if it doesn't already exist using the 'mkdir' command.

  • Mount the filesystem to the directory using the 'mount' command.

  • Update the /etc/fstab file to make the mount persistent across reboots.

View all Linux System Administrator interview questions
An Oracle Database Administrator was asked
Q. What are the use cases for SGA and PGA?
Ans. 

SGA and PGA are memory structures used by Oracle Database to store data and metadata.

  • SGA (System Global Area) is a shared memory area that stores data and control information for the entire database instance.

  • PGA (Program Global Area) is a memory area that stores data and control information for a single server process.

  • SGA is used to store shared data such as database buffers, shared SQL areas, and redo log buffers...

View all Oracle Database Administrator interview questions
An Oracle Database Administrator was asked
Q. What is the Data Pump utility used for?
Ans. 

Data pump utility is used for fast data and metadata movement between databases.

  • Used for high-speed data and metadata movement between databases

  • Can be used to export and import data and metadata

  • Provides parallelism and network-based export and import

  • Can be used to move data between different Oracle database versions

  • Can be used to move data between different operating systems

  • Examples: expdp, impdp

View all Oracle Database Administrator interview questions
A SDE was asked
Q. Fibonacci series using dp and recursion
Ans. 

Fibonacci series can be generated using dynamic programming and recursion.

  • Dynamic programming involves storing the values of previous calculations to avoid redundant calculations.

  • Recursion involves calling the function within itself to generate the series.

  • DP solution has O(n) time complexity while recursive solution has O(2^n) time complexity.

  • DP solution uses an array to store the values while recursive solution u...

View all SDE interview questions

RxLogix Corporation Interview Experiences

22 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core DevOps technology
  • Q2. Aws all technical questions
Round 2 - Technical 

(2 Questions)

  • Q1. Ansible automation and technology
  • Q2. Jenkins build automation of CI/CD
  • Ans. 

    Jenkins is a popular tool for automating the build, test, and deployment process in CI/CD pipelines.

    • Jenkins is an open-source automation server that can be used to automate various tasks in the software development process.

    • It allows for the creation of pipelines that define the steps to build, test, and deploy applications automatically.

    • Jenkins integrates with version control systems like Git to trigger builds whenever...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Kubernetes questions clusters setup
  • Ans. 

    Kubernetes cluster setup involves configuring nodes, networking, storage, and security for container orchestration.

    • Define cluster architecture: Decide on master and worker nodes based on workload requirements.

    • Choose a cloud provider or on-premises setup: Options include AWS EKS, GCP GKE, or self-hosted solutions.

    • Install Kubernetes: Use tools like kubeadm, kops, or managed services for installation.

    • Configure networking:...

  • Answered by AI
  • Q2. Aws CFT and elastic search

Interview Preparation Tips

Interview preparation tips for other job seekers - This organisation only for freshers. Everything thing is doing by manualy and no automation and no DevOps technology are using in this organisation.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the process for creating a mount point?
  • Ans. 

    Creating a mount point involves selecting a directory, creating the directory if it doesn't exist, and mounting a filesystem to it.

    • Select a directory where you want to create the mount point.

    • Create the directory if it doesn't already exist using the 'mkdir' command.

    • Mount the filesystem to the directory using the 'mount' command.

    • Update the /etc/fstab file to make the mount persistent across reboots.

  • Answered by AI
  • Q2. What is the procedure for taking a snapshot of a machine?
  • Ans. 

    To take a snapshot of a machine, you can use the built-in tools provided by the virtualization platform or third-party software.

    • Use the snapshot feature provided by the virtualization platform such as VMware vSphere or Hyper-V.

    • For Linux machines, you can use tools like LVM (Logical Volume Manager) to create snapshots of the filesystem.

    • Third-party backup and snapshot tools like Veeam or Acronis can also be used for taki...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Data science questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic data science
  • Q2. Project related discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well and good to have a research paper published
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were very easy questions based on logical, quantitative and analytical.

Round 2 - Technical 

(1 Question)

  • Q1. I had 2 technical round of interview, where he asked me questions only from resume and puzzles too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on what you have written in resume.

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Mar 2024

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What is your name?
Round 2 - Technical 

(1 Question)

  • Q1. Basics about coding andd project

Senior QA Analyst Interview Questions & Answers

user image Saurabh Kumar サウラブ・クマール

posted on 11 Sep 2023

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

(2 Questions)

  • Q1. Japanese QA Question were asked
  • Q2. Irrelevant question asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Not good company

Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Basic apti ques along with quant

Round 3 - One-on-one 

(1 Question)

  • Q1. Sql questions and queries
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

WRITE CODE FOR MERGE SORT and explain your code

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked conceptual questions abouts OOPS concept

Interview Questions & Answers

user image Alok Sharma

posted on 8 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

The questions were easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. The questions were majorly on my past experience
Round 4 - Technical 

(1 Question)

  • Q1. This included Project discussion and puzzle questions.
Round 5 - HR 

(1 Question)

  • Q1. Discussed the salary , workdays , joining month etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics and be clear and precise in your answers.

SDE Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2022

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Too easy simple appitude questions

Round 2 - Technical 

(3 Questions)

  • Q1. Asked too many SQL questions more focused on set operations union and intersection
  • Q2. Fibonacci series using dp and recursion
  • Ans. 

    Fibonacci series can be generated using dynamic programming and recursion.

    • Dynamic programming involves storing the values of previous calculations to avoid redundant calculations.

    • Recursion involves calling the function within itself to generate the series.

    • DP solution has O(n) time complexity while recursive solution has O(2^n) time complexity.

    • DP solution uses an array to store the values while recursive solution uses f...

  • Answered by AI
  • Q3. Asked me many things related to transaction in database
Round 3 - Technical 

(1 Question)

  • Q1. Rudest interviewer I have ever met. question 1 was on smaller palindromic year. 3-4 puzzles (gfg types) some SQL questions. idk what if he wants to check my temper by asking silly questions so I become rud...
Round 4 - HR 

(1 Question)

  • Q1. Family background and all and I was selected in the end

Interview Preparation Tips

Interview preparation tips for other job seekers - proccess was easy but if you get bad interviewer then ....

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about RxLogix Corporation?
Ask anonymously on communities.

RxLogix Corporation Interview FAQs

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

Some of the top questions asked at the RxLogix Corporation interview -

  1. What is the procedure for taking a snapshot of a machi...read more
  2. What is the process for creating a mount poi...read more
  3. What is the Data pump utility used f...read more
How long is the RxLogix Corporation interview process?

The duration of RxLogix Corporation interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.2/5

based on 17 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 88%
2-4 weeks 13%
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 50 Interviews
Fingent Interview Questions
4.2
 • 25 Interviews
Backbase Interview Questions
3.7
 • 23 Interviews
3Pillar Global Interview Questions
3.2
 • 20 Interviews
Khoros Interview Questions
3.7
 • 20 Interviews
Bottomline Interview Questions
3.4
 • 20 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
Fourkites Interview Questions
3.7
 • 18 Interviews
View all

RxLogix Corporation Reviews and Ratings

based on 130 reviews

2.4/5

Rating in categories

2.6

Skill development

2.0

Work-life balance

2.7

Salary

2.9

Job security

2.0

Company culture

2.5

Promotions

2.2

Work satisfaction

Explore 130 Reviews and Ratings
Director IT

Noida

8-13 Yrs

Not Disclosed

Director- Engineering

Noida

9-15 Yrs

Not Disclosed

Director- Professional Services

Noida

8-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer
95 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Associate Software Engineer
67 salaries
unlock blur

₹4.5 L/yr - ₹9.2 L/yr

Business Analyst
45 salaries
unlock blur

₹7 L/yr - ₹13.6 L/yr

Technical Lead
43 salaries
unlock blur

₹14.5 L/yr - ₹39 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹11.9 L/yr - ₹21.8 L/yr

Explore more salaries
Compare RxLogix Corporation with

Yodlee

3.9
Compare

Fingent

4.1
Compare

Bravura Solutions

3.9
Compare

CloudMoyo

4.1
Compare
write
Share an Interview