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

Filter interviews by

Clear (1)

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.
asked in Byteridge
Q2. Do you have hands-on experience developing a simple to-do or task ... read more
Q3. Can you provide a comprehensive overview of the technologies you ... read more
asked in Tata 1mg
Q4. Find binary tree if preorder and postorder is given.
Q5. how you create a spring boot application?

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

The first round was the aptitude round and there were very basic mathematics question were asked to me and I was able to answer them comfortable.some of the major topic they asked were time constant , variable separation,train problem,counting tarin track etc

Round 2 - Coding Test 

In this round there were a coding contest was conducted.basically here there was given four coding questions in a time interval of 2 hour .the difficulty level of the question was easy to moderate .the question was from array ,tree,linked list and one is from graphs.

Round 3 - HR 

(4 Questions)

  • Q1. And the last round was hr round.like for other companies, they also asked me some behaviour type questions and discussion about my salary and tell me where I am comfortable for company location to work etc...
  • Q2. Why you prefered our company?are you able to handle any type of violence created in your company?what was your academic project etc?
  • Ans. I have a strong passionate toward the cnc role which is very fantastic in your company.yes I am able to handle any kind of circumstances regarding to my job.my academic project was based on eye sensor captured
  • Answered by manasbunty
  • Q3. What is your weakness
  • Q4. What is your biggest strength

Interview Preparation Tips

Topics to prepare for Tech Mahindra Software Development Engineer 1 interview:
  • Software Development
  • DSA
  • IOT
  • Consulting
Interview preparation tips for other job seekers - I only say to them that be prepared for every instance.do not hesitate for rejection because failure is the piller of success.if you consistently focusing on your skill the at the end you will be able to crack your dream company.

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

CAMPUS PLACEMENT

Kothagudem Institute of Technology and Mining, Khammam

INTERVIEWS

Arcesium

No Interviews

INTERVIEWS

Navi Technologies

No Interviews

JOBS

Arcesium

No Jobs

INTERVIEWS

Byteridge

No Interviews

INTERVIEWS

Booking Holdings

No Interviews

INTERVIEWS

Coal India

No Interviews

REVIEWS

Navi Technologies

No Reviews

SALARIES

Coal India

INTERVIEWS

Coal India

10 top interview questions

Tell us how to improve this page.

Extio Technology and Consulting LLP Software Development Engineer 1 Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 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

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Java Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Business Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Extio Technology and Consulting LLP with

Infosys

3.6
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