Upload Button Icon Add office photos
Engaged Employer

i

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

IKCON TECHNOLOGIES Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 13 Reviews

Filter interviews by

IKCON TECHNOLOGIES Interview Questions and Answers

Updated 13 Oct 2021

IKCON TECHNOLOGIES Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself.
  • Q2. What do you know about recruiting?
  • Q3. Any idea about the process of US IT Recruiting?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's better to have an idea regarding the position you're opting for and being confident while answering would be a plus. Willing to speak in English even if you're not fluent and eagerness to learn.

US IT Recruiter Interview Questions asked at other Companies

Q1. 2. Different job portals used to source candidates?
View answer (5)

Interview questions from similar companies

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

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Unstop and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The assessment round conduct on unstop and there was 70 question in 45 minutes.

1. MS excel questions
2. business sales related question
3. Quantitative, verbal, logical reasoning question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self Intro tell me about yourself. about job description. tell me about company.
  • Q2. Why u want to choose this role, how you generate lead for company, strength and weakness etc

Interview Preparation Tips

Topics to prepare for WebGo Software Labs Business Development Executive interview:
  • Excel
  • Quantitative
  • HTML
  • Verbal
Interview preparation tips for other job seekers - prepare according job description.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 3 - HR 

(1 Question)

  • Q1. Basic information
Round 4 - Technical 

(1 Question)

  • Q1. Based on resume
Round 5 - Coding Test 

Scenario questions logical solving

Round 6 - Case Study 

Need to explain about problems solved in previous round

Round 7 - One-on-one 

(1 Question)

  • Q1. Project discussion and basics information

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company no job guarantee. Dont waste your time on attending interview. They will conduct 10 around and reject the candidate easily in last round.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy basic questions were there and we were asked to write two emails.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to projects
  • Q2. QBasic SQL questions

Web Developer & Designer Interview Questions & Answers

Paras Cadd user image Abdul Samad Atiullah Ansari

posted on 22 Dec 2023

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

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 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 - One-on-one 

(5 Questions)

  • Q1. There was f2f interview.. Mostly asked basic questions and from your resume What is flex box How react components used CSS styling properties Javascript basic fundamentals like array lomanipulation,mergi...
  • Q2. What are flexbox properties
  • Ans. 

    Flexbox properties are CSS properties that allow for flexible layout and positioning of elements within a container.

    • Flexbox properties are used to create responsive and dynamic layouts.

    • Some commonly used flexbox properties include flex-direction, justify-content, align-items, and flex-grow.

    • Flexbox properties can be applied to both the parent container and the child elements within it.

    • Flexbox provides a powerful and int

  • Answered by AI
  • Q3. Javascript data types properties
  • Ans. 

    JavaScript data types have different properties that define their behavior and characteristics.

    • JavaScript has several built-in data types such as string, number, boolean, object, array, etc.

    • Each data type has its own set of properties and methods that can be accessed and manipulated.

    • For example, the string data type has properties like length, which returns the length of the string.

    • The number data type has properties l...

  • Answered by AI
  • Q4. Responsive design properties
  • Ans. 

    Responsive design properties ensure websites adapt to different screen sizes and devices.

    • Fluid grids: Use relative units like percentages to create flexible layouts.

    • Flexible images: Use CSS to ensure images scale proportionally.

    • Media queries: Apply different styles based on screen size and device capabilities.

    • Viewport meta tag: Control how a webpage is displayed on different devices.

    • Responsive typography: Adjust font s...

  • Answered by AI
  • Q5. Javascript array manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics at most and whatever you written in resume have basic understanding

Skills evaluated in this interview

Junior Software Engineer Interview Questions & Answers

LogiNext Solutions user image Omkar Darbeshawar (Indian Yogi Star)

posted on 1 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. They check your knowledge according to job role
  • Q2. I have prepared python, big data tech, machine learning, cloud.
  • Q3. They ask about data structure
Round 2 - HR 

(2 Questions)

  • Q1. Tell me something about past experience.
  • Q2. About your self

Interview Preparation Tips

Interview preparation tips for other job seekers - nice interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 7 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 - Aptitude Test 

A fun filled "game based" test, where you had a target number on top of screen and then you had to burst some bubbles which had mathematical equations. So if the target number is 24, then you had to burst bubbles which had equations like '12 x 2' , '8 x 3' , '20+4', '48÷2' etc.
In another round, you also had to arrange the bricks 🧱 to fit into the space by changing the shape of bricks.
There were other aptitude tests also which tested your memory and reflex actions.
Total 9 different games.

After these 9 games, you need to give a psychometric tests that evaluates your personality. 5 questions x 7 rounds = Total 35 questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based on your knowledge of project management and tools. 1. Introduce yourself 2. Explain your day to day life at work. 3. Difference between Agile and Waterfall. 4. Which ETL tools have you wor...
Round 4 - Technical 

(3 Questions)

  • Q1. 1. How many different types of API do you know about? 2. What's the difference between SOAP API and REST API?
  • Ans. 

    There are two main types of APIs - SOAP API and REST API.

    • SOAP API is a protocol-based API that uses XML for communication, while REST API is an architectural style that uses standard HTTP methods like GET, POST, PUT, DELETE.

    • SOAP API has a strict set of rules and standards, while REST API is more flexible and lightweight.

    • SOAP API requires more bandwidth and resources compared to REST API.

    • Examples of SOAP APIs include Sa...

  • Answered by AI
  • Q2. 3. If you reach out to a vendor for API integration, what information would you look for?
  • Ans. 

    Key information for API integration with a vendor

    • Vendor's API documentation

    • Authentication methods required

    • Rate limits and usage restrictions

    • Data formats supported (JSON, XML, etc.)

    • Error handling and response codes

    • Testing environment availability

  • Answered by AI
  • Q3. 4. What are the items in project contract? What factors would you include if you need to create a contract, so that client doesn't hold you for any legal issues?
  • Ans. 

    Items in a project contract and factors to prevent legal issues with clients.

    • Scope of work

    • Project timeline

    • Payment terms

    • Deliverables

    • Change management process

    • Termination clauses

    • Confidentiality agreements

    • Dispute resolution mechanisms

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

(1 Question)

  • Q1. One on one round with Project head. He wanted to understand how a typical project is handled at my current organisation, right from sales handover to closure.
Round 6 - One-on-one 

(4 Questions)

  • Q1. Final round before the HR round, was conducted by Founder and CEO. 1. How does your goals and ambitions align with the job?
  • Q2. 2. Why do you want to become a Project manager and not a product manager?
  • Q3. 3. Why do you want to join Signzy? Are you aligned with the work and culture of Signzy?
  • Q4. 4. A strategy based question was asked to check the thought process. If the company is not doing well overall, and your top leadership have abandoned the company and I ask you to take a responsibility of D...
Round 7 - HR 

(1 Question)

  • Q1. 1. Resume review and details on each work experience. 2. Salary expectations and what will I do if I am offered a salary which is half of my current CTC? 3. Any offer in hand? 4. Joining date and any exi...

Interview Preparation Tips

Interview preparation tips for other job seekers - The process will take anywhere from 2 weeks to 5 weeks to finish after the initial calls. For the aptitude tests, play some brain games beforehand. Use a mobile to give the test as you can react much faster there.
For interviews, check the background of the interviewer on LinkedIn. Questions will asked based on their past experiences or technologies they have worked on. Be honest about your work and be confident.

Skills evaluated in this interview

Tell us how to improve this page.

People are getting interviews through

based on 1 IKCON TECHNOLOGIES interview
Job Portal
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.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
View all

IKCON TECHNOLOGIES Reviews and Ratings

based on 13 reviews

3.1/5

Rating in categories

3.4

Skill development

3.1

Work-Life balance

2.8

Salary & Benefits

2.9

Job Security

3.2

Company culture

2.8

Promotions/Appraisal

3.2

Work Satisfaction

Explore 13 Reviews and Ratings
Business Development Manager
5 salaries
unlock blur

₹3.8 L/yr - ₹4.5 L/yr

Bench Sales Recruiter
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Project Engineer
4 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

HR Executive
4 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

US IT Recruiter
4 salaries
unlock blur

₹2 L/yr - ₹2.5 L/yr

Explore more salaries
Compare IKCON TECHNOLOGIES with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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