Upload Button Icon Add office photos

Filter interviews by

IESoftek Interview Questions and Answers

Updated 9 Sep 2024

IESoftek Interview Experiences

Popular Designations

3 interviews found

Software Developer Interview Questions & Answers

user image Mohd Kaif Zaidi

posted on 9 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview before Sep 2023.

Round 1 - Coding Test 

There was two 2 question based on array and string

Round 2 - One-on-one 

(2 Questions)

  • Q1. There was coding question based on array
  • Q2. There was coding question based on strings

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What are Java hashmaps
  • Ans. 

    Java hashmaps are data structures that store key-value pairs and provide fast retrieval of values based on their keys.

    • Hashmaps are implemented using a hash table

    • Keys in a hashmap must be unique

    • Values in a hashmap can be duplicated

    • Hashmaps provide constant-time complexity for basic operations like get, put, and remove

    • Example: HashMap scores = new HashMap<>()

  • Answered by AI
  • Q2. Write programs to find anagrams
  • Ans. 

    Programs to find anagrams

    • Sort each string in the array alphabetically and compare them to find anagrams

    • Use a hash table to group anagrams together

    • Create a frequency map of characters in each string and compare the maps

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IESoftek Web Development Intern interview:
  • Java
  • React.Js
Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Web Development Intern Interview Questions asked at other Companies

Q1. Merge Sort Problem Statement You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm. Explanation: The Merge Sort algorithm is a Divide and Conquer app... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 easy coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts, types of constructors

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview just be confident

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID &amp; Password textfields in login page?
View answer (2)

Interview questions from similar companies

I applied via Walk-in and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1.  related to your business you asked questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview the ability of a person to be recognized by person quality human nature.

I applied via Walk-in and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Job profile
  • Q2. Describe yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Was nice and friendly atmosphere

I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions are about fresh department only

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know about fresh department

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    0/1 Knapsack Problem Statement

    A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...

  • Ans. 

    Yes, the 0/1 Knapsack problem can be solved using dynamic programming with a space complexity of not more than O(W).

    • Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.

    • Iterate through each item and update the array based on whether including the item would increase the total value.

    • The final value in the array at index W will be the maximum value that can be stolen.

  • Answered by AI
  • Q2. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if a second largest element does not exist.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

System Design Round

  • Q1. Design a system for Twitter, discussing its architecture, key components, and scalability considerations.
  • Ans. 

    Design a scalable system for Twitter with key components and architecture.

    • Use microservices architecture for scalability and fault isolation.

    • Key components include user service, tweet service, timeline service, and notification service.

    • Use a distributed database like Cassandra for storing tweets and user data.

    • Implement a message queue like Kafka for handling real-time updates and notifications.

    • Use a caching layer like ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It is just a formality

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaResume shortlistingSwiggy interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, DBMS, SQL,Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : System Design
Tip 2 : Practice questions from leetcode
Tip 3 : Have some projects.

Application resume tips for other job seekers

Tip 1 : Mention what you know 
Tip 2 : Good previous work to showcase

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Introduction

I applied via Internshala and was interviewed in Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to work at ambition box?
  • Ans. 

    I want to work at Ambition Box because of its innovative work culture and opportunities for growth.

    • Innovative work culture

    • Opportunities for growth

    • Positive company reputation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through internshala, and got shortlisted in a few days. Then i had a telephonic interview. After that, there was one F2F interview in the company office. in couple of days, i was selected and received the offer letter.

I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) Tell About Yourself
  • Ans. 

    I am a motivated and enthusiastic individual with a strong passion for learning and gaining practical experience in the field of [field].

    • I am currently pursuing a degree in [field] at [university].

    • I have completed internships at [company] and [company], where I gained valuable skills in [specific skills].

    • I am proficient in [programming languages/tools] and have experience in [relevant experience].

    • I am a quick learner a...

  • Answered by AI
  • Q2. What are your future plans?
  • Ans. 

    I plan to gain valuable experience and skills through this internship and use it as a stepping stone for my future career.

    • I plan to learn as much as possible during this internship and apply the knowledge in my future endeavors.

    • I aim to develop strong professional relationships and network with industry experts.

    • I intend to explore different areas within the company to gain a well-rounded understanding of the business.

    • I...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1)Speak confidently.
2)Give honest answers.
3)Have a full knowledge about the company and your role in it.

IESoftek Interview FAQs

How many rounds are there in IESoftek interview?
IESoftek interview process usually has 2 rounds. The most common rounds in the IESoftek interview process are One-on-one Round, Coding Test and Resume Shortlist.
What are the top questions asked in IESoftek interview?

Some of the top questions asked at the IESoftek interview -

  1. What are Java hashm...read more
  2. Write programs to find anagr...read more
  3. There was coding question based on ar...read more

Tell us how to improve this page.

IESoftek Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 434 Interviews
CARS24 Interview Questions
3.5
 • 337 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Meesho Interview Questions
3.7
 • 333 Interviews
Zepto Interview Questions
3.5
 • 240 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
Tata 1mg Interview Questions
3.6
 • 151 Interviews
Digit Insurance Interview Questions
3.9
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
View all

IESoftek Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

3.3

Skill development

2.6

Work-life balance

2.8

Salary

3.0

Job security

1.5

Company culture

1.9

Promotions

2.0

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Devops Engineer
4 salaries
unlock blur

₹4.5 L/yr - ₹8.7 L/yr

Explore more salaries
Compare IESoftek with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

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