Upload Button Icon Add office photos
Engaged Employer

i

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

Cyberium Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cyberium Infotech Interview Questions and Answers

Updated 20 Oct 2023

Cyberium Infotech Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via cutshort and was interviewed in Apr 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 - Technical 

(5 Questions)

  • Q1. What are arrow functions?
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are written using the '=>' syntax.

    • They do not have their own 'this' keyword, instead they inherit it from the parent scope.

    • They are often used for short, one-line functions.

    • Example: const add = (a, b) => a + b;

  • Answered by AI
  • Q2. What is async javascript?
  • Ans. 

    Async JavaScript allows for non-blocking code execution, improving performance by handling multiple tasks simultaneously.

    • Async JavaScript uses Promises, async/await, and callbacks to handle asynchronous operations.

    • It allows for tasks like fetching data from a server or updating the UI without blocking the main thread.

    • Example: Using async/await to fetch data from an API asynchronously.

  • Answered by AI
  • Q3. How to handle promise in javascript?
  • Ans. 

    Promises in JavaScript are used to handle asynchronous operations and provide a way to handle the result or error of an asynchronous operation.

    • Use .then() method to handle the resolved value of a promise

    • Use .catch() method to handle any errors that occur during the promise execution

    • Use Promise.all() to handle multiple promises concurrently

    • Use async/await to work with promises in a more synchronous way

  • Answered by AI
  • Q4. Some JSON related questions.
  • Q5. Basic string and data manipulation.

Interview Preparation Tips

Topics to prepare for Cyberium Infotech Junior Software Developer interview:
  • Javascript
  • Reactjs
Interview preparation tips for other job seekers - Brush up your basics in profile you applied for.

Skills evaluated in this interview

Top trending discussions

View All
Office Jokes
1w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Cyberium Infotech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Indeed and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. General apti question with some verbal ability ques. The ques were easy to solve.

Interview Preparation Tips

Interview preparation tips for other job seekers - I went to give interview, the people around there were nice and polite. I was told that I have cleared the apti round and they will get back to be.
I drop the mail to them, but they didnt reply.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 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 - HR 

(3 Questions)

  • Q1. About your self,in company your role
  • Q2. What's your greatest strength
  • Q3. About your short term and long term goal

Interview Preparation Tips

Topics to prepare for Anywhere Data Analyst interview:
  • Data engineer
  • Sales
  • Data Analytics
Interview preparation tips for other job seekers - Data engineer, data analytics for best future and our hard work to grow capany
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. About my knowledge in Next js
  • Q2. How do I have my career planned
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Logical reasoning 20 character

Interview Preparation Tips

Topics to prepare for Anywhere Data Analyst interview:
  • Advanced Excel SQL
Interview preparation tips for other job seekers - Aptitude test
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Frontend development with react

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. How I have planned my career.
  • Ans. 

    I have strategically planned my career by setting clear goals, gaining relevant experience, and continuously improving my skills.

    • Goal Setting: I defined short-term and long-term career goals, such as becoming a certified Business Analyst within two years.

    • Skill Development: I enrolled in courses on data analysis and project management to enhance my analytical skills and knowledge.

    • Networking: I actively participated in i...

  • Answered by AI
  • Q2. How I have started my journey towards business analyst
  • Ans. 

    My journey as a business analyst began with a passion for problem-solving and a desire to bridge the gap between business needs and technology.

    • Educational Background: I pursued a degree in Business Administration, which provided me with foundational knowledge in business processes and management.

    • Initial Experience: I started my career as a data analyst, where I honed my skills in data interpretation and reporting, whic...

  • Answered by AI
Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Oops and spring boot
  • Q2. The interviewer know that he is the only right person to know about java.
  • Q3. Focus on oops and spring

Interview Preparation Tips

Interview preparation tips for other job seekers - If you get chance to schedule here the interview my advice is no because waste of your time
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in

Round 1 - One-on-one 

(1 Question)

  • Q1. Various stages of SDLC ? Describe agile methodologies(sprint planning, daily standup, sprint demo, sprint retrospective). Previous role , project experience. Explain user stories.
  • Ans. 

    SDLC stages include planning, analysis, design, implementation, testing, and maintenance. Agile methodologies involve sprint planning, daily standup, sprint demo, and sprint retrospective.

    • SDLC stages: planning, analysis, design, implementation, testing, maintenance

    • Agile methodologies: sprint planning, daily standup, sprint demo, sprint retrospective

    • Example: In sprint planning, the team decides on the work to be complet...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR asks for Health care domain knowledge.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a detail-oriented Business Analyst with a passion for data-driven decision-making and a strong background in project management.

    • Over 5 years of experience in business analysis across various industries, including finance and healthcare.

    • Skilled in gathering requirements through stakeholder interviews and workshops, leading to successful project outcomes.

    • Proficient in data visualization tools like Tableau, which hel...

  • Answered by AI
  • Q2. Sql querries with lots of problem statements

Interview Preparation Tips

Interview preparation tips for other job seekers - Donot join. Suhas Gobal behaviour is not good. He thinks he is the only one. Very rude behaviour.

Cyberium Infotech Interview FAQs

How many rounds are there in Cyberium Infotech interview?
Cyberium Infotech interview process usually has 2 rounds. The most common rounds in the Cyberium Infotech interview process are Resume Shortlist and Technical.
What are the top questions asked in Cyberium Infotech interview?

Some of the top questions asked at the Cyberium Infotech interview -

  1. How to handle promise in javascri...read more
  2. What is async javascri...read more
  3. what are arrow functio...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Anywhere Interview Questions
4.6
 • 16 Interviews
UPNET Interview Questions
3.0
 • 7 Interviews
Elucidata Interview Questions
3.7
 • 6 Interviews
QuickRide Interview Questions
2.9
 • 6 Interviews
View all

Cyberium Infotech Reviews and Ratings

based on 26 reviews

4.4/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.3

Salary

4.2

Job security

4.5

Company culture

4.2

Promotions

4.4

Work satisfaction

Explore 26 Reviews and Ratings
Web Developer
7 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Assistant Manager- HR
3 salaries
unlock blur

₹5 L/yr - ₹5.5 L/yr

Angular Developer
3 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Cyberium Infotech with

HirePro Consulting

3.7
Compare

Prometric Testing

3.4
Compare

Dealsdray Online

3.2
Compare

Nimble Wireless

4.2
Compare
write
Share an Interview