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
4.2

based on 701 Reviews

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

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Is sql necessary for your project ?
  • Ans. 

    SQL is necessary for most projects involving databases to manage and query data efficiently.

    • SQL is essential for creating, updating, and querying databases in most projects.

    • Without SQL, it would be challenging to interact with databases and retrieve specific data.

    • Examples of SQL commands include SELECT, INSERT, UPDATE, and DELETE.

    • SQL can help optimize database performance and ensure data integrity.

  • Answered by AI
  • Q2. What is Hql ?
  • Ans. 

    HQL stands for Hibernate Query Language, a query language similar to SQL but used for Hibernate ORM framework.

    • HQL is used to perform database operations in Hibernate ORM framework.

    • It is similar to SQL but operates on Hibernate objects instead of database tables.

    • HQL queries are written in Hibernate-specific syntax.

    • Example: 'FROM Employee e WHERE e.department = :dept'

    • HQL queries are translated into SQL queries by Hiberna

  • Answered by AI
  • Q3. What are views ?
  • Ans. 

    Views in Java are user interface components that display data from a model in a specific format.

    • Views are used to represent the user interface in Java applications.

    • They display data from a model in a visually appealing format.

    • Examples include buttons, text fields, labels, and checkboxes.

  • Answered by AI
  • Q4. What are cross joins ?
  • Ans. 

    Cross joins are a type of join operation in SQL that combines each row from one table with each row from another table.

    • Cross joins do not have a join condition specified, resulting in a Cartesian product of the two tables.

    • They can be used when you want to combine every row from one table with every row from another table.

    • Cross joins can lead to a large result set if the tables being joined have many rows.

  • Answered by AI
  • Q5. Difference between delete and truncate
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command, while truncate is a DDL command.

    • Delete can be rolled back, while truncate cannot be rolled back.

    • Delete fires triggers, while truncate does not fire triggers.

    • Delete is slower as it logs individual row deletions, while truncate is faster as it logs the deallocation of the data pages.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Parexel International Java Developer interview:
  • SQL
  • Advanced Java
  • Spring Framework
Interview preparation tips for other job seekers - Mostly asked about Sql. and java 8 features. and some what basic annotations of spring boot

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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal question of reasoning and maths

Round 2 - Coding Test 

Sorting arraylist , sorted map

Interview Preparation Tips

Interview preparation tips for other job seekers - Core Java questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the diff between Master Detail And Lookup
  • Ans. 

    Master Detail is a strict parent-child relationship where the child record is deleted when the parent record is deleted. Lookup is a looser relationship where the child record can exist without the parent record.

    • Master Detail is a required relationship, while Lookup is not required.

    • Master Detail relationship helps in maintaining data integrity by enforcing referential integrity, while Lookup does not enforce referentia...

  • Answered by AI
  • Q2. What is Org wide Default
  • Ans. 

    Org wide Default is the baseline level of access that all users have to records in Salesforce.

    • Org wide Default determines the default level of access to records for all users in an organization

    • It can be set to Private, Public Read Only, Public Read/Write, or Controlled by Parent

    • Org wide Default settings can be adjusted in the Sharing Settings of Salesforce

    • For example, setting Org wide Default to Public Read Only allows

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Question Related to C language

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Altered the skills and question's from Resume
Round 2 - Technical 

(1 Question)

  • Q1. Multithreading and Method Overriding
Round 3 - Technical 

(1 Question)

  • Q1. Asynchronous JavaScript
Round 4 - HR 

(1 Question)

  • Q1. It's all about figures
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to optimise react applications
  • Ans. 

    Optimising react applications involves code splitting, lazy loading, using production build, minimizing bundle size, and optimizing images.

    • Implement code splitting to load only necessary code for each route or component

    • Utilize lazy loading to load components only when needed

    • Use production build for better performance

    • Minimize bundle size by removing unnecessary dependencies and code

    • Optimize images by compressing them an

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic Javascript and React related questions. 1 DSA and simple System design question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the OOPs concept
  • Ans. 

    OOPs concepts are fundamental principles of Object-Oriented Programming, including Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
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 - 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

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.

Join ICON Plc Clinical Research. Evolved.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IQVIA Interview Questions
3.9
 • 452 Interviews
View all

Fast track your campus placements

View all
Senior Clinical Data Coordinator
129 salaries
unlock blur

₹6.3 L/yr - ₹14.8 L/yr

Clinical Data Coordinator
89 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Drug Safety Associate
82 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

tmf specialist
64 salaries
unlock blur

₹2.5 L/yr - ₹5.8 L/yr

Clinical Data Coordinator 2
62 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Explore more salaries
Compare ICON Plc with

Parexel International

3.9
Compare

Fortrea Development India Private Limited

4.0
Compare

PPD

4.2
Compare

Syneos Health

3.9
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