Upload Button Icon Add office photos
Engaged Employer

i

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

Tejora Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 61 Reviews

Filter interviews by

Tejora Senior Software Engineer Interview Questions and Answers

Updated 29 May 2024

Tejora Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about micro services, asked about entity framework. postgresql database.
Round 2 - HR 

(1 Question)

  • Q1. What are your expectation from the organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are getting call from company, it means something from your resume is they required. Be true to what you mention in resume.
They wont ask you outside of your resume.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Assignment 

Was given task to make login with rest client retrofit2

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions regarding Android
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Level order traversal of tree similar question
  • Q2. Sql window function based question
  • Q3. Design a key generator
  • Ans. 

    A key generator is a tool used to create unique keys for various purposes.

    • Use a combination of letters, numbers, and special characters to create a unique key

    • Consider using a hashing algorithm to generate the key

    • Ensure the key is sufficiently long and random to minimize the chance of collisions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 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. What is session? Where are session stored? Difference between 3tier architecture and 3layared architecture? What is SOA? Why we need WebApi? What is REST and RESTful? What are return types in WebApi?
  • Ans. 

    Questions related to web development and architecture

    • Session is a way to store user-specific data on the server-side

    • Session can be stored in-memory, on the server's file system, or in a database

    • 3-tier architecture separates presentation, application logic, and data storage

    • 3-layered architecture separates presentation, business logic, and data access

    • SOA is a design pattern where software components communicate with each...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Many scenario based questions based on the skills in resume and on the projects worked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on the skills mentioned in resume. Be confident on the responses.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Array and OOPS concept. Given set of questions to solve with each oops concept

Round 2 - One-on-one 

(3 Questions)

  • Q1. Out of box thinking. Given logical puzzles and ask you to analyze and provide your understanding
  • Q2. Explain the inheritance concept with car model
  • Ans. 

    Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.

    • Inheritance allows for the creation of a new car model that shares common features with an existing car model

    • The new car model can add or modify features inherited from the existing car model

    • For example, a new sports car model can inherit features from a base car model such as engine, tra...

  • Answered by AI
  • Q3. Probability question with fruits and boxes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with oops concept and be more creative. Dont find complex answers for simple questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
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 Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role

Tejora Interview FAQs

How many rounds are there in Tejora Senior Software Engineer interview?
Tejora interview process usually has 2 rounds. The most common rounds in the Tejora interview process are Technical and HR.

Tell us how to improve this page.

Tejora Senior Software Engineer Salary
based on 89 salaries
₹5.9 L/yr - ₹13 L/yr
34% less than the average Senior Software Engineer Salary in India
View more details

Tejora Senior Software Engineer Reviews and Ratings

based on 9 reviews

3.0/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.0

Salary

3.0

Job security

2.6

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
89 salaries
unlock blur

₹5.9 L/yr - ₹13 L/yr

Software Engineer
46 salaries
unlock blur

₹3 L/yr - ₹13.2 L/yr

Softwaretest Engineer
33 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Software Developer
23 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Senior Software Developer
22 salaries
unlock blur

₹5.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Tejora with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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