Upload Button Icon Add office photos

Filter interviews by

SCA Technologies Interview Questions and Answers

Updated 12 Dec 2023

SCA Technologies Interview Experiences

1 interview found

Saas/Project Manager Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2023

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

(1 Question)

  • Q1. It was a good discussion with HR. I elaborated my work experience and HR provided the company's work in detail. It was a good 1 hour discussion. Interviewer was happy with the discussion. I was informed th...
Round 3 - One-on-one 

(1 Question)

  • Q1. It was a round with the Product Manager. Again, it was all about what my roles and responsibilities were in my last organization and the interviewer provided a brief of the company's structure. Interviewer...
Round 4 - Behavioral 

(1 Question)

  • Q1. 3rd Interview was with the CEO. From the word go, he was too focused on elaborating the issues being faced in his business and how he is not open to new ideas but expects the employee to only listen and fo...

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process had a span of 3 weeks. As per CEO round experience,I would not recommend this company.

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Basic questions based on CV
  • Q2. Why do you want to leave your last job?
  • Q3. Are you comfortable in night shift?
  • Q4. Do you have to serve notice period?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was really friendly. But I should let everyone know that they will ask to join immediety and also ask for a releaving letter from all the company you worked for. So, if you are currently working and need to serve a notice period then don't go for this job, they won't for even 15days. Also, if a candidate can leave a job without serving notice period for a better opportunity, she/he can leave this company anytime without serving notice period.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(3 Questions)

  • Q1. Can you join immediately ? On which date you will be able to join us?
  • Ans. I can join asap . If received offer I am ok to join on 25th March .(which was the first Monday after getting relieved from my last company .
  • Answered Anonymously
  • Q2. Mode of transportation
  • Ans. 

    I prefer to commute by car for its convenience and flexibility.

    • Convenience and flexibility are important factors in choosing a mode of transportation

    • Car allows for personal space and control over the journey

    • Consider factors like cost, time, and environmental impact when selecting a mode of transportation

  • Answered by AI
  • Q3. How was your overall experience with the interview?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not trust on this company even after you get the offer . They are Cheaters .This has happened with me .
After having all discussion , in HR round , my date of joining was agreed as either 2nd April 2024 or 25 March .
My last date in my previous organization was 31st March , but I asked for an early relive so that I can join here . My request was entertained and I was given relieving letter as on 22nd March .
I handed this to the concerned HR as well to get all the formalities done.

But post this no update from there . After my 4-5 follow up , HR replied to me that now they are looking for another candidate for the same role and he can not share much detail on this .

Now I am in this condition that I have left my job and have joined no where . As I had turned down another offer which I had that time in my hand , for these frauds .
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. 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 tips
Round 2 - Coding Test 

Basic understanding of algorithms, concepts were verified in Hackerrank test

Round 3 - Technical 

(4 Questions)

  • Q1. The technical discussion of 1 hour with single interviewer took place. Which was more focussed on verifying how good my skills are aligned to their expectations.
  • Q2. How Eventloop works in NodeJs
  • Ans. 

    Eventloop in NodeJs manages asynchronous operations by executing non-blocking code.

    • Eventloop is a single-threaded loop that handles I/O operations asynchronously.

    • It allows NodeJs to perform non-blocking operations by delegating I/O tasks to the system kernel.

    • Eventloop processes tasks in a queue and executes them in a sequential order.

    • Callbacks are used to handle the completion of asynchronous tasks.

    • Example: setTimeout(...

  • Answered by AI
  • Q3. How efficiently we can use NodeJs in production environment
  • Ans. 

    NodeJs can be efficiently used in production environments due to its non-blocking I/O, scalability, and large ecosystem of libraries.

    • NodeJs uses non-blocking I/O which allows for handling multiple requests simultaneously, improving performance and scalability.

    • NodeJs has a large ecosystem of libraries and frameworks that can be easily integrated to build robust applications.

    • NodeJs supports clustering which enables load ...

  • Answered by AI
  • Q4. What are the various ways, two microservices can talk to each other. When to use which approach
  • Ans. 

    Microservices can communicate through synchronous HTTP calls, asynchronous messaging, and event-driven architecture.

    • Synchronous HTTP calls are suitable for simple request-response interactions between microservices.

    • Asynchronous messaging is useful for decoupling services and handling high volumes of data.

    • Event-driven architecture allows microservices to react to events and updates in real-time.

    • Choose synchronous HTTP c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry on preparing the fancy stuff. They ask only what we do on daily basis.

Skills evaluated in this interview

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:
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 - 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Yourself in detailed way
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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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

SCA Technologies Interview FAQs

How many rounds are there in SCA Technologies interview?
SCA Technologies interview process usually has 4 rounds. The most common rounds in the SCA Technologies interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for SCA Technologies 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 SCA Technologies. The most common topics and skills that interviewers at SCA Technologies expect are SQL, microsoft, Oracle, Db2 and Javascript.
What are the top questions asked in SCA Technologies interview?

Some of the top questions asked at the SCA Technologies interview -

  1. 3rd Interview was with the CEO. From the word go, he was too focused on elabora...read more
  2. It was a good discussion with HR. I elaborated my work experience and HR provid...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 897 Interviews
Amdocs Interview Questions
3.8
 • 532 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Blue Yonder Interview Questions
3.9
 • 58 Interviews
e2open Interview Questions
3.5
 • 54 Interviews
Kinaxis Interview Questions
4.0
 • 6 Interviews
Anaplan Interview Questions
1.8
 • 1 Interview
View all

SCA Technologies Reviews and Ratings

based on 15 reviews

2.3/5

Rating in categories

2.6

Skill development

1.7

Work-life balance

2.8

Salary

2.6

Job security

2.1

Company culture

2.6

Promotions

2.3

Work satisfaction

Explore 15 Reviews and Ratings
Senior QA Engineer
10 salaries
unlock blur

₹10.3 L/yr - ₹18.1 L/yr

Software Engineer
8 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Business Analyst
8 salaries
unlock blur

₹6.6 L/yr - ₹13 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹14 L/yr - ₹29 L/yr

Software Support Analyst
5 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Explore more salaries
Compare SCA Technologies with

Blue Yonder

3.9
Compare

Manhattan Associates

3.7
Compare

e2open

3.5
Compare

Kinaxis

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