Upload Button Icon Add office photos

Filter interviews by

Creospan Team Lead Interview Questions and Answers

Updated 3 Oct 2024

Creospan Team Lead Interview Experiences

1 interview found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

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

(1 Question)

  • Q1. Java basics, hashmap working, concurrent hashmap, springboot

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Dot net related questions and sql questions
Round 2 - Behavioral 

(1 Question)

  • Q1. 1.Why you left your previous organisation that too without any offer ? 2.Assumption questions about recursive pattern 3.Cloud related question’s 4.Deployment related questions in deep 5.Have you used Do...
  • Ans. 

    Docker images provide a lightweight, portable, and consistent environment for running applications.

    • Docker images encapsulate all dependencies and configurations needed for an application to run

    • They can be easily shared and deployed across different environments

    • Docker images are immutable, ensuring consistency and reproducibility

    • Containers based on Docker images are isolated from the host system, enhancing security

    • Docke...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic ServiceNow questions like business rules, script include, ui policies etc
  • Q2. Scenario based question like, what should be the approach if you need have a common drop-down field across multiple catalog items with dynamic options.
  • Q3. Live coding like, write a code to print an user and the hierarchy of their managers
Round 2 - Client Interview 

(3 Questions)

  • Q1. Basic portal questions, like how to update a widget without reloading the screen, how to pass data between client script and server script in widget.
  • Q2. Questions around Virtual Agent like, How will you build a topic where the bot's response changes based on user's input. Which tables store the conversation between user and bot
  • Q3. Basic HRSD questions as well.

Interview Preparation Tips

Topics to prepare for Accenture Team Lead interview:
  • ServiceNow Basics
  • Javascript
  • Glide APIs
  • Integrations
  • Module Expertise
  • ServiceNow Docs
Interview preparation tips for other job seekers - Be prepared. concepts should be clear. The battle can be won with confidence.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Scenario based questions
Round 2 - Technical 

(2 Questions)

  • Q1. All questions are scenario based
  • Q2. I can't discuss due to it's all scenario based
Round 3 - One-on-one 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Based on your technical skills they scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - To be technicaly fit other wise they reject your profile no recommendations purely technical knowledge persons are selected
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Qualification and experience
  • Q2. About my previous organization
Round 2 - One-on-one 

(1 Question)

  • Q1. Was on team leader

Interview Preparation Tips

Interview preparation tips for other job seekers - the HR was behind the money he wanted me to pay 1.5 lak his name is syed
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about yourself.
  • Ans. 

    Experienced team lead with strong communication and problem-solving skills.

    • Over 5 years of experience leading teams in various industries

    • Skilled in conflict resolution and team motivation

    • Excellent communication and interpersonal skills

    • Proven track record of meeting and exceeding team goals

    • Strong problem-solving abilities, able to think quickly on my feet

  • Answered by AI
  • Q2. Past experience, metrics dealt with.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same questions from round 1.
  • Q2. A bit of personal background.
Round 3 - One-on-one 

(1 Question)

  • Q1. Past experience and metrics dealt with.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Can I get the team work job ?
  • Q2. Will I get 25k salary?
  • Q3. When I get the seeting ?
Round 2 - HR 

(2 Questions)

  • Q1. Will I get 25k salary?
  • Q2. Will I get team work?

Interview Preparation Tips

Interview preparation tips for other job seekers - I want to join as soon as possible
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What are your experiences and expectations?
  • Q2. What is your notice period for joining a new position?
Round 2 - Technical 

(1 Question)

  • Q1. What are the differences between accrual accounting and prepaid expenses as discussed in your college journal entries?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to advise against accepting an offer from this organization, as it could potentially ruin your life.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General behavioral test

Round 2 - Technical 

(2 Questions)

  • Q1. Coupa implementation
  • Q2. Coupa support experience
  • Ans. 

    I have 3 years of Coupa support experience, including troubleshooting, training, and system configuration.

    • Provided technical support to users experiencing issues with Coupa platform

    • Conducted training sessions for new users on how to navigate and utilize Coupa features

    • Assisted with system configuration and customization based on user requirements

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Notice period days

Team Lead Interview Questions & Answers

IBM user image Anonymous

posted on 28 Sep 2024

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

(2 Questions)

  • Q1. Swapping number program
  • Ans. 

    Swapping two numbers using a temporary variable

    • Create a temporary variable to store one of the numbers

    • Assign the value of the first number to the second number

    • Assign the value of the temporary variable to the first number

  • Answered by AI
  • Q2. Oops concept explain all?
  • Ans. 

    Oops concepts in programming refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implem...

  • Answered by AI

Creospan Interview FAQs

How many rounds are there in Creospan Team Lead interview?
Creospan interview process usually has 1 rounds. The most common rounds in the Creospan interview process are Technical.

Tell us how to improve this page.

Team Lead Interview Questions from Similar Companies

TCS Team Lead Interview Questions
3.7
 • 33 Interviews
Wipro Team Lead Interview Questions
3.7
 • 25 Interviews
IBM Team Lead Interview Questions
4.1
 • 11 Interviews
View all
Creospan Team Lead Salary
based on 6 salaries
₹21 L/yr - ₹36 L/yr
226% more than the average Team Lead Salary in India
View more details
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