Upload Button Icon Add office photos

Filter interviews by

Entrayn Education Technologies Interview Questions, Process, and Tips

Updated 13 Jan 2023

Top Entrayn Education Technologies Interview Questions and Answers

Entrayn Education Technologies Interview Experiences

Popular Designations

3 interviews found

IT Interview Questions & Answers

user image Nitin Kumar

posted on 2 Nov 2016

I applied via campus placement at Indian Institute of Technology (IIT), Chennai

Interview Questionnaire 

1 Question

  • Q1. Write a program with some conditions given?
  • Ans. 

    A program with conditions

    • Create an array of strings

    • Implement the given conditions

    • Return the result as a JSON object

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: It was really a very good experience. I went inside the room, little bit tensed and came out of the room smiling. I got the opportunity to tell about myself, I told everything about me, without hesitation. Not only I told about the things related to internship but also about the things which I like to do. It was really fun.
Tips: Be calm.
Don't think much.
Don't get in tension.
Only write those things in resume which you really know, and do not lie.
Talk frankly.
It will be good.

General Tips: Don't hesitate. Don't get in tension. Keep calm.
Skill Tips: Don't get into tension, and don't worry.
Write the program.
Skills: C Programming
Duration: 2
College Name: IIT Madras
Motivation: I am good in programming, web development, photo and video editing. This company provide me a platform for this.
Funny Moments: At one point in the internship interview I was completely off the topic, but both of use was enjoying those moments.

Skills evaluated in this interview

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

Software Developer 1 Interview Questions asked at other Companies

Q1. Do you have prior experience in Java and Spring Boot?
View answer (1)

IT Engineer Interview Questions & Answers

user image Abdul Hafeez

posted on 2 Nov 2016

I applied via campus placement at Indian Institute of Technology (IIT), Chennai

Interview Questionnaire 

1 Question

  • Q1. Write a program for putting all zeroes in arrays , that contains both zeoroes and non zero numbers , to the last of the array
  • Ans. 

    Program to move all zeroes in an array to the end

    • Loop through the array and check for zeroes

    • If a zero is found, remove it from its current position and append it to the end of the array

    • Repeat until all zeroes are moved to the end

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: There was no resume shortlist for IT profile for this company, all were called for interview.

Round: Technical Interview
Experience: First interviewer had go through the resume and sasked about all things related to what all written in resume. Then he asked the above question.I solved it and explained it and run it on a testcase.

Skills: Programming Skills In Any Language Like C, Data Structures, Algorithmic Approach To Problem Solving
Duration: 2
College Name: IIT Madras

Skills evaluated in this interview

IT Engineer Interview Questions asked at other Companies

Q1. What is active directory ? Role of DNS server ? Difference between RAM & ROM ? Knowledge on installation of various softwares and Drivers ? Layers of OSI model ? TCP/IP Configuration ? Knowledge on various types of Networking devices ? ... read more
View answer (2)

Interview questions from similar companies

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

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

Round 1 - Technical 

(22 Questions)

  • Q1. What is SDLC and STLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is the process of developing software from planning to deployment. STLC stands for Software Testing Life Cycle, which is the process of testing software to ensure quality.

    • SDLC involves phases like planning, analysis, design, implementation, and maintenance.

    • STLC involves phases like test planning, test design, test execution, and test closure.

    • SDLC focuses on the ove...

  • Answered by AI
  • Q2. Defect Life Cycle
  • Q3. What are the Testing types?
  • Ans. 

    Testing types refer to different approaches and techniques used to validate software functionality.

    • Functional Testing - testing the functionality of the software

    • Non-Functional Testing - testing aspects like performance, usability, etc.

    • Manual Testing - testing done manually by testers

    • Automated Testing - testing done using automation tools

    • Regression Testing - testing to ensure new code changes do not affect existing func...

  • Answered by AI
  • Q4. How will you tackle if you found any issues just before the release?
  • Ans. 

    I will prioritize and address critical issues first, communicate with stakeholders, and work with the team to resolve the issues efficiently.

    • Prioritize critical issues that could potentially block the release

    • Communicate with stakeholders about the issues and potential impact on the release timeline

    • Work closely with the development team to quickly identify and resolve the issues

    • Perform thorough testing and validation po

  • Answered by AI
  • Q5. Agile model and water fall model?
  • Q6. Smoke testing, Unity Testing, White box testing and Black box testing?
  • Q7. Retesting and Regression testing difference?
  • Ans. 

    Retesting is testing the same functionality again to ensure the defect has been fixed, while regression testing is testing the entire application to ensure new changes have not affected existing functionality.

    • Retesting focuses on verifying that a specific defect has been fixed.

    • Regression testing focuses on ensuring that new changes have not affected existing functionality.

    • Retesting is usually done by the QA analyst who...

  • Answered by AI
  • Q8. Challenges for the QA lead during testing?
  • Ans. 

    Challenges for QA lead include managing resources, prioritizing tasks, communication with stakeholders, and ensuring thorough testing.

    • Managing resources effectively to meet deadlines

    • Prioritizing tasks based on criticality and impact on project

    • Communicating effectively with stakeholders to align expectations

    • Ensuring thorough testing coverage across all functionalities

    • Coordinating with development team for timely bug fix

  • Answered by AI
  • Q9. Selenium 4 new things?
  • Ans. 

    Selenium 4 introduces new features like Relative Locators, Chrome DevTools Protocol, and improved W3C WebDriver support.

    • Relative Locators allow testers to locate elements based on their relationship with other elements.

    • Chrome DevTools Protocol integration enables better debugging capabilities.

    • Improved W3C WebDriver support ensures better compatibility with modern browsers.

    • New APIs for better handling of browser windows...

  • Answered by AI
  • Q10. Found x path for element on flipkart web app
  • Ans. 

    To find x path for element on Flipkart web app, use browser developer tools

    • Open Flipkart web app in browser

    • Right click on the element you want to find x path for

    • Select 'Inspect' to open developer tools

    • Locate the element in the HTML code

    • Right click on the element in the HTML code

    • Select 'Copy' -> 'Copy XPath' to get the x path

  • Answered by AI
  • Q11. Mouse operation in selenium , syntax
  • Ans. 

    Mouse operations in Selenium involve actions like click, double click, right click, drag and drop, etc.

    • Mouse click: driver.findElement(By.xpath("//elementXPath")).click();

    • Double click: Actions action = new Actions(driver); action.doubleClick(element).perform();

    • Right click: Actions action = new Actions(driver); action.contextClick(element).perform();

    • Drag and drop: Actions action = new Actions(driver); action.dragAndDrop

  • Answered by AI
  • Q12. New locators in selenium 4 ?
  • Ans. 

    Selenium 4 introduces new locators for more efficient web element identification.

    • Selenium 4 introduces Relative Locators for finding elements based on their relationship with other elements.

    • The 'findElement' method now supports 'withTagName', 'above', 'below', 'toLeftOf', 'toRightOf', and 'near' methods.

    • Relative locators help in writing more robust and readable test scripts.

    • Example: driver.findElement(withTagName("inpu

  • Answered by AI
  • Q13. How to get data from excel file in selenium?
  • Ans. 

    Data from Excel file can be retrieved in Selenium using Apache POI library.

    • Use Apache POI library to read data from Excel files in Selenium

    • Create a FileInputStream object to read the Excel file

    • Create a Workbook object using the FileInputStream

    • Get the desired sheet from the Workbook

    • Iterate through rows and cells to retrieve data

    • Close the Workbook and FileInputStream after use

  • Answered by AI
  • Q14. How to upload file in selenium?
  • Ans. 

    To upload a file in Selenium, you can use the sendKeys() method on the file input element.

    • Locate the file input element on the webpage using appropriate locator strategies

    • Use the sendKeys() method to send the file path to the file input element

    • Ensure the file path is correct and accessible by the browser

  • Answered by AI
  • Q15. How to get iFrame in web page?
  • Ans. 

    To get an iFrame in a web page, you can use the