i
Credera
Filter interviews by
I applied via Referral and was interviewed before May 2020. There were 4 interview rounds.
I was interviewed in Nov 2022.
Basic questions on generic IT terms
Integration patterns are design patterns used to integrate different systems and applications.
Point-to-Point: Direct communication between two systems.
Publish-Subscribe: One-to-many communication where a message is broadcast to multiple recipients.
Message Broker: Middleware that facilitates communication between different systems.
Shared Database: Systems share a common database to exchange information.
File Transfer: Da...
I prefer a collaborative working model where team members communicate openly and work together towards common goals.
Open communication among team members
Collaborative decision-making
Regular team meetings to discuss progress and challenges
Flexibility to adapt to changing project requirements
I applied via Job Fair and was interviewed in Jun 2022. There were 3 interview rounds.
Cloud , Big Data , Jenkins , CICD Pipeline
Finally block is used in try-catch-finally statement to execute code after try and catch blocks.
Finally block is optional and can be used with try-catch or try-catch-catch statements.
It is executed regardless of whether an exception is thrown or not.
It is often used to release resources like file handles, database connections, etc.
Example: try { //code } catch (Exception e) { //code } finally { //code }
To get the second largest salary from a table, you can use the SQL query with the ORDER BY and LIMIT clauses.
Write a SQL query to select the distinct salaries from the table.
Order the salaries in descending order using the ORDER BY clause.
Use the LIMIT clause to retrieve the second row from the result set.
Joins are used to combine data from two or more tables based on a related column.
Types of joins include inner join, left join, right join, and full outer join.
Inner join returns only the matching rows from both tables.
Left join returns all rows from the left table and matching rows from the right table.
Right join returns all rows from the right table and matching rows from the left table.
Full outer join returns all row...
posted on 31 Jul 2022
I applied via LinkedIn and was interviewed in Jul 2022. There were 3 interview rounds.
Simple coding problems- python and go
Terraform, ansible, AWS
posted on 31 Dec 2021
I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.
Calculate average, top 10 and bottom 10 elements of a given stream of integers.
Create a variable to store the sum of integers and another variable to store the count of integers.
Use a loop to read the integers from the stream and update the sum and count variables.
Calculate the average by dividing the sum by the count.
Sort the integers in ascending order and print the first 10 elements for bottom 10.
Sort the integers i...
based on 2 reviews
Rating in categories
Senior Software Engineer
206
salaries
| ₹6.5 L/yr - ₹25 L/yr |
Software Engineer
187
salaries
| ₹3 L/yr - ₹12 L/yr |
Principal Software Engineer
118
salaries
| ₹8.7 L/yr - ₹28 L/yr |
Associate Software Engineer
83
salaries
| ₹3.3 L/yr - ₹6.2 L/yr |
Technical Lead
61
salaries
| ₹13.1 L/yr - ₹43 L/yr |
TCS
Infosys
Wipro
HCLTech