Upload Button Icon Add office photos
Engaged Employer

i

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

iOPEX Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

iOPEX Technologies Senior Graphic Designer Interview Questions and Answers

Updated 28 Jan 2025

iOPEX Technologies Senior Graphic Designer Interview Experiences

1 interview found

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

I was interviewed before Jan 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Are you familiar with Adobe Creative Cloud?
  • Ans. 

    Yes, I am very familiar with Adobe Creative Cloud and have extensive experience using its various software programs.

    • Proficient in Adobe Photoshop, Illustrator, and InDesign

    • Experience with Adobe XD for prototyping

    • Familiar with Adobe Premiere Pro and After Effects for video editing

    • Knowledge of Adobe Acrobat for creating and editing PDFs

  • Answered by AI
  • Q2. How many years of experience do you have in graphic design?
  • Ans. 

    I have 8 years of experience in graphic design.

    • Started working as a graphic designer at a marketing agency right after graduating from college

    • Have worked on a variety of projects including branding, print design, and digital media

    • Familiar with Adobe Creative Suite and other design software

    • Attended design workshops and conferences to stay updated with industry trends

  • Answered by AI
  • Q3. What is your current role in your company?
  • Ans. 

    I am currently responsible for leading a team of graphic designers and overseeing all visual communication projects for the company.

    • Leading a team of graphic designers

    • Overseeing visual communication projects

    • Collaborating with other departments to ensure brand consistency

  • Answered by AI
Round 2 - Assignment 

They sent the test file and requested one social media poster, one web animation banner, and one standee design.

Round 3 - One-on-one 

(1 Question)

  • Q1. What is your notice period?
  • Ans. 

    My notice period is one month.

    • Notice period is one month

    • Standard notice period in the industry

    • Can be negotiable based on discussion

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak clearly and feel free to express your questions.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Oct 2022. 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 Resume tips
Round 2 - Assignment 

They will give a storyboard you need to develop any rapid e-learning tool.

Round 3 - Technical 

(1 Question)

  • Q1. About e-learning

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. What are the types of Machine learning
  • Ans. 

    There are three types of machine learning: supervised, unsupervised, and reinforcement learning.

    • Supervised learning involves labeled data and predicting outcomes based on that data.

    • Unsupervised learning involves finding patterns in unlabeled data.

    • Reinforcement learning involves an agent learning to make decisions based on rewards and punishments.

    • Examples of supervised learning include image classification and spam filt...

  • Answered by AI
  • Q2. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm that uses objects to design applications.

    • OOPs is based on the concept of classes and objects

    • It focuses on encapsulation, inheritance, and polymorphism

    • It helps in creating modular, reusable, and maintainable code

    • Examples of OOPs languages are Java, C++, Python, etc.

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

    SDLC stands for Software Development Life Cycle, a process used to design, develop, and maintain software.

    • SDLC is a structured approach to software development

    • It involves several phases such as planning, analysis, design, implementation, testing, and maintenance

    • Each phase has its own set of activities and deliverables

    • SDLC helps ensure that software is developed efficiently, on time, and within budget

    • Examples of SDLC mo

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What is Data
  • Ans. 

    Data is a collection of facts, figures, or statistics that can be analyzed to gain insights and make informed decisions.

    • Data can be structured or unstructured

    • Data can be qualitative or quantitative

    • Examples of data include customer demographics, sales figures, and website traffic

    • Data can be analyzed using various tools and techniques to extract meaningful insights

  • Answered by AI
  • Q2. Data types

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basics of redux and react es6 js css3

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all go through the job description .Brush up all your basics .And do practice hands on coding.

I was interviewed before Dec 2020.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round consisted of questions from DS/Algo , OOPS and Operating Systems primarily usage of some basic UNIX commands .

  • Q1. 

    Kth Largest Number Problem Statement

    You are given a continuous stream of numbers, and the task is to determine the kth largest number at any moment during the stream.

    Explanation:

    A specialized data st...

  • Ans. 

    Design a data structure to find the kth largest number in a continuous stream of integers.

    • Design a specialized data structure to handle an indefinite number of integers from the stream.

    • Implement 'add(DATA)' to incorporate integers into the stream's pool.

    • Implement 'getKthLargest()' to retrieve the kth largest number from the pool.

    • Maintain the pool of numbers and return the kth largest number for each query.

    • Ensure effici

  • Answered by AI
  • Q2. What is an interface?
  • Ans. 

    An interface in software engineering is a contract that defines the methods that a class must implement.

    • Defines a set of methods that a class must implement

    • Provides a way to achieve abstraction and multiple inheritance

    • Helps in achieving loose coupling between classes

  • Answered by AI
  • Q3. Can you explain the SOLID principles in Object-Oriented Design?
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable...

  • Answered by AI
  • Q4. Can you explain piping in Unix/Linux?
  • Ans. 

    Piping in Unix/Linux allows the output of one command to be used as the input for another command.

    • Piping is done using the '|' symbol

    • It helps in connecting multiple commands together to perform complex operations

    • Example: ls -l | grep 'txt' - This command lists all files in long format and then filters for files with 'txt' in their name

  • Answered by AI
Round 2 - Video Call 

(5 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had questions revolving around OS , Selenium and some common concepts from DBMS. The interviewer was quite experienced and made the whole interview quite wholesome for me.

  • Q1. Can you explain any 5 essential UNIX commands?
  • Ans. 

    Essential UNIX commands include ls, cd, pwd, mkdir, and rm.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make directory

    • rm - remove files or directories

  • Answered by AI
  • Q2. How do you enable Actuator in a Spring Boot application?
  • Ans. 

    To enable Actuator in a Spring Boot application, you need to include the Actuator dependency in your pom.xml file and configure it in the application.properties file.

    • Include Actuator dependency in pom.xml file

    • Configure Actuator endpoints in application.properties file

    • Access Actuator endpoints to monitor and manage the application

  • Answered by AI
  • Q3. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q4. What are Self-Join and Cross-Join in the context of database management systems?
  • Ans. 

    Self-Join is when a table is joined with itself, while Cross-Join is when every row from one table is combined with every row from another table.

    • Self-Join is used to combine rows with other rows in the same table.

    • Cross-Join generates a Cartesian product of the two tables involved.

    • Self-Join is typically used to compare rows within the same table, like in hierarchical structures.

    • Cross-Join is used when there is no common

  • Answered by AI
  • Q5. What are views in SQL?
  • Ans. 

    Views in SQL are virtual tables that are generated based on the result set of a SELECT query.

    • Views are saved SELECT queries that can be treated as tables.

    • They can simplify complex queries by storing them as a view.

    • Views do not store data themselves, but display data from the underlying tables.

    • They can be used to restrict access to specific columns or rows of a table.

    • Views can be used for data abstraction and security p

  • Answered by AI
Round 3 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.

  • Q1. Why should we hire you?
  • Q2. Why are you looking for a job change?

Interview Preparation Tips

Eligibility criteriaAbove 2 years of experienceCapgemini interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Java , Selenium , Spring Boot, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The question were related to Pharmacovigilance domain related to ICSRs and behavioral aspect.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and try to control your nerves during interview process because interviewer seek overall technical as well as behavioral aspect.

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A lot questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I came in HCL without any reference, Randomly I came to give interview. there were total 3 rounds I faced. 1 Round Technical. 2nd Technial. 3 HR . For clearing technical round in HCL you should be technically strong. My 1st round took more than a hour and 2nd round took nearly 45 mins. Your basics should be clear and strong.

I applied via Approached by Company and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C#,asp.net mvc,.net core

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through glassdoor interview questions
Contribute & help others!
anonymous
You can choose to be anonymous

iOPEX Technologies Interview FAQs

How many rounds are there in iOPEX Technologies Senior Graphic Designer interview?
iOPEX Technologies interview process usually has 3 rounds. The most common rounds in the iOPEX Technologies interview process are HR, Assignment and One-on-one Round.

Recently Viewed

INTERVIEWS

iOPEX Technologies

No Interviews

INTERVIEWS

Zones Corporate Solutions

No Interviews

SALARIES

Zones Corporate Solutions

INTERVIEWS

iOPEX Technologies

No Interviews

INTERVIEWS

iOPEX Technologies

No Interviews

INTERVIEWS

Zones Corporate Solutions

No Interviews

INTERVIEWS

Collegedunia

No Interviews

INTERVIEWS

iOPEX Technologies

No Interviews

INTERVIEWS

iOPEX Technologies

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

Tell us how to improve this page.

iOPEX Technologies Senior Graphic Designer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
View all
iOPEX Technologies Senior Graphic Designer Salary
based on 16 salaries
₹5 L/yr - ₹7.5 L/yr
7% less than the average Senior Graphic Designer Salary in India
View more details

iOPEX Technologies Senior Graphic Designer Reviews and Ratings

based on 14 reviews

3.7/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

2.8

Salary

3.5

Job security

3.7

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 14 Reviews and Ratings
Technical Support Engineer
298 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Media Analyst
234 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
225 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
138 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
128 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare iOPEX Technologies with

Wipro

3.7
Compare

HCLTech

3.5
Compare

TCS

3.7
Compare

Infosys

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