Upload Button Icon Add office photos

Filter interviews by

TREJHARA SOLUTIONS Senior Software Engineer Interview Questions and Answers

Updated 11 Nov 2021

TREJHARA SOLUTIONS Senior Software Engineer Interview Experiences

2 interviews found

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

Interview Questionnaire 

1 Question

  • Q1. Sql question
  • Ans. Basic one on joins union
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and good, not complex question

I applied via Naukri.com and was interviewed before Oct 2020. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - For BI reporting role you can Prepare sql from basics to advanced level.
Prepare reporting tools like Jasper,Crystal,SSRS.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Assignment 

API Design using Node and Mongo

Round 2 - Coding Test 

NodeJs , JavaScript, System Design

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Related to the Magent

Round 2 - Coding Test 

Magento coding test create module

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2023. There were 5 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 - Assignment 

Its a small assignment given in php and basic html , css language.

Round 3 - Technical 

(1 Question)

  • Q1. Its asks about the basic questions from php, html, css,javascript. And any language which you have mentioned in your resume.
Round 4 - Technical 

(1 Question)

  • Q1. Asks about overall projects you have done in detail.
Round 5 - HR 

(1 Question)

  • Q1. Discussion about company culture and salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics what you have know already.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain process for SDE
  • Ans. 

    The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

    • Gather requirements from stakeholders

    • Create a design based on requirements

    • Write code to implement the design

    • Test the software for bugs and issues

    • Deploy the software for users to use

    • Iterate on feedback and make improvements

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

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 

(1 Question)

  • Q1. Qs related to javascript
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you

I was interviewed in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Coding Round:
Questions -3
Time- 90 min
Topic- DP, Array, String

  • Q1. Left Rotations of An Array

    You are given an array consisting of 'N' elements and you need to perform 'Q' queries on the given array. Each query consists of an integer which tells the number...

  • Ans. Rotate One Element At A Time

    The idea is to create a function which would rotate the array one element at a time. This can be done by shifting the array towards left by one element and copying the first element to the end of the array. For every query repeatedly call the above function, until the desired rotation is obtained.

     

    If the number of rotations required, say ‘K’, is greater than the number of elements, ‘N’,...

  • Answered by CodingNinjas
  • Q2. Ways To Make Coin Change

    You are given an infinite supply of coins of each of denominations D = {D0, D1, D2, D3, ...... Dn-1}. You need to figure out the total number of ways W, in which you can make a cha...

  • Ans. Recursion

     

    1. The idea is to use recursion.
    2. For a particular coin, we have two options either include it or exclude it.
    3. If we include that coin, then calculate the remaining number that we have to generate so recur for that remaining number.
    4. If we exclude that coin, then recur for the same amount that we have to make.
    5. Our final answer would be the total number of ways either by including or excluding.
    6. There will be two edg...
  • Answered by CodingNinjas
  • Q3. String Transformation

    Given a string (STR) of length N, you have to create a new string by performing the following operation:

    Take the smallest character from the first 'K' characters of STR, re...

  • Ans. Brute Force Approach
    • Create a new “answer” string that will contain the modified string
    • While the input string's length is greater than 0
      • Find the minimum character in the first K characters of the string (or the entire string if its length is less than K)
      • Append that character to the “answer” string
      • Remove that character from the input string
    • Return the “answer” string
    Space Complexity: O(1)Explanation:

    O(1)

     

    Since we ar...

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from SR Institute of Management & Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 7 CGPA, Career camp student of coding ninjasTech Vedika interview preparation:Topics to prepare for the interview - :Data Structures, Algorithms, Database, OOPS, javascriptTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip1 : Practice at least 250 Questions based on DSA 
Tip2 : Practice at least 50 Basic Javascript Questions
Tip3 : Practice at least 50 SQL query Questions 
Tip4 : Do at least 2 projects ( full stack-based technology )

Application resume tips for other job seekers

Tip 1 : Keep it short. Mention the academic and professional projects you've done.
Tip 2 : Add your educational details properly with the percentage or CGPA obtained.
Tip 3 : Have some projects on a resume.
Tip 4 : Do not put false things on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

TREJHARA SOLUTIONS Interview FAQs

How to prepare for TREJHARA SOLUTIONS 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 TREJHARA SOLUTIONS. The most common topics and skills that interviewers at TREJHARA SOLUTIONS expect are Hart, Java Web Services, LMS, Line Inspection and M3UA.

Tell us how to improve this page.

People are getting interviews through

based on 2 TREJHARA SOLUTIONS interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
TREJHARA SOLUTIONS Senior Software Engineer Salary
based on 43 salaries
₹4.1 L/yr - ₹10.8 L/yr
49% less than the average Senior Software Engineer Salary in India
View more details

TREJHARA SOLUTIONS Senior Software Engineer Reviews and Ratings

based on 5 reviews

4.1/5

Rating in categories

3.9

Skill development

4.6

Work-Life balance

3.9

Salary & Benefits

4.7

Job Security

4.2

Company culture

3.9

Promotions/Appraisal

4.1

Work Satisfaction

Explore 5 Reviews and Ratings
Software Engineer
50 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Senior Software Engineer
43 salaries
unlock blur

₹4.1 L/yr - ₹10.8 L/yr

Software Developer
18 salaries
unlock blur

₹3.5 L/yr - ₹8.2 L/yr

Principal Engineer
14 salaries
unlock blur

₹7.2 L/yr - ₹25 L/yr

Senior Associate Operations
9 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Explore more salaries
Compare TREJHARA SOLUTIONS with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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