Upload Button Icon Add office photos
Engaged Employer

i

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

Cortex Consulting Verified Tick

Compare button icon Compare button icon Compare
2.7

based on 21 Reviews

Filter interviews by

Cortex Consulting Interview Questions and Answers

Updated 5 Aug 2024

Cortex Consulting Interview Experiences

Popular Designations

2 interviews found

Software Engineer Interview Questions & Answers

user image Pavan Mahajan

posted on 5 Aug 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. Do you know MODBUS
  • Ans. 

    Yes, MODBUS is a communication protocol commonly used in industrial automation.

    • MODBUS is used for communication between devices connected on a network.

    • It is often used in industrial automation systems to connect sensors, actuators, and controllers.

    • MODBUS messages consist of a function code, data, and error checking information.

    • There are different variants of MODBUS such as RTU (Remote Terminal Unit) and TCP/IP.

    • Example:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The round was from their client , nothing more they asked. But never join this company as they are not supporting employees in any case.
Lost my 15 ~ 30 thousand due to their unsupportive nature.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

I applied via Recruitment Consultant

Interview Questionnaire 

2 Questions

  • Q1. Nodejs architecture,Es6 features,this usage,joins,
  • Q2. Difference between setimmediate and settimeout(0)
  • Ans. 

    setImmediate() executes the callback function immediately after the current event loop iteration.

    • setImmediate() has higher priority than setTimeout(0)

    • setImmediate() callbacks are executed before I/O events

    • setTimeout(0) callbacks are executed after I/O events

    • setImmediate() is more efficient than setTimeout(0) for executing code in the next event loop iteration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Interview questions from similar companies

Zzzzz Interview Questions & Answers

Integrated Resources user image Anonymous

posted on 14 Aug 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Na nothing much
  • Q2. Na noting much at all

Interview Preparation Tips

Interview preparation tips for other job seekers - For Job seekers (Freshers) IRI have good . Training Team.
Apart from this Please don’t join Jagdeep Singh's (Delivery Head) Gurgoan team. He is so cunning and cruel mentality First of all he should learn some basic English. I don’t know how IRI management hire Jagdeep as DH for Gurgaon location wrong person with cheap mentality. Under Jagdeep leadership no one stays more than 1 month or 3 Months in IRI fIRM. I want to mention few employee names like Ashi Khandelwala Delivery Lead working in IRI for More than 10 years - she is fit for nothing in IRI she plays role call politics very well she every time says lies form her mouth she can’t digest once growing in the organisation. Recruiters like Pooja Nigam, Cherag, Nogtin, this ppl are the favourites of Jagdeep if the new commer join in IRI if they doesn’t like that new joiners Jagdeep will play game that give negative feedback upon new joiner this cheap tricks they play. Mostly in IRI employees come to work for complaint on others rather than concentrating on their own business. (they need Chatuwala employees to IRI not hardworking employees.

Other person Indu Dubey she is SME - She always behave like she knows everything in this world. Indu Change you behavioural attributes and spoke to the employees in good manner.

I have never seen this kind of Bakwas company ever in my tenure.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Typing Test 

(2 Questions)

  • Q1. They give some typing test
  • Q2. They give some excel basic tests

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly don't join in this company if we join in this company they give lot of works if we apply on one role they give another role. They appoint some assistant employees who do same mistakes and make us work double triple.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. You are comfortable to handle Multiple company ?
  • Q2. Ready to handle pressure?
  • Ans. 

    Yes, I thrive under pressure and excel in high-stress situations.

    • I have experience handling tight deadlines and managing multiple priorities simultaneously.

    • I remain calm and focused under pressure, allowing me to make sound decisions.

    • I effectively communicate with team members to ensure tasks are completed efficiently.

    • I have a track record of successfully meeting targets and goals even in challenging circumstances.

  • Answered by AI
  • Q3. What you current, expected salary?
  • Q4. What is notice period?
Round 2 - Technical 

(2 Questions)

  • Q1. What is you Job Profile?
  • Q2. What your company do?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time,
None of the technical questions asked, and said you are not technically sound.
Then they replied company budget ni hai.
I already updated my expected salary before visiting for interview.
Interviewer come without CV in second round, and asking me CV.

Waste my half day leave, for 2 questions only. Which is already asked in first round.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between functions and stored procedure in SQL.
  • Ans. 

    Functions return a single value while stored procedures can perform multiple operations and return multiple values.

    • Functions return a single value while stored procedures can return multiple values.

    • Functions are used for computations and return values, while stored procedures are used for executing a series of statements.

    • Functions can be called from within SQL statements, while stored procedures are called using the EX...

  • Answered by AI
  • Q2. Difference between abstract class and Interface in C#
  • Ans. 

    Abstract class can have implementation details, while interface only contains method signatures.

    • Abstract class can have constructors, fields, and methods with implementation details, while interface can only have method signatures.

    • A class can inherit from only one abstract class, but can implement multiple interfaces.

    • Abstract classes are used when some common functionality needs to be shared among multiple classes, whi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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. What's your last experience?
  • Q2. Explain Last experience in brief
Round 3 - One-on-one 

(2 Questions)

  • Q1. Explain your problem solving skill?
  • Q2. Give one real past time experience which you have faced on your last job.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Question about work experience and skills and education
  • Q2. Asked about experience related job related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good platform for every new joiners and experience candidates our colleagues, managers were very friendly and cooperative.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Previous year experience
  • Ans. 

    I have 2 years of experience in customer support roles, handling inquiries, resolving issues, and providing excellent service.

    • Worked for 1 year at Company X, handling phone and email inquiries

    • Managed a team of 5 customer support representatives at Company Y for 1 year

    • Implemented new customer support strategies that improved response times by 20%

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Typing speed test in English language

Cortex Consulting Interview FAQs

How many rounds are there in Cortex Consulting interview?
Cortex Consulting interview process usually has 1 rounds. The most common rounds in the Cortex Consulting interview process are Technical.
How to prepare for Cortex Consulting 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 Cortex Consulting. The most common topics and skills that interviewers at Cortex Consulting expect are Python, SQL, Java, C# and Javascript.
What are the top questions asked in Cortex Consulting interview?

Some of the top questions asked at the Cortex Consulting interview -

  1. Difference between setimmediate and settimeout...read more
  2. Do you know MOD...read more
  3. Nodejs architecture,Es6 features,this usage,joi...read more

Tell us how to improve this page.

Cortex Consulting Interview Process

based on 5 interviews

Interview experience

2.4
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 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.4k Interviews
View all

Cortex Consulting Reviews and Ratings

based on 21 reviews

2.7/5

Rating in categories

2.8

Skill development

2.7

Work-life balance

2.6

Salary

2.5

Job security

2.6

Company culture

2.2

Promotions

2.4

Work satisfaction

Explore 21 Reviews and Ratings
Technical Recruiter
25 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Junior Technical Recruiter
7 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

US IT Recruiter
6 salaries
unlock blur

₹2 L/yr - ₹3.3 L/yr

HR Recruiter
5 salaries
unlock blur

₹2.7 L/yr - ₹4.9 L/yr

Information Technology Recruiter
5 salaries
unlock blur

₹2 L/yr - ₹4.3 L/yr

Explore more salaries
Compare Cortex Consulting with

Accenture

3.9
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

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