Premium Employer

i

This company page is being actively managed by Intech Creative Services Team. If you also belong to the team, you can get access from here

Intech Creative Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intech Creative Services Senior Software Developer Interview Questions and Answers

Updated 15 Jul 2024

Intech Creative Services Senior Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why you left previous job
  • Q2. Current CTC and expected CTC
  • Ans. 

    Current CTC is confidential. Expectation is based on industry standards and my experience.

    • Current CTC is competitive within industry standards

    • Expectation is based on my experience and the responsibilities of the role

    • Open to negotiation based on benefits package offered

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asp.net core question
  • Q2. Sql server database

Senior Software Developer Jobs at Intech Creative Services

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops, Interfaces, Exception Handling, Collections, SQL, etc
  • Q2. Coding Question - Find 2nd largest element in array with least time complexity
  • Ans. 

    Find the 2nd largest element in an array with the least time complexity.

    • Sort the array in descending order and return the element at index 1.

    • Initialize two variables to keep track of the largest and second largest elements.

    • Iterate through the array and update the variables accordingly.

    • Return the second largest element.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding Question - print * matrix
  • Q2. HashMap, HashSet, Spring, Spring Framework, Microservices, etc
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic Details, CTC Info
  • Q2. Tech Stack, Challenges Faced in career

Interview Preparation Tips

Interview preparation tips for other job seekers - There were total 3 round, L1, L2 and Manager round.
Question were easy to moderate level.
Answered all questions perfectly, still after 3rd round, they rejected me without any reason.
After clearing Technical rounds, They will ask you that you have to work in mandatory Night Shifts.

Skills evaluated in this interview

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

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Data structures Core java Spring boot Hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2022. 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 - Coding Test 

Programming on basics of C

Round 3 - Coding Test 

Programming on basics of C

Round 4 - HR 

(1 Question)

  • Q1. Salary details and location preference
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is Connection pooling
  • Ans. 

    Connection pooling is a technique to manage database connections efficiently, reducing overhead and improving performance.

    • Connection pooling maintains a pool of active database connections for reuse.

    • It reduces the overhead of establishing a new connection for each database request.

    • Example: A web application can reuse connections from the pool instead of opening new ones for each user request.

    • Connection pools can be con...

  • Answered by AI
  • Q2. What is mounting in docker
  • Ans. 

    Mounting in Docker allows you to share files between the host and containers, enabling data persistence and configuration management.

    • Mounting can be done using volumes or bind mounts.

    • Volumes are managed by Docker and are stored in a part of the host filesystem which is not directly accessible.

    • Example of a volume: `docker run -v my_volume:/data my_image`.

    • Bind mounts allow you to specify an exact path on the host, e.g., ...

  • Answered by AI
  • Q3. What is decorators
  • Ans. 

    Decorators are a design pattern in Python that allows modifying the behavior of functions or methods at runtime.

    • A decorator is a function that takes another function and extends its behavior without explicitly modifying it.

    • Common use cases include logging, access control, and caching.

    • Example: @staticmethod and @classmethod are built-in decorators in Python.

    • Custom decorators can be created using nested functions.

    • Example...

  • Answered by AI
  • Q4. Shell script question

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Coding Test 

Good Knowledge of DSA is required

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

I applied via Company Website and was interviewed in Jan 2023. There were 3 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 - Group Discussion 

Group discussion is very important thing.

Round 3 - HR 

(5 Questions)

  • Q1. HR round is very easy.
  • Q2. Just hard and smart work for.
  • Q3. What is requirement.
  • Ans. 

    A requirement is a specific need or expectation that must be met in order to achieve a desired outcome.

    • A requirement is a statement of what a product or service must do or how it must perform.

    • Requirements can be functional (what the product must do) or non-functional (how well it must do it).

    • Requirements should be clear, concise, and measurable.

    • Examples of requirements include: the ability to save and retrieve data, a ...

  • Answered by AI
  • Q4. What is your strength.
  • Ans. 

    My strength is problem-solving and analytical thinking.

    • I have a strong ability to analyze complex problems and break them down into manageable components.

    • I excel at finding innovative solutions and thinking outside the box.

    • I am skilled in debugging and troubleshooting software issues.

    • I have a solid understanding of algorithms and data structures.

    • I am experienced in optimizing code for performance and efficiency.

  • Answered by AI
  • Q5. What is your weekness.
  • Ans. 

    My weakness is that I tend to be too detail-oriented, which can sometimes slow down my progress.

    • I have a tendency to get caught up in the small details and can spend too much time on them.

    • I often find myself double-checking my work to ensure accuracy.

    • I sometimes struggle with prioritizing tasks because I want to make sure everything is perfect.

    • I am actively working on improving my time management skills to balance atte

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard keep patience. Everything is Possible so just you can do it.

Intech Creative Services Interview FAQs

How many rounds are there in Intech Creative Services Senior Software Developer interview?
Intech Creative Services interview process usually has 2 rounds. The most common rounds in the Intech Creative Services interview process are HR and One-on-one Round.
How to prepare for Intech Creative Services 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 Intech Creative Services. The most common topics and skills that interviewers at Intech Creative Services expect are Hibernate, Javascript, Spring, HTML and Python.
What are the top questions asked in Intech Creative Services Senior Software Developer interview?

Some of the top questions asked at the Intech Creative Services Senior Software Developer interview -

  1. Current CTC and expected ...read more
  2. Asp.net core quest...read more
  3. sql server datab...read more

Tell us how to improve this page.

Intech Creative Services Senior Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Intech Creative Services Empowering Enterprise Software Globally

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
Systems Plus Interview Questions
4.3
 • 28 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
View all
Intech Creative Services Senior Software Developer Salary
based on 38 salaries
₹8 L/yr - ₹25 L/yr
At par with the average Senior Software Developer Salary in India
View more details

Intech Creative Services Senior Software Developer Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

2.1

Skill development

4.9

Work-life balance

3.5

Salary

2.1

Job security

4.9

Company culture

2.5

Promotions

2.1

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Developer

Bangalore Rural,

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Software Developer
73 salaries
unlock blur

₹3 L/yr - ₹14 L/yr

Senior Software Developer
38 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹10 L/yr - ₹29.9 L/yr

Software Engineer
27 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Business Analyst
26 salaries
unlock blur

₹5.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Intech Creative Services with

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

Saama Technologies

3.7
Compare

Systems Plus

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview