Upload Button Icon Add office photos
Engaged Employer

i

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

RtBrick Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

RtBrick Associate Engineer Trainee Interview Questions and Answers

Updated 4 Dec 2024

RtBrick Associate Engineer Trainee Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Conceptual qsn on memory allocation and deallocation in c, 1.5 hr , 1 question

Round 2 - Technical 

(2 Questions)

  • Q1. Indepth concepts of structure , union, memory allocation in c
  • Q2. Linked list , data types, working of various data structures indepth

Interview Preparation Tips

Interview preparation tips for other job seekers - there were around 3-4 rounds of technical inetrview, all indepth and conceptual questions of memory and data structure in c.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. How will you rotate matrix by 90 degrees clockwise and anticlockwise?
  • Ans. 

    To rotate a matrix by 90 degrees clockwise, transpose the matrix and then reverse each row. To rotate anticlockwise, reverse each row and then transpose.

    • Transpose the matrix by swapping elements at (i, j) with (j, i)

    • Reverse each row of the transposed matrix

    • To rotate anticlockwise, reverse each row of the original matrix and then transpose

  • Answered by AI
  • Q2. How will you compress images?(Told 3 methods)
  • Ans. 

    There are three common methods to compress images: lossless compression, lossy compression, and resizing.

    • Lossless compression reduces file size without losing any image quality. Examples include PNG and GIF formats.

    • Lossy compression reduces file size by discarding some image data. Examples include JPEG format.

    • Resizing reduces file size by changing the dimensions of the image. It can be done manually or using image proc

  • Answered by AI
  • Q3. Identify most recent duplicate ? {"google","yahoo","yahoo","google"}-both google and yahoo are repeated but google is first return index 3
  • Ans. 

    Identify the most recent duplicate in an array of strings.

    • Iterate through the array and keep track of the indices of each string using a hashmap.

    • If a string is already present in the hashmap, update its index.

    • After iterating through the array, find the string with the highest index in the hashmap.

  • Answered by AI
  • Q4. Two lines with 10 and 12 points, how many triangles possible?
  • Ans. 

    There are 3 possible triangles that can be formed using the two lines.

    • To form a triangle, we need three points.

    • With two lines, we have a total of four points.

    • By choosing any three points, we can form a triangle.

    • Therefore, there are 3 possible triangles.

  • Answered by AI
  • Q5. Return the element k from a BST
  • Ans. 

    The function should return the element k from a Binary Search Tree (BST).

    • Traverse the BST in-order and keep track of the current element

    • If the current element is equal to k, return it

    • If the current element is greater than k, move to the left subtree

    • If the current element is less than k, move to the right subtree

    • Repeat until the element is found or the entire tree is traversed

  • Answered by AI
  • Q6. If the element not present return the nearest element to it?
  • Ans. 

    The question is asking for a solution to find the nearest element to a given element in an array.

    • Iterate through the array and calculate the absolute difference between each element and the given element.

    • Keep track of the minimum difference encountered and the corresponding element.

    • Return the element with the minimum difference as the nearest element.

  • Answered by AI
  • Q7. About Projects in detail
  • Q8. Operating system basic like fork etc
  • Q9. Networking basics-What happens if you enter gogle.com in browser?

Interview Preparation Tips

Round: Test
Experience: The questions were on basic datastructure, algorithm , networking and operating system
Tips: If GATE qualified then minimum effort required
Duration: 1 hour 30 minutes
Total Questions: 30

Skills: Coding Skills, Critical Thinking, Operating System Basics, Networking Basics
College Name: IIT Madras

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: It was a blend of topics from IT,CSE and ECE. Try to concentrate on coding and networks for this round. mostly luck based

Round: Group Discussion
Experience: A very easy round. Can easily clear it if you have minimum skills

Round: Technical Interview
Experience: needs a sound knowledge in networking .

Round: HR Interview
Experience: your personality and the way you behave matters a lot. Try to be humble and truthful

General Tips: as I mentioned earlier keep trying never loose hope
Skills: communication skills, grasping power , knowledge
College Name: VIT VELLORE
Motivation: high package :P
Funny Moments: none . but had to go to bangalore for interview which was fun :)

Interview Questionnaire 

6 Questions

  • Q1. Tell us about yourself ?
  • Q2. Any knowledge of Networks/DS?
  • Ans. 

    Yes

    • Knowledge of network protocols and architectures

    • Understanding of data structures and algorithms

    • Experience with network troubleshooting and analysis

    • Familiarity with network security and encryption

    • Proficiency in network programming and socket programming

  • Answered by AI
  • Q3. Which projects do you like the most?
  • Q4. How was your test ?
  • Ans. 

    The test went well, I was able to complete all the tasks within the given time frame.

    • I prepared well for the test by reviewing relevant materials

    • I managed my time effectively during the test

    • I was able to solve all the problems and complete all the tasks

    • I double-checked my work to ensure accuracy

  • Answered by AI
  • Q5. Why CISCO ? Tell something about it
  • Q6. Which companies have you applied for till day 4 ?

Interview Preparation Tips

Round: Test
Experience: 30 questions on Technical knowledge - Basic C, DS, Microprocessor, OS, Networks, Circuit Designs.
20 questions on Aptitude.
Total Questions: 50

Round: Technical Interview
Experience: It was a 25-30 minute round. Apart from the questions mentioned, they asked questions related to BTP(Signal Processing) and Microprocessor 8085.
Tips: Basic C, EE 370 and Microprocessor 8085 will be helpful. They will look for Networks related questions. Revise the related courses and attend PPTs.

Round: HR Interview
Experience: It was a 15-minute round.

General Tips: Analytical thinking is important and you should have good technical knowledge and a decent academic record.
College Name: IIT KANPUR

Skills evaluated in this interview

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. About user management
  • Q2. Regarding Migration process
Round 3 - Technical 

(2 Questions)

  • Q1. Have you done any Complex workflow
  • Q2. About issue types and screens
Round 4 - No idea 

(2 Questions)

  • Q1. How you handle pressure
  • Ans. 

    I handle pressure by prioritizing tasks, taking breaks, and seeking support when needed.

    • I prioritize tasks based on urgency and importance

    • I take short breaks to clear my mind and recharge

    • I seek support from colleagues or supervisors when necessary

    • I maintain a positive attitude and focus on solutions rather than problems

  • Answered by AI
  • Q2. How you priorities work

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep transparency and give more real life examples
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test consisted of 2 coding questions and mcqs

Round 2 - HR 

(2 Questions)

  • Q1. Friendly discussion on my experience
  • Q2. Where would u see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Continuing to enhance my technical skills and knowledge through ongoing learning and certifications

    • Taking on more leadership responsibilities and mentoring junior team members

    • Contributing to the development of cutting-edge software solutions for the company

    • Possibly pursuing a higher position such as a technical ar

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

90 min MCQ +coding test on hackerrank.

Round 2 - Technical 

(2 Questions)

  • Q1. Sort colors DSA question
  • Q2. Detect cycle in a linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect cycle in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at some point, there is a cycle in the linked list.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Was asked about why you want to join the company,my experience etc.
Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. Python basics and modules
  • Q2. Networking protocols basic networking

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Data plane packet forwarding Control plane packet forwarding In my case, mostly I worked in L2, so they asked more details abt L2..
  • Q2. C programming queue data structure Bit wise operation like swapping bytes for endianess Function pointer and calling using function ptr as art..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in whatever mentioned in resume and learn OS basics , C programming, data structures.. good technical interview
4rounds of technical as of now completed..
be confident

Interview Preparation Tips

Round: PRE placement
Experience: Was accepted through the pre placement offer after a satisfactory internship during the summer.
There was a small test after the internship. Work done in the internship in co-ordination with mentor, employees and manager has more weight-age.

General Tips: Just brush up on your fundamentals. The questions asked will just be a direct or indirect applications of what you have learnt. Good programming practice is also needed.
Good knowledge about Operating systems, Data structures, Networking and Programming is what they generally look for while hiring.
A good internship project helped in securing the PPO.
Skills:
College Name: NIT Surathkal

RtBrick Interview FAQs

How many rounds are there in RtBrick Associate Engineer Trainee interview?
RtBrick interview process usually has 2 rounds. The most common rounds in the RtBrick interview process are Coding Test and Technical.
What are the top questions asked in RtBrick Associate Engineer Trainee interview?

Some of the top questions asked at the RtBrick Associate Engineer Trainee interview -

  1. linked list , data types, working of various data structures inde...read more
  2. indepth concepts of structure , union, memory allocation i...read more

Tell us how to improve this page.

RtBrick Associate Engineer Trainee Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 371 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
Arista Networks Interview Questions
4.2
 • 43 Interviews
F5 Networks Interview Questions
3.8
 • 23 Interviews
Fortinet Interview Questions
4.2
 • 11 Interviews
Acviss Interview Questions
4.3
 • 8 Interviews
View all
Compare RtBrick with

VMware Software

4.4
Compare

Cisco

4.1
Compare

Juniper Networks

4.2
Compare

Arista Networks

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