Filter interviews by
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.
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.
I applied via Naukri.com and was interviewed before Mar 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.
I was interviewed before Apr 2021.
Collabera Technologies interview questions for designations
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
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
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)
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().
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.
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
posted on 2 Jul 2024
I was interviewed before Jul 2023.
I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.
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...
I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.
1. Cric Info system design.
2. Some DS & Algo problems
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
I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.
I applied via LinkedIn and was interviewed before Jan 2021. There were 4 interview rounds.
based on 9 reviews
Rating in categories
Senior Software Engineer
356
salaries
| ₹6.5 L/yr - ₹24.6 L/yr |
Technical Recruiter
292
salaries
| ₹1.6 L/yr - ₹6 L/yr |
Software Developer
254
salaries
| ₹4.2 L/yr - ₹13.4 L/yr |
Software Engineer
242
salaries
| ₹3.6 L/yr - ₹14 L/yr |
Talent Specialist
228
salaries
| ₹1.7 L/yr - ₹5.9 L/yr |
TCS
Infosys
Wipro
HCLTech