Upload Button Icon Add office photos

Filter interviews by

Collabera Technologies Senior Software Developer Interview Questions and Answers

Updated 28 Jun 2024

Collabera Technologies Senior Software Developer Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. No of divisions in cobol?
  • Ans. 

    There are four divisions in COBOL: Identification Division, Environment Division, Data Division, and Procedure Division.

    • Identification Division: Contains program name, author, and date.

    • Environment Division: Specifies the hardware and software environment.

    • Data Division: Defines the data structures used in the program.

    • Procedure Division: Contains the actual program logic.

  • Answered by AI
  • Q2. What is GDG in JCL?
  • Ans. 

    GDG stands for Generation Data Group in JCL, used to manage related datasets as a single unit.

    • GDG is used in JCL to group related datasets together for easier management.

    • It allows for easy referencing of datasets within the group using relative generation numbers.

    • Example: MYDATA.GDG(+1) refers to the most recent generation in the GDG.

    • Example: MYDATA.GDG(-1) refers to the previous generation in the GDG.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 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 - One-on-one 

(2 Questions)

  • Q1. No Technical rounds. Direct Client round conducted.
  • Q2. Direct client round conducted.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so good company for long career. They can end your career without any compansation.

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked ListYou are given two Singly Linked List o ... read more
asked in Freshworks
Q2. Middle Of Linked ListGiven the head node of the singly linked lis ... read more
asked in Freshworks
Q3. Overlapping IntervalsYou have been given the start and end times ... read more
asked in SAP
Q4. Sum Of Max And MinYou are given an array “ARR” of size N. Your ta ... read more
asked in Freshworks
Q5. Cube Sum PairsYou are given a positive integer N, and you have to ... read more

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Question around current projects
  • Q2. Question related to used technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Explains about your projects properly. Technologies used. How you used where you used etc...

I was interviewed before Apr 2021.

Round 1 - Technical 

(1 Question)

  • Q1. C# indepth concepts used in your project(Oops concept),generics

Interview Preparation Tips

Interview preparation tips for other job seekers - They basically have good clients where we need to work. I was given interview from client only.

Collabera Technologies interview questions for designations

 Software Developer

 (11)

 Senior Software Engineer

 (4)

 Full Stack Software Developer

 (1)

 Senior .NET Developer

 (1)

 Software Engineer

 (4)

 Java Developer

 (3)

 Web Developer

 (1)

 Associate Software Engineer

 (2)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What are the technical skill
Round 2 - Technical 

(5 Questions)

  • Q1. How many years of experience in Python?
  • Ans. 

    I have 5 years of experience in Python.

    • 5 years of hands-on experience in Python programming

    • Proficient in developing web applications, data analysis, and automation scripts using Python

    • Familiar with popular Python libraries and frameworks such as Django, Flask, and NumPy

  • Answered by AI
  • Q2. What is the difference between List and Tuple?
  • Ans. 

    List is mutable, Tuple is immutable in Python.

    • List can be modified after creation, Tuple cannot be modified.

    • List is defined using square brackets [], Tuple is defined using parentheses ().

    • Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)

  • Answered by AI
  • Q3. What is lambda function?
  • Ans. 

    A lambda function is a small anonymous function defined using the lambda keyword in Python.

    • Lambda functions can take any number of arguments, but can only have one expression.

    • They are commonly used as a way to create small, throwaway functions.

    • Lambda functions are often used in conjunction with functions like map(), filter(), and reduce().

  • Answered by AI
  • Q4. What are the Data types used in your project?
  • Ans. 

    The data types used in the project include integers, strings, floats, and booleans.

    • Integers are used for storing whole numbers, such as IDs or quantities.

    • Strings are used for storing text data, such as names or descriptions.

    • Floats are used for storing decimal numbers, such as prices or measurements.

    • Booleans are used for storing true/false values, such as status indicators.

  • Answered by AI
  • Q5. Write a code having square of a series which is divisible by 3 using lambda function ?
  • Ans. 

    Code to find square of series divisible by 3 using lambda function.

    • Create a list of numbers in the series

    • Use filter() function with lambda function to filter numbers divisible by 3

    • Use map() function with lambda function to find square of each number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep yourself confident and be promt to give answers. Keep practicing 😄

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Jul 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics.....js graphql
  • Q2. Basics on react
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Implement oops concepts in Golang
  • Ans. 

    Object-oriented programming concepts can be implemented in Golang using structs, methods, encapsulation, inheritance, and polymorphism.

    • Use structs to define objects and their properties

    • Methods can be defined on structs to encapsulate behavior

    • Encapsulation can be achieved by using private and public fields

    • Inheritance is not directly supported in Golang, but composition can be used to achieve similar functionality

    • Polymor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Golang basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1. Cric Info system design.
2. Some DS & Algo problems

Round 2 - One-on-one 

(1 Question)

  • Q1. Design gRPC API Automation Framework
  • Ans. 

    Designing a gRPC API Automation Framework

    • Identify the key functionalities and requirements of the gRPC API

    • Choose a programming language and framework for automation

    • Create a test suite with test cases covering different scenarios

    • Implement test scripts to interact with the gRPC API

    • Integrate the automation framework with a continuous integration system

    • Implement reporting and logging mechanisms for test results

    • Consider sca

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions on spring annotation, and core Java
  • Q2. Multithreading, spring annotation

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was easy , it was basics of core Java, and spring

I applied via LinkedIn and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. For me there were four rounds. First general java interview questions. Second java coding interview, third with project manager and fourth HR INTERVIEW.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not very tough. Be specific to your answers. If you don’t know then clearly say that.

Collabera Technologies Interview FAQs

How many rounds are there in Collabera Technologies Senior Software Developer interview?
Collabera Technologies interview process usually has 1-2 rounds. The most common rounds in the Collabera Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Collabera Technologies 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 Collabera Technologies. The most common topics and skills that interviewers at Collabera Technologies expect are .Net Core, ASP.Net, Angular, CSS and Front End.
What are the top questions asked in Collabera Technologies Senior Software Developer interview?

Some of the top questions asked at the Collabera Technologies Senior Software Developer interview -

  1. What is GDG in J...read more
  2. No of divisions in cob...read more
  3. No Technical rounds. Direct Client round conduct...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Collabera Technologies interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Collabera Technologies Senior Software Developer Salary
based on 63 salaries
₹6.5 L/yr - ₹27 L/yr
10% more than the average Senior Software Developer Salary in India
View more details

Collabera Technologies Senior Software Developer Reviews and Ratings

based on 9 reviews

3.9/5

Rating in categories

3.6

Skill development

4.5

Work-Life balance

4.3

Salary & Benefits

3.7

Job Security

3.6

Company culture

3.5

Promotions/Appraisal

4.5

Work Satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
356 salaries
unlock blur

₹6.5 L/yr - ₹24.6 L/yr

Technical Recruiter
292 salaries
unlock blur

₹1.6 L/yr - ₹6 L/yr

Software Developer
254 salaries
unlock blur

₹4.2 L/yr - ₹13.4 L/yr

Software Engineer
242 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Talent Specialist
228 salaries
unlock blur

₹1.7 L/yr - ₹5.9 L/yr

Explore more salaries
Compare Collabera Technologies 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