Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by EGDK Team. If you also belong to the team, you can get access from here

EGDK Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

EGDK Interview Questions and Answers

Updated 20 Feb 2025

EGDK Interview Experiences

Popular Designations

4 interviews found

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Basics were asked. Just be focused and with calm mind you can crack it. Out of 100 students 50 were selected.

Round 2 - Coding Test 

Platform was code byte,there were two questions with time limit of 1 hour. First question was to convert number into string were two consecutive odd numbers should be separated by '*' and two consecutive even numbers by '-'.Second problem was about array which was medium level problem.Out of 50 around 30 were selected.

Round 3 - Technical 

(1 Question)

  • Q1. Some students were having virtual interview and I had face to face . OOP and SQL are the topics which was given high importance.The interviewer checked my understanding on this topic .Then according to my ...
Round 4 - HR 

(1 Question)

  • Q1. It was managerial round. They checked my reaction to different situation. He was a calm guy and had good discusiion over the company.It was for about 15 minutes.
Round 5 - HR 

(1 Question)

  • Q1. He gave me a social issue to be talken over. Then asked about my family.Then he shared the company information.Thus I was selected, I was one among 10 who got selected. Give your best.Thank you(do smile)

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

English,logical resoning

Round 2 - Coding Test 

Coding ques related to string and array

Round 3 - Technical 

(2 Questions)

  • Q1. OPPS CONCEPT AND BASIC OF PROGRAMMING
  • Q2. EXPLAIN FLOW CHART AND BASIC OF PROGRAMMING
  • Ans. 

    Flow chart is a visual representation of a process or algorithm, while programming involves writing instructions for a computer to execute.

    • Flow chart is a diagram that represents a workflow or process visually.

    • Programming involves writing code in a specific language to create software or applications.

    • Flow chart can help in planning and understanding the logic of a program before writing actual code.

    • Programming language...

  • Answered by AI

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 (38)

Software Developer Interview Questions & Answers

user image Athmiya Gowda

posted on 23 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

30 questions 30 minutes

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 (38)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Walk-in and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Introduction, Basics of OOPS
Round 2 - Aptitude Test 

30 MCQ aptitude qsns

Round 3 - Technical 

(1 Question)

  • Q1. Deep dwelling into OOPS concept. Qsns regarding pillars of oops, and 2-3 coding qsns to write on a paper

Interview Preparation Tips

Topics to prepare for EGDK Software Developer interview:
  • Java
  • C++

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 (38)

EGDK interview questions for popular designations

 Software Developer

 (3)

 Junior Software Developer

 (1)

Jobs at EGDK

View all

Interview questions from similar companies

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

I was interviewed in Feb 2025.

Round 1 - HR 

(1 Question)

  • Q1. Via call HR asked about you and your previous job ,expectation , about you and your study Etc.....
Round 2 - Video Call 

(11 Questions)

  • Q1. Some questions from your CV .
  • Q2. How you manage your professional life with your study ? how you manage your study under high pressure of work ?
  • Q3. How many types of cash flow ? what is the difference between indirect and direct cash flow ?
  • Q4. Is depreciation charged on land, and if not, can you explain why?
  • Q5. Do you know about P2P cycle ?
  • Q6. Do you have a knowledge about Advance excel ? what is Vlookup ?
  • Q7. What is your notice period ? if i select you how you manage your study?
  • Q8. What is HMV & LMV in GST?
  • Q9. What is RCM ? Give an example of where RCM is applicable ?
  • Q10. What is GSTR-1 & 3B ?
  • Q11. Other Many question on your Cv and Past experence ?

Interview Preparation Tips

Interview preparation tips for other job seekers - about your past experence .
about your CV ?
About your last work ?
about your current role which you are applying for
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2025.

Round 1 - Assignment 

If you're asked, "Can you provide details for the assessment?", the answer depends on the context.

For a Job Interview Assessment at Wipro:

"The assessment typically includes sections on aptitude (quantitative, logical reasoning, verbal ability), coding (for technical roles), and sometimes an essay or business communication test. The coding section usually involves problem-solving in languages like Python, Java, or C++. The difficulty level varies based on the role, and candidates are evaluated on accuracy, efficiency, and problem-solving skills."

For an Employee Performance Assessment:

"The assessment process at Wipro evaluates employees based on key performance indicators (KPIs), project contributions, skill development, and feedback from peers and managers. It helps in career growth, identifying training needs, and aligning with organizational goals."

If you need specific details about an assessment you are preparing for, let me know!

Round 2 - Coding Test 

If you're asked, "Details of the coding?" in the context of a Wipro assessment or interview, here’s a structured response:

For Wipro’s Hiring Assessment (Elite NTH, Turbo, etc.):

"The coding section typically includes two to three problems that test algorithmic thinking, data structures, and problem-solving skills. The difficulty ranges from easy to medium-hard, covering topics such as arrays, strings, recursion, dynamic programming, and sorting algorithms. Candidates are expected to write optimized and error-free code in languages like Python, Java, C, or C++. The evaluation is based on correctness, efficiency, and execution time."

For Wipro’s Internal Coding Assessments or Training:

"Wipro conducts periodic coding assessments to upskill employees. These may include competitive programming challenges, hackathons, and hands-on projects covering real-world problem-solving, automation, and software development best practices."

Would you like specific coding questions or topics to prepare for?

Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself??
  • Q2. What do you know about wipro?
  • Q3. Why do you want to work at Wipro?
  • Q4. What are your strengths and weakness?
  • Q5. Where do you see yourself in two years?
Round 4 - Aptitude Test 

The Aptitude Test in Wipro's hiring process assesses a candidate's problem-solving abilities, logical reasoning, and numerical proficiency. While specific answers depend on the given test, the assessment typically includes:

1. Quantitative Aptitude:

Topics: Arithmetic (percentages, profit & loss, time & work), algebra, number series, and probability.

Approach: Focus on accuracy and time management, as these sections often have a time limit.


2. Logical Reasoning:

Topics: Patterns, seating arrangements, syllogisms, blood relations, and data interpretation.

Approach: Use logical deduction and elimination techniques to enhance efficiency.


3. Verbal Ability:

Topics: Reading comprehension, sentence correction, synonyms/antonyms, and para jumbles.

Approach: Improve vocabulary and practice grammar rules for better accuracy.


As the specific test questions vary, preparation through mock tests and previous Wipro placement papers is advisable. Would you like recommendations for resources to practice?

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sale price on on day
  • Q2. Start working

Interview Preparation Tips

Interview preparation tips for other job seekers - Fofocus heavily on networking, tailoring your resume with relevant keywords, actively following up with potential employers, showcasing your sales skills in interviews through storytelling, and monitoring companies you're interested in to stay updated on opportunities.
Key points to remember:
Prioritize networking:
Utilize your network to connect with people in the industry, attend industry events, and leverage platforms like LinkedIn to build relationships with potential hiring managers.
Tailor your resume:
Include relevant sales keywords throughout your resume to catch the attention of recruiters and ensure your experience aligns with the job description.
Practice your sales pitch:
Prepare compelling stories from your past experiences to demonstrate your ability to close deals, overcome objections, and build rapport during interviews.
Follow up consistently:
After submitting applications, send personalized follow-up emails to maintain engagement with potential employers.
Research companies:
Actively monitor companies you're interested in by following their social media and news to stay informed about potential openings.
Highlight transferable skills:
Even if you lack direct sales experience, emphasize skills like communication, persuasion, relationship building, and problem-solving that translate well to a sales role.
Ask insightful questions:
During interviews, demonstrate your knowledge of the company and role by asking thoughtful questions that show your genuine interest.
Be enthusiastic and confident:
Convey a positive attitude and express your passion for sales to make a strong impression on potential employers.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you provide information about yourself and the projects you have worked on?
  • Q2. What is the Re-Framework, and how do the Dispatcher, Performer, and DataTable transaction approaches function in UiPath?
  • Q3. What is the difference between an execute query and an execute non-query?
  • Q4. What is the difference between a switch statement and an if-else statement?
  • Q5. Datatable how to use it in Uipath, what is a connection string and how we can create that?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

The exam consists of seven sections, and the cutoff score is quite high; it is essential to complete the exam thoroughly.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Can you provide details about your internship experience?
  • Ans. 

    I completed a 6-month internship at a tech company, where I worked on network infrastructure projects.

    • Assisted in setting up and configuring network devices such as routers and switches

    • Troubleshooted network issues and implemented solutions

    • Collaborated with team members on various IT projects

    • Participated in meetings with clients to discuss project requirements

  • Answered by AI
  • Q3. Given a puzzle to solve
  • Q4. What can you tell me about your major projects?
  • Ans. 

    I have worked on various major projects including designing and implementing network infrastructure, developing automation scripts, and optimizing system performance.

    • Designed and implemented a new network infrastructure for a large company, improving network speed and reliability

    • Developed automation scripts to streamline system monitoring and maintenance tasks, saving time and reducing errors

    • Optimized system performanc...

  • Answered by AI
  • Q5. What is the latest news you have heard regarding technology?
  • Ans. 

    The latest news I heard regarding technology is the release of the new iPhone 13 with improved camera features.

    • Apple recently announced the release of the iPhone 13 series with upgraded camera capabilities.

    • The new iPhone 13 models come with improved low-light performance and cinematic mode for videos.

    • Apple also introduced the A15 Bionic chip for enhanced performance and battery life.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay composed, exhibit confidence, and ensure effective communication.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Expected CTC
  • Q3. Why you left your previous company (Negative answers should be avoided)
Round 2 - Technical 

(3 Questions)

  • Q1. Questions based on the concepts of payroll
  • Q2. Expected CTC
  • Q3. Discussion regards to Shift timings, Cab facility, Annual leaves, Variable bonus, Relocate bonus.
Round 3 - Behavioral 

(1 Question)

  • Q1. Regards to Payroll questions on what I did on daily basis.

EGDK Interview FAQs

How many rounds are there in EGDK interview?
EGDK interview process usually has 3-4 rounds. The most common rounds in the EGDK interview process are Technical, Aptitude Test and HR.
How to prepare for EGDK 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 EGDK. The most common topics and skills that interviewers at EGDK expect are C#, Angular, SQL, Javascript and .Net.
What are the top questions asked in EGDK interview?

Some of the top questions asked at the EGDK interview -

  1. EXPLAIN FLOW CHART AND BASIC OF PROGRAMM...read more
  2. Some students were having virtual interview and I had face to face . OOP and SQ...read more
  3. Deep dwelling into OOPS concept. Qsns regarding pillars of oops, and 2-3 coding...read more

Tell us how to improve this page.

EGDK Interview Process

based on 7 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

EGDK Reviews and Ratings

based on 12 reviews

4.2/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.3

Salary

3.4

Job security

4.1

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 12 Reviews and Ratings
Senior Frontend Developer

Mangaluru

8-13 Yrs

Not Disclosed

Digital Marketing Specialist

Mangaluru

2-5 Yrs

Not Disclosed

Finance Business Partner (FP&A) EG Finance

Mangaluru

3-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
11 salaries
unlock blur

₹5 L/yr - ₹20.9 L/yr

Backend Developer
5 salaries
unlock blur

₹7.8 L/yr - ₹12.8 L/yr

Procurement Associate
5 salaries
unlock blur

₹5.5 L/yr - ₹6.4 L/yr

Junior Software Developer
4 salaries
unlock blur

₹3.7 L/yr - ₹5.8 L/yr

Team Manager
4 salaries
unlock blur

₹25 L/yr - ₹25 L/yr

Explore more salaries
Compare EGDK with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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