Upload Button Icon Add office photos

Filter interviews by

Dutta Control Designer Interview Questions and Answers

Updated 14 May 2024

Dutta Control Designer Interview Experiences

1 interview found

Designer Interview Questions & Answers

user image Anonymous

posted on 14 May 2024

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

I applied via Walk-in and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Expectation for salary
Round 2 - Technical 

(1 Question)

  • Q1. Cylinder mechanical calculations

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction of ourselves
  • Q2. Technical Questions on engineering
Round 2 - HR 

(2 Questions)

  • Q1. Introduction of ourselves
  • Q2. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy based upon knowledge
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questionnaire on how likely you agree with certain workplace situations

Round 2 - phone interview 

(2 Questions)

  • Q1. Walk me through your past projects using the star approach as a framework
  • Q2. Tell me what design criteria you use to make design decisions
  • Ans. 

    I use a combination of user needs, functionality, aesthetics, feasibility, and brand identity to make design decisions.

    • Consider user needs and preferences

    • Ensure functionality and usability

    • Focus on aesthetics and visual appeal

    • Evaluate feasibility and technical constraints

    • Align with brand identity and guidelines

  • Answered by AI

Skills evaluated in this interview

Designer Interview Questions & Answers

TCS user image Anonymous

posted on 23 Sep 2023

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

I applied via Campus Placement and was interviewed in Aug 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 - Aptitude Test 

30min topic coding and decoding

Round 3 - Assignment 

Any essay topic description

Round 4 - HR 

(1 Question)

  • Q1. Introduction your self ,hobbies, role model

Interview Preparation Tips

Topics to prepare for TCS Designer interview:
  • Manufacturing

Interview Questionnaire 

2 Questions

  • Q1. Tell us about yourself
  • Q2. What is the process that you follow?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
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 May 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are this aws
  • Ans. 

    AWS (Amazon Web Services) is a cloud computing platform that offers a wide range of services for businesses and individuals.

    • Provides services such as computing power, storage, databases, machine learning, and more

    • Allows users to scale resources up or down based on demand

    • Offers a pay-as-you-go pricing model

    • Popular services include EC2 (Elastic Compute Cloud), S3 (Simple Storage Service), and RDS (Relational Database Ser

  • Answered by AI
  • Q2. What are the cloud providers
  • Ans. 

    Cloud providers are companies that offer cloud computing services, allowing users to access and store data and applications on remote servers.

    • Amazon Web Services (AWS)

    • Microsoft Azure

    • Google Cloud Platform

    • IBM Cloud

    • Oracle Cloud

  • Answered by AI
Round 3 - Assignment 

What are the tools on devops

Round 4 - Technical 

(2 Questions)

  • Q1. Who was first used on aws
  • Ans. 

    The first service used on AWS was Amazon Elastic Compute Cloud (EC2).

    • Amazon EC2 was launched in 2006 as one of the first services offered by AWS.

    • It allows users to rent virtual servers on which to run their own applications.

    • EC2 provides scalable computing capacity in the cloud.

    • Many other AWS services, such as S3 and RDS, rely on EC2 instances for their functionality.

  • Answered by AI
  • Q2. Netflix company
Round 5 - HR 

(1 Question)

  • Q1. What are the cloud computing models
  • Ans. 

    Cloud computing models include SaaS, PaaS, and IaaS.

    • Software as a Service (SaaS) - applications hosted on cloud and accessed via web browser (e.g. Gmail)

    • Platform as a Service (PaaS) - platform and tools provided to develop, test, and deploy applications (e.g. AWS Elastic Beanstalk)

    • Infrastructure as a Service (IaaS) - virtualized computing resources like servers, storage, and networking (e.g. AWS EC2)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra AWS Developer interview:
  • AWS
Interview preparation tips for other job seekers - I hereby declared that particulars of information and facts are stated are true,correct,and complete to the best of my knowledge and belief.

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(6 Questions)

  • Q1. What is vpc and scerious
  • Ans. 

    VPC stands for Virtual Private Cloud, a virtual network dedicated to an AWS account. SCERIOUS is not a recognized term in AWS.

    • VPC is used to create isolated virtual networks within AWS

    • It allows users to define their own IP address range, subnets, and route tables

    • VPC provides control over network traffic, security, and connectivity options

  • Answered by AI
  • Q2. S3 name unique or nonuniqe
  • Ans. 

    S3 bucket names are globally unique.

    • S3 bucket names must be unique across all AWS accounts.

    • Bucket names can contain lowercase letters, numbers, and hyphens.

    • Bucket names cannot contain underscores, uppercase letters, or periods.

    • Example of a valid bucket name: my-bucket-123

    • Example of an invalid bucket name: My_Bucket

  • Answered by AI
  • Q3. Different between bound and unbound
  • Ans. 

    Bound refers to a variable that is assigned to a specific value, while unbound refers to a variable that has not yet been assigned a value.

    • Bound variables have a specific value assigned to them, while unbound variables do not.

    • Bound variables are used in programming to store and manipulate data, while unbound variables are used to represent unknown values.

    • Examples of bound variables include constants and variables that ...

  • Answered by AI
  • Q4. What are usecase of slave and master
  • Ans. 

    Slaves and masters are used in distributed systems for load balancing and fault tolerance.

    • In a distributed system, the master node controls and coordinates the work of the slave nodes.

    • Slaves perform tasks assigned by the master and report back their results.

    • Masters can be used for load balancing, where they distribute tasks evenly among slaves.

    • Masters can also be used for fault tolerance, where they can detect when a s...

  • Answered by AI
  • Q5. About container which tools using container in aws devops
  • Q6. Explain Aws and brefi
  • Ans. 

    AWS is a cloud computing platform that provides a wide range of services for building and deploying applications.

    • AWS offers services such as compute, storage, databases, and more

    • It allows users to easily scale their applications and pay only for what they use

    • Brefi is a serverless PHP runtime for AWS Lambda

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HCLTech AWS Developer interview:
  • Aws devops
  • Python
  • Ec2
  • Vpc
  • Instance
  • Github
  • Docker
Interview preparation tips for other job seekers - Very usefull and benifit one👍 in amnition box... We are utilized fresher from interview

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. Name of Fund of Axis focus 25
  • Ans. 

    Axis Focus 25 is a mutual fund that invests in a diversified portfolio of up to 25 stocks.

    • The fund aims to generate long-term capital appreciation by investing in high-growth companies.

    • It follows a bottom-up approach to stock picking and focuses on companies with strong fundamentals.

    • As of March 2021, the top holdings of the fund include HDFC Bank, ICICI Bank, and Reliance Industries.

    • The fund has a minimum investment am...

  • Answered by AI
  • Q2. My view of current market situation
Round 2 - One-on-one 

(1 Question)

  • Q1. How does Bond market works
  • Ans. 

    Bond market is where debt securities are bought and sold. It is a way for companies and governments to borrow money from investors.

    • Bonds are issued by companies or governments to raise capital

    • Investors buy bonds and receive interest payments until maturity

    • Bond prices are affected by interest rates and credit ratings

    • Bond market is important for investors seeking fixed income investments

    • Examples of bonds include governme

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be updated on current market situations

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

They gave some user story according to our coding skills.

Round 3 - Technical 

(2 Questions)

  • Q1. Core python concepts basic and advance both.
  • Q2. Questiins regarding AWS skills like IAM Role, S3, EC2, Redshift, Lambda, Kinesis, SES, SNS, SQS, CloudWatch, Glu.
Round 4 - HR 

(1 Question)

  • Q1. Duscussion for the salary package.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Upload your resume in Noukri.
2. Keep active on job seekers platform like LinkedIn and Noukri.
3. Keep gaining knowledge.
4. Prepare your resume from novoresume.
5. Keep update your skills.

I applied via Walk-in and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I'm studying degree 2 year . I can do this job. In work from home

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview wanted to test both my knowledge and communication skills
Most of the qsn asked to me how to learn the designer
The interview is in the only one process and only one interview in telephonic interview.

Dutta Control Interview FAQs

How many rounds are there in Dutta Control Designer interview?
Dutta Control interview process usually has 2 rounds. The most common rounds in the Dutta Control interview process are Technical and HR.

Tell us how to improve this page.

People are getting interviews through

based on 1 Dutta Control interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Production Engineer
4 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Design Engineer
3 salaries
unlock blur

₹2.8 L/yr - ₹3.4 L/yr

Senior Design Engineer
3 salaries
unlock blur

₹4.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Dutta Control with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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