Upload Button Icon Add office photos
Engaged Employer

i

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

DRC Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DRC Systems Software Engineer Interview Questions and Answers

Updated 25 Nov 2024

DRC Systems Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a 100-minute test consisting of mcqs and one coding question on articulation points in the graph.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the difference between Postgresql and MySQL?
  • Ans. 

    Postgresql is known for its advanced features and support for complex queries, while MySQL is popular for its ease of use and speed.

    • Postgresql is known for its advanced features such as support for complex queries, indexing, and JSON data types.

    • MySQL is popular for its ease of use, speed, and compatibility with various platforms.

    • Postgresql has a strong focus on standards compliance and extensibility, while MySQL is mor...

  • Answered by AI
  • Q2. What are ACID properties in DBMS?
  • Ans. 

    ACID properties in DBMS ensure data integrity and consistency in transactions.

    • Atomicity: All operations in a transaction are completed successfully or none at all.

    • Consistency: Data is always in a valid state before and after a transaction.

    • Isolation: Transactions are executed independently without interference from other transactions.

    • Durability: Once a transaction is committed, changes are permanent and cannot be lost.

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well.

Skills evaluated in this interview

Interview experience
2
Poor
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 - One-on-one 

(1 Question)

  • Q1. It's good to give interview
Round 3 - One-on-one 

(1 Question)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI

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
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript basic question asked like closure hoisting some output based question
Round 2 - Technical 

(1 Question)

  • Q1. React app optimization and advanced hooks
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode easy-medium

Round 2 - Technical 

(2 Questions)

  • Q1. What is Cyber Security and information security?
  • Ans. 

    Cyber security is the practice of protecting systems, networks, and data from digital attacks.

    • Cyber security involves implementing measures to prevent unauthorized access, data breaches, and other cyber threats.

    • It includes technologies, processes, and practices designed to protect networks, devices, programs, and data from attack, damage, or unauthorized access.

    • Examples of cyber security measures include firewalls, ant...

  • Answered by AI
  • Q2. What are the types of encryption?
  • Ans. 

    Types of encryption include symmetric encryption, asymmetric encryption, and hashing.

    • Symmetric encryption: Uses the same key for both encryption and decryption, examples include AES and DES.

    • Asymmetric encryption: Uses a pair of public and private keys for encryption and decryption, examples include RSA and ECC.

    • Hashing: Converts data into a fixed-size string of bytes, examples include MD5 and SHA.

  • Answered by AI

Skills evaluated in this interview

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

30 questions from math reasoning coding

Round 2 - Group Discussion 

Very good recent topics from current affairs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. React Hooks , Virtual Dom , and other some basic ReactJS questions .
  • Q2. JavaScript ES6 questions and some basic logical Coding questions .
Round 2 - Technical 

(4 Questions)

  • Q1. JavaScript advance questions such as - Promise , Async awit
  • Q2. Logical Coding question and Events.
  • Q3. OOPs Concepts and Functions.
  • Ans. 

    OOPs Concepts focus on encapsulation, inheritance, polymorphism, and abstraction. Functions are reusable blocks of code.

    • OOPs Concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism enables objects to be treated as in...

  • Answered by AI
  • Q4. High order Component , Call back functions

Interview Preparation Tips

Topics to prepare for Birdeye Software Engineer interview:
  • Events
  • Es6
  • classes and objects
Interview preparation tips for other job seekers - Be conscise and keep your answer clear and to the point.

Interview Questionnaire 

3 Questions

  • Q1. Algorithms on arrays and strings (coding)
  • Ans. 

    Algorithms for manipulating arrays and strings in coding

    • Use sorting algorithms like quicksort and mergesort for arrays

    • Use string manipulation functions like substring and replace for strings

    • Use dynamic programming for optimizing solutions to array and string problems

  • Answered by AI
  • Q2. Distributed Database Design
  • Q3. Large scale Ad Server Design
  • Ans. 

    Designing a large scale Ad Server

    • Use distributed systems for scalability

    • Implement caching for faster ad delivery

    • Ensure high availability and fault tolerance

    • Use real-time bidding for efficient ad placement

    • Implement fraud detection mechanisms

    • Ensure compliance with privacy regulations

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: They tested on thought-process during design problems. What problems are with the current solution I suggested and how to improve it...
Tips: Hints from interviewer are very helpful
Keep talking while you are thinking

Skills: Algorithms, Thinking Skills, Coding
College Name: IIT KHARAGPUR

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

There was multiple choice questions which was based on logical reasoning and numericals

Round 2 - One-on-one 

(2 Questions)

  • Q1. Html tags and css properties
  • Q2. Design a simple web page using html and css in which one image, title and content included.
Round 3 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Are you comfortable to work if shift changes ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for html and css, Also WordPress.

I applied via Job Portal and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. One leetcode question on stack 2nd question - Print all the paths in a maze if a rat can go up down left and right.
Round 2 - One-on-one 

(1 Question)

  • Q1. A scenario based question where a server interface was given which handed out jobs. We had to write a class in which we tell the current job we are waiting for acknowledgement. Also, on receiving acknowled...
Round 3 - One-on-one 

(1 Question)

  • Q1. Half an hour round with the manager. Questions on java, spring, hibernate, multithreading. Also question on the current project who are working on in any organisation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know DSA and when to use which data structure and are good in java and know basucs of Spring, hibernate aur multithreading.

Interview Questionnaire 

9 Questions

  • Q1. Find Maximum sub sequence sum in an array ?
  • Ans. 

    Maximum sub sequence sum in an array

    • Use Kadane's algorithm

    • Initialize max_so_far and max_ending_here to 0

    • Iterate through the array and update max_ending_here and max_so_far

    • Return max_so_far

  • Answered by AI
  • Q2. What do you understand by the endianness of the system ? How do you find out the the type of endianness ?
  • Ans. 

    Endianness refers to the byte order of a system. It determines how multi-byte data types are stored in memory.

    • Little-endian systems store the least significant byte first, while big-endian systems store the most significant byte first.

    • Endianness can affect the way data is transmitted between systems.

    • To determine the endianness of a system, you can use the byte order mark (BOM) or write a test program that checks the by...

  • Answered by AI
  • Q3. Sort an array which consists of 0's and 1's only
  • Ans. 

    Sort an array of 0's and 1's only.

    • Use two pointers, one at the beginning and one at the end of the array.

    • Swap 0's from the beginning with 1's from the end until the pointers meet.

    • Alternatively, use a counting sort algorithm to count the number of 0's and 1's and then reconstruct the array.

  • Answered by AI
  • Q4. A question on applications of minimum spanning tree, apply prim's or kruskal's algorithm
  • Q5. What do you understand by Heaps, max and min heaps ?
  • Ans. 

    Heaps are data structures used to efficiently find the maximum or minimum element in a collection.

    • Max heap: parent nodes are always greater than or equal to child nodes

    • Min heap: parent nodes are always smaller than or equal to child nodes

    • Heaps are commonly used in priority queues and sorting algorithms

    • Heap operations include insert, delete, and extract max/min

    • Example: An array [3, 8, 2, 5, 1, 4, 6] can be represented a

  • Answered by AI
  • Q6. What do you understand by hashing ? questions on application of hashing
  • Q7. Find 3 nos a,b and c in an array where a+b = c
  • Ans. 

    Find 3 numbers in an array where a+b=c.

    • Loop through the array and check for all possible combinations of a and b.

    • Use a hash table to store the values of a and b, and check if c is present in the hash table.

    • Sort the array and use two pointers to find a and b, and then check if their sum equals c.

  • Answered by AI
  • Q8. Some puzzles, as the other interviewee said, but not asked to me
  • Q9. Questions on Dynamic programming

Interview Preparation Tips

College Name: NA

Skills evaluated in this interview

DRC Systems Interview FAQs

How many rounds are there in DRC Systems Software Engineer interview?
DRC Systems interview process usually has 2-3 rounds. The most common rounds in the DRC Systems interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for DRC Systems 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 DRC Systems. The most common topics and skills that interviewers at DRC Systems expect are MySQL, JQuery, Javascript, PHP and Postgresql.
What are the top questions asked in DRC Systems Software Engineer interview?

Some of the top questions asked at the DRC Systems Software Engineer interview -

  1. What is the difference between Postgresql and MyS...read more
  2. What are ACID properties in DB...read more
  3. What is oops conce...read more

Tell us how to improve this page.

DRC Systems Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
DRC Systems Software Engineer Salary
based on 37 salaries
₹2 L/yr - ₹6 L/yr
56% less than the average Software Engineer Salary in India
View more details
Software Engineer
37 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Software Engineer
33 salaries
unlock blur

₹3.6 L/yr - ₹14.6 L/yr

Associate Software Engineer
21 salaries
unlock blur

₹3 L/yr - ₹7.4 L/yr

Software Developer
11 salaries
unlock blur

₹1.7 L/yr - ₹8 L/yr

Associate
7 salaries
unlock blur

₹3.6 L/yr - ₹7.2 L/yr

Explore more salaries
Compare DRC Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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