Upload Button Icon Add office photos

Filter interviews by

Entrayn Education Technologies Software Developer 1 Interview Questions and Answers

Updated 13 Jan 2023

Entrayn Education Technologies Software Developer 1 Interview Experiences

1 interview found

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

I applied via Internshala and was interviewed before Jan 2022. 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 - Coding Test 

3 coding questions and 10 mcqs on dsa

Round 3 - One-on-one 

(1 Question)

  • Q1. Oops concept Search in a sorted array Dp easy level problem Hash
  • Ans. 

    The question covers topics like OOPs concepts, searching in a sorted array, DP easy level problem, and hashing.

    • OOPs concepts are fundamental to object-oriented programming and include concepts like inheritance, polymorphism, and encapsulation.

    • Searching in a sorted array can be done using binary search, which has a time complexity of O(log n).

    • DP easy level problems involve dynamic programming, which is a technique used ...

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

(1 Question)

  • Q1. Design a movie booking system
  • Ans. 

    A movie booking system to allow users to book tickets for movies at different theaters.

    • Users can search for movies by title, genre, or location.

    • Users can select a theater and showtime for the movie.

    • Users can select seats and pay for tickets online.

    • The system should have a database to store movie, theater, and showtime information.

    • The system should also have a payment gateway integration for secure transactions.

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

(1 Question)

  • Q1. How do you make your projects more scalable and manage website traffic.
  • Ans. 

    To make projects more scalable and manage website traffic, implement caching, load balancing, and database optimization.

    • Implement caching to reduce server load and improve response time

    • Use load balancing to distribute traffic across multiple servers

    • Optimize database queries and indexes to improve performance

    • Use content delivery networks (CDNs) to serve static assets

    • Consider using serverless architecture for scalability

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a good command of data structures.
Be thorough with oops concepts.
Have some projects

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2022.

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 - Aptitude Test 

It was easy to clear this round

Round 3 - Coding Test 

This is basic level of coding round where we have 4 questions to solve

Round 4 - Group Discussion 

Easy to clear .my gd was like fish market

Round 5 - Coding Test 

Advance coding round
Need to solve one coding questions
We can solve easily if we have some basic knowledge on dsa

Round 6 - Technical 

(1 Question)

  • Q1. They will will give two coding questions to solve
Round 7 - Technical 

(1 Question)

  • Q1. Logical questions and coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Best not to prefer this company
Work culture is not good
Won't give respect to the employees
The way they treat is worst
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. How would you utilize AWS or Azure services to create scalable web applications
  • Ans. 

    Utilize AWS or Azure services for scalable web applications

    • Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling

    • Leverage AWS Lambda or Azure Functions for serverless computing

    • Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic

    • Store data in AWS RDS or Azure SQL Database for scalable database solutions

    • Use AWS CloudFront or Azure CDN for content delivery

  • Answered by AI
  • Q2. How would you tackle memory leaks if the system your working on was experiencing this issue?
  • Ans. 

    I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.

    • Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks

    • Review the code to ensure proper memory allocation and deallocation practices are being followed

    • Implement smart pointers or garbage collection to automatically manage memory

    • Use static co...

  • Answered by AI
  • Q3. Have you worked on legacy systems?
  • Ans. 

    Yes, I have experience working on legacy systems.

    • I have successfully maintained and upgraded legacy systems to meet current business needs.

    • I have refactored legacy code to improve performance and scalability.

    • I have integrated new technologies with legacy systems to enhance functionality.

    • I have experience troubleshooting and debugging issues in legacy systems.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Are you capable to work with cross functional teams and handle disputes effectively
  • Ans. 

    Yes, I have experience working with cross functional teams and resolving disputes effectively.

    • I have successfully collaborated with team members from different departments to achieve project goals.

    • I am skilled at mediating conflicts and finding mutually beneficial solutions.

    • I prioritize open communication and actively listen to all team members' perspectives.

    • I have experience using conflict resolution techniques such a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and on to point without deviations, they respect straight forwardness
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/W Rest and GraphQL APIS?
  • Q2. REST uses fixes endpoint;..............etc.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Coding Test 

2 coding questions,20 mcq-from coderbyte

Round 2 - One-on-one 

(1 Question)

  • Q1. They told selected, but still not scheduled 1:1 round, never wait, they gave mail also selected, but not scheduled 1:1 , its having 2 months
Round 3 - HR 

(1 Question)

  • Q1. Still now not scheduled
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Give 10 questions from node js backend

Round 2 - One-on-one 

(6 Questions)

  • Q1. Ask about angular and node js
  • Q2. What is package.json
  • Ans. 

    package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.

    • It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.

    • It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.

    • It allows developers to define scripts for tasks like building, testing, and running the project.

    • Example: {...

  • Answered by AI
  • Q3. What is components in angular,how share data to component
  • Ans. 

    Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.

    • Components in Angular are reusable, self-contained units of code that define a part of the user interface.

    • Data can be shared to a component using input properties, where data is passed from the parent component to the child component.

    • Data can also be shared from a child component t...

  • Answered by AI
  • Q4. What is === and == ,and wher use === is real time projects
  • Ans. 

    === is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.

    • === is a strict equality operator that checks both value and type of operands

    • == is a loose equality operator that only checks the value of operands

    • === is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues

  • Answered by AI
  • Q5. Write arrow function syntax
  • Ans. 

    Arrow function syntax in JavaScript

    • Arrow functions are concise syntax for writing function expressions in JavaScript

    • They have a shorter syntax compared to traditional function expressions

    • They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords

  • Answered by AI
  • Q6. What is difference between arrow function and anonymous function
  • Ans. 

    Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.

    • Arrow functions have a shorter syntax compared to anonymous functions.

    • Arrow functions do not have their own 'this' keyword, while anonymous functions do.

    • Arrow functions do not have 'arguments' object, while anonymous functions do.

    • Arrow functions are not hoisted, while anonymous functions are hoisted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare about ur role

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic technical questions and code
  • Q2. Question based on UI, SQL, and system design
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Pen and paper test
C and C++ output questions
Basic flowchart question
Only 3 out of 60 students were selected

Round 2 - One-on-one 

(1 Question)

  • Q1. After writing about your project CFO will take interview my tech stack didn't meet companies requirement hence all three students were rejected.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online MCQs - 15 Questions (Aps, DSA, Output Prediction)

Round 2 - Coding Test 

1 Question (with 3 Enhancement)

Round 3 - Technical 

(2 Questions)

  • Q1. Delete Middle Element from a stack of Odd Length
  • Ans. 

    Remove middle element from a stack with odd length

    • Find the middle index of the stack by dividing the length by 2

    • Remove the element at the middle index

    • Adjust the stack by shifting elements if necessary

  • Answered by AI
  • Q2. Resume Based Questions
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction but without the details in the resume
  • Q2. Asked whether ok with the bond

Skills evaluated in this interview

Entrayn Education Technologies Interview FAQs

How many rounds are there in Entrayn Education Technologies Software Developer 1 interview?
Entrayn Education Technologies interview process usually has 5 rounds. The most common rounds in the Entrayn Education Technologies interview process are One-on-one Round, Resume Shortlist and Coding Test.
What are the top questions asked in Entrayn Education Technologies Software Developer 1 interview?

Some of the top questions asked at the Entrayn Education Technologies Software Developer 1 interview -

  1. How do you make your projects more scalable and manage website traff...read more
  2. Oops concept Search in a sorted array Dp easy level problem H...read more
  3. Design a movie booking sys...read more

Tell us how to improve this page.

Entrayn Education Technologies Software Developer 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Zeus Learning Interview Questions
3.4
 • 34 Interviews
ENH iSecure Interview Questions
4.0
 • 29 Interviews
XenonStack Interview Questions
3.3
 • 25 Interviews
Moris Media Interview Questions
4.5
 • 24 Interviews
MulticoreWare Interview Questions
4.2
 • 23 Interviews
Big Oh Notation Interview Questions
2.8
 • 23 Interviews
View all
Software Developer
6 salaries
unlock blur

₹5.6 L/yr - ₹13 L/yr

Accounts Manager
4 salaries
unlock blur

₹7 L/yr - ₹7.2 L/yr

Sales Executive
4 salaries
unlock blur

₹2.2 L/yr - ₹3.9 L/yr

Sales Manager
4 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

Senior Sales Executive
4 salaries
unlock blur

₹2.4 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Entrayn Education Technologies with

Northcorp Software

4.4
Compare

Appsierra

4.3
Compare

Apex CoVantage

3.2
Compare

Avontix

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