Upload Button Icon Add office photos

Filter interviews by

Eviden Application Developer Interview Questions and Answers

Updated 25 Sep 2022

Eviden Application Developer Interview Experiences

1 interview found

I applied via WhatsApp and was interviewed in Mar 2022. There were 3 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 And Technical questions

Round 3 - Technical 

(2 Questions)

  • Q1. 1.self introduction 2.Advantages of python
  • Ans. 

    Python is a versatile and powerful programming language known for its simplicity and readability.

    • Python has a simple and easy-to-understand syntax, making it beginner-friendly.

    • It has a large standard library with built-in modules for various tasks, reducing the need for external dependencies.

    • Python supports multiple programming paradigms, including procedural, object-oriented, and functional programming.

    • It has excellen...

  • Answered by AI
  • Q2. 3.Applications of python 4.What is pep8 5.What is the full form of CSS 6.Take input 1, input2 and input3 how to find input 3. 7. You and your 8 colleagues face issue how to help you resolving the issue. 8....
  • Ans. 

    Interview questions for application developer including Python applications, PEP8, CSS, input handling, list vs tuples, and willingness to relocate.

    • Python is used for web development, data analysis, machine learning, and more

    • PEP8 is a style guide for Python code

    • CSS stands for Cascading Style Sheets and is used for styling web pages

    • To find input3, use input3 = input1 + input2

    • To resolve issues with colleagues, communicat...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Eviden Application Developer interview:
  • Lists Tuples sets dictionaries
  • Arrays
Interview preparation tips for other job seekers - This only one Technical interview it is easy to crack only asked resume based.

Application Developer Jobs at Eviden

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself and Recent project
  • Q2. Why you are shifting
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Kubernetes related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Technical discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. Process flow of my work
  • Ans. 

    My work involves analyzing requirements, designing solutions, coding, testing, and deploying applications.

    • Analyze requirements provided by stakeholders

    • Design solutions based on requirements

    • Code the application using appropriate programming languages

    • Test the application for bugs and errors

    • Deploy the application to production environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Formulas related to ece

Round 3 - Coding Test 

Arrays,oops,reverse program

Round 4 - HR 

(1 Question)

  • Q1. Self introduction,family background, relocate,any shifts

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

Interview Questionnaire 

3 Questions

  • Q1. Plan and package
  • Q2. Cursor
  • Q3. Array, continue vs next

Interview Preparation Tips

Interview preparation tips for other job seekers - For exp 1-3 yrs: focus on your basics that is enough.
For exp 3-5 yrs: strong technical in depth questions
For 5 and above: real life project scenarios.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. MVC related questions
Round 2 - HR 

(2 Questions)

  • Q1. Managerial questions
  • Q2. About expectations

I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. How do you allocate memory to 2D array dynamically? How and why does that work?
  • Ans. 

    Dynamic allocation of memory to 2D array is done using double pointer and malloc function.

    • Declare a double pointer to hold the 2D array.

    • Allocate memory to the first dimension using malloc function.

    • Allocate memory to the second dimension using a loop and malloc function.

    • Free the memory after use to avoid memory leaks.

    • Example: int **arr; arr = (int **)malloc(rows * sizeof(int *));

    • Example: for(int i=0; i

  • Answered by AI
  • Q2. Given string 'aabbdbdges', write a function to return a string in which there would be the letter followed by it's count of occurrence. (the output from the function for the given string should be a2b3d2g2...
  • Q3. Questions regarding memory allocation layout in C
  • Q4. Questions on Code lifecycle. Like, what is assembly code? what are macros?
Round 2 - Manegerial round 

(2 Questions)

  • Q1. Detailed questions regarding what is sprint, what is iteration? what is a story? what is a scrum? what is the role of scrum master?
  • Q2. Explain waterfall model
  • Ans. 

    Waterfall model is a linear sequential approach to software development.

    • It follows a sequential process where each phase must be completed before moving to the next one.

    • It is a rigid model and changes cannot be made easily once a phase is completed.

    • It is suitable for projects with well-defined requirements and a clear understanding of the end product.

    • Phases include requirements gathering, design, implementation, testin...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Application Developer interview:
  • C
Interview preparation tips for other job seekers - Prepare how the memory layout works in C.
And have hands on practice writing small small C codes.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is sql and plsql?
  • Ans. 

    SQL is a language used for managing and querying databases, while PL/SQL is an extension of SQL used for procedural programming.

    • SQL stands for Structured Query Language and is used for managing and querying relational databases.

    • PL/SQL stands for Procedural Language/SQL and is an extension of SQL that adds procedural programming capabilities.

    • SQL is used to retrieve and manipulate data in databases using queries like SEL...

  • Answered by AI
  • Q2. Sql plsql data strucntire and differences
  • Ans. 

    SQL is a language used to manage and query databases, PL/SQL is an extension that adds procedural programming capabilities.

    • SQL is used for querying and manipulating data in databases.

    • PL/SQL is a procedural language extension for SQL, allowing for more complex logic and programming capabilities.

    • Data structures in SQL refer to the way data is organized and stored in tables.

    • PL/SQL allows for the creation of custom data st...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Difference beyween fporms and reports
  • Ans. 

    Forms are used to input data while reports are used to display data.

    • Forms are used to collect and input data into a system.

    • Reports are used to display and present data in a structured format.

    • Forms are interactive and allow users to input data, while reports are static and provide information based on the data entered.

    • Examples: A registration form on a website vs. a sales report generated from a database.

  • Answered by AI
  • Q2. Oracle forms, rice components. workflows and all

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain fi to sd intigration
  • Ans. 

    FI to SD integration refers to the integration between SAP Financials (FI) and Sales and Distribution (SD) modules.

    • FI and SD are two important modules in SAP ERP system

    • FI module deals with financial transactions and accounting

    • SD module deals with sales and distribution processes

    • Integration between FI and SD modules ensures that financial transactions are accurately recorded for sales and distribution activities

    • Examples...

  • Answered by AI
  • Q2. Explain about tickets
  • Ans. 

    Tickets are a means of tracking and managing tasks or issues within a system.

    • Tickets can be created by users or automatically generated by the system.

    • They typically include information such as a title, description, priority level, and status.

    • Tickets can be assigned to specific individuals or teams for resolution.

    • They are commonly used in software development, customer support, and project management.

    • Examples of ticketi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Application Developer interview:
  • GL
  • Ap
  • Accounts Receivable
  • Asset Management
Interview preparation tips for other job seekers - practice on tickets
practice on configuration of GL ,AP ,AR and Asset account

Eviden Interview FAQs

How many rounds are there in Eviden Application Developer interview?
Eviden interview process usually has 3 rounds. The most common rounds in the Eviden interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Eviden Application Developer 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 Eviden. The most common topics and skills that interviewers at Eviden expect are Javascript, SQL, Coding, Digital Transformation and Application Support.
What are the top questions asked in Eviden Application Developer interview?

Some of the top questions asked at the Eviden Application Developer interview -

  1. 3.Applications of python 4.What is pep8 5.What is the full form of CSS 6.Take i...read more
  2. 1.self introduction 2.Advantages of pyt...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Eviden interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Eviden Application Developer Salary
based on 93 salaries
₹2.5 L/yr - ₹10 L/yr
40% less than the average Application Developer Salary in India
View more details

Eviden Application Developer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

3.2

Skill development

3.8

Work-Life balance

3.8

Salary & Benefits

3.0

Job Security

4.0

Company culture

3.2

Promotions/Appraisal

2.8

Work Satisfaction

Explore 3 Reviews and Ratings
APPLICATION DEVELOPER

Pune

1-5 Yrs

₹ 2.5-11 LPA

APPLICATION DEVELOPER

Pune

10-12 Yrs

Not Disclosed

Explore more jobs
Associate Consultant
8.7k salaries
unlock blur

₹1.9 L/yr - ₹11.6 L/yr

Consultant
3.9k salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Associate
1.7k salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Senior Consultant
1.2k salaries
unlock blur

₹10 L/yr - ₹38.1 L/yr

Senior Associate
1.1k salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Explore more salaries
Compare Eviden with

TCS

3.7
Compare

Infosys

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