Upload Button Icon Add office photos

Filter interviews by

Solartis Technology Services Configuration Engineer Interview Questions and Answers

Updated 18 Jun 2024

Solartis Technology Services Configuration Engineer Interview Experiences

2 interviews found

Configuration Engineer Interview Questions & Answers

user image Shanmuga Sundaram

posted on 18 Jun 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was aptitude and logical reasoning, where 30 mcqs was given which we need to complete within 20 mins.

Round 2 - Technical 

(2 Questions)

  • Q1. They will ask some basic SQL queries
  • Q2. Questions regarding JSON
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic personality related questions
  • Q2. Questions from resume and they will assess your communication skill and the way you respond to scenario based questions.

Interview Preparation Tips

Topics to prepare for Solartis Technology Services Configuration Engineer interview:
  • SQL
  • JSON
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

It was a analytical mcq 0f 30q, and we need to complete within 20min

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Some questions about my internship experience about my project

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with confident

Configuration Engineer Interview Questions Asked at Other Companies

asked in ALTEN
Q1. What are aerospace standards
asked in UST
Q2. oops principles?

Interview questions from similar companies

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

(1 Question)

  • Q1. What is Linked List
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.

    • Consists of nodes connected by pointers

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Allows for dynamic size and efficient insertion/deletion operations

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. IAM & PAM Operations
  • Q2. Related to Sailpoint

Interview Preparation Tips

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the modules worked on Facets?
  • Q2. What is Dental claim processing?
Round 2 - HR 

(2 Questions)

  • Q1. What is your work experience
  • Ans. 

    I have 5 years of experience working as a software engineer in various industries.

    • Developed web applications using Java, Spring, and AngularJS

    • Led a team of developers in a successful project delivery

    • Implemented CI/CD pipelines to automate software deployment

    • Worked on improving system performance and scalability

  • Answered by AI
  • Q2. Is working timing flexible

Interview Preparation Tips

Topics to prepare for Programmers.io Software Engineer interview:
  • Facets
  • Oracle SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions on Javascript

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding questions were asked
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed before Jan 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. Innumerable and iqueryable
  • Q2. What is dot net core life cycle
  • Ans. 

    Dot net core life cycle is the process of initializing, executing, and disposing of an application.

    • The life cycle starts with application startup and ends with application shutdown.

    • It includes various stages such as configuration, dependency injection, middleware pipeline, and request processing.

    • During the life cycle, the application can handle events such as exceptions, shutdown, and restart.

    • The life cycle can be cust...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should prepare basic questions and there will be 2 technical round.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Define hooks and its use cases
  • Ans. 

    Hooks are functions that allow developers to use state and other React features in functional components.

    • Hooks are introduced in React 16.8 to allow state and other React features in functional components.

    • Use cases include managing state, using lifecycle methods, and accessing context in functional components.

    • Examples of hooks include useState, useEffect, useContext, and custom hooks created by developers.

  • Answered by AI
  • Q2. Difference between null and undefined
  • Ans. 

    Null is a value that represents the absence of a value, while undefined means a variable has been declared but not assigned a value.

    • Null is a value that can be assigned to a variable to indicate that it has no value.

    • Undefined is a type that is automatically assigned to variables that have been declared but not initialized.

    • Null is a deliberate assignment by the programmer, while undefined is a default value assigned by ...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. C++ concept, oops, file handling, exception handling
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of Triggers in ADF
  • Ans. 

    Types of triggers in Azure Data Factory include schedule, tumbling window, event-based, and manual.

    • Schedule trigger allows you to run pipelines on a specified schedule

    • Tumbling window trigger runs pipelines at specified time intervals

    • Event-based trigger runs pipelines based on events like file arrival or HTTP request

    • Manual trigger allows you to manually trigger pipeline runs

  • Answered by AI

Skills evaluated in this interview

Solartis Technology Services Interview FAQs

How many rounds are there in Solartis Technology Services Configuration Engineer interview?
Solartis Technology Services interview process usually has 2-3 rounds. The most common rounds in the Solartis Technology Services interview process are Aptitude Test, One-on-one Round and Technical.
What are the top questions asked in Solartis Technology Services Configuration Engineer interview?

Some of the top questions asked at the Solartis Technology Services Configuration Engineer interview -

  1. Questions from resume and they will assess your communication skill and the way...read more
  2. They will ask some basic SQL quer...read more
  3. Questions regarding J...read more

Tell us how to improve this page.

Solartis Technology Services Configuration Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 79 Interviews
Programmers.io Interview Questions
4.2
 • 25 Interviews
Diverse Lynx Interview Questions
3.7
 • 19 Interviews
Egen Interview Questions
3.6
 • 17 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all
Operations Associate
260 salaries
unlock blur

₹1 L/yr - ₹2.6 L/yr

Software Engineer
174 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Business Analyst
104 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Process Associate
97 salaries
unlock blur

₹1.4 L/yr - ₹2.4 L/yr

Senior Associate Operations
79 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Explore more salaries
Compare Solartis Technology Services with

Mobile Programming

2.9
Compare

Diverse Lynx

3.7
Compare

Arcesium

3.5
Compare

Apps Associates

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