Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IBS Software Services Team. If you also belong to the team, you can get access from here

IBS Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

IBS Software Services Technical Architect Interview Questions and Answers

Updated 25 Sep 2024

IBS Software Services Technical Architect Interview Experiences

3 interviews found

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

(2 Questions)

  • Q1. Clustering in cassendra
  • Ans. 

    Clustering in Cassandra involves grouping together multiple nodes to improve performance, scalability, and fault tolerance.

    • Clustering is used to distribute data across multiple nodes in a Cassandra cluster.

    • It helps in achieving high availability and fault tolerance by replicating data across nodes.

    • Cassandra uses consistent hashing to determine which node will store a particular piece of data.

    • Data is partitioned into sm...

  • Answered by AI
  • Q2. Cloud Deployment strategies
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What Java class loaders?
  • Ans. 

    Java class loaders are responsible for loading classes during runtime.

    • Java class loaders are responsible for loading classes during runtime.

    • There are three types of class loaders: Bootstrap, Extension, and System.

    • Custom class loaders can also be created to load classes from non-standard sources.

    • Class loaders follow a delegation model where they first check if a class has already been loaded before attempting to load it...

  • Answered by AI
  • Q2. Questions on Microservices patterns?
Round 2 - Technical 

(2 Questions)

  • Q1. Explain architecture of your last project ?
  • Q2. Cloud technologies you are familiar with?
  • Ans. 

    I am familiar with AWS, Azure, and Google Cloud Platform.

    • Experience with AWS services such as EC2, S3, Lambda, and RDS

    • Familiarity with Azure services like Virtual Machines, Blob Storage, and Functions

    • Knowledge of Google Cloud Platform services such as Compute Engine, Cloud Storage, and Cloud Functions

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBS Software Services Technical Architect interview:
  • Advanced Java
  • Microservices
  • Cloud
  • Design
  • Architecture
  • Distributed Architecture
Interview preparation tips for other job seekers - There were basically two rounds, both technical

First round was technical with an Architect. It was scheduled for 45 minutes but lasted for 2 hours. It was mostly around distributed architecture and microservices, cloud and some advanced core Java. Difficulty was average.

Second round was with two principle architects. It was centered around design questions, cloud technologies and explaining architecture of the last project.

After confirming all the rounds are cleared and HR confirmed they will be releasing offer by EOD. They took another 2 weeks to communicate that position has been put on hold and won't be releasing the offer. Very confusing after 2 months of interviewing the position put on hold. Personally found very dubious and unprofessional company.

Best of Luck

Skills evaluated in this interview

Technical Architect Interview Questions Asked at Other Companies

asked in IBM
Q1. How to manage clients, how to handle critical issues with example
asked in IBM
Q2. how you handle non functional requirements ? how you do capacity ... read more
asked in IBM
Q3. What are different modernizations you did on Mainframes ?
asked in IBM
Q4. What architectural principles / methodologies you know ?
asked in Altimetrik
Q5. ASP.NET page life cycle and events in it and how page will be ren ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2022. There were 5 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 Resume tips
Round 2 - Coding Test 

Had to solve couple of problems online

Round 3 - Technical 

(1 Question)

  • Q1. Programming, Java, Spring, design patterns, database, messaging, tools
Round 4 - Technical 

(1 Question)

  • Q1. Application design, problem faced in different projects and solutions, General awareness of frameworks and tools.
Round 5 - HR 

(1 Question)

  • Q1. Salary Negotiation, company policies, insurance, joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Never stop learning. No one expects you to know everything but you need to maximize the probability of finding common topics with the interviewer to show them your depth and give them the confidence to make a positive decision.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Telecom domain related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just know your subject.

I applied via Naukri.com and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Docker, Logical puzzles, Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well around how to design principles

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical and Managerial questions
  • Q2. Panel would check if candidate is having relevant knowledge in the technology. Managerial round would see how flexible the candidate would be to the organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Leads are expected to present themselves confidently.

I was interviewed in May 2021.

Interview Questionnaire 

2 Questions

  • Q1. LTE L1 and L2
  • Q2. Advanced C , pointers, structures, static, etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for Advanced C and Radio LTE domain for all layers

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

Interview Questionnaire 

2 Questions

  • Q1. 1. Explain architecture of your project.
  • Q2. 2. How to do container orchestration
  • Ans. 

    Container orchestration involves managing and automating the deployment, scaling, and operation of containers.

    • Use a container orchestration tool like Kubernetes, Docker Swarm, or Apache Mesos

    • Define the desired state of your containers in a configuration file

    • Monitor and manage container health and resource usage

    • Automate scaling and load balancing

    • Ensure high availability and fault tolerance

    • Implement security measures

    • Use ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your project architecture understanding upto date.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Interview process

Interview Preparation Tips

Interview preparation tips for other job seekers - It was 2 rounds of technical interview.It will be for 30 mins. Standard questions on scenario based

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 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 Resume tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. What is difference between a static method and a class method in Python?
  • Ans. 

    Static methods are bound to a class and not an instance, while class methods are bound to a class and can access class-level variables.

    • Static methods are defined using the @staticmethod decorator and do not take any special parameters.

    • Class methods are defined using the @classmethod decorator and take the class itself as the first parameter.

    • Static methods are often used for utility functions that do not require access ...

  • Answered by AI
  • Q2. What are HTTP methods?
  • Ans. 

    HTTP methods are the actions that can be performed on a resource using HTTP protocol.

    • HTTP methods include GET, POST, PUT, DELETE, HEAD, OPTIONS, CONNECT, and TRACE.

    • GET is used to retrieve a resource, POST is used to create a new resource, PUT is used to update an existing resource, and DELETE is used to delete a resource.

    • HEAD is used to retrieve the headers of a resource without the body, OPTIONS is used to retrieve th...

  • Answered by AI
  • Q3. What are the components of HTTP request?
  • Ans. 

    HTTP request components include method, URL, headers, and body.

    • Method: GET, POST, PUT, DELETE, etc.

    • URL: Uniform Resource Locator

    • Headers: contain additional information about the request

    • Body: optional data sent with the request

    • Example: GET http://example.com HTTP/1.1

    • Example header: Accept-Language: en-US

    • Example body: {"name": "John", "age": 30}

  • Answered by AI
  • Q4. What are class dacorators?
  • Ans. 

    Class decorators are a way to modify the behavior of a class or its methods at runtime.

    • Class decorators are functions that take a class as input and return a modified class.

    • They can be used to add new methods or attributes to a class, or to modify existing ones.

    • They are applied using the @decorator syntax before the class definition.

    • Examples include @staticmethod, @classmethod, and @property.

    • Class decorators can also b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for Python OOPS concepts properly, and be very confident with your approach. There could be few scenario based questions for experienced candidates.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

IBS Software Services Interview FAQs

How many rounds are there in IBS Software Services Technical Architect interview?
IBS Software Services interview process usually has 3 rounds. The most common rounds in the IBS Software Services interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for IBS Software Services Technical Architect 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 IBS Software Services. The most common topics and skills that interviewers at IBS Software Services expect are Hibernate, Javascript, Logistics, AWS and Coding.
What are the top questions asked in IBS Software Services Technical Architect interview?

Some of the top questions asked at the IBS Software Services Technical Architect interview -

  1. What Java class loade...read more
  2. Cloud technologies you are familiar wi...read more
  3. Questions on Microservices patter...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

IBS Software Services

No Interviews

INTERVIEWS

IDeaS Revenue Solutions

No Interviews

INTERVIEWS

Merkle Sokrati

No Interviews

INTERVIEWS

IBS Software Services

No Interviews

INTERVIEWS

Bull Machines

No Interviews

Tell us how to improve this page.

IBS Software Services Technical Architect Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
IBS Software Services Technical Architect Salary
based on 47 salaries
₹9.7 L/yr - ₹30 L/yr
30% less than the average Technical Architect Salary in India
View more details

IBS Software Services Technical Architect Reviews and Ratings

based on 3 reviews

2.5/5

Rating in categories

2.6

Skill development

1.8

Work-life balance

2.0

Salary

4.5

Job security

2.4

Company culture

1.6

Promotions

2.4

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
588 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
384 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
260 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Architect
209 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Solution Engineer
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IBS Software Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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