Upload Button Icon Add office photos

Filter interviews by

Random Trees Senior Software Engineer Interview Questions and Answers

Updated 5 Jun 2023

Random Trees Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Jun 2022. There were 3 interview rounds.

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 

(1 Question)

  • Q1. Regarding reactjs
Round 3 - Coding Test 

Writing list view component and scenario based questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React hooks and state management process
  • Q2. JS inline functions
Round 2 - Coding Test 

Create a app with using react navigation bar.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour interview for data structure coding

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Js Question and Reactjs Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Coding logical thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Linux, logical thinking
  • Q2. Technical related to coding - DSA
Round 3 - Technical 

(2 Questions)

  • Q1. Techincal coding
  • Q2. Past exerience based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Assignment 

I had to evaluate a software and let them understand where this software could be implemented and the pros and cons of the software.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about your work experience
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. There was simple DSA question ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Different trigger pattern
  • Ans. 

    Different trigger patterns are used in software development to initiate actions based on specific events.

    • Triggers can be based on time, user input, system events, etc.

    • Examples include event-driven programming, polling triggers, and scheduled triggers.

  • Answered by AI
  • Q2. Scenario based: trigger make one callout per record and 1000 record are updated how will you handle it?
  • Q3. Update account with count of contact.
  • Ans. 

    Update account with count of contact involves updating the account with the number of contacts associated with it.

    • Create a function to update the account with the count of contacts

    • Retrieve the contacts associated with the account

    • Calculate the count of contacts

    • Update the account with the count of contacts

  • Answered by AI
  • Q4. How do you share record using owd
  • Ans. 

    Sharing records using Organization Wide Defaults (OWD) in Salesforce

    • Set OWD to Public Read Only to allow all users to view records but only the owner can edit

    • Set OWD to Private to restrict access to only the record owner and users above in the role hierarchy

    • Use Sharing Rules to extend access to specific groups of users

    • Use Manual Sharing to grant access to individual users or groups on a case-by-case basis

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between with sharing, without sharing and inherited sharing.
  • Ans. 

    with sharing enforces sharing rules, without sharing doesn't enforce sharing rules, inherited sharing uses the sharing rules of the parent class

    • with sharing keyword enforces sharing rules specified in the organization-wide defaults

    • without sharing keyword doesn't enforce sharing rules, allowing access to all records

    • inherited sharing keyword uses the sharing rules of the parent class

  • Answered by AI
  • Q2. Explain async process in Salesforce
  • Ans. 

    Async process in Salesforce allows for executing tasks in the background without blocking the main thread.

    • Async processes in Salesforce are used to perform time-consuming operations without affecting the user experience.

    • Apex provides @future annotation for asynchronous processing.

    • Batch Apex is used for processing large data sets asynchronously.

    • Queueable Apex allows chaining of asynchronous jobs.

    • Platform Events can be u

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Create table view for different profile and can have more then 60 column. How to implement dynamically
  • Ans. 

    Use dynamic SQL to create table view with more than 60 columns for different profiles

    • Use dynamic SQL to generate the CREATE VIEW statement based on the profile requirements

    • Iterate through the profile columns and add them to the CREATE VIEW statement dynamically

    • Consider using a loop or a mapping function to handle the large number of columns efficiently

  • Answered by AI
  • Q2. How to handle recursion
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Identify the base case to stop the recursion

    • Ensure the recursive call moves towards the base case

    • Optimize recursion by using memoization or tail recursion

    • Examples: factorial calculation, Fibonacci sequence

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Brillio Senior Software Engineer interview:
  • Salesforce CRM
  • Lwc
  • Sharing
  • Apex
  • Triggers

Skills evaluated in this interview

Interview experience
5
Excellent
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 - Coding Test 

Javascript basic question was asked

Round 3 - One-on-one 

(2 Questions)

  • Q1. Email regex, angular framework
  • Q2. That all the question asked

I was interviewed in Oct 2021.

Round 1 - Video Call 

(6 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It was my first round - they asked basics of OOPS,DBMS and operating systems. Be prepared with System Design also.

  • Q1. DBMS Question

    What are ACID properties?

  • Ans. 

    ACID properties are a set of properties that guarantee reliability and consistency in database transactions.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single unit of work, either all of its operations are executed or none.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent...

  • Answered by AI
  • Q2. DBMS Question

    What is a transaction?

  • Ans. 

    A transaction is a logical unit of work that consists of multiple database operations that must be executed as a single, indivisible unit.

    • A transaction ensures data consistency and integrity.

    • It follows the ACID properties: Atomicity, Consistency, Isolation, and Durability.

    • Transactions are used to maintain data integrity in databases.

    • Examples of transactions include transferring funds between bank accounts or updating i

  • Answered by AI
  • Q3. DBMS Question

    Difference between sql and no sql database

  • Ans. 

    SQL databases are relational databases that use structured query language, while NoSQL databases are non-relational databases that use various data models.

    • SQL databases are based on a fixed schema, while NoSQL databases are schema-less.

    • SQL databases are better suited for complex queries and structured data, while NoSQL databases are better for unstructured and semi-structured data.

    • SQL databases ensure ACID (Atomicity, ...

  • Answered by AI
  • Q4. OS Question

    What is a semaphore ?

  • Ans. 

    A semaphore is a synchronization object that controls access to a shared resource through the use of a counter.

    • Semaphores are used to manage concurrent access to shared resources in multi-threaded or multi-process environments.

    • They can be used to limit the number of threads or processes that can access a resource simultaneously.

    • Semaphores can have two types: counting semaphores and binary semaphores.

    • Counting semaphores...

  • Answered by AI
  • Q5. OOPS Question

    How to achieve multitasking in Java ?

  • Ans. 

    Multitasking in Java can be achieved using threads.

    • Create multiple threads to execute tasks concurrently.

    • Use the Thread class or the Runnable interface to define the tasks.

    • Use synchronization mechanisms like locks or semaphores to coordinate access to shared resources.

    • Java provides built-in support for multitasking with the Thread class and the Executor framework.

    • Example: creating two threads to perform different tasks

  • Answered by AI
  • Q6. DBMS Question

    Design Schema for restaurant apps like Zomato.

  • Ans. 

    Design a schema for a restaurant app like Zomato.

    • Create tables for restaurants, users, reviews, and orders

    • Include columns for restaurant details like name, address, cuisine type

    • Include columns for user details like name, email, and password

    • Link reviews to restaurants and users

    • Link orders to restaurants and users

    • Consider additional tables for menu items, categories, and ratings

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAArcesium interview preparation:Topics to prepare for the interview - Data Structures, Operating Systems, System Design, DBMS, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 4 : Prepare OS and DBMS properly.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Random Trees Interview FAQs

How many rounds are there in Random Trees Senior Software Engineer interview?
Random Trees interview process usually has 3 rounds. The most common rounds in the Random Trees interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Random Trees Senior 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 Random Trees. The most common topics and skills that interviewers at Random Trees expect are AUTOSAR, Diagnostics and Embedded C.

Tell us how to improve this page.

Random Trees Senior Software Engineer Salary
based on 5 salaries
₹6.6 L/yr - ₹12.8 L/yr
36% less than the average Senior Software Engineer Salary in India
View more details

Random Trees Senior Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Data Engineer
28 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Data Scientist
15 salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Software Developer
5 salaries
unlock blur

₹4 L/yr - ₹11.5 L/yr

Senior Data Engineer
5 salaries
unlock blur

₹12.3 L/yr - ₹34 L/yr

Explore more salaries
Compare Random Trees with

Greenply

4.0
Compare

CenturyPly

3.8
Compare

Kajaria Ceramics

4.2
Compare

Somany Ceramics

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview