Upload Button Icon Add office photos

Filter interviews by

Yethi Consulting Software Engineer Interview Questions and Answers

Updated 11 Feb 2025

Yethi Consulting Software Engineer Interview Experiences

3 interviews found

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

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

Basic aptitude and coding snippets

Round 2 - Coding Test 

Array sorting and sql queries

Round 3 - Technical 

(1 Question)

  • Q1. Java oops, spring boot, selenium, cucmber

Software Engineer Interview Questions & Answers

user image Chethan Poojar

posted on 28 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How react works
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React uses a virtual DOM to improve performance by only updating the necessary parts of the actual DOM.

    • Components are the building blocks of React applications.

    • React allows for the creation of reusable UI components.

    • React uses JSX, a syntax extension that allows mixing HTML with JavaScript.

    • State and props are used to manage data and communication between compon

  • Answered by AI
  • Q2. Js es6 feautures
Round 2 - Technical 

(1 Question)

  • Q1. React hooks, how will they works

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Software Engineer Interview Questions & Answers

user image rahul jaiswar

posted on 10 Dec 2024

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

I applied via Walk-in and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Mathematical reasoning question & logical Questions

Round 2 - Coding Test 

Opps arrays collections etc

Round 3 - Coding Test 

Coding test with Director Regarding Split Functionalities

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Agree with bond pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - It was amazing experience most of candiate rid of the all rounds . I was the only one who was selected at that time

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Regarding PHP

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear your basic knowledge
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 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 - Aptitude Test 

Aptitude+coding was asked. Consider this as the very important selection criteria

Round 3 - Assignment 

Design test . Its very likely to be easy

Round 4 - Technical 

(3 Questions)

  • Q1. Technical +HR was the last round. 1. Asked about SAP. 2.Basic python and oops concepts. 3.What does incture do 4. Will you accept any role we assign 5. How will your mechanical degree help us
  • Ans. Tell you are willing to later in training period you can request them to change your roles
  • Answered Anonymously
  • Q2. Why did you shift to mechanical
  • Q3. Be specific about this answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well in aptitude round . If you get shortlisted here there is high chance you get this role.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude test was easy level and moderate level.

Round 2 - Coding Test 

Coding test was held in the google form which was very easy.

Round 3 - Technical 

(3 Questions)

  • Q1. What is volatile keyword?
  • Ans. 

    The volatile keyword in software engineering is used to indicate that a variable's value can be modified by multiple threads.

    • Volatile keyword ensures that the variable's value is always read from and written to the main memory, rather than cached in a thread's local cache.

    • It is used to prevent unexpected behavior in multi-threaded environments where multiple threads may access and modify the same variable simultaneousl...

  • Answered by AI
  • Q2. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is meant to be subclassed.

    • An abstract class can have abstract methods that must be implemented by its subclasses.

    • An abstract class can also have non-abstract methods that can be inherited by its subclasses.

    • An abstract class provides a common interface for its subclasses.

    • An abstract class can have instance variables and constructors.

    • An abstract class cannot be...

  • Answered by AI
  • Q3. Where do you use abstract class
  • Ans. 

    Abstract classes are used to provide a common interface and partial implementation for related classes.

    • Abstract classes are used when you want to create a base class that cannot be instantiated on its own but can be inherited by other classes.

    • They are useful when you want to define common methods and properties that multiple related classes should have.

    • Abstract classes can have both abstract and non-abstract methods.

    • Ab...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Not so much difficult. english comprehension matters for this test.

Round 3 - Technical 

(2 Questions)

  • Q1. Departmental question asked.
  • Q2. What is C++ and what are the basics
  • Ans. 

    C++ is a high-level programming language used for developing system software, application software, and video games.

    • C++ is an extension of the C programming language

    • It supports object-oriented programming concepts like classes, inheritance, polymorphism, etc.

    • It is a compiled language and provides low-level memory manipulation features

    • C++ is widely used in developing operating systems, device drivers, game engines, and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up your IT knowledge. also, increase your confidence.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

Tudip is one of the company whose selection process is very easy only its PI may be quite hard

Interview Preparation Tips

Topics to prepare for Tudip Technologies Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Learn basics of aptitude and coding and prectice basic questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Pattern building logic building

Round 3 - One-on-one 

(1 Question)

  • Q1. Oops and your core programming
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Pattern question for 60 minutes and recursion question

Interview Preparation Tips

Interview preparation tips for other job seekers - You have a well knowledge of your project

Yethi Consulting Interview FAQs

How many rounds are there in Yethi Consulting Software Engineer interview?
Yethi Consulting interview process usually has 3 rounds. The most common rounds in the Yethi Consulting interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Yethi Consulting Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Yethi Consulting. The most common topics and skills that interviewers at Yethi Consulting expect are Finacle, JBoss, JMS, Core Java and J2Ee.
What are the top questions asked in Yethi Consulting Software Engineer interview?

Some of the top questions asked at the Yethi Consulting Software Engineer interview -

  1. How react wo...read more
  2. React hooks, how will they wo...read more
  3. Java oops, spring boot, selenium, cucm...read more

Tell us how to improve this page.

Yethi Consulting Software Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Yethi Consulting Software Engineer Salary
based on 99 salaries
₹3 L/yr - ₹9 L/yr
44% less than the average Software Engineer Salary in India
View more details

Yethi Consulting Software Engineer Reviews and Ratings

based on 11 reviews

3.8/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

2.7

Salary

3.8

Job security

3.4

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 11 Reviews and Ratings
QA Analyst
397 salaries
unlock blur

₹2.7 L/yr - ₹8.8 L/yr

Senior QA Analyst
351 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Senior Quality Analyst
113 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

QA Consultant
105 salaries
unlock blur

₹5 L/yr - ₹14.5 L/yr

Software Engineer
99 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Explore more salaries
Compare Yethi Consulting with

Chegg

4.1
Compare

Tekwissen

4.8
Compare

Softenger

4.1
Compare

Edubridge Learning

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