Upload Button Icon Add office photos
Engaged Employer

i

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

Intellinez Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intellinez Systems Interview Questions and Answers

Updated 10 Sep 2024

Intellinez Systems Interview Experiences

Popular Designations

2 interviews found

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What is your experience?
  • Ans. 

    I have over 5 years of experience in content management, including creating, editing, and optimizing content for various platforms.

    • Managed content for company website, social media channels, and email campaigns

    • Implemented SEO strategies to improve organic search rankings

    • Utilized analytics tools to track content performance and make data-driven decisions

    • Collaborated with cross-functional teams to develop content calenda

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you handle a team during tough times?
  • Ans. 

    I prioritize open communication, provide support, and encourage teamwork to navigate tough times with my team.

    • Maintain open and honest communication with the team to address concerns and provide updates

    • Offer support and resources to help team members cope with challenges

    • Encourage teamwork and collaboration to tackle problems together

    • Lead by example and remain positive and resilient in the face of adversity

  • Answered by AI
  • Q2. How do you manage strict timelines?
  • Ans. 

    I prioritize tasks, set realistic deadlines, communicate effectively, and adjust plans as needed.

    • Prioritize tasks based on importance and urgency

    • Set realistic deadlines taking into account potential delays

    • Communicate effectively with team members to ensure everyone is on the same page

    • Adjust plans as needed to meet deadlines

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. The interviewer appreciates honesty over everything else.

Content Manager Interview Questions asked at other Companies

Q1. What would be the number be if 5 lakhs were to be increased by 10% and what is the new number if it is increased by another 10% ?
View answer (1)
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 - Technical 

(2 Questions)

  • Q1. OOPS concepts, .Net basics.
  • Q2. What are your strengths.
  • Ans. 

    My strengths include strong technical skills, excellent problem-solving abilities, and effective communication.

    • Strong technical skills: I have a deep understanding of engineering principles and extensive experience in project management.

    • Excellent problem-solving abilities: I am skilled at analyzing complex problems, identifying root causes, and developing innovative solutions.

    • Effective communication: I can effectively ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of your technology should be clear. Should have coding hands on.

Senior Project Engineer Interview Questions asked at other Companies

Q1. Types of road:- 1 Flexible pavements .... .. . 2 Rigid pavements Flexible pavement:- embankment thickness 3m,large size soil particles 75mm lumps and cloud. Liquid limit <50% ,plastic limit<25%, swelling and shrnkag<50%, cbr as per... read more
View answer (2)

Jobs at Intellinez Systems

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. All the questions related to your technical work experience throughout the carrier
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How many swift cars in mumbai?
  • Ans. 

    The exact number of Swift cars in Mumbai is not available, but it is a popular choice among car owners in the city.

    • Swift cars are a common sight on the roads of Mumbai.

    • Maruti Suzuki, the manufacturer of Swift cars, has a strong presence in the city.

    • The number of Swift cars in Mumbai is constantly changing due to sales and purchases.

    • One can see multiple Swift cars in popular areas like Bandra, Andheri, and South Mumbai.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. One Puzzle to detect Defective Box
  • Q2. Previous Work Experience
  • Ans. 

    I have 3 years of experience as a Software Developer at XYZ company.

    • Developed web applications using Java and Spring framework

    • Collaborated with cross-functional teams to deliver projects on time

    • Implemented new features and enhancements based on client requirements

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

Couple of MCQ, Two Coding Questions. One medium, One hard.

Interview Preparation Tips

Interview preparation tips for other job seekers - Managed to complete the first question, failed to solve the second. Got selected for the next round regardless.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via HackerEarth and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interviewer asked me to tell about the ternary operator in Kotlin.
  • Q2. How WhatsApp is generating money.
  • Ans. 

    WhatsApp generates money through its business API and WhatsApp Business app.

    • WhatsApp Business API charges businesses for sending messages to customers.

    • WhatsApp Business app offers tools for small businesses to communicate with customers more effectively.

    • WhatsApp also plans to introduce ads in the Status feature to generate revenue.

  • Answered by AI

I appeared for an interview in Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

Timing was 10:00 AM. Platform was good.

  • Q1. 

    Subarray With Given Sum Problem Statement

    Given an array ARR of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...

  • Ans. 

    Given an array of integers, find a subarray with a given sum S.

    • Iterate through the array while keeping track of the current sum and start index.

    • Use a hashmap to store the sum and its corresponding index.

    • If the current sum - S is found in the hashmap, a subarray with sum S exists.

    • Return the start index and current index as the end index.

  • Answered by AI
  • Q2. 

    Remove Consecutive Duplicates Problem Statement

    Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.

    Input:

    String S

    Output:

    Output string

    Constr...

  • Ans. 

    Recursively remove consecutive duplicate characters from a string.

    • Use recursion to check if the current character is the same as the next character, if so skip the next character

    • Base case: if string length is 1, return the string

    • Example: Input: 'aabbc' Output: 'abc'

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 8 CGPAGoComet interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Data structure questions.
Tip 2 : Do some projects.
Tip 3 : Have knowledge of DBMS.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

There was an OA on hackerearth of an hour. In that there were 20 MCQs and two DSA questions easy to medium on Heap, Hashmap and Subarray

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about previous worked project in last company
  • Q2. Asked one medium DSA question (DNA sequencing) and asked to design some schema
  • Q3. Asked one puzzle If there are 1000 bottles and one is poisonous, a rat will diw after one hour of drinking and you have only one hour to find out which bottle is poisonous, How many minimum rats you need ?

Software Engineer Interview Questions & Answers

FloBiz user image Vishal Kathpalia

posted on 22 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Leetcode Medium Question -- Container most water
Round 2 - Technical 

(1 Question)

  • Q1. LLD, Design patterns, Operating system

Intellinez Systems Interview FAQs

How many rounds are there in Intellinez Systems interview?
Intellinez Systems interview process usually has 2 rounds. The most common rounds in the Intellinez Systems interview process are Technical, Resume Shortlist and HR.
How to prepare for Intellinez Systems 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 Intellinez Systems. The most common topics and skills that interviewers at Intellinez Systems expect are Javascript, C#, Medical Insurance, HTML and Troubleshooting.
What are the top questions asked in Intellinez Systems interview?

Some of the top questions asked at the Intellinez Systems interview -

  1. How do you manage strict timelin...read more
  2. OOPS concepts, .Net basi...read more

Tell us how to improve this page.

Intellinez Systems Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
FloBiz Interview Questions
3.6
 • 23 Interviews
GoComet Interview Questions
4.5
 • 23 Interviews
Bonami Software Interview Questions
4.1
 • 22 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
WinZO Interview Questions
4.1
 • 14 Interviews
TestVagrant Interview Questions
3.4
 • 13 Interviews
View all

Intellinez Systems Reviews and Ratings

based on 29 reviews

4.3/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

4.2

Salary

4.1

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 29 Reviews and Ratings
Senior Project Engineer
7 salaries
unlock blur

₹9 L/yr - ₹11 L/yr

Team Lead
4 salaries
unlock blur

₹12 L/yr - ₹27 L/yr

Project Lead
3 salaries
unlock blur

₹8.4 L/yr - ₹11 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Project Engineer 2
3 salaries
unlock blur

₹4.3 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Intellinez Systems with

NexTurn

4.1
Compare

FloBiz

3.6
Compare

Kanerika Software

4.5
Compare

Smarter BIZ Technologies

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