Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Extio Technology and Consulting LLP Team. If you also belong to the team, you can get access from here

Extio Technology and Consulting LLP Verified Tick

Compare button icon Compare button icon Compare
5.0

based on 15 Reviews

Filter interviews by

Extio Technology and Consulting LLP Software Development Engineer 1 Interview Questions, Process, and Tips

Updated 27 May 2024

Top Extio Technology and Consulting LLP Software Development Engineer 1 Interview Questions and Answers

View all 6 questions

Extio Technology and Consulting LLP Software Development Engineer 1 Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. - Basic technical questions
Round 2 - Coding Test 

- Java and Springboot

Round 3 - HR 

(1 Question)

  • Q1. - Salary discussions and basic HR questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is lambda expression?
  • Ans. 

    Lambda expression is a concise way to represent an anonymous function in programming languages.

    • Lambda expressions are used to create functions without a name.

    • They are often used in functional programming languages like Python and Java.

    • Lambda expressions can be passed as arguments to higher-order functions.

    • They are commonly used for short, one-off functions.

    • Example: (x) => x * x is a lambda expression that squares a num

  • Answered by AI
  • Q2. What is functional interfaces in java 8?
  • Ans. 

    Functional interfaces in Java 8 are interfaces with only one abstract method, used for lambda expressions.

    • Functional interfaces can have multiple default or static methods, but only one abstract method.

    • They are used for lambda expressions and method references.

    • Examples include Runnable, Callable, Comparator, etc.

  • Answered by AI
  • Q3. What is default method in java 8?
  • Ans. 

    Default method in Java 8 allows interfaces to have method implementations.

    • Introduced in Java 8 to provide backward compatibility for interfaces

    • Default methods can be overridden by implementing classes

    • Used to add new methods to interfaces without breaking existing implementations

  • Answered by AI
  • Q4. How you create a spring boot application?
  • Ans. 

    To create a Spring Boot application, you can use Spring Initializr to generate a project with necessary dependencies and configurations.

    • Go to https://start.spring.io/

    • Select the project metadata like group, artifact, dependencies, etc.

    • Click on 'Generate' to download the project zip file.

    • Extract the zip file and import the project into your IDE.

    • Start coding your Spring Boot application.

  • Answered by AI
  • Q5. What is @RestController annotation
  • Ans. 

    Annotation used in Spring framework to indicate that a class is a RESTful controller

    • Used in Spring framework to define RESTful web services

    • Eliminates the need for annotating every method with @ResponseBody

    • Combines @Controller and @ResponseBody annotations

  • Answered by AI
  • Q6. What is spring boot dependency management?
  • Ans. 

    Spring Boot dependency management is a feature that simplifies managing dependencies in a Spring Boot project.

    • Spring Boot uses Maven or Gradle for dependency management

    • Dependencies are declared in the pom.xml file for Maven or build.gradle file for Gradle

    • Spring Boot provides a 'starter' dependencies that include commonly used libraries and frameworks

    • Version conflicts are resolved automatically by Spring Boot

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Extio Technology and Consulting LLP Software Development Engineer 1 interview:
  • java 8
  • Spring Boot

Skills evaluated in this interview

Software Development Engineer 1 Interview Questions Asked at Other Companies

asked in Amazon
Q1. 4. Design a system for making table reservations at a restaurant.
Q2. Can you provide a comprehensive overview of the technologies you ... read more
asked in Tata 1mg
Q3. Find binary tree if preorder and postorder is given.
Q4. how you create a spring boot application?
Q5. what is spring boot dependency management?

Interview questions from similar companies

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
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. 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
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
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
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

Extio Technology and Consulting LLP Interview FAQs

How many rounds are there in Extio Technology and Consulting LLP Software Development Engineer 1 interview?
Extio Technology and Consulting LLP interview process usually has 2 rounds. The most common rounds in the Extio Technology and Consulting LLP interview process are Technical, Coding Test and HR.
What are the top questions asked in Extio Technology and Consulting LLP Software Development Engineer 1 interview?

Some of the top questions asked at the Extio Technology and Consulting LLP Software Development Engineer 1 interview -

  1. how you create a spring boot applicati...read more
  2. what is spring boot dependency manageme...read more
  3. what is functional interfaces in java...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Extio Technology and Consulting LLP interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
Cyient Interview Questions
3.7
 • 276 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Extio Technology and Consulting LLP Software Development Engineer 1 Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Devops Engineer
5 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Software Engineer II
4 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Analyst
3 salaries
unlock blur

₹0.2 L/yr - ₹0.2 L/yr

IT Business Analyst
3 salaries
unlock blur

₹3.6 L/yr - ₹10 L/yr

Explore more salaries
Compare Extio Technology and Consulting LLP with

Infosys

3.7
Compare

TCS

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