Upload Button Icon Add office photos

Filter interviews by

Arcon TechSolutions Senior Software Developer Interview Questions and Answers

Updated 1 Aug 2024

Arcon TechSolutions Senior Software Developer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. What is API attributes
  • Ans. 

    API attributes are properties or characteristics of an API that define its behavior and functionality.

    • API attributes can include things like authentication methods, request/response formats, rate limits, and error handling.

    • Examples of API attributes include JSON or XML as request/response formats, OAuth2 as an authentication method, and a maximum of 1000 requests per hour as a rate limit.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your salary expectations
  • Ans. 

    My salary expectations are in line with industry standards for a Senior Software Developer role.

    • Research industry standards for Senior Software Developer salaries in the local area

    • Consider years of experience, skills, and qualifications when determining salary expectations

    • Be prepared to negotiate based on the overall compensation package offered

  • Answered by AI

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is the role of cluster load balancing in Node.js?
  • Q2. What is the CQRS (Command Query Responsibility Segregation) design pattern?
  • Q3. How do transactions work in a database?
  • Q4. How does durability function in ACID databases?
Round 2 - One-on-one 

(3 Questions)

  • Q1. What are the advantages of using a microservice architecture?
  • Q2. How does replication work in a database?
  • Q3. Why CQRS works
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Mvc arch & life cycle and basic oops & experianced based
  • Q2. All sql practical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - dont attend cts very bad experiance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 2 - Technical 

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 3 - HR 

(2 Questions)

  • Q1. Company related questions
  • Q2. Questions based on previous experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Microservice Architecture
  • Q2. Rest api vs soap api
  • Ans. 

    REST API is lightweight, flexible, and widely used, while SOAP API is more rigid and heavy.

    • REST API uses standard HTTP methods like GET, POST, PUT, DELETE, while SOAP API uses XML for communication.

    • REST API is stateless and can be cached, making it faster, while SOAP API is stateful and requires more bandwidth.

    • REST API is easier to implement and understand, while SOAP API has more built-in security features.

    • Examples: R

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is dependancy Injection?
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of a class are provided from the outside rather than created within the class itself.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between classes

    • Improves code reusability and maintainability

    • Commonly implemented using frameworks like Spring in Java

  • Answered by AI
  • Q2. How We maintain security in Application?
  • Ans. 

    Maintaining security in applications involves implementing encryption, authentication, authorization, and regular security audits.

    • Implement encryption to protect data in transit and at rest

    • Use strong authentication mechanisms like multi-factor authentication

    • Implement proper authorization controls to restrict access to sensitive data

    • Regularly conduct security audits and penetration testing to identify vulnerabilities

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Project related questions, database basic questions, python basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover all basic concepts and coding
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Regarding SQL i Cleared my Test
  • Q2. What is CTE ? And Write a Sample Query ?
  • Ans. 

    CTE stands for Common Table Expressions, used to create temporary result sets within a SQL query.

    • CTE is defined using the WITH keyword in SQL.

    • It helps in simplifying complex queries by breaking them into smaller, more manageable parts.

    • CTEs can reference themselves recursively, making them useful for hierarchical data.

    • Example: WITH cte AS (SELECT * FROM table_name) SELECT * FROM cte;

  • Answered by AI
  • Q3. Print Numbers between 1 to 20 , even/odd numbers
  • Ans. 

    Print even and odd numbers between 1 to 20.

    • Iterate from 1 to 20 and check if the number is even or odd.

    • Use a conditional statement to determine if the number is even or odd.

    • Print the number along with its type (even or odd).

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

(1 Question)

  • Q1. Max of the Questions which interviewer was asked i answered well

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior Software Developer interview:
  • SQL Server
  • Performance Tuning

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the difference between map and flat map
  • Ans. 

    Map transforms each element of a collection, while flatMap transforms each element into a new collection and flattens the result.

    • Map applies a function to each element of a collection and returns a new collection with the results

    • FlatMap applies a function that returns a collection to each element of a collection, then flattens the result into a single collection

    • Example: map([1, 2, 3], x => [x, x+1]) returns [[1, 2], [2...

  • Answered by AI
  • Q2. What is the difference between comparable and comparator
  • Ans. 

    Comparable is an interface used for comparing objects, while Comparator is a separate class used for custom sorting.

    • Comparable is implemented by the class whose objects need to be compared, while Comparator is a separate class used for custom sorting.

    • Comparable has a single method, compareTo(), which is used to compare objects, while Comparator has a method, compare(), for custom sorting logic.

    • Comparable is used for na...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Java and spring boot questions
  • Q2. Sort the array in ascending order
  • Ans. 

    Sorts an array of strings in ascending order.

    • Use a sorting algorithm like bubble sort, insertion sort, or quicksort.

    • Compare adjacent elements and swap them if they are in the wrong order.

    • Repeat the process until the array is sorted.

  • Answered by AI
  • Q3. Java collections questions
  • Q4. Project agile , cicdpipeline
Round 2 - Technical 

(1 Question)

  • Q1. Brush up java and spring and sorting questions

Skills evaluated in this interview

Arcon TechSolutions Interview FAQs

How many rounds are there in Arcon TechSolutions Senior Software Developer interview?
Arcon TechSolutions interview process usually has 2 rounds. The most common rounds in the Arcon TechSolutions interview process are Technical and HR.
How to prepare for Arcon TechSolutions Senior Software 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 Arcon TechSolutions. The most common topics and skills that interviewers at Arcon TechSolutions expect are .Net, ASP.Net, Javascript, MVC and SQL Server.

Tell us how to improve this page.

Arcon TechSolutions Senior Software Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Arcon TechSolutions Senior Software Developer Salary
based on 30 salaries
₹7 L/yr - ₹16.1 L/yr
19% less than the average Senior Software Developer Salary in India
View more details

Arcon TechSolutions Senior Software Developer Reviews and Ratings

based on 5 reviews

3.1/5

Rating in categories

3.6

Skill development

2.9

Work-life balance

3.4

Salary

3.9

Job security

2.9

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 5 Reviews and Ratings
Software Developer
113 salaries
unlock blur

₹3.9 L/yr - ₹13.9 L/yr

Team Lead
33 salaries
unlock blur

₹7 L/yr - ₹26.5 L/yr

Senior Software Developer
30 salaries
unlock blur

₹7 L/yr - ₹16.1 L/yr

Implementation Engineer
28 salaries
unlock blur

₹3.3 L/yr - ₹12 L/yr

Technical Lead
19 salaries
unlock blur

₹14 L/yr - ₹30.3 L/yr

Explore more salaries
Compare Arcon TechSolutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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