Upload Button Icon Add office photos

Filter interviews by

EVERESTEK TECHNOSOFT SOLUTIONS SDE (Software Development Engineer) Interview Questions and Answers

Updated 7 Dec 2022

EVERESTEK TECHNOSOFT SOLUTIONS SDE (Software Development Engineer) Interview Experiences

1 interview found

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

Round 1 - Aptitude Test 

Basic aptitude questions about probability, English grammar

Round 2 - Coding Test 

3 questions based on python which were based on low, medium and high difficulty mode

Round 3 - Mcq 

(4 Questions)

  • Q1. In this round there were mcqs related to programming language
  • Q2. And also related to database language
  • Q3. About the college project
  • Q4. About the internships I have did while acquiring degree

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on programming and any one database language

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions on hash map(DSA)

Round 2 - Group Discussion 

Worst GD, it was not even a GD the interviewer told us to unmute & speak only when asked to. During the whole GD, I had not got a single chance to speak even if I knew the answers of some of questions. He was asking the same number of persons the questions again and again. Equal chance to speak was way back thing he didn't even asked many of us the questions. It was totally a waste of time sitting their and listening the same people. I never have seen such GD in my life !
At last only one student from so many got selected for next round and that person was the same who he was asking the questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak out in the GD if he didn't call your name ask them to let all get the Equal chance to speak.
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

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

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

    A constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • Constructors are called when an object of a class is created.

    • Example: public class Car { public Car() { // constructor code } }

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

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?

EVERESTEK TECHNOSOFT SOLUTIONS Interview FAQs

How many rounds are there in EVERESTEK TECHNOSOFT SOLUTIONS SDE (Software Development Engineer) interview?
EVERESTEK TECHNOSOFT SOLUTIONS interview process usually has 4 rounds. The most common rounds in the EVERESTEK TECHNOSOFT SOLUTIONS interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in EVERESTEK TECHNOSOFT SOLUTIONS SDE (Software Development Engineer) interview?

Some of the top questions asked at the EVERESTEK TECHNOSOFT SOLUTIONS SDE (Software Development Engineer) interview -

  1. In this round there were mcqs related to programming langu...read more
  2. And also related to database langu...read more

Tell us how to improve this page.

Software Engineer
17 salaries
unlock blur

₹2.2 L/yr - ₹12.5 L/yr

Software Developer
8 salaries
unlock blur

₹4.5 L/yr - ₹13.4 L/yr

Senior Software Developer
8 salaries
unlock blur

₹28 L/yr - ₹30 L/yr

Devops Engineer
6 salaries
unlock blur

₹4.6 L/yr - ₹16 L/yr

Senior Business Analyst
6 salaries
unlock blur

₹7.2 L/yr - ₹15.8 L/yr

Explore more salaries
Compare EVERESTEK TECHNOSOFT SOLUTIONS with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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