Premium Employer

i

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

ICON Plc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ICON Plc ASP.NET Web Developer Interview Questions and Answers

Updated 19 Aug 2024

ICON Plc ASP.NET Web Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Explain routing
  • Ans. 

    Routing is the process of matching incoming HTTP requests to a specific action or resource in an ASP.NET application.

    • Routing determines which controller and action method should handle a request

    • Routes are defined in the RouteConfig.cs file in ASP.NET MVC applications

    • Routes can include parameters that are passed to the action method

    • Routing can be used to create user-friendly URLs

  • Answered by AI
  • Q2. Explain the query for updating salary
  • Ans. 

    To update salary, use SQL UPDATE statement with SET clause and WHERE clause to specify the salary to be updated.

    • Use UPDATE statement with SET clause to specify the new salary value

    • Use WHERE clause to specify the condition for which salary to update

    • Example: UPDATE employees SET salary = 60000 WHERE department = 'IT'

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate ASP.NET Web Developer with 5 years of experience in developing web applications.

    • Experienced in ASP.NET, C#, HTML, CSS, JavaScript, and SQL

    • Strong understanding of MVC architecture

    • Developed responsive and user-friendly web applications

    • Familiar with Agile development methodologies

  • Answered by AI
  • Q2. Can you work under pressure?
  • Ans. 

    Yes, I thrive in high-pressure situations and use it as motivation to deliver quality work efficiently.

    • I have experience working on tight deadlines and delivering projects on time.

    • I am able to prioritize tasks effectively and remain calm under pressure.

    • I have successfully handled high-stress situations in the past, such as resolving critical issues during a website launch.

    • I believe pressure can bring out the best in me

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Round 1 - Coding Test 

Array, String are core point for interview, html css , sql will be plus point

Round 2 - HR 

(1 Question)

  • Q1. What if you stuck in middle of assign task? how you gonna tackle it
  • Ans. 

    If stuck in the middle of an assigned task, I would follow a systematic approach to tackle it.

    • Analyze the problem and identify the specific issue causing the blockage

    • Break down the task into smaller subtasks and prioritize them

    • Seek help or guidance from colleagues or seniors if necessary

    • Research and gather relevant information or resources to overcome the obstacle

    • Experiment with different solutions and evaluate their e...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - question are based on Array and string
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Anagram of two strings in java
  • Ans. 

    Java program to check if two strings are anagrams

    • Create a function that takes two strings as input

    • Convert both strings to character arrays and sort them

    • Check if the sorted arrays are equal to determine if they are anagrams

  • Answered by AI
  • Q2. Insert and select query in MySQL
  • Ans. 

    Insert and select data in MySQL using SQL queries

    • Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data

    • Use SELECT * FROM table_name; to select all data from a table

    • Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition

  • Answered by AI
  • Q3. Get and Post APIs in rest
  • Ans. 

    GET and POST are HTTP methods used in REST APIs for retrieving and sending data.

    • GET method is used to retrieve data from a server

    • POST method is used to send data to a server

    • GET requests are idempotent, while POST requests are not

    • GET requests should only be used for retrieving data, not for modifying data

    • Example: GET request to retrieve a list of users - GET /users

    • Example: POST request to create a new user - POST /users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical round and there were three panelists. Started with alot of database questions and core java question. Prepare well about your project working in the company. I couldn't clear this round recieved rejection mail after two weeks.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Selected for developer role in MDM project ..concepts of match and merge In Reltio MDM,Reltio APi details and basic SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not stress out ,answer interview questions calmly .Try to make them understand your answers.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic of language and angular
  • Q2. Oops angular mvc
Round 3 - HR 

(2 Questions)

  • Q1. About introduction and project
  • Q2. Introduce yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. 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 - Technical 

(2 Questions)

  • Q1. Singleton in java code. multithreading, spring boot questions.
  • Q2. SQL queries for finding highest salary
  • Ans. 

    SQL queries to find highest salary

    • Use the MAX() function to find the highest salary

    • Combine with the SELECT statement to retrieve the corresponding employee details

    • Use the ORDER BY clause to sort the results in descending order

    • Use the LIMIT clause to limit the number of results returned

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and learn all the core concepts of java and spring boot

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 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 

It was an aptitude test

Round 3 - Technical 

(2 Questions)

  • Q1. It was technical test
  • Q2. Sort an array with numbers
  • Ans. 

    Use a sorting algorithm like quicksort or mergesort to rearrange the numbers in ascending or descending order.

    • Implement a sorting algorithm like quicksort, mergesort, or bubblesort to rearrange the numbers in the array.

    • Ensure the algorithm is efficient and handles edge cases like empty arrays or arrays with duplicate numbers.

    • Test the sorting function with different arrays to verify its correctness.

    • Example: [5, 2, 9, 1,

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IQVIA Software Engineer interview:
  • DSA
  • Aml

Skills evaluated in this interview

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

Coding Test- Average standard questions

Round 2 - Technical 

(2 Questions)

  • Q1. API related questions
  • Q2. Authentication/Authorization questions
Round 3 - Technical 

(2 Questions)

  • Q1. Performance improvement related questions
  • Q2. SQL query given
Round 4 - HR 

(1 Question)

  • Q1. Normal HR discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well!
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(3 Questions)

  • Q1. What was the challenge you faced in your project
  • Q2. What is your expected salary
  • Q3. How long would you stay here if you are given an opportunity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was of moderate level.

Round 2 - Coding Test 

One coding question was given.

Round 3 - One-on-one 

(2 Questions)

  • Q1. DSA questions were asked
  • Q2. Javascript questions

ICON Plc Interview FAQs

How many rounds are there in ICON Plc ASP.NET Web Developer interview?
ICON Plc interview process usually has 2 rounds. The most common rounds in the ICON Plc interview process are Technical and HR.
What are the top questions asked in ICON Plc ASP.NET Web Developer interview?

Some of the top questions asked at the ICON Plc ASP.NET Web Developer interview -

  1. Explain the query for updating sal...read more
  2. Explain rout...read more

Tell us how to improve this page.

ICON Plc ASP.NET Web Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join ICON Plc Clinical Research. Evolved.

Interview Questions from Similar Companies

IQVIA Interview Questions
3.9
 • 472 Interviews
Syneos Health Interview Questions
3.8
 • 46 Interviews
Equinox Labs Interview Questions
3.8
 • 34 Interviews
View all

Fast track your campus placements

View all
Senior Clinical Data Coordinator
134 salaries
unlock blur

₹6.3 L/yr - ₹14 L/yr

Drug Safety Associate
94 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Clinical Data Coordinator
91 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

tmf specialist
78 salaries
unlock blur

₹2.5 L/yr - ₹5.8 L/yr

Clinical Data Coordinator 2
64 salaries
unlock blur

₹5 L/yr - ₹9.3 L/yr

Explore more salaries
Compare ICON Plc with

IQVIA

3.9
Compare

Syngene International

3.9
Compare

Aragen Life Sciences

4.0
Compare

SAI Life Sciences

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