Upload Button Icon Add office photos
Engaged Employer

i

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

Solid Systems Global Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 67 Reviews

Filter interviews by

Solid Systems Global Technical Engineer 1 Interview Questions and Answers

Updated 24 Feb 2024

Solid Systems Global Technical Engineer 1 Interview Experiences

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker Rank test, problem solving. Java 8

Round 2 - Technical 

(4 Questions)

  • Q1. Java 8 feature related questions.
  • Q2. Jvm architecture and memory management
  • Q3. Sql self join query and query tuning
  • Q4. Spring boot microservices design pattern discussion
Round 3 - Technical 

(4 Questions)

  • Q1. Problem solving based on java and case study
  • Q2. Team handling and management skills
  • Q3. Docker and Orchetratetion framework
  • Q4. Aws cloud and cicd and related technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fundamental, spring boot and microservices
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company

Round 1 - Group Discussion 

Talk about one of three topics for 2 mins

Round 2 - Technical 

(2 Questions)

  • Q1. What is DHCP and why do we use it what is dns How does DHCP work in a network What is the role of a router What is a gateway How to boot into safemode
  • Ans. 

    DHCP is a network protocol that automatically assigns IP addresses to devices, DNS translates domain names to IP addresses, routers connect networks, gateways connect networks with different protocols, booting into safe mode allows troubleshooting.

    • DHCP automatically assigns IP addresses to devices on a network

    • DNS translates domain names to IP addresses for easier access

    • Routers connect different networks together to ena...

  • Answered by AI
  • Q2. What is IP address What are the classes of IP What is workgroup and domain What is BSOD What is 32 bit and 64 bit OS SSD vs HDD explain windows boot process System keeps restarting. Steps to resolve how to...
  • Ans. 

    IP address is a unique identifier assigned to each device connected to a network. Classes of IP include A, B, C, D, and E. Workgroup and domain are network organization structures. BSOD is Blue Screen of Death.

    • IP address is a unique numerical label assigned to each device on a network

    • Classes of IP include A, B, C, D, and E with different ranges of addresses

    • Workgroup is a peer-to-peer network where each computer has its...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Technical Support Engineer interview:
  • Troubleshooting
  • A+
  • N+
Interview preparation tips for other job seekers - Prepare well, practice self-intro and roles and responsibilities, be on time. Good LUCK!!!

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. SOA vs Micro Service
  • Ans. 

    SOA focuses on large, monolithic services while Microservices are small, independent services.

    • SOA is a centralized architecture with shared services, while Microservices are decentralized with each service having its own database.

    • SOA is typically implemented using ESB (Enterprise Service Bus), while Microservices communicate via lightweight protocols like HTTP or messaging queues.

    • SOA is more suitable for large enterpri...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 4 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 

(1 Question)

  • Q1. About Project explanation in detailed Dot net core - what is middleware, authorization process, dependency injection, pattern used in your project and explain it, any code scan tool used , how code review...
Round 3 - Technical 

(1 Question)

  • Q1. Different cache techniques used, authorization , coding test (given a list of string [{"babel" , baxxxx , baeeee},{"sabel,saxxxx"} and we have to get which one is having longest count of same prefix) SQL ...
Round 4 - HR 

(1 Question)

  • Q1. General question only and if you will be selected. Salary - Gratuity , insurance and food are deducted from salary 10% Variable pay

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared on coding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Language prificiency
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2023. There were 3 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. C#,. Netcore basics
Round 3 - Coding Test 

Code for linked list duplicate removal

Interview Preparation Tips

Topics to prepare for Mphasis Technical Lead interview:
  • . Netcore
  • C#.Net
Interview preparation tips for other job seekers - Prepare for the worst scenarios

I applied via Naukri.com and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Expectations of the salary
  • Q2. Sccm basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Government job

I applied via Approached by Company and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. What and why IOC Container in spring
  • Ans. 

    IOC Container is a core feature of Spring Framework that manages the dependencies between objects.

    • IOC stands for Inversion of Control

    • It is used to achieve loose coupling between objects

    • It allows objects to be created and wired together by an external framework

    • It reduces the amount of code needed for configuration and maintenance

    • Examples of IOC Containers in Spring are ApplicationContext and BeanFactory

  • Answered by AI
  • Q2. Why we use @Value in spring boot
  • Ans. 

    We use @Value in Spring Boot to inject values from properties files or environment variables.

    • Allows for external configuration of application properties

    • Values can be injected from properties files or environment variables

    • Can be used to inject values into fields, constructors, or methods

    • Example: @Value("${my.property}") private String myProperty;

  • Answered by AI
  • Q3. Difference between SQL and Non-SQL database
  • Ans. 

    SQL databases are relational and use structured data, while NoSQL databases are non-relational and use unstructured data.

    • SQL databases use tables with predefined schema, while NoSQL databases use documents, key-value pairs, or graphs.

    • SQL databases are better for complex queries and data analysis, while NoSQL databases are better for scalability and flexibility.

    • Examples of SQL databases include MySQL, Oracle, and Postgr...

  • Answered by AI
  • Q4. Give real time scenario where have you used abstract class and interface
  • Ans. 

    Abstract classes and interfaces are used to achieve abstraction and provide a blueprint for classes to implement.

    • Used abstract class to create a base class for different types of vehicles, with common properties and methods.

    • Used interface to define a contract for different payment methods, with each method implementing its own logic.

    • Abstract classes are used when we want to provide a default implementation for some met...

  • Answered by AI
  • Q5. How did you handle authentication and authorization in project
  • Ans. 

    Authentication and authorization were handled using a combination of technologies and protocols.

    • Used OAuth 2.0 for authentication

    • Implemented role-based access control for authorization

    • Stored user credentials securely using bcrypt hashing algorithm

    • Used JSON Web Tokens (JWT) for session management

    • Implemented two-factor authentication for sensitive operations

  • Answered by AI
  • Q6. How will you encrypt customer information including SSN and others
  • Ans. 

    Customer information will be encrypted using industry-standard encryption algorithms and stored securely.

    • Use industry-standard encryption algorithms such as AES or RSA

    • Ensure that encryption keys are securely stored and managed

    • Implement secure storage mechanisms such as hashing and salting

    • Regularly review and update encryption protocols to ensure they remain secure

  • Answered by AI
  • Q7. Why Serialization used
  • Ans. 

    Serialization is used to convert complex data structures into a format that can be easily transmitted or stored.

    • Serialization allows data to be sent over a network or saved to a file.

    • It enables objects to be stored in a database or memory.

    • Serialization is used in web services, messaging systems, and distributed computing.

    • Examples include JSON, XML, and binary formats like Protocol Buffers and Apache Avro.

  • Answered by AI
  • Q8. Do you have any experience with Jenkins and Cloud Deployement
  • Ans. 

    Yes, I have experience with Jenkins and Cloud Deployment.

    • I have used Jenkins for continuous integration and continuous deployment.

    • I have experience with setting up Jenkins pipelines for automated deployment.

    • I have worked with cloud platforms like AWS and Azure for deploying applications.

    • I have used tools like Ansible and Terraform for infrastructure automation.

    • I have experience with containerization using Docker and Ku...

  • Answered by AI
  • Q9. Have you used Logging mechanism
  • Ans. 

    Yes, logging is an essential part of software development.

    • Logging helps in debugging and troubleshooting issues.

    • It provides a record of events and actions taken by the system.

    • It helps in monitoring system performance and identifying bottlenecks.

    • Examples of logging mechanisms include log4j, syslog, and ELK stack.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Technical Lead interview:
  • Java, Spring, Spring, Securrity
  • Web Services
  • Cloud Deployement
  • Microservices
  • JPA
  • Hibernate
Interview preparation tips for other job seekers - Basic questions asked from Resume based on the the technical skill set shown.
Need to be confident and give point to point answer.

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Screening your profile
Round 3 - Technical 

(1 Question)

  • Q1. About ur technical experience
  • Ans. Be updated on ur content on resume
  • Answered Anonymously
Round 4 - Technical 

(1 Question)

  • Q1. Manger round - technical experience and product your going to work with

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary discussion and conclusion.please be ready to have ur expected salary relieved

Solid Systems Global Interview FAQs

How many rounds are there in Solid Systems Global Technical Engineer 1 interview?
Solid Systems Global interview process usually has 1 rounds. The most common rounds in the Solid Systems Global interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
View all
Customer Support Executive
13 salaries
unlock blur

₹1.6 L/yr - ₹4.4 L/yr

Technical Support Engineer
13 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Team Lead
8 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Senior Associate
7 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Senior Technical Support Engineer
6 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Explore more salaries
Compare Solid Systems Global with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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