Upload Button Icon Add office photos

Filter interviews by

Agicent Technologies Software Engineer Interview Questions, Process, and Tips

Updated 27 Jun 2024

Top Agicent Technologies Software Engineer Interview Questions and Answers

Agicent Technologies Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Ask coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Based role depended
Round 3 - Technical 

(1 Question)

  • Q1. Project manager
Round 4 - HR 

(1 Question)

  • Q1. Sallary discuss

I was interviewed in Oct 2021.

Interview Questionnaire 

4 Questions

  • Q1. What is oops Concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm that uses objects to design applications and programs.

    • OOPs focuses on creating reusable code and organizing it into objects.

    • It involves the concepts of inheritance, encapsulation, and polymorphism.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Encapsulation is the process of hiding data and methods within a class.

    • Polymorphism ...

  • Answered by AI
  • Q2. Why use inheritence?
  • Ans. 

    Inheritance allows for code reuse and promotes polymorphism.

    • Inheritance allows for creating a new class from an existing class.

    • The new class can inherit all the properties and methods of the existing class.

    • Inheritance promotes code reuse and reduces code duplication.

    • Inheritance also allows for polymorphism, where objects of different classes can be treated as if they are of the same class.

    • For example, a Car class can i...

  • Answered by AI
  • Q3. Difference b/w string , StringBuilder , Stringbuffer
  • Ans. 

    String is immutable, StringBuilder and StringBuffer are mutable. StringBuffer is thread-safe.

    • String is immutable, meaning its value cannot be changed once it is created.

    • StringBuilder and StringBuffer are mutable, meaning their values can be changed.

    • StringBuilder is not thread-safe, while StringBuffer is thread-safe.

    • Use StringBuilder when you don't need thread-safety, and StringBuffer when you do.

    • Example: String str = "...

  • Answered by AI
  • Q4. Why String is immutable ? what is string pooling?
  • Ans. 

    String is immutable to ensure thread safety and security. String pooling is a technique to reuse string literals.

    • Immutable strings prevent accidental modification and ensure thread safety.

    • String pooling reduces memory usage by reusing string literals.

    • String objects can be created using the new keyword, but it is not recommended.

    • StringBuffer and StringBuilder classes can be used for mutable strings.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keep calm don't be nervous just try your best. what ever you know just try to explain.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

They will ask questions on logic

Round 3 - Technical 

(3 Questions)

  • Q1. About technology you mentioned in resume
  • Q2. And arrays or condition based
  • Q3. String function
Round 4 - HR 

(1 Question)

  • Q1. About technology and previous company about work
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(1 Question)

  • Q1. Resume related questions
Round 2 - Technical 

(1 Question)

  • Q1. Technology related
Round 3 - One-on-one 

(1 Question)

  • Q1. Discuss everything

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance 0, long working hours 10 to 11 hours, 9 working hours + break.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical question
  • Q2. Basic opps and collection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Google meet in react they asked basics and node also must clear js

Interview Preparation Tips

Interview preparation tips for other job seekers - its nice
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reconcillation in react?
  • Ans. 

    Reconciliation in React is the process of updating the virtual DOM to match the actual DOM.

    • Reconciliation is the process of comparing the virtual DOM with the actual DOM and making necessary updates.

    • React uses a diffing algorithm to efficiently update the DOM without re-rendering everything.

    • Key prop is important for React to identify which items have changed, added, or removed during reconciliation.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How you see yourself in next 5 years?

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is promise?
  • Ans. 

    A promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() method.

    • Example: Fetching data from an API returns a promise that resolves with the data.

    • Example: Promises help avoid callback hell by providi...

  • Answered by AI
  • Q2. What is scope and how it differentiate?
  • Ans. 

    Scope refers to the visibility and accessibility of variables in a program.

    • Scope determines where in a program a variable can be accessed.

    • Global scope refers to variables that can be accessed anywhere in the program.

    • Local scope refers to variables that are only accessible within a specific block of code.

    • Variables declared within a function have local scope.

    • Scope can help prevent naming conflicts and improve code organi

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Diff b/w CTE and SubQuery
  • Ans. 

    CTE is a temporary result set that can be referenced within a query, while a subquery is a query nested within another query.

    • CTE stands for Common Table Expression and is defined using the WITH keyword.

    • CTEs can be referenced multiple times within a query.

    • Subqueries are enclosed in parentheses and can only be referenced once in a query.

    • Subqueries can be correlated or non-correlated.

    • CTEs are generally used for readabilit...

  • Answered by AI
  • Q2. What is middleware in mvc core
  • Ans. 

    Middleware in MVC Core is software components that are used to handle requests and responses in the application pipeline.

    • Middleware components are added to the application pipeline in the Startup class using the UseMiddleware method.

    • Each middleware component in the pipeline can inspect, modify, or short-circuit the request pipeline.

    • Middleware components can perform tasks such as authentication, logging, error handling,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - IT's good company to work for long time, All employees are good. And Salary always on time and flexible time

Skills evaluated in this interview

Agicent Technologies Interview FAQs

How many rounds are there in Agicent Technologies Software Engineer interview?
Agicent Technologies interview process usually has 4 rounds. The most common rounds in the Agicent Technologies interview process are Technical, Coding Test and HR.
What are the top questions asked in Agicent Technologies Software Engineer interview?

Some of the top questions asked at the Agicent Technologies Software Engineer interview -

  1. why String is immutable ? what is string pooli...read more
  2. Difference b/w string , StringBuilder , Stringbuf...read more
  3. why use inheritenc...read more

Tell us how to improve this page.

Agicent Technologies Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Agicent Technologies Software Engineer Salary
based on 9 salaries
₹2.2 L/yr - ₹5 L/yr
54% less than the average Software Engineer Salary in India
View more details

Agicent Technologies Software Engineer Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

2.7

Skill development

3.5

Work-life balance

2.7

Salary

2.7

Job security

3.1

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
Software Developer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IOS Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Agicent Technologies with

SPARX IT Solutions

3.6
Compare

Techugo

4.0
Compare

Promatics Technologies

3.0
Compare

Konstant Infosolutions

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