Upload Button Icon Add office photos
Engaged Employer

i

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

Codetentacles Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Codetentacles Technologies Interview Questions and Answers

Updated 5 Mar 2025
Popular Designations

9 Interview questions

A Blockchain Developer was asked 5mo ago
Q. What are the different types of data types and their visibility?
Ans. 

Different data types in blockchain development and their visibility

  • Primitive data types: int, float, bool, string (visible to all)

  • Structs: custom data structures (visible within the contract)

  • Arrays: collection of data (visible within the contract)

  • Mappings: key-value pairs (visible within the contract)

View all Blockchain Developer interview questions
A Blockchain Developer was asked 5mo ago
Q. How does a proxy contract work?
Ans. 

A proxy contract acts as an intermediary between a user and a target contract, allowing the user to interact with the target contract through the proxy.

  • Proxy contract holds the logic of the target contract and delegates calls to it.

  • Users interact with the proxy contract, which forwards the calls to the target contract.

  • Proxy contracts can be upgraded without affecting the user's interaction with the target contract...

View all Blockchain Developer interview questions
A Php and Laravel Developer was asked 5mo ago
Q. What is JWT (JSON Web Token) and how is it used for API authentication?
Ans. 

JWT is a compact, self-contained way to securely transmit information between parties as a JSON object.

  • JWT is used for authentication and information exchange in APIs.

  • It consists of three parts: header, payload, and signature.

  • The header typically consists of the type of token and the hashing algorithm used.

  • The payload contains the claims, which are statements about an entity and additional data.

  • The signature is us...

View all Php and Laravel Developer interview questions
An UI Developer was asked 5mo ago
Q. How do you implement a carousel?
Ans. 

Implementing a carousel involves creating a slideshow of images or content that automatically transitions.

  • Use HTML, CSS, and JavaScript to create the carousel

  • Utilize libraries like Slick, Owl Carousel, or Bootstrap Carousel for easier implementation

  • Ensure responsive design for different screen sizes

  • Include navigation buttons or indicators for user control

View all UI Developer interview questions
A Marketing Associate was asked 5mo ago
Q. Describe a time when you solved a difficult problem.
Ans. 

I solved a difficult problem by collaborating with team members and utilizing creative problem-solving skills.

  • Identified the root cause of the problem through thorough analysis

  • Brainstormed potential solutions with team members

  • Implemented a solution and monitored its effectiveness

  • Adjusted the solution as needed to achieve desired results

View all Marketing Associate interview questions
A DOT NET Developer was asked 7mo ago
Q. What is a Namespace?
Ans. 

Namespace is a way to organize and group related classes, interfaces, structs, enums, and delegates.

  • Namespaces help in avoiding naming conflicts by providing a way to uniquely identify classes.

  • They also help in organizing and categorizing code for better readability and maintenance.

  • For example, System.IO namespace contains classes related to input/output operations in .NET framework.

View all DOT NET Developer interview questions
A DOT NET Developer was asked 7mo ago
Q. What is the difference between VB.Net and MVC?
Ans. 

VB.Net is a programming language while MVC is a design pattern for organizing code in web applications.

  • VB.Net is a programming language used for developing applications, while MVC is a design pattern used for organizing code in web applications.

  • VB.Net is a part of the .NET framework, whereas MVC is a design pattern that separates an application into three main components: Model, View, and Controller.

  • VB.Net can be ...

View all DOT NET Developer interview questions
Are these interview questions helpful?
A DOT NET Developer was asked 7mo ago
Q. What is IIS server?
Ans. 

IIS server is a web server software created by Microsoft for hosting websites and web applications.

  • IIS stands for Internet Information Services.

  • It is included with Windows Server operating systems.

  • IIS supports various web technologies like ASP.NET, PHP, and more.

  • It allows for hosting multiple websites on a single server.

  • IIS provides features like security, performance monitoring, and management tools.

View all DOT NET Developer interview questions
An UI Developer was asked 5mo ago
Q. What is react, html and css?
Ans. 

React is a JavaScript library for building user interfaces, HTML is a markup language for creating web pages, and CSS is a styling language for designing web pages.

  • React is a popular JavaScript library used for building interactive user interfaces.

  • HTML is a markup language used to structure content on web pages.

  • CSS is a styling language used to design the layout and appearance of web pages.

  • React components can be ...

View all UI Developer interview questions

Codetentacles Technologies Interview Experiences

8 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate marketing professional with experience in digital marketing, social media management, and content creation.

    • Experienced in creating and implementing digital marketing strategies

    • Skilled in managing social media platforms and engaging with followers

    • Proficient in content creation for various marketing channels

  • Answered by AI
  • Q2. What is your salary expectation
  • Ans. 

    My salary expectation is in line with industry standards and based on my experience and qualifications.

    • Research industry standards for Marketing Associate salaries

    • Consider my experience and qualifications when determining salary expectation

    • Be prepared to negotiate based on the job responsibilities and benefits package offered

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

(2 Questions)

  • Q1. How did you handle tight deadlines
  • Ans. 

    I prioritize tasks, break them down into smaller steps, and communicate effectively with team members to ensure deadlines are met.

    • Prioritize tasks based on urgency and importance

    • Break down tasks into smaller, manageable steps

    • Communicate effectively with team members to delegate tasks and ensure everyone is on track

  • Answered by AI
  • Q2. Described a time when you solved a difficult problem
  • Ans. 

    I solved a difficult problem by collaborating with team members and utilizing creative problem-solving skills.

    • Identified the root cause of the problem through thorough analysis

    • Brainstormed potential solutions with team members

    • Implemented a solution and monitored its effectiveness

    • Adjusted the solution as needed to achieve desired results

  • Answered by AI

UI Designer Interview Questions & Answers

user image Anonymous

posted on 22 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Designing a landing page on figma

Round 2 - Technical 

(2 Questions)

  • Q1. Demo of design work
  • Q2. Questions about Designing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your best and be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is JWT (JSON Web Token) and how is it used for API authentication?
  • Ans. 

    JWT is a compact, self-contained way to securely transmit information between parties as a JSON object.

    • JWT is used for authentication and information exchange in APIs.

    • It consists of three parts: header, payload, and signature.

    • The header typically consists of the type of token and the hashing algorithm used.

    • The payload contains the claims, which are statements about an entity and additional data.

    • The signature is used to...

  • Answered by AI
Round 2 - Coding Test 

Developed a CRUD (Create, Read, Update, Delete) operation.

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

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is IIS server?
  • Ans. 

    IIS server is a web server software created by Microsoft for hosting websites and web applications.

    • IIS stands for Internet Information Services.

    • It is included with Windows Server operating systems.

    • IIS supports various web technologies like ASP.NET, PHP, and more.

    • It allows for hosting multiple websites on a single server.

    • IIS provides features like security, performance monitoring, and management tools.

  • Answered by AI
  • Q2. What is Namespace?
  • Ans. 

    Namespace is a way to organize and group related classes, interfaces, structs, enums, and delegates.

    • Namespaces help in avoiding naming conflicts by providing a way to uniquely identify classes.

    • They also help in organizing and categorizing code for better readability and maintenance.

    • For example, System.IO namespace contains classes related to input/output operations in .NET framework.

  • Answered by AI
  • Q3. What is difference between VB.Net and MVC?
  • Ans. 

    VB.Net is a programming language while MVC is a design pattern for organizing code in web applications.

    • VB.Net is a programming language used for developing applications, while MVC is a design pattern used for organizing code in web applications.

    • VB.Net is a part of the .NET framework, whereas MVC is a design pattern that separates an application into three main components: Model, View, and Controller.

    • VB.Net can be used ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Codetentacles Technologies DOT NET Developer interview:
  • C#
  • ASP.Net MVC
  • MS SQL
Interview preparation tips for other job seekers - Thorough study of C# and MVC.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are the different types of blockchains, and what are the differences between them?
  • Ans. 

    Different types of blockchains include public, private, and consortium blockchains.

    • Public blockchains are open to anyone and allow for anonymous participation, examples include Bitcoin and Ethereum.

    • Private blockchains are restricted to a specific group or organization, providing more control over permissions and data access.

    • Consortium blockchains are semi-decentralized, where multiple organizations share the responsibi...

  • Answered by AI
  • Q2. What are the different types of data types and their visibility?
  • Ans. 

    Different data types in blockchain development and their visibility

    • Primitive data types: int, float, bool, string (visible to all)

    • Structs: custom data structures (visible within the contract)

    • Arrays: collection of data (visible within the contract)

    • Mappings: key-value pairs (visible within the contract)

  • Answered by AI
  • Q3. How does a proxy contract work?
  • Ans. 

    A proxy contract acts as an intermediary between a user and a target contract, allowing the user to interact with the target contract through the proxy.

    • Proxy contract holds the logic of the target contract and delegates calls to it.

    • Users interact with the proxy contract, which forwards the calls to the target contract.

    • Proxy contracts can be upgraded without affecting the user's interaction with the target contract.

  • Answered by AI

UI Developer Interview Questions & Answers

user image Anonymous

posted on 22 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Assignment 

Make a template with our creativity

Round 2 - Technical 

(2 Questions)

  • Q1. What is react, html and css?
  • Ans. 

    React is a JavaScript library for building user interfaces, HTML is a markup language for creating web pages, and CSS is a styling language for designing web pages.

    • React is a popular JavaScript library used for building interactive user interfaces.

    • HTML is a markup language used to structure content on web pages.

    • CSS is a styling language used to design the layout and appearance of web pages.

    • React components can be writt...

  • Answered by AI
  • Q2. How implement carousel?
  • Ans. 

    Implementing a carousel involves creating a slideshow of images or content that automatically transitions.

    • Use HTML, CSS, and JavaScript to create the carousel

    • Utilize libraries like Slick, Owl Carousel, or Bootstrap Carousel for easier implementation

    • Ensure responsive design for different screen sizes

    • Include navigation buttons or indicators for user control

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(4 Questions)

  • Q1. Why you want yo leave your previous company
  • Q2. What your expectations
  • Q3. What do you know about project management
  • Q4. Have you used any tools of project management

Interview Questions & Answers

user image Anonymous

posted on 5 Mar 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. All the question are related to react
  • Q2. Some question related to Node Js and Project demo

Interview Preparation Tips

Interview preparation tips for other job seekers - Before joining the company keep in the mind that it is a startup company and not a MNC job. You have high work pressure with less salary. If you don't have any other offer and you want to learn WEB3 and blockchain and want some hands on experiment at industry level then only give your try

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Codetentacles Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: CV should focus on the skill set previously mentioned. Concise and to the point sentences. Line out projects and internships well. Balance between academia and extra curriculars. Attend the CV making workshop of Opera and work on it accordingly.
Tips: Don’t put things totally irrelevant to the job profile. Don’t write long sentences. Know your CV well for further stages.Anything related to your CV should be at the tip of your tongue.

Round: Test
Experience: Don’t spend a lot of time on one question in quant section. There’s a cut-off in Quant and your focus should be on clearing it. If you clear the cut-off, the puzzle section will be evaluated, where solving at least 2 is generally good enough. Puzzles are hard, and need a lot of prior practice.

Round: HR Interview
Experience: Direct selections take place at the end of all interviews after a mutual discussion between all the panels. Know your CV thoroughly. Prepare for some HR questions as well. Puzzle solving and guesstimates are asked, so prepare them well. When you are asked a puzzle, do not sit quietly but think aloud. The interviewers help you structure your thoughts. Most of the times, just knowing your approach is enough for them
Tips: Evaluate the nature of your interviewer for the first 5 minutes and if possible treat the interview like a discussion. They just want to know more about you so tell it to them. Most of them are very friendly, and you will feel at ease. Be confident. Sound excited while talking about your projects/internships. It gives them confidence in you. Be very very thorough with your CV. Nothing gives a bad impression like not knowing about yourself. Ask questions if you have them at the end of the interview.

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skills: Mathematics, Computer Science
College Name: IIT KHARAGPUR
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I started preparing my resume somewhere around August end. I spoke to a few seniors about it and read quite a few resumes, especially of those seniors who either had a profile similar to mine or had secured jobs in fields of my interest, eg. Consulting, finance, etc. I also attended the Resume Writing Workshop conducted by McKinsey and Co. on campus and cleared a few doubts there.
Tips: I would advise you guys to start preparing your resumes well in advance, it is not something to be kept for the last minute. Being the first form of acquaintance between you and a firm, it is a highly important document and the way you highlight your strong points and attributes can go a long way in shortlisting you from amongst the hundreds of resumes that they have to scan. Also, it is important that you be able to speak on any point in your resume in detail, hence you must be sure of what you are writing in it.

Round: Case Study Interview
Experience: The procedure of selection for Opera Solutions was a set of 4 interviews, each having a case study and some HR questions. The initial shortlist had around 22 candidates, after the first 2 interviews around 10 candidates were selected for the final rounds. Finally 3 candidates were made offers.  There were no GDs, only case interviews. The first interview had a case involving a music company which scouts for amateur talent and launches them. They want to enter India and want you to analyse the market and suggest if its feasible or not. The interviewer gave a lot of data related to market share of pop music, bollywood, devotional music, etc and it suggested that the market share of the genre related to the company is very little. However I think what worked best was that I also pointed out certain solutions which could make it feasible, such as merging with another company in a genre where the given company has core competencies in. I think this was the high point of the interview which I atleast would like to believe compensated for a later interview that I did not do well in. Another interview had a case where a pharmaceutical company in the US wants to enter India. A set of constraints and data was given and I was asked to calculate if it should actually setup a manufacturing facility in India or manufacture in the US and transport to India. I did not do well in this one, I wasn’t being able to come up with a figure. Both the interviews had an HR component where I was asked about my strengths and weaknesses, about Mood Indigo and my academic record. I was asked to describe myself. I was also asked to talk about my co-intern’s project in ITC (she was also interviewing with Opera). In a subsequent interview after the shortlist, I was asked to estimate the market for Maruti cars, domestic air travel. They weren't expecting too much detail, the interviewer was more interested in the approach. point.
Tips: I attended most of the initial PPTs. One does get a good understanding of what a firm does and where exactly do you fit into it, you also understand what they are looking for and what is the extent of their operations. I must admit though that I found my interaction with seniors, especially those working in those firms was more informative and fruitful. They can give clarity in certain grey areas that companies might stay non-committal on.ending across links/documents would help us compile a single point resource) . I prepared for case studies from the material I took from seniors, most of which is available on the LAN. For case studies I prepared with a friend and sometimes in groups of 3. I think this method is better than individual preparation because the other person can point out where you are going wrong, you get a different perspective and at the same time you can prepare in a fashion where one interviews the other and vice versa, so you get slightly comfortable with how an actual interview might feel like. It is however important to ensure that the person you are preparing with is competent and complementary to your skill sets, so that you can improve upon aspects where you might be lacking in.

General Tips: Case studies and HR questions. One should be very comfortable with points mentioned in the resume and should be able to talk at length about any . I guess it'd just be shifting a little from being myself if you know what I mean. A lot of seniors would give you a lot of fundae, but at the end one must remember that unless one is comfortable with a certain way of speaking or certain method of solving cases, it wont look genuine. For example, one need not thrash out every single detail of a case before beginning to solve it, sometimes the interviewer might get impatient or might think you are trying to buy time to think by asking unnecessary details. So if you are the kind of a person who can intuitively draw good conclusions at the outset so as to decide which direction to proceed in and hence which questions to ask, you can surely go ahead and do that, you need not also ask questions that you know are not required. Case interviews are very feel-good interviews, even if you make a mistake you will be guided back on track by the interviewer, hence I personally would recommend that you stick more to your general approach to solving cases (if you know it is a good one and works of course) and not try to change too much just because a certain senior did it in a different way.
College Name: IIT BOMBAY

Codetentacles Technologies Interview FAQs

How many rounds are there in Codetentacles Technologies interview?
Codetentacles Technologies interview process usually has 1-2 rounds. The most common rounds in the Codetentacles Technologies interview process are Technical, HR and Assignment.
How to prepare for Codetentacles Technologies 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 Codetentacles Technologies. The most common topics and skills that interviewers at Codetentacles Technologies expect are CSS, Javascript, Bootstrap, HTML and MySQL.
What are the top questions asked in Codetentacles Technologies interview?

Some of the top questions asked at the Codetentacles Technologies interview -

  1. What is difference between VB.Net and M...read more
  2. What are the different types of blockchains, and what are the differences betwe...read more
  3. What are the different types of data types and their visibili...read more
How long is the Codetentacles Technologies interview process?

The duration of Codetentacles Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 11 interview experiences

Difficulty level

Easy 38%
Moderate 63%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.6
 • 25 Interviews
ElectrifAi Interview Questions
2.8
 • 18 Interviews
Anlage Infotech Interview Questions
3.4
 • 17 Interviews
View all

Codetentacles Technologies Reviews and Ratings

based on 26 reviews

4.2/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

3.5

Salary

3.9

Job security

4.3

Company culture

4.0

Promotions

4.1

Work satisfaction

Explore 26 Reviews and Ratings
Software Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹4.3 L/yr

UI Developer
4 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Flutter Developer
4 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Associate Software Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹5.6 L/yr

UI/UX Designer
3 salaries
unlock blur

₹1 L/yr - ₹2.7 L/yr

Explore more salaries
Compare Codetentacles Technologies with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

3.6
Compare
write
Share an Interview