Upload Button Icon Add office photos

Filter interviews by

Creospan Technical Lead Interview Questions and Answers for Experienced

Updated 6 Nov 2023

Creospan Technical Lead Interview Experiences for Experienced

1 interview found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 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. What was the exceptions or error that you have came across and how you have solve it.
  • Ans. 

    Encountered a null pointer exception while accessing a database connection.

    • Identified the root cause by debugging the code and found that the database connection was not properly initialized.

    • Resolved the issue by adding a check to ensure the database connection is not null before accessing it.

    • Implemented proper error handling to prevent similar exceptions in the future.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Best coding practices that you have followed while writing code
  • Ans. 

    Following best coding practices is crucial for writing high-quality code.

    • Use meaningful variable and function names

    • Follow consistent indentation and formatting

    • Write modular and reusable code

    • Comment code to explain complex logic

    • Avoid hardcoding values

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why Creospan should hire you

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. The questions were around Microservices and Java also a bit of NodeJS was asked sounded ok except this was rescheduled twice
Round 2 - Technical 

(1 Question)

  • Q1. 2 People Mostly Architects Interviewed me and asked me on Websockets and when they are used Node JS and its advantages. I goto know this was a Project/ Position specific hire and a lot of questions around ...
Round 3 - Behavioral 

(1 Question)

  • Q1. The manager was very rude he as i had a break of 1 year he was kind of refusing to take interview for the first 5-10 mins asking reasons for the gap and i did explain him i had taken sabbatical due to heal...

Interview Preparation Tips

Interview preparation tips for other job seekers - Sr Management seems to be not very open
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java Collections
  • Q2. Java8 Stream program
  • Ans. 

    Java8 Stream program to filter even numbers and double them

    • Use Stream to filter even numbers

    • Use map to double the filtered numbers

    • Use collect to collect the results into a list

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Completable future
  • Q2. Microservice architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary discussion and project informations

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How did you get selected to wipro
  • Q2. What area of work are you good at
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Is live data is life cycle aware. If it's aware what does ViewModel do?
  • Ans. 

    Yes

    • LiveData is lifecycle aware and can be used to observe changes in data.

    • ViewModel provides a way to store and manage UI-related data across configuration changes.

    • ViewModel can hold LiveData objects to provide data to the UI.

    • LiveData and ViewModel work together to ensure data consistency and prevent memory leaks.

  • Answered by AI
  • Q2. How does viewmodel survive when activity is destroyed on configuration?
  • Ans. 

    The ViewModel survives configuration changes by being retained by the system.

    • ViewModels are designed to survive configuration changes like screen rotations or language changes.

    • When an activity is destroyed and recreated, the ViewModel is not destroyed and retains its data.

    • The ViewModel is associated with the activity's lifecycle and is retained until the activity is finished.

    • The retained ViewModel instance can be acces...

  • Answered by AI
  • Q3. Advantage of mvp over mvc.
  • Ans. 

    MVP offers better separation of concerns and easier unit testing compared to MVC.

    • MVP separates the presentation layer from the business logic, making it easier to maintain and modify the codebase.

    • MVP allows for easier unit testing as the presenter can be tested independently from the view.

    • MVP provides better decoupling between components, enabling easier code reuse and scalability.

    • MVP promotes a clear separation of con...

  • Answered by AI
  • Q4. How does SSL pinning works?
  • Ans. 

    SSL pinning is a security technique that ensures a client only communicates with a server using a pre-defined public key.

    • SSL pinning involves hardcoding the server's public key in the client's code or configuration.

    • During the SSL handshake, the client checks if the server's public key matches the pinned key.

    • If the keys match, the connection is established; otherwise, it is rejected.

    • Pinning prevents man-in-the-middle at

  • Answered by AI
  • Q5. How do you achieve data security when saving data persistanly.
  • Ans. 

    Data security can be achieved through encryption, access controls, backups, and regular security audits.

    • Encrypt sensitive data using strong encryption algorithms.

    • Implement access controls to restrict unauthorized access to the data.

    • Regularly backup the data to prevent data loss.

    • Conduct regular security audits to identify and fix vulnerabilities.

    • Use secure protocols and communication channels for data transfer.

    • Implement...

  • Answered by AI
  • Q6. Where to save encription key?
  • Ans. 

    Encryption keys should be securely stored in a separate key management system.

    • Encryption keys should not be stored alongside the encrypted data.

    • Use a dedicated key management system (KMS) to store and manage encryption keys.

    • Implement strong access controls and authentication mechanisms for the KMS.

    • Consider using hardware security modules (HSMs) for added security.

    • Regularly rotate encryption keys to minimize the impact

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your current implementation projected thoroughly.

Skills evaluated in this interview

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

I was interviewed in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Spring batch questions Questions related to asynch process
  • Q2. Java 8 stream api questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Java 8-related questions and project-related topics.

Technical Lead Interview Questions & Answers

IBM user image vishnu sarathi

posted on 10 Jul 2024

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

Java 8 based programming

Round 2 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Microservices architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Kafka details about producer and consumer
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is SharePoint
  • Ans. 

    SharePoint is a web-based collaborative platform that integrates with Microsoft Office.

    • SharePoint allows for document management, collaboration, and sharing within organizations.

    • It provides features such as document libraries, lists, workflows, and web parts.

    • Users can create intranet sites, extranet sites, and websites using SharePoint.

    • SharePoint integrates with Microsoft Office applications like Word, Excel, and Power...

  • Answered by AI

Skills evaluated in this interview

Creospan Interview FAQs

How many rounds are there in Creospan Technical Lead interview for experienced candidates?
Creospan interview process for experienced candidates usually has 4 rounds. The most common rounds in the Creospan interview process for experienced candidates are Technical, Resume Shortlist and HR.
What are the top questions asked in Creospan Technical Lead interview for experienced candidates?

Some of the top questions asked at the Creospan Technical Lead interview for experienced candidates -

  1. What was the exceptions or error that you have came across and how you have sol...read more
  2. Best coding practices that you have followed while writing c...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Creospan interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Creospan Technical Lead Salary
based on 5 salaries
₹31 L/yr - ₹42 L/yr
88% more than the average Technical Lead Salary in India
View more details

Creospan Technical Lead Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

2.0

Skill development

2.5

Work-Life balance

2.5

Salary & Benefits

2.0

Job Security

2.5

Company culture

2.0

Promotions/Appraisal

2.5

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
8 salaries
unlock blur

₹24 L/yr - ₹36.2 L/yr

Team Lead
6 salaries
unlock blur

₹21 L/yr - ₹36 L/yr

Technical Lead
5 salaries
unlock blur

₹31 L/yr - ₹42 L/yr

Senior Talent Acquisition Specialist
5 salaries
unlock blur

₹6.4 L/yr - ₹11 L/yr

Software Engineer
4 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

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